diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-11-17 16:16:33 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-11-17 16:16:33 +0000 |
commit | fae05180ea9f3e55e20af553864f3f6ee4c156db (patch) | |
tree | ac994fc2dab9c7694f5c94c6cf3e0b30d8e8a10f /include/makeinclude | |
parent | 8cbb0dfd212e3c1280a8565d5d362db61fb148eb (diff) | |
download | ATCD-fae05180ea9f3e55e20af553864f3f6ee4c156db.tar.gz |
added -DVXWORKS to CFLAGS, because GHS 1.8.9 needs it
Diffstat (limited to 'include/makeinclude')
-rw-r--r-- | include/makeinclude/platform_vxworks5.x_ghs.GNU | 1 |
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) |