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/230f7205441e
branches: trunk
changeset: 802124:230f7205441e
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 cde076873f82 -r 230f7205441e 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