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 Remove CPUFLAGS?= since it's no lon...



details:   https://anonhg.NetBSD.org/src/rev/c35c2566c8b6
branches:  trunk
changeset: 761208:c35c2566c8b6
user:      matt <matt%NetBSD.org@localhost>
date:      Thu Jan 20 18:41:39 2011 +0000

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

diffstat:

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

diffs (11 lines):

diff -r 65d753828082 -r c35c2566c8b6 lib/libc/arch/mips/gdtoa/Makefile.inc
--- a/lib/libc/arch/mips/gdtoa/Makefile.inc     Thu Jan 20 18:36:45 2011 +0000
+++ b/lib/libc/arch/mips/gdtoa/Makefile.inc     Thu Jan 20 18:41:39 2011 +0000
@@ -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)



Home | Main Index | Thread Index | Old Index