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