summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
Diffstat (limited to 'make')
-rw-r--r--make/ChangeLog4
-rw-r--r--make/custom/jmr3904.cfg2
2 files changed, 5 insertions, 1 deletions
diff --git a/make/ChangeLog b/make/ChangeLog
index defbe642f1..d728d8e94a 100644
--- a/make/ChangeLog
+++ b/make/ChangeLog
@@ -1,4 +1,8 @@
+2000-12-01 Joel Sherrill <joel@OARcorp.com>
+
+ * custom/jmr3904.cfg: Turn optimization back up to -O2.
+
2000-11-30 Joel Sherrill <joel@OARcorp.com>
* custom/jmr3904.cfg: Use -m3900 not -mips3. TX3904 is actually
diff --git a/make/custom/jmr3904.cfg b/make/custom/jmr3904.cfg
index 5a6bb977d9..3936f4b40b 100644
--- a/make/custom/jmr3904.cfg
+++ b/make/custom/jmr3904.cfg
@@ -19,7 +19,7 @@ CPU_CFLAGS=-m3900 -g -G0
# optimize flag: typically -0, could use -O4 or -fast
# -O4 is ok for RTEMS
-CFLAGS_OPTIMIZE_V=-O0 -g
+CFLAGS_OPTIMIZE_V=-O2 -g
# This section makes the target dependent options file.