Module Name: src
Committed By: matt
Date: Thu Jul 18 22:00:48 UTC 2013
Modified Files:
src/tools/gcc: Makefile
Log Message:
m68k doesn't support with-float=soft
To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 src/tools/gcc/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tools/gcc/Makefile
diff -u src/tools/gcc/Makefile:1.56 src/tools/gcc/Makefile:1.57
--- src/tools/gcc/Makefile:1.56 Fri Jun 28 08:30:10 2013
+++ src/tools/gcc/Makefile Thu Jul 18 22:00:48 2013
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.56 2013/06/28 08:30:10 mrg Exp $
+# $NetBSD: Makefile,v 1.57 2013/07/18 22:00:48 matt Exp $
.include <bsd.own.mk>
@@ -28,7 +28,7 @@ MULTILIB_ARGS= --enable-multilib
MULTILIB_ARGS= --disable-multilib
.endif
-.if ${MKSOFTFLOAT} != "no"
+.if ${MKSOFTFLOAT} != "no" && ${MACHINE_CPU} != "m68k"
SOFTFLOAT_ARGS= -with-float=soft
.endif