summaryrefslogtreecommitdiff
path: root/ACE/include/makeinclude/platform_openbsd.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_openbsd.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_openbsd.GNU')
-rw-r--r--ACE/include/makeinclude/platform_openbsd.GNU22
1 files changed, 5 insertions, 17 deletions
diff --git a/ACE/include/makeinclude/platform_openbsd.GNU b/ACE/include/makeinclude/platform_openbsd.GNU
index d1fe3144e5b..af0e6dd7304 100644
--- a/ACE/include/makeinclude/platform_openbsd.GNU
+++ b/ACE/include/makeinclude/platform_openbsd.GNU
@@ -4,22 +4,10 @@
versioned_so = 1
-ifndef exceptions
- exceptions = 1
-endif
-
-ifeq (,$(debug))
- debug = 1
-endif
-
-ifeq (,$(optimize))
- optimize = 1
-endif
-
-ifeq (,$(threads))
- threads = 1
-endif
-
+exceptions ?= 1
+debug ?= 1
+optimize ?= 1
+threads ?= 1
pipes ?= 1
CC = gcc
@@ -53,7 +41,7 @@ endif # threads
# This tells platform_g++_common.GNU not to add these link options.
with_ld = openbsd
-# Test for template instantiation, add to SOFLAGS if versioned_so set,
+# Test for template instantiation, add to SOFLAGS if versioned_so set,
# add -E to LDFLAGS if using GNU ld
#
include $(ACE_ROOT)/include/makeinclude/platform_g++_common.GNU