summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-05-20 21:50:47 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-05-20 21:50:47 +0000
commit5768e619ccab38ff66cba0b23dafedc3a753da2e (patch)
treee3f988b96179856e21c26c952f95f77d39624f9c /make
parent2008-05-20 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-5768e619ccab38ff66cba0b23dafedc3a753da2e.tar.bz2
2008-05-20 Joel Sherrill <joel.sherrill@oarcorp.com>
* custom/nds.cfg: Email from author says to drop this flag.
Diffstat (limited to 'make')
-rw-r--r--make/ChangeLog4
-rw-r--r--make/custom/nds.cfg2
2 files changed, 5 insertions, 1 deletions
diff --git a/make/ChangeLog b/make/ChangeLog
index 609cdb5e8f..38330e4cc4 100644
--- a/make/ChangeLog
+++ b/make/ChangeLog
@@ -1,5 +1,9 @@
2008-05-20 Joel Sherrill <joel.sherrill@oarcorp.com>
+ * custom/nds.cfg: Email from author says to drop this flag.
+
+2008-05-20 Joel Sherrill <joel.sherrill@oarcorp.com>
+
* leaf.cfg: Do not override bsp-post-link.
2008-05-06 Joel Sherrill <joel.sherrill@OARcorp.com>
diff --git a/make/custom/nds.cfg b/make/custom/nds.cfg
index 72b3d4f0b8..7d88e2e953 100644
--- a/make/custom/nds.cfg
+++ b/make/custom/nds.cfg
@@ -16,7 +16,7 @@ RTEMS_BSP_FAMILY=nds
# and (hopefully) optimize for it.
#
CPU_CFLAGS = -mcpu=$(RTEMS_CPU_MODEL) -msoft-float -mstructure-size-boundary=8
-CPU_CFLAGS += -mthumb-interwork ## -D __THUMB_INTERWORK__ -mthumb
+# CPU_CFLAGS += -mthumb-interwork ## -D __THUMB_INTERWORK__ -mthumb
# optimize flag: typically -O2
#CFLAGS_OPTIMIZE_V = -O0 -ggdb