summaryrefslogtreecommitdiffstats
path: root/make/custom
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-11-30 14:38:18 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-11-30 14:38:18 +0000
commitc0613047754f9f8ff378b2defaa1a29323969777 (patch)
treea9232f448af7beb3db4aa177c75b61ab47662841 /make/custom
parent2000-11-30 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-c0613047754f9f8ff378b2defaa1a29323969777.tar.bz2
2000-11-30 Joel Sherrill <joel@OARcorp.com>
* custom/jmr3904.cfg: Use -m3900 not -mips3. TX3904 is actually a mips1. gcc translates -m3900 into that.
Diffstat (limited to 'make/custom')
-rw-r--r--make/custom/jmr3904.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/make/custom/jmr3904.cfg b/make/custom/jmr3904.cfg
index afbcdb8675..5a6bb977d9 100644
--- a/make/custom/jmr3904.cfg
+++ b/make/custom/jmr3904.cfg
@@ -15,11 +15,11 @@ RTEMS_BSP_FAMILY=jmr3904
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.
#
-CPU_CFLAGS=-mips3 -g -G0
+CPU_CFLAGS=-m3900 -g -G0
# optimize flag: typically -0, could use -O4 or -fast
# -O4 is ok for RTEMS
-CFLAGS_OPTIMIZE_V=-O1 -g
+CFLAGS_OPTIMIZE_V=-O0 -g
# This section makes the target dependent options file.