summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2004-10-14 12:27:00 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2004-10-14 12:27:00 +0000
commit2e94f41fded08112d9c113315c96a92d636ac39a (patch)
tree26dd2cc30751be7445d7420d86bd46555fe5084e /include
parent0949e7141f941276befa609743810f3944c1c543 (diff)
downloadATCD-2e94f41fded08112d9c113315c96a92d636ac39a.tar.gz
ChangeLogTag: Thu Oct 14 12:23:23 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'include')
-rw-r--r--include/makeinclude/platform_vxworks5.x_diab.GNU11
1 files changed, 9 insertions, 2 deletions
diff --git a/include/makeinclude/platform_vxworks5.x_diab.GNU b/include/makeinclude/platform_vxworks5.x_diab.GNU
index c93290b759d..39d4acd0ff8 100644
--- a/include/makeinclude/platform_vxworks5.x_diab.GNU
+++ b/include/makeinclude/platform_vxworks5.x_diab.GNU
@@ -95,7 +95,14 @@ ifeq ($(CPU),I80386)
CFLAGS += -tI386EH:tornado -DCPU=I80386 #### not sure about that
TOOLENV = 386
else
+ifeq ($(CPU),PPCE500)
BINXSYM_NAME = xsym
+ CFLAGS += -tPPCE500ES -DCPU=PPC505
+ CCFLAGS +=
+ TOOLENV = ppc
+else
+ BINXSYM_NAME = xsym
+endif # PPCE500E
endif # I80386
endif # I80486
endif # PPC860
@@ -129,8 +136,8 @@ endif # ! static_libs
CC = dplus
CXX = $(CC)
CFLAGS += -Xsmall-data=0 -Xsmall-const=0 -Xno-implicit-templates \
- -Xstrings-in-text=0 -tPPC750EN:tornado
-CCFLAGS += $(CFLAGS) -Xenum-is-int -Xbool-is-int
+ -Xstrings-in-text=0
+CCFLAGS += -Xenum-is-int -Xbool-is-int
ifeq (0,$(rtti))
#### Don't use RTTI, because Tornado 1.0.x libraries don't support it.
CCFLAGS += -DACE_LACKS_RTTI