Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/arch/m68k/gdtoa ${MACHINE_ARCH} != "m68000" --> ${M...



details:   https://anonhg.NetBSD.org/src/rev/595660fe5025
branches:  trunk
changeset: 788725:595660fe5025
user:      matt <matt%NetBSD.org@localhost>
date:      Thu Jul 18 21:19:50 2013 +0000

description:
${MACHINE_ARCH} != "m68000" --> ${MACHINE_ARCH} == "m68k"

diffstat:

 lib/libc/arch/m68k/gdtoa/Makefile.inc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (14 lines):

diff -r a3aa0588e167 -r 595660fe5025 lib/libc/arch/m68k/gdtoa/Makefile.inc
--- a/lib/libc/arch/m68k/gdtoa/Makefile.inc     Thu Jul 18 21:18:36 2013 +0000
+++ b/lib/libc/arch/m68k/gdtoa/Makefile.inc     Thu Jul 18 21:19:50 2013 +0000
@@ -1,8 +1,8 @@
-#      $NetBSD: Makefile.inc,v 1.3 2006/03/21 22:50:13 he Exp $
+#      $NetBSD: Makefile.inc,v 1.4 2013/07/18 21:19:50 matt Exp $
 
 SRCS+= strtof.c
 
-.if ${MACHINE_ARCH} != "m68000"
+.if ${MACHINE_ARCH} == "m68k"
 SRCS+= strtold_pxL.c
 SRCS+= strtopxL.c
 .endif



Home | Main Index | Thread Index | Old Index