summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-07-28 04:38:40 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-07-28 04:38:40 +0000
commit14c415f10bbb0f4de42d94f86c60bd3058a254e0 (patch)
tree01fdacc39be71550b4ce797a6063835112aabfbf /make
parentFix typo. (diff)
downloadrtems-14c415f10bbb0f4de42d94f86c60bd3058a254e0.tar.bz2
2007-07-28 Ralf Corsépius <ralf.corsepius@rtems.org>
* custom/rtl22xx.cfg: Adjust indentation.
Diffstat (limited to 'make')
-rw-r--r--make/ChangeLog1
-rw-r--r--make/custom/rtl22xx.cfg2
2 files changed, 2 insertions, 1 deletions
diff --git a/make/ChangeLog b/make/ChangeLog
index eda7786b1a..fc37a6ad6a 100644
--- a/make/ChangeLog
+++ b/make/ChangeLog
@@ -1,5 +1,6 @@
2007-07-28 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * custom/rtl22xx.cfg: Adjust indentation.
* custom/virtex.cfg: Use -O2.
2007-07-24 Joel Sherrill <joel.sherrill@OARcorp.com>
diff --git a/make/custom/rtl22xx.cfg b/make/custom/rtl22xx.cfg
index 1037e671d6..87007e4437 100644
--- a/make/custom/rtl22xx.cfg
+++ b/make/custom/rtl22xx.cfg
@@ -21,7 +21,7 @@ CPU_CFLAGS = -mcpu=arm7tdmi -mstructure-size-boundary=8 -mapcs-frame
# -O4 is ok for RTEMS
# NOTE2: some level of -O may be actually required by inline assembler (at least
# -O2 so far.
-CFLAGS_OPTIMIZE_V=-Os -g -DNDEBUG
+CFLAGS_OPTIMIZE_V = -Os -g -DNDEBUG
define make-exe
$(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $@ \