Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/arch/mips/gdtoa Cleanup the o32 compat build test.
details: https://anonhg.NetBSD.org/src/rev/5cd8b9d9f5a1
branches: trunk
changeset: 760986:5cd8b9d9f5a1
user: matt <matt%NetBSD.org@localhost>
date: Tue Jan 18 08:12:05 2011 +0000
description:
Cleanup the o32 compat build test.
diffstat:
lib/libc/arch/mips/gdtoa/Makefile.inc | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (15 lines):
diff -r 66aab578dd4d -r 5cd8b9d9f5a1 lib/libc/arch/mips/gdtoa/Makefile.inc
--- a/lib/libc/arch/mips/gdtoa/Makefile.inc Tue Jan 18 07:47:16 2011 +0000
+++ b/lib/libc/arch/mips/gdtoa/Makefile.inc Tue Jan 18 08:12:05 2011 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.inc,v 1.2 2011/01/17 23:53:03 matt Exp $
+# $NetBSD: Makefile.inc,v 1.3 2011/01/18 08:12:05 matt Exp $
CPUFLAGS?=
SRCS+= strtof.c
.if (${MACHINE_ARCH} == "mips64eb" || ${MACHINE_ARCH} == "mips64el")
-.if ${CPUFLAGS:M-mabi=32} == ""
+.if !defined(CPUFLAGS) || empty(CPUFLAGS:M-mabi=32)
SRCS+= strtold_pQ.c
SRCS+= strtopQ.c
.endif
Home |
Main Index |
Thread Index |
Old Index