Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/softfloat Fix make syntax problem by putting the co...
details: https://anonhg.NetBSD.org/src/rev/f28a7907ce36
branches: trunk
changeset: 782716:f28a7907ce36
user: he <he%NetBSD.org@localhost>
date: Fri Nov 16 12:38:09 2012 +0000
description:
Fix make syntax problem by putting the condition on the same line as .elif.
diffstat:
lib/libc/softfloat/Makefile.inc | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (19 lines):
diff -r 938b16c5e01f -r f28a7907ce36 lib/libc/softfloat/Makefile.inc
--- a/lib/libc/softfloat/Makefile.inc Fri Nov 16 10:48:17 2012 +0000
+++ b/lib/libc/softfloat/Makefile.inc Fri Nov 16 12:38:09 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.11 2012/11/14 03:47:30 msaitoh Exp $
+# $NetBSD: Makefile.inc,v 1.12 2012/11/16 12:38:09 he Exp $
SOFTFLOAT_BITS?=64
.PATH: ${ARCHDIR}/softfloat \
@@ -24,8 +24,7 @@
.if (${MACHINE_CPU} == "arm")
# See doc/HACKS for more information.
COPTS.softfloat.c+= -Wno-enum-compare -fno-tree-vrp
-.elif
- (${MACHINE_CPU} == "mips" || \
+.elif (${MACHINE_CPU} == "mips" || \
${MACHINE_CPU} == "sh3")
COPTS.softfloat.c+= -Wno-enum-compare
.endif
Home |
Main Index |
Thread Index |
Old Index