Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tools/gcc m68k doesn't support with-float=soft



details:   https://anonhg.NetBSD.org/src/rev/ebe1fa9f3355
branches:  trunk
changeset: 788739:ebe1fa9f3355
user:      matt <matt%NetBSD.org@localhost>
date:      Thu Jul 18 22:00:48 2013 +0000

description:
m68k doesn't support with-float=soft

diffstat:

 tools/gcc/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f0ad043f1bdb -r ebe1fa9f3355 tools/gcc/Makefile
--- a/tools/gcc/Makefile        Thu Jul 18 21:59:46 2013 +0000
+++ b/tools/gcc/Makefile        Thu Jul 18 22:00:48 2013 +0000
@@ -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= --disable-multilib
 .endif
 
-.if ${MKSOFTFLOAT} != "no"
+.if ${MKSOFTFLOAT} != "no" && ${MACHINE_CPU} != "m68k"
 SOFTFLOAT_ARGS=        -with-float=soft
 .endif
 



Home | Main Index | Thread Index | Old Index