1 1.1.4.2 nathanw # $NetBSD: Makefile.playstation2.inc,v 1.1.4.2 2002/01/11 23:38:40 nathanw Exp $ 2 1.1.4.2 nathanw 3 1.1.4.2 nathanw EETOOLDIR = /usr/pkg/cross-ps2 4 1.1.4.2 nathanw TARGET = mipsEEel-netbsd 5 1.1.4.2 nathanw 6 1.1.4.2 nathanw CC = ${EETOOLDIR}/bin/${TARGET}-gcc 7 1.1.4.2 nathanw LD = ${EETOOLDIR}/bin/${TARGET}-ld 8 1.1.4.2 nathanw CXX = ${EETOOLDIR}/bin/${TARGET}-g++ 9 1.1.4.2 nathanw AS = ${EETOOLDIR}/bin/${TARGET}-as 10 1.1.4.2 nathanw CPP = ${EETOOLDIR}/bin/${TARGET}-cpp 11 1.1.4.2 nathanw RANLIB = ${EETOOLDIR}/bin/${TARGET}-ranlib 12 1.1.4.2 nathanw AR = ${EETOOLDIR}/bin/${TARGET}-ar 13 1.1.4.2 nathanw NM = ${EETOOLDIR}/bin/${TARGET}-nm 14 1.1.4.2 nathanw SIZE = ${EETOOLDIR}/bin/${TARGET}-size 15 1.1.4.2 nathanw STRIP = ${EETOOLDIR}/bin/${TARGET}-strip 16 1.1.4.2 nathanw 17 1.1.4.2 nathanw CFLAGS+= -mcpu=r5900 -mips1 -fno-pic \ 18 1.1.4.2 nathanw -D__NetBSD__ -Ulinux -U__linux__ -U__linux 19 1.1.4.2 nathanw AFLAGS+= -mcpu=r5900 -mips1 -fno-pic \ 20 1.1.4.2 nathanw -D__NetBSD__ -Ulinux -U__linux__ -U__linux 21