1 # $NetBSD: Makefile.mpc85xx.inc,v 1.3.28.1 2014/08/10 06:53:56 tls Exp $ 2 3 CFLAGS+= -misel -Wa,-me500 4 CFLAGS+= -fno-inline-functions-called-once 5 AFLAGS+= -Wa,-me500 6 # gcc emits bad code with these options 7 #AFLAGS+= -mcpu=8548 8 #CFLAGS+= -mcpu=8548 9 TEXTADDR?= 20000 10 11 SYSTEM_FIRST_OBJ= mpc85xx_start.o 12 SYSTEM_FIRST_SFILE= ${THISPPC}/mpc85xx/mpc85xx_start.S 13