1 # $NetBSD: Makefile.mpc85xx.inc,v 1.3 2011/05/28 00:07:24 matt Exp $ 2 3 CFLAGS+= -mmultiple 4 CFLAGS+= -mno-string -misel -Wa,-me500 5 CFLAGS+= -fno-inline-functions-called-once 6 AFLAGS+= -Wa,-me500 7 # gcc emits bad code with these options 8 #AFLAGS+= -mcpu=8548 9 #CFLAGS+= -mcpu=8548 10 TEXTADDR?= 20000 11 12 SYSTEM_FIRST_OBJ= mpc85xx_start.o 13 SYSTEM_FIRST_SFILE= ${THISPPC}/mpc85xx/mpc85xx_start.S 14