Makefile.mpc85xx.inc revision 1.3.14.1 1 1.3.14.1 tls # $NetBSD: Makefile.mpc85xx.inc,v 1.3.14.1 2014/08/20 00:02:59 tls Exp $
2 1.2 matt
3 1.3.14.1 tls CFLAGS+= ${${ACTIVE_CC} == "gcc":? -misel -Wa,-me500 :}
4 1.3.14.1 tls CFLAGS+= ${${ACTIVE_CC} == "gcc":? -fno-inline-functions-called-once :}
5 1.3.14.1 tls 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