Source-Changes-HG archive

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

[src/trunk]: src/share/mk Like on x86_64, don't use -O at all with the hppa c...



details:   https://anonhg.NetBSD.org/src/rev/e7cba2208d97
branches:  trunk
changeset: 533483:e7cba2208d97
user:      fredette <fredette%NetBSD.org@localhost>
date:      Mon Jul 01 19:30:36 2002 +0000

description:
Like on x86_64, don't use -O at all with the hppa compiler.

diffstat:

 share/mk/sys.mk |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 81f797f3e8c9 -r e7cba2208d97 share/mk/sys.mk
--- a/share/mk/sys.mk   Mon Jul 01 19:29:31 2002 +0000
+++ b/share/mk/sys.mk   Mon Jul 01 19:30:36 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: sys.mk,v 1.68 2002/06/04 21:14:59 thorpej Exp $
+#      $NetBSD: sys.mk,v 1.69 2002/07/01 19:30:36 fredette Exp $
 #      @(#)sys.mk      8.2 (Berkeley) 3/21/94
 
 unix?=         We run NetBSD.
@@ -34,7 +34,8 @@
     ${MACHINE_ARCH} == "sparc" || \
     ${MACHINE_ARCH} == "vax"
 DBG?=  -O2
-.elif ${MACHINE_ARCH} == "x86_64"
+.elif ${MACHINE_ARCH} == "hppa" || \
+      ${MACHINE_ARCH} == "x86_64"
 DBG?=
 .elif ${MACHINE_ARCH} == "sparc64"
 DBG?=  -O -ffixed-g4   #Hack for embedany memory model compatibility



Home | Main Index | Thread Index | Old Index