Module Name:    src
Committed By:   martin
Date:           Mon Mar 28 10:31:45 UTC 2016

Modified Files:
        src/sys/arch/playstation2/conf: Makefile.playstation2.inc

Log Message:
Simplify now that we have an internal toolchain


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 \
    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.9 src/sys/arch/playstation2/conf/Makefile.playstation2.inc:1.10
--- src/sys/arch/playstation2/conf/Makefile.playstation2.inc:1.9	Mon Apr  6 10:49:13 2015
+++ src/sys/arch/playstation2/conf/Makefile.playstation2.inc	Mon Mar 28 10:31:45 2016
@@ -1,25 +1,5 @@
-#	$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
-.endif
-
-# working around makesystem bugs: redefine CC and friends here or it does
-# not properly get picked up by mkdep in sub-makes for "make depend" of
-# libkern and friends - XXX fix this
-PREFIX=${EXTERNAL_TOOLCHAIN}
-PLATFORM=mipsel--netbsd
-
-CC=${PREFIX}/bin/${PLATFORM}-gcc
-CPP=${PREFIX}/bin/${PLATFORM}-cpp
-AS=${PREFIX}/bin/${PLATFORM}-as
-AR=${PREFIX}/bin/${PLATFORM}-ar
-LD=${PREFIX}/bin/${PLATFORM}-ld
-RANLIB=${PREFIX}/bin/${PLATFORM}-ranlib
-NM=${PREFIX}/bin/${PLATFORM}-nm
-SIZE=${PREFIX}/bin/${PLATFORM}-size
-STRIP=${PREFIX}/bin/${PLATFORM}-strip
+#	$NetBSD: Makefile.playstation2.inc,v 1.10 2016/03/28 10:31:45 martin Exp $
 
 # Playstation2 uses 128 bit access, which currently requires n32 ABI
-CFLAGS+= -mabi=n32 -march=r5900 -fno-pic -msoft-float -Wa,-msoft-float
+CFLAGS+= -mabi=n32 -march=r5900 -fno-pic -msoft-float
 AFLAGS+= -mabi=n32 -march=r5900 -fno-pic -msoft-float

Reply via email to