forked from Imagelibrary/rtems
2001-04-02 Joel Sherrill <joel@OARcorp.com>
* bootloader/Makefile.am: Use AM_CCASFLAGS instead of AM_ASFLAGS.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
addressed. This was a sweep across all BSPs.
|
||||
|
||||
2001-04-08 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
|
||||
|
||||
2002-04-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
@@ -36,7 +36,7 @@ AM_CFLAGS = \
|
||||
-msoft-float -mstrict-align -fno-builtin -Wall -mmultiple \
|
||||
-mstring -O2 -fomit-frame-pointer -ffixed-r13 -mno-sdata \
|
||||
$(CPU_CFLAGS)
|
||||
AM_ASFLAGS = $(INCLUDES) $(AM_CPPFLAGS) \
|
||||
AM_CCASFLAGS = $(INCLUDES) $(AM_CPPFLAGS) \
|
||||
$(GCC_SPECS) -specs bsp_specs -qrtems -mrelocatable \
|
||||
-DASM $(CPU_CFLAGS)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user