mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-07 08:03:12 +00:00
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>
|
2003-03-18 Till Straumann <strauman@slac.stanford.edu>
|
||||||
|
|
||||||
PR 356/bsps
|
PR 356/bsps
|
||||||
|
|||||||
@@ -23,15 +23,17 @@ LD = @LD@
|
|||||||
# ----
|
# ----
|
||||||
DEFAULT_INCLUDES =
|
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_CPPFLAGS = -D__BOOT__ -DDEBUG
|
||||||
AM_CFLAGS = \
|
AM_CFLAGS = \
|
||||||
$(GCC_SPECS) -specs bsp_specs -qrtems -mrelocatable \
|
$(GCC_SPECS) -specs bsp_specs -qrtems -mrelocatable \
|
||||||
-msoft-float -mstrict-align -fno-builtin -Wall -mmultiple \
|
-msoft-float -mstrict-align -fno-builtin -Wall -mmultiple \
|
||||||
-mstring -O2 -fomit-frame-pointer -ffixed-r13 -mno-sdata \
|
-mstring -O2 -fomit-frame-pointer -ffixed-r13 -mno-sdata \
|
||||||
$(CPU_CFLAGS)
|
$(BOOTLOADER_CPU_CFLAGS)
|
||||||
AM_CCASFLAGS = $(AM_CPPFLAGS) \
|
AM_CCASFLAGS = $(AM_CPPFLAGS) \
|
||||||
$(GCC_SPECS) -specs bsp_specs -qrtems -mrelocatable \
|
$(GCC_SPECS) -specs bsp_specs -qrtems -mrelocatable \
|
||||||
-DASM $(CPU_CFLAGS)
|
-DASM $(BOOTLOADER_CPU_CFLAGS)
|
||||||
|
|
||||||
#
|
#
|
||||||
# CAUTION :
|
# CAUTION :
|
||||||
|
|||||||
Reference in New Issue
Block a user