summaryrefslogtreecommitdiffstats
path: root/make/custom/go32.cfg
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-04-30 16:45:55 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-04-30 16:45:55 +0000
commit3d4e5906dd4af344b23a7141634a4665451297cc (patch)
tree966a7622d032558763108b569b3b30a497126f80 /make/custom/go32.cfg
parentModified objcopy invocation to ignore more sections. (diff)
downloadrtems-3d4e5906dd4af344b23a7141634a4665451297cc.tar.bz2
Changed default target architecture name
Diffstat (limited to 'make/custom/go32.cfg')
-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)