Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/arch/sparc64 Set ${SRCS.softfloat}.



details:   https://anonhg.NetBSD.org/src/rev/cf532b9ae899
branches:  trunk
changeset: 749700:cf532b9ae899
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Sun Dec 06 07:05:50 2009 +0000

description:
Set ${SRCS.softfloat}.

diffstat:

 lib/libc/arch/sparc64/Makefile.inc |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 8a069de95129 -r cf532b9ae899 lib/libc/arch/sparc64/Makefile.inc
--- a/lib/libc/arch/sparc64/Makefile.inc        Sun Dec 06 06:46:25 2009 +0000
+++ b/lib/libc/arch/sparc64/Makefile.inc        Sun Dec 06 07:05:50 2009 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.12 2008/10/26 07:43:07 mrg Exp $
+#      $NetBSD: Makefile.inc,v 1.13 2009/12/06 07:05:50 uebayasi Exp $
 
 SRCS+= __sigaction14_sigtramp.c __sigtramp2.S
 
@@ -43,7 +43,8 @@
 #
 # Can't directly use softfloat.c due to .PATH issues with the other source
 # in softfloat. Just provide a wrapper which pulls it in via a #include
-SRCS+= softfloat-wrapper.c
+SRCS.softfloat= softfloat-wrapper.c
+SRCS+= ${SRCS.softfloat}
 CPPFLAGS+=      -I${ARCHDIR}/softfloat -I${.CURDIR}/softfloat \
                -I${.CURDIR}/softfloat/bits64
 .endif



Home | Main Index | Thread Index | Old Index