Home | History | Annotate | Line # | Download | only in conf
Makefile.mpc85xx.inc revision 1.2.4.3
      1  1.2.4.2  rmind #	$NetBSD: Makefile.mpc85xx.inc,v 1.2.4.3 2011/05/31 03:04:00 rmind Exp $
      2  1.2.4.2  rmind 
      3  1.2.4.2  rmind CFLAGS+=		-mmultiple
      4  1.2.4.2  rmind CFLAGS+=		-mno-string -misel -Wa,-me500
      5  1.2.4.2  rmind CFLAGS+=		-fno-inline-functions-called-once
      6  1.2.4.2  rmind AFLAGS+=		-Wa,-me500
      7  1.2.4.2  rmind # gcc emits bad code with these options
      8  1.2.4.2  rmind #AFLAGS+=		-mcpu=8548
      9  1.2.4.2  rmind #CFLAGS+=		-mcpu=8548
     10  1.2.4.2  rmind TEXTADDR?=		20000
     11  1.2.4.2  rmind 
     12  1.2.4.2  rmind SYSTEM_FIRST_OBJ=	mpc85xx_start.o
     13  1.2.4.2  rmind SYSTEM_FIRST_SFILE=	${THISPPC}/mpc85xx/mpc85xx_start.S
     14