Module Name: src
Committed By: matt
Date: Tue Jan 18 08:12:06 UTC 2011
Modified Files:
src/lib/libc/arch/mips/gdtoa: Makefile.inc
Log Message:
Cleanup the o32 compat build test.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/lib/libc/arch/mips/gdtoa/Makefile.inc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/arch/mips/gdtoa/Makefile.inc
diff -u src/lib/libc/arch/mips/gdtoa/Makefile.inc:1.2 src/lib/libc/arch/mips/gdtoa/Makefile.inc:1.3
--- src/lib/libc/arch/mips/gdtoa/Makefile.inc:1.2 Mon Jan 17 23:53:03 2011
+++ src/lib/libc/arch/mips/gdtoa/Makefile.inc Tue Jan 18 08:12:05 2011
@@ -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