summaryrefslogtreecommitdiff
path: root/include/makeinclude/platform_vxworks5.x_diab.GNU
diff options
context:
space:
mode:
Diffstat (limited to 'include/makeinclude/platform_vxworks5.x_diab.GNU')
-rw-r--r--include/makeinclude/platform_vxworks5.x_diab.GNU7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/makeinclude/platform_vxworks5.x_diab.GNU b/include/makeinclude/platform_vxworks5.x_diab.GNU
index 35ad74dd052..57225f51926 100644
--- a/include/makeinclude/platform_vxworks5.x_diab.GNU
+++ b/include/makeinclude/platform_vxworks5.x_diab.GNU
@@ -72,6 +72,12 @@ ifeq ($(CPU),PPC604)
CCFLAGS +=
TOOLENV = ppc
else
+ifeq ($(CPU),PPC603)
+ BINXSYM_NAME = xsym
+ CFLAGS += -tPPC604EH:tornado -DCPU=PPC603
+ CCFLAGS +=
+ TOOLENV = ppc
+else
ifeq ($(CPU),PPC860)
BINXSYM_NAME = xsym
CFLAGS += -tPPC860EH:tornado -DCPU=PPC860
@@ -91,6 +97,7 @@ else
endif # I80386
endif # I80486
endif # PPC860
+endif # PPC603
endif # PPC604
#### END target CPU-specific settings