Module Name: src
Committed By: joerg
Date: Fri Feb 14 20:34:28 UTC 2014
Modified Files:
src/sys/arch/i386/stand/lib: Makefile
Log Message:
Only realprot.S still needs to be built with GNU as.
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/sys/arch/i386/stand/lib/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/i386/stand/lib/Makefile
diff -u src/sys/arch/i386/stand/lib/Makefile:1.36 src/sys/arch/i386/stand/lib/Makefile:1.37
--- src/sys/arch/i386/stand/lib/Makefile:1.36 Fri Aug 10 12:18:15 2012
+++ src/sys/arch/i386/stand/lib/Makefile Fri Feb 14 20:34:27 2014
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2012/08/10 12:18:15 joerg Exp $
+# $NetBSD: Makefile,v 1.37 2014/02/14 20:34:27 joerg Exp $
S?= ${.CURDIR}/../../../..
@@ -11,27 +11,6 @@ I386_INCLUDE_DOS?= no
I386_INCLUDE_BUS?= no
I386_INCLUDE_PS2?= yes
-AFLAGS.biosdelay.S= ${${ACTIVE_CC} == "clang":?-no-integrated-as:}
-AFLAGS.biosgetrtc.S= ${${ACTIVE_CC} == "clang":?-no-integrated-as:}
-AFLAGS.biosgetsystime.S= ${${ACTIVE_CC} == "clang":?-no-integrated-as:}
-AFLAGS.biosmca.S= ${${ACTIVE_CC} == "clang":?-no-integrated-as:}
-AFLAGS.biosmemps2.S= ${${ACTIVE_CC} == "clang":?-no-integrated-as:}
-AFLAGS.biosmem.S= ${${ACTIVE_CC} == "clang":?-no-integrated-as:}
-AFLAGS.biosmemx.S= ${${ACTIVE_CC} == "clang":?-no-integrated-as:}
-AFLAGS.biosreboot.S= ${${ACTIVE_CC} == "clang":?-no-integrated-as:}
-AFLAGS.biosvbe.S= ${${ACTIVE_CC} == "clang":?-no-integrated-as:}
-AFLAGS.biosvideomode.S= ${${ACTIVE_CC} == "clang":?-no-integrated-as:}
-AFLAGS.bios_disk.S= ${${ACTIVE_CC} == "clang":?-no-integrated-as:}
-AFLAGS.bios_pci.S= ${${ACTIVE_CC} == "clang":?-no-integrated-as:}
-AFLAGS.comio.S= ${${ACTIVE_CC} == "clang":?-no-integrated-as:}
-AFLAGS.conio.S= ${${ACTIVE_CC} == "clang":?-no-integrated-as:}
-AFLAGS.dos_file.S= ${${ACTIVE_CC} == "clang":?-no-integrated-as:}
-AFLAGS.dump_eax.S= ${${ACTIVE_CC} == "clang":?-no-integrated-as:}
-AFLAGS.message.S= ${${ACTIVE_CC} == "clang":?-no-integrated-as:}
-AFLAGS.message32.S= ${${ACTIVE_CC} == "clang":?-no-integrated-as:}
-AFLAGS.pvcopy.S= ${${ACTIVE_CC} == "clang":?-no-integrated-as:}
-AFLAGS.putstr.S= ${${ACTIVE_CC} == "clang":?-no-integrated-as:}
-AFLAGS.putstr32.S= ${${ACTIVE_CC} == "clang":?-no-integrated-as:}
AFLAGS.realprot.S= ${${ACTIVE_CC} == "clang":?-no-integrated-as:}
CPPFLAGS= -I$S/lib/libsa ${I386CPPFLAGS} ${I386MISCCPPFLAGS}