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 Add -msoft-float to AFLAGS as well



details:   https://anonhg.NetBSD.org/src/rev/29f048734d66
branches:  trunk
changeset: 797034:29f048734d66
user:      martin <martin%NetBSD.org@localhost>
date:      Wed Jul 02 13:27:14 2014 +0000

description:
Add -msoft-float to AFLAGS as well

diffstat:

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

diffs (15 lines):

diff -r fe17920a7e30 -r 29f048734d66 sys/arch/playstation2/conf/Makefile.playstation2.inc
--- a/sys/arch/playstation2/conf/Makefile.playstation2.inc      Wed Jul 02 12:44:15 2014 +0000
+++ b/sys/arch/playstation2/conf/Makefile.playstation2.inc      Wed Jul 02 13:27:14 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.playstation2.inc,v 1.7 2014/07/02 12:44:15 martin Exp $
+#      $NetBSD: Makefile.playstation2.inc,v 1.8 2014/07/02 13:27:14 martin Exp $
 
 .if !defined(EXTERNAL_TOOLCHAIN) || ${EXTERNAL_TOOLCHAIN}==""
 .error please do not run "make" directly, use sh ../../conf/build.playstation2.sh instead
@@ -22,4 +22,4 @@
 
 # Playstation2 uses 128 bit access, which currently requires n32 ABI
 CFLAGS+= -mabi=n32 -march=r5900 -fno-pic -msoft-float
-AFLAGS+= -mabi=n32 -march=r5900 -fno-pic
+AFLAGS+= -mabi=n32 -march=r5900 -fno-pic -msoft-float



Home | Main Index | Thread Index | Old Index