Module Name: src
Committed By: joerg
Date: Tue Jun 7 20:05:46 UTC 2011
Modified Files:
src/sys/arch/i386/stand/lib: Makefile
Log Message:
Catch up with addition of putstr32.S.
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 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.33 src/sys/arch/i386/stand/lib/Makefile:1.34
--- src/sys/arch/i386/stand/lib/Makefile:1.33 Thu Jun 2 18:53:00 2011
+++ src/sys/arch/i386/stand/lib/Makefile Tue Jun 7 20:05:46 2011
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2011/06/02 18:53:00 dsl Exp $
+# $NetBSD: Makefile,v 1.34 2011/06/07 20:05:46 joerg Exp $
S?= ${.CURDIR}/../../../..
@@ -31,6 +31,7 @@
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}