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 Catch up with addition of putstr32.S.
details: https://anonhg.NetBSD.org/src/rev/00c5ab39c777
branches: trunk
changeset: 765850:00c5ab39c777
user: joerg <joerg%NetBSD.org@localhost>
date: Tue Jun 07 20:05:46 2011 +0000
description:
Catch up with addition of putstr32.S.
diffstat:
sys/arch/i386/stand/lib/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 24433969d419 -r 00c5ab39c777 sys/arch/i386/stand/lib/Makefile
--- a/sys/arch/i386/stand/lib/Makefile Tue Jun 07 20:04:32 2011 +0000
+++ b/sys/arch/i386/stand/lib/Makefile Tue Jun 07 20:05:46 2011 +0000
@@ -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}
Home |
Main Index |
Thread Index |
Old Index