forked from Imagelibrary/rtems
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:
@@ -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
|
||||
|
||||
@@ -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 :
|
||||
|
||||
Reference in New Issue
Block a user