mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-11-16 12:34:45 +00:00
Patch rtems-rc-4.5.0-8-cvs.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>.
Fixes a problem related to an old bug in automake-1.4 which already had broken other Makefile.ams in RTEMS (cf. ./c/src/lib/libbsp/bsp.am).
This commit is contained in:
@@ -28,8 +28,7 @@ include $(top_srcdir)/../../../../../../automake/lib.am
|
||||
CFLAGS_DEBUG_V = $(CFLAGS_OPTIMIZE_V)
|
||||
|
||||
AM_CPPFLAGS += -D__BOOT__ -DDEBUG -mrelocatable
|
||||
AM_CFLAGS += -msoft-float -mstrict-align -fno-builtin -Wall -mmultiple \
|
||||
-mstring -O2 -fomit-frame-pointer -ffixed-r13 -mno-sdata
|
||||
AM_CFLAGS += -msoft-float -mstrict-align -fno-builtin -Wall -mmultiple -mstring -O2 -fomit-frame-pointer -ffixed-r13 -mno-sdata
|
||||
|
||||
IMAGES = rtems.gz
|
||||
|
||||
|
||||
Reference in New Issue
Block a user