Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/sh3/conf cc -v is too verbose



details:   https://anonhg.NetBSD.org/src/rev/c9fa0ace916b
branches:  trunk
changeset: 501573:c9fa0ace916b
user:      itojun <itojun%NetBSD.org@localhost>
date:      Thu Jan 04 08:39:53 2001 +0000

description:
cc -v is too verbose

diffstat:

 sys/arch/sh3/conf/build-sh3.eb |  5 ++++-
 sys/arch/sh3/conf/build-sh3.el |  2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)

diffs (30 lines):

diff -r b6269080e0ee -r c9fa0ace916b sys/arch/sh3/conf/build-sh3.eb
--- a/sys/arch/sh3/conf/build-sh3.eb    Thu Jan 04 08:32:02 2001 +0000
+++ b/sys/arch/sh3/conf/build-sh3.eb    Thu Jan 04 08:39:53 2001 +0000
@@ -2,10 +2,13 @@
 
 # just helping for cross compilation.
 
+DESTDIR=/export/up1000/home/itojun/NetBSD/sh3eb
+export DESTDIR
+
 MACHINE=evbsh3
 MACHINE_ARCH=sh3eb
 # just in case you forgot to specify this when you built gcc...
-CFLAGS="-D__NetBSD__ -v"
+CFLAGS="-D__NetBSD__"
 export MACHINE MACHINE_ARCH CFLAGS
 TARGET=/usr/pkg/cross/bin/sh-netbsdcoff
 
diff -r b6269080e0ee -r c9fa0ace916b sys/arch/sh3/conf/build-sh3.el
--- a/sys/arch/sh3/conf/build-sh3.el    Thu Jan 04 08:32:02 2001 +0000
+++ b/sys/arch/sh3/conf/build-sh3.el    Thu Jan 04 08:39:53 2001 +0000
@@ -5,7 +5,7 @@
 MACHINE=evbsh3
 MACHINE_ARCH=sh3el
 # just in case you forgot to specify this when you built gcc...
-CFLAGS="-D__NetBSD__ -v"
+CFLAGS="-D__NetBSD__"
 export MACHINE MACHINE_ARCH CFLAGS
 TARGET=/usr/pkg/cross/bin/shel-netbsdcoff
 



Home | Main Index | Thread Index | Old Index