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