diff options
| author | he <he@NetBSD.org> | 2012-11-16 12:38:09 +0000 |
|---|---|---|
| committer | he <he@NetBSD.org> | 2012-11-16 12:38:09 +0000 |
| commit | 9d68ed94214c7f488dd4cb686a84b595b83baef2 (patch) | |
| tree | 7c02f4cd8972fea2534f722526b7a6bce47bb8a0 /lib/libc/softfloat | |
| parent | 11133f7d2dff0fe6f87a565fa40ac714f548d944 (diff) | |
Fix make syntax problem by putting the condition on the same line as .elif.
Diffstat (limited to 'lib/libc/softfloat')
| -rw-r--r-- | lib/libc/softfloat/Makefile.inc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libc/softfloat/Makefile.inc b/lib/libc/softfloat/Makefile.inc index 8c76301353a..51265e301aa 100644 --- a/lib/libc/softfloat/Makefile.inc +++ b/lib/libc/softfloat/Makefile.inc @@ -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 @@ SRCS+= ${SRCS.softfloat} .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 |
