Home | History | Annotate | Line # | Download | only in conf
Makefile.mpc85xx.inc revision 1.4
      1  1.4  joerg #	$NetBSD: Makefile.mpc85xx.inc,v 1.4 2014/08/08 16:56:31 joerg Exp $
      2  1.2   matt 
      3  1.4  joerg CFLAGS+=		-misel -Wa,-me500
      4  1.2   matt CFLAGS+=		-fno-inline-functions-called-once
      5  1.2   matt AFLAGS+=		-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