Module Name:    src
Committed By:   matt
Date:           Thu Jan 20 18:41:39 UTC 2011

Modified Files:
        src/lib/libc/arch/mips/gdtoa: Makefile.inc

Log Message:
Remove CPUFLAGS?= since it's no longer needed.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 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.3 src/lib/libc/arch/mips/gdtoa/Makefile.inc:1.4
--- src/lib/libc/arch/mips/gdtoa/Makefile.inc:1.3	Tue Jan 18 08:12:05 2011
+++ src/lib/libc/arch/mips/gdtoa/Makefile.inc	Thu Jan 20 18:41:39 2011
@@ -1,6 +1,5 @@
-#	$NetBSD: Makefile.inc,v 1.3 2011/01/18 08:12:05 matt Exp $
+#	$NetBSD: Makefile.inc,v 1.4 2011/01/20 18:41:39 matt Exp $
 
-CPUFLAGS?=
 SRCS+=	strtof.c
 .if (${MACHINE_ARCH} == "mips64eb" || ${MACHINE_ARCH} == "mips64el")
 .if !defined(CPUFLAGS) || empty(CPUFLAGS:M-mabi=32)

Reply via email to