Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/stand/lib make this more attractive (to me).



details:   https://anonhg.NetBSD.org/src/rev/a76e5e66064f
branches:  trunk
changeset: 328582:a76e5e66064f
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Apr 08 15:34:18 2014 +0000

description:
make this more attractive (to me).

diffstat:

 sys/arch/i386/stand/lib/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r e2c9f32fa6d8 -r a76e5e66064f sys/arch/i386/stand/lib/Makefile
--- a/sys/arch/i386/stand/lib/Makefile  Tue Apr 08 13:56:04 2014 +0000
+++ b/sys/arch/i386/stand/lib/Makefile  Tue Apr 08 15:34:18 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.39 2014/04/08 13:56:04 joerg Exp $
+#      $NetBSD: Makefile,v 1.40 2014/04/08 15:34:18 christos Exp $
 
 S?=    ${.CURDIR}/../../../..
 
@@ -57,6 +57,6 @@
 .if ${HAVE_GCC:U} == 45
 COPTS.biosdisk.c+=     -fno-strict-aliasing
 .endif
-.if ${HAVE_GCC:U} == 48
-COPTS.biosdisk_ll.c+=  ${${ACTIVE_CC} == "gcc":?-O0:}
+.if ${ACTIVE_CC} == "gcc" && ${HAVE_GCC:U} == 48
+COPTS.biosdisk_ll.c+=  -O0
 .endif



Home | Main Index | Thread Index | Old Index