summaryrefslogtreecommitdiff
path: root/include/makeinclude/platform_vxworks5.x_g++.GNU
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-04-22 20:06:52 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-04-22 20:06:52 +0000
commitfeaa41d1107cd0b413b2c39d7d725ffb6b25cead (patch)
treee19932e31642e8b07674091ad4834fd8f47b8dac /include/makeinclude/platform_vxworks5.x_g++.GNU
parenta314da406aeebba1b5bd39b2ae4284faa3a26110 (diff)
downloadATCD-feaa41d1107cd0b413b2c39d7d725ffb6b25cead.tar.gz
added PPC860 support
Diffstat (limited to 'include/makeinclude/platform_vxworks5.x_g++.GNU')
-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 7438b6fc007..e9312d08c28 100644
--- a/include/makeinclude/platform_vxworks5.x_g++.GNU
+++ b/include/makeinclude/platform_vxworks5.x_g++.GNU
@@ -76,6 +76,13 @@ ifeq ($(CPU),PPC604)
GCCLIB_DIR = $(HOST_DIR)/lib/gcc-lib/powerpc-wrs-vxworks/cygnus-2.7.2-960126
TOOLENV = ppc
else
+ifeq ($(CPU),PPC860)
+ BINXSYM_NAME = xsym
+ CFLAGS += -B$(GCCLIB_DIR)/ -DCPU=PPC860 -m=860
+ CCFLAGS += -fno-implicit-templates
+ GCCLIB_DIR = $(HOST_DIR)/lib/gcc-lib/powerpc-wrs-vxworks/cygnus-2.7.2-960126
+ TOOLENV = ppc
+else
ifeq ($(CPU),I80486)
#### Note: -fno-implicit-templates doesn't seem to work well with g++
#### cygnus-2.7.2-960126 for pc486 target. Some member functions don't
@@ -93,6 +100,7 @@ else
CCFLAGS += -fno-implicit-templates
endif # I80386
endif # I80486
+endif # PPC860
endif # PPC604