summaryrefslogtreecommitdiff
path: root/include/makeinclude/platform_vxworks5.x_ghs.GNU
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-11-17 16:16:33 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-11-17 16:16:33 +0000
commit4b1def32eca2f746327c4b15dada60bc8d6fc96b (patch)
treeac994fc2dab9c7694f5c94c6cf3e0b30d8e8a10f /include/makeinclude/platform_vxworks5.x_ghs.GNU
parent9793c9280f18ea2c809cb76be9ccf0aadeec321e (diff)
downloadATCD-4b1def32eca2f746327c4b15dada60bc8d6fc96b.tar.gz
added -DVXWORKS to CFLAGS, because GHS 1.8.9 needs it
Diffstat (limited to 'include/makeinclude/platform_vxworks5.x_ghs.GNU')
-rw-r--r--include/makeinclude/platform_vxworks5.x_ghs.GNU1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/makeinclude/platform_vxworks5.x_ghs.GNU b/include/makeinclude/platform_vxworks5.x_ghs.GNU
index dbaa641dcb7..b18850f0ae5 100644
--- a/include/makeinclude/platform_vxworks5.x_ghs.GNU
+++ b/include/makeinclude/platform_vxworks5.x_ghs.GNU
@@ -72,6 +72,7 @@ endif # CPU
CC = cxvx$(CPU)
CXX = $(CC)
+CFLAGS += -DVXWORKS
CCFLAGS += $(CFLAGS) --no_rtti -tnone
DCFLAGS += -g
DLD = $(CXX)