summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authormk1 <mk1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-05-16 07:41:05 +0000
committermk1 <mk1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-05-16 07:41:05 +0000
commit929db109ae758f97626c90d1e771ff9ea4066fd5 (patch)
tree53f83c3eb50fe17f3b3cb578a7ba81024acabfff /include
parent823de4adcaecfbb46037f6e0a6519bec73656582 (diff)
downloadATCD-929db109ae758f97626c90d1e771ff9ea4066fd5.tar.gz
ChangeLogTag: Wed May 16 02:40:00 2001 Steve Huston <Michael.Kircher@mchp.siemens.de>
Diffstat (limited to 'include')
-rw-r--r--include/makeinclude/platform_vxworks5.x_g++.GNU8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/makeinclude/platform_vxworks5.x_g++.GNU b/include/makeinclude/platform_vxworks5.x_g++.GNU
index 6e107ca74c1..92c9da36470 100644
--- a/include/makeinclude/platform_vxworks5.x_g++.GNU
+++ b/include/makeinclude/platform_vxworks5.x_g++.GNU
@@ -76,6 +76,13 @@ ifeq ($(CPU),)
CPU = PPC604
endif # default CPU
+ifeq ($(CPU),PPC403)
+ BINXSYM_NAME = xsym
+ CFLAGS += -B$(GCCLIB_DIR)/ -DCPU=PPC403 -mcpu=403
+ CCFLAGS += -fno-implicit-templates
+ GCCLIB_DIR = $(HOST_DIR)/lib/gcc-lib/powerpc-wrs-vxworks/cygnus-2.7.2-960126
+ TOOLENV = ppc
+else
ifeq ($(CPU),PPC604)
BINXSYM_NAME = xsym
CFLAGS += -B$(GCCLIB_DIR)/ -DCPU=PPC604
@@ -189,6 +196,7 @@ endif # SIMNT
endif # PPC860
endif # PPC603
endif # PPC604
+endif # PPC403
#### END target CPU-specific settings