From b345f83f962c7a202704a7c874a149c17376a7e4 Mon Sep 17 00:00:00 2001 From: Eric Norum Date: Wed, 27 Oct 2004 21:17:55 +0000 Subject: Add -Wa,-m7450 to CPU_CFLAGS until gcc/gas get their acts together. --- make/custom/mvme5500.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'make/custom') diff --git a/make/custom/mvme5500.cfg b/make/custom/mvme5500.cfg index cd7fc83e20..2d439e7b27 100644 --- a/make/custom/mvme5500.cfg +++ b/make/custom/mvme5500.cfg @@ -17,7 +17,7 @@ RTEMS_BSP_FAMILY=mvme5500 # and (hopefully) optimize for it. # if gcc does not regonize 7450 then change -mcpu=750 # -CPU_CFLAGS = -mcpu=7450 -Dmpc7455 -mmultiple -mstring -mstrict-align +CPU_CFLAGS = -mcpu=7450 -Dmpc7455 -mmultiple -mstring -mstrict-align -Wa,-m7450 #T. Straumann; disable sdata=eabi for now until CEXP supports it -meabi -msdata=eabi # optimize flag: typically -0, could use -O4 or -fast -- cgit v1.2.3