2003-03-27 Joel Sherrill <joel@OARcorp.com>

* bootloader/Makefile.am: Eliminate EABI CFLAGS from those used to
	compile the bootloader.
This commit is contained in:
Joel Sherrill
2003-03-27 18:46:05 +00:00
parent 109fc262bf
commit edd688eac9
2 changed files with 9 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
2003-03-27 Joel Sherrill <joel@OARcorp.com>
* bootloader/Makefile.am: Eliminate EABI CFLAGS from those used to
compile the bootloader.
2003-03-18 Till Straumann <strauman@slac.stanford.edu>
PR 356/bsps

View File

@@ -23,15 +23,17 @@ LD = @LD@
# ----
DEFAULT_INCLUDES =
# Remove references to EABI when compiling bootloader
BOOTLOADER_CPU_FLAGS=$(subst -msdata=eabi,,$(subst -meabi,,$(CPU_CFLAGS)))
AM_CPPFLAGS = -D__BOOT__ -DDEBUG
AM_CFLAGS = \
$(GCC_SPECS) -specs bsp_specs -qrtems -mrelocatable \
-msoft-float -mstrict-align -fno-builtin -Wall -mmultiple \
-mstring -O2 -fomit-frame-pointer -ffixed-r13 -mno-sdata \
$(CPU_CFLAGS)
$(BOOTLOADER_CPU_CFLAGS)
AM_CCASFLAGS = $(AM_CPPFLAGS) \
$(GCC_SPECS) -specs bsp_specs -qrtems -mrelocatable \
-DASM $(CPU_CFLAGS)
-DASM $(BOOTLOADER_CPU_CFLAGS)
#
# CAUTION :