summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
Diffstat (limited to 'make')
-rw-r--r--make/custom/i960sim.cfg2
-rw-r--r--make/custom/rxgen960.cfg3
2 files changed, 3 insertions, 2 deletions
diff --git a/make/custom/i960sim.cfg b/make/custom/i960sim.cfg
index 05b5cd969e..3e28aa2a45 100644
--- a/make/custom/i960sim.cfg
+++ b/make/custom/i960sim.cfg
@@ -7,7 +7,7 @@
include $(RTEMS_ROOT)/make/custom/default.cfg
RTEMS_CPU=i960
-RTEMS_CPU_MODEL=i960gdbsim
+RTEMS_CPU_MODEL=i960ka
# This is the actual bsp directory used during the build process.
RTEMS_BSP_FAMILY=i960sim
diff --git a/make/custom/rxgen960.cfg b/make/custom/rxgen960.cfg
index 09f0977dc8..235970c682 100644
--- a/make/custom/rxgen960.cfg
+++ b/make/custom/rxgen960.cfg
@@ -15,7 +15,8 @@ RTEMS_BSP_FAMILY=rxgen960
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.
#
-CPU_CFLAGS = -mrp -D__i960RP__ -D__i960_RP__
+# CPU_CFLAGS = -mrp -D__i960RP__ -D__i960_RP__
+CPU_CFLAGS = -mrp
# -pipe does not work in our local configuration of FSF GCC 2.6.0
# configured on top of Intel Release 2.4. We did this to replace