Home | History | Annotate | Line # | Download | only in conf
      1 #	$NetBSD: Makefile.mpc85xx.inc,v 1.5 2014/08/10 17:44:26 joerg Exp $
      2 
      3 CFLAGS+=		${${ACTIVE_CC} == "gcc":? -misel -Wa,-me500 :}
      4 CFLAGS+=		${${ACTIVE_CC} == "gcc":? -fno-inline-functions-called-once :}
      5 AFLAGS+=		${${ACTIVE_CC} == "gcc":? -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