summaryrefslogtreecommitdiff
path: root/ACE/include/makeinclude/platform_integrity_ghs.GNU
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-11-09 20:00:16 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-11-09 20:00:16 +0000
commitc772f26338d4a72f9cf5916d81dbfacc72c2ed0b (patch)
tree790d9b2c70a4e93f8f2515b488ff205c30db911c /ACE/include/makeinclude/platform_integrity_ghs.GNU
parent8986870052373ac973542631a7cd9730c01e0a86 (diff)
downloadATCD-c772f26338d4a72f9cf5916d81dbfacc72c2ed0b.tar.gz
Thu Nov 9 19:59:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/include/makeinclude/platform_integrity_ghs.GNU')
-rw-r--r--ACE/include/makeinclude/platform_integrity_ghs.GNU17
1 files changed, 5 insertions, 12 deletions
diff --git a/ACE/include/makeinclude/platform_integrity_ghs.GNU b/ACE/include/makeinclude/platform_integrity_ghs.GNU
index ffd50a45410..875c5c79ac4 100644
--- a/ACE/include/makeinclude/platform_integrity_ghs.GNU
+++ b/ACE/include/makeinclude/platform_integrity_ghs.GNU
@@ -1,20 +1,13 @@
# $Id$
CROSS-COMPILE = 1
-ifndef debug
- debug = 1
-endif
-ifndef optimize
- optimize = 1
-endif
-ifndef rtti
- rtti = 0
-endif # rtti
+debug ?= 1
+optimize ?= 1
+rtti ?= 0
+
shared_libs =
static_libs = 1
-ifndef exceptions
- exceptions = 1
-endif
+exceptions ?= 1
#### CPU type
ifndef CPU