summaryrefslogtreecommitdiffstats
path: root/make/custom
diff options
context:
space:
mode:
Diffstat (limited to 'make/custom')
-rw-r--r--make/custom/go32.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/custom/go32.cfg b/make/custom/go32.cfg
index a220027c49..847fc529da 100644
--- a/make/custom/go32.cfg
+++ b/make/custom/go32.cfg
@@ -7,7 +7,7 @@
# default to i486dx as cpu
ifeq ($(RTEMS_GO32_CPU_MODEL),)
-TARGET_ARCH=o-go32_i486dx
+TARGET_ARCH=o-go32
RTEMS_CPU_MODEL=i486dx
else
ifeq ($(RTEMS_GO32_CPU_MODEL),pentium)