2001-04-02 Joel Sherrill <joel@OARcorp.com>

* bootloader/Makefile.am: Use AM_CCASFLAGS instead of AM_ASFLAGS.
This commit is contained in:
Joel Sherrill
2002-04-02 23:47:18 +00:00
parent 4b2d7c607c
commit 133a020623
2 changed files with 5 additions and 1 deletions

View File

@@ -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 * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
2002-04-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2002-04-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

View File

@@ -36,7 +36,7 @@ AM_CFLAGS = \
-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) $(CPU_CFLAGS)
AM_ASFLAGS = $(INCLUDES) $(AM_CPPFLAGS) \ AM_CCASFLAGS = $(INCLUDES) $(AM_CPPFLAGS) \
$(GCC_SPECS) -specs bsp_specs -qrtems -mrelocatable \ $(GCC_SPECS) -specs bsp_specs -qrtems -mrelocatable \
-DASM $(CPU_CFLAGS) -DASM $(CPU_CFLAGS)