mirror of
https://github.com/t-crest/rtems.git
synced 2025-11-16 12:34:47 +00:00
2009-09-14 Ralf Corsépius <ralf.corsepius@rtems.org>
* custom/gen83xx.cfg: Remove -funit-at-a-time.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2009-09-14 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* custom/gen83xx.cfg: Remove -funit-at-a-time.
|
||||
|
||||
2009-08-27 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* custom/leon2.cfg, custom/leon3.cfg: Fix typo.
|
||||
|
||||
@@ -23,6 +23,6 @@ CPU_CFLAGS = -mcpu=603e -mstrict-align -fno-strict-aliasing \
|
||||
-meabi -msdata -fno-common
|
||||
|
||||
# optimize flag: typically -O2
|
||||
CFLAGS_OPTIMIZE_V = -O2 -g -fno-keep-inline-functions -funit-at-a-time -W -Wno-unused
|
||||
CFLAGS_OPTIMIZE_V = -O2 -g -fno-keep-inline-functions -W -Wno-unused
|
||||
|
||||
LDFLAGS += -qnolinkcmds -T $(RTEMS_LINKCMDS)
|
||||
|
||||
Reference in New Issue
Block a user