Source-Changes-HG archive

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

[src/trunk]: src/tools/gcc or1k does not support --with-float



details:   https://anonhg.NetBSD.org/src/rev/cb68f16ce4cc
branches:  trunk
changeset: 331982:cb68f16ce4cc
user:      matt <matt%NetBSD.org@localhost>
date:      Wed Sep 03 19:25:29 2014 +0000

description:
or1k does not support --with-float

diffstat:

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

diffs (19 lines):

diff -r 1274d9992615 -r cb68f16ce4cc tools/gcc/Makefile
--- a/tools/gcc/Makefile        Wed Sep 03 19:24:52 2014 +0000
+++ b/tools/gcc/Makefile        Wed Sep 03 19:25:29 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.70 2014/06/14 20:49:37 mrg Exp $
+#      $NetBSD: Makefile,v 1.71 2014/09/03 19:25:29 matt Exp $
 
 .include <bsd.own.mk>
 
@@ -27,7 +27,8 @@
 MULTILIB_ARGS= --disable-multilib
 .endif
 
-.if ${MKSOFTFLOAT} != "no" && ${MACHINE_CPU} != "m68k"
+.if ${MKSOFTFLOAT} != "no" && ${MACHINE_CPU} != "m68k" \
+    && ${MACHINE_CPU} != "or1k"
 SOFTFLOAT_ARGS=        -with-float=soft
 .endif
 



Home | Main Index | Thread Index | Old Index