Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/playstation2/conf Force gcc to pass -msoft-float to...



details:   https://anonhg.NetBSD.org/src/rev/bec4ae165e25
branches:  trunk
changeset: 807342:bec4ae165e25
user:      martin <martin%NetBSD.org@localhost>
date:      Mon Apr 06 10:49:13 2015 +0000

description:
Force gcc to pass -msoft-float to the assembler (to make newer binutils
happy)

diffstat:

 sys/arch/playstation2/conf/Makefile.playstation2.inc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r ad4d451d3a16 -r bec4ae165e25 sys/arch/playstation2/conf/Makefile.playstation2.inc
--- a/sys/arch/playstation2/conf/Makefile.playstation2.inc      Mon Apr 06 09:45:58 2015 +0000
+++ b/sys/arch/playstation2/conf/Makefile.playstation2.inc      Mon Apr 06 10:49:13 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.playstation2.inc,v 1.8 2014/07/02 13:27:14 martin Exp $
+#      $NetBSD: Makefile.playstation2.inc,v 1.9 2015/04/06 10:49:13 martin Exp $
 
 .if !defined(EXTERNAL_TOOLCHAIN) || ${EXTERNAL_TOOLCHAIN}==""
 .error please do not run "make" directly, use sh ../../conf/build.playstation2.sh instead
@@ -21,5 +21,5 @@
 STRIP=${PREFIX}/bin/${PLATFORM}-strip
 
 # Playstation2 uses 128 bit access, which currently requires n32 ABI
-CFLAGS+= -mabi=n32 -march=r5900 -fno-pic -msoft-float
+CFLAGS+= -mabi=n32 -march=r5900 -fno-pic -msoft-float -Wa,-msoft-float
 AFLAGS+= -mabi=n32 -march=r5900 -fno-pic -msoft-float



Home | Main Index | Thread Index | Old Index