Module Name: src Committed By: martin Date: Wed Jul 2 13:27:14 UTC 2014
Modified Files: src/sys/arch/playstation2/conf: Makefile.playstation2.inc Log Message: Add -msoft-float to AFLAGS as well To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 \ src/sys/arch/playstation2/conf/Makefile.playstation2.inc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/playstation2/conf/Makefile.playstation2.inc diff -u src/sys/arch/playstation2/conf/Makefile.playstation2.inc:1.7 src/sys/arch/playstation2/conf/Makefile.playstation2.inc:1.8 --- src/sys/arch/playstation2/conf/Makefile.playstation2.inc:1.7 Wed Jul 2 12:44:15 2014 +++ src/sys/arch/playstation2/conf/Makefile.playstation2.inc Wed Jul 2 13:27:14 2014 @@ -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 @@ STRIP=${PREFIX}/bin/${PLATFORM}-strip # 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