2004-11-12 Ralf Corsepius <ralf_corsepius@rtems.org>

PR 717/bsps
	* bootloader/Makefile.am: Set up BOOTLOADER_CPU_CFLAGS.
This commit is contained in:
Ralf Corsepius
2004-11-12 16:39:11 +00:00
parent a7cddf529b
commit d183f65833
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2004-11-12 Ralf Corsepius <ralf_corsepius@rtems.org>
PR 717/bsps
* bootloader/Makefile.am: Set up BOOTLOADER_CPU_CFLAGS.
2004-11-10 Richard Campbell <richard.campbell@oarcorp.com>
* Makefile.am, configure.ac, bootloader/Makefile.am, include/bsp.h,

View File

@@ -28,7 +28,7 @@ bootloader_SOURCES = ../../../powerpc/shared/bootloader/head.S \
DEFAULT_INCLUDES =
# Remove references to EABI when compiling bootloader
BOOTLOADER_CPU_FLAGS=$(subst -msdata=eabi,,$(subst -meabi,,$(CPU_CFLAGS)))
BOOTLOADER_CPU_CFLAGS=$(subst -msdata=eabi,,$(subst -meabi,,$(CPU_CFLAGS)))
AM_CPPFLAGS = -D__BOOT__
AM_CFLAGS = $(GCC_SPECS) -specs bsp_specs -qrtems -mrelocatable -msoft-float \
-mstrict-align -fno-builtin -Wall -mmultiple -mstring -O2 \