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 remove HAVE_GCC=45 fragment.



details:   https://anonhg.NetBSD.org/src/rev/13e977f77edb
branches:  trunk
changeset: 807619:13e977f77edb
user:      mrg <mrg%NetBSD.org@localhost>
date:      Thu Apr 16 08:38:36 2015 +0000

description:
remove HAVE_GCC=45 fragment.

diffstat:

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

diffs (19 lines):

diff -r 8969e614669d -r 13e977f77edb sys/arch/i386/stand/lib/Makefile
--- a/sys/arch/i386/stand/lib/Makefile  Thu Apr 16 06:50:16 2015 +0000
+++ b/sys/arch/i386/stand/lib/Makefile  Thu Apr 16 08:38:36 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.40 2014/04/08 15:34:18 christos Exp $
+#      $NetBSD: Makefile,v 1.41 2015/04/16 08:38:36 mrg Exp $
 
 S?=    ${.CURDIR}/../../../..
 
@@ -54,9 +54,6 @@
        @${LD} -r -o lib${LIB}.o `lorder ${OBJS} | tsort`
 
 # XXX
-.if ${HAVE_GCC:U} == 45
-COPTS.biosdisk.c+=     -fno-strict-aliasing
-.endif
 .if ${ACTIVE_CC} == "gcc" && ${HAVE_GCC:U} == 48
 COPTS.biosdisk_ll.c+=  -O0
 .endif



Home | Main Index | Thread Index | Old Index