diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-02-25 19:04:40 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-02-25 19:04:40 +0000 |
commit | 4786f455e09b3ecf0a92f42697e4b12953a46228 (patch) | |
tree | db665cc250a49efe73f2733e3bd18041952121b3 /include | |
parent | a26ca16897d05e17dc80254ad5c9b5a9b06704f4 (diff) | |
download | ATCD-4786f455e09b3ecf0a92f42697e4b12953a46228.tar.gz |
ChangeLogTag: Fri Feb 25 13:03:35 2000 Fernando D. Mato Mira <matomira@iname.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/makeinclude/platform_vxworks5.x_diab.GNU | 7 | ||||
-rw-r--r-- | include/makeinclude/platform_vxworks5.x_g++.GNU | 8 |
2 files changed, 15 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 diff --git a/include/makeinclude/platform_vxworks5.x_g++.GNU b/include/makeinclude/platform_vxworks5.x_g++.GNU index 1277659e5e4..76cb87a363a 100644 --- a/include/makeinclude/platform_vxworks5.x_g++.GNU +++ b/include/makeinclude/platform_vxworks5.x_g++.GNU @@ -79,6 +79,13 @@ ifeq ($(CPU),PPC604) GCCLIB_DIR = $(HOST_DIR)/lib/gcc-lib/powerpc-wrs-vxworks/cygnus-2.7.2-960126 TOOLENV = ppc else +ifeq ($(CPU),PPC603) + BINXSYM_NAME = xsym + CFLAGS += -B$(GCCLIB_DIR)/ -DCPU=PPC603 + CCFLAGS += -fno-implicit-templates + 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 -mcpu=860 @@ -131,6 +138,7 @@ endif # I80386 endif # I80486 endif # SIMNT endif # PPC860 +endif # PPC603 endif # PPC604 #### END target CPU-specific settings |