summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
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