diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 2001-08-01 19:12:28 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 2001-08-01 19:12:28 +0000 |
commit | 2702ec52e9e2fb36cfaee507288627b7b203484f (patch) | |
tree | 49f4696371ee4b5dcb5417da29521471416344f8 /include/makeinclude | |
parent | 5086abee21b5a09f71c796cc7ce631bb6bfb916e (diff) | |
download | ATCD-2702ec52e9e2fb36cfaee507288627b7b203484f.tar.gz |
ChangeLogTag:Wed Aug 1 07:14:42 2001 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
Diffstat (limited to 'include/makeinclude')
-rw-r--r-- | include/makeinclude/platform_vxworks5.x_g++.GNU | 22 |
1 files changed, 19 insertions, 3 deletions
diff --git a/include/makeinclude/platform_vxworks5.x_g++.GNU b/include/makeinclude/platform_vxworks5.x_g++.GNU index 1109563f142..c9ebfff01d6 100644 --- a/include/makeinclude/platform_vxworks5.x_g++.GNU +++ b/include/makeinclude/platform_vxworks5.x_g++.GNU @@ -1,4 +1,4 @@ -# $Id$ +# platform_vxworks5.x_g++.GNU,v 4.83 2001/05/16 07:41:05 mk1 Exp # # VxWorks 5.3.1 and later with GNU g++ that is distributed by Wind River. @@ -85,7 +85,21 @@ ifeq ($(CPU),SH7700) else ifeq ($(CPU),SH7700LE) BINXSYM_NAME = xsym - CFLAGS += -B$(GCCLIB_DIR)/ -DCPU=SH7700 -DBYTE_ORDER=LITTLE_ENDIAN -m3 -ml + CFLAGS += -B$(GCCLIB_DIR)/ -DCPU=SH7700 -m3 -ml + CCFLAGS += -fno-implicit-templates + GCCLIB_DIR = $(HOST_DIR)/lib/gcc-lib/sh-wrs-vxworks/gcc-2.96 + TOOLENV = sh +else +ifeq ($(CPU),SH7750) + BINXSYM_NAME = xsym + CFLAGS += -B$(GCCLIB_DIR)/ -DCPU=SH7750 -m4 + CCFLAGS += -fno-implicit-templates + GCCLIB_DIR = $(HOST_DIR)/lib/gcc-lib/sh-wrs-vxworks/gcc-2.96 + TOOLENV = sh +else +ifeq ($(CPU),SH7750LE) + BINXSYM_NAME = xsym + CFLAGS += -B$(GCCLIB_DIR)/ -DCPU=SH7750 -m4 -ml -mspace CCFLAGS += -fno-implicit-templates GCCLIB_DIR = $(HOST_DIR)/lib/gcc-lib/sh-wrs-vxworks/gcc-2.96 TOOLENV = sh @@ -211,8 +225,10 @@ endif # PPC860 endif # PPC603 endif # PPC604 endif # PPC403 -endif # SH7700 +endif # SH7750LE +endif # SH7750 endif # SH7700LE +endif # SH7700 #### END target CPU-specific settings |