NetBSD/sys/arch/evbppc/conf/Makefile.mpc85xx.inc

14 lines
390 B
PHP

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