Mon Mar 28 10:31:45 2016 UTC ()
Simplify now that we have an internal toolchain


(martin)
diff -r1.9 -r1.10 src/sys/arch/playstation2/conf/Makefile.playstation2.inc

cvs diff -r1.9 -r1.10 src/sys/arch/playstation2/conf/Makefile.playstation2.inc (expand / switch to context diff)
--- src/sys/arch/playstation2/conf/Makefile.playstation2.inc 2015/04/06 10:49:13 1.9
+++ src/sys/arch/playstation2/conf/Makefile.playstation2.inc 2016/03/28 10:31:45 1.10
@@ -1,25 +1,5 @@
-#	$NetBSD: Makefile.playstation2.inc,v 1.9 2015/04/06 10:49:13 martin Exp $
+#	$NetBSD: Makefile.playstation2.inc,v 1.10 2016/03/28 10:31:45 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
-
 # 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