Source-Changes-HG archive

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

[src/trunk]: src/distrib/utils No need to special-case sparc64 any longer.



details:   https://anonhg.NetBSD.org/src/rev/c3292917b186
branches:  trunk
changeset: 552130:c3292917b186
user:      martin <martin%NetBSD.org@localhost>
date:      Fri Sep 19 16:29:21 2003 +0000

description:
No need to special-case sparc64 any longer.

diffstat:

 distrib/utils/Makefile.inc |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (14 lines):

diff -r 7659b3ef1f56 -r c3292917b186 distrib/utils/Makefile.inc
--- a/distrib/utils/Makefile.inc        Fri Sep 19 16:28:14 2003 +0000
+++ b/distrib/utils/Makefile.inc        Fri Sep 19 16:29:21 2003 +0000
@@ -1,9 +1,6 @@
-# $NetBSD: Makefile.inc,v 1.9 2001/12/12 00:05:09 tv Exp $
+# $NetBSD: Makefile.inc,v 1.10 2003/09/19 16:29:21 martin Exp $
 # utils one might want in a crunched binary
 
 LDSTATIC=      -static         # only static compilation makes sense here
-.if ${MACHINE_ARCH} != "sparc64"
-DBG=           -Os
-.endif
 
 install: .NOTMAIN .MADE



Home | Main Index | Thread Index | Old Index