summaryrefslogtreecommitdiff
path: root/include/makeinclude/platform_vxworks5.5.x.GNU
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-01-23 13:56:05 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-01-23 13:56:05 +0000
commit2b99d3e92bb01246c3b871c7908a89943fcebb53 (patch)
treedb62dd3c6ae4db020bfd44faad63a68adb9d0ed9 /include/makeinclude/platform_vxworks5.5.x.GNU
parentb5011ceb4e87754f321b298cccf6d1f5d53059e3 (diff)
downloadATCD-2b99d3e92bb01246c3b871c7908a89943fcebb53.tar.gz
ChangeLogTag: Sun Jan 23 13:50:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'include/makeinclude/platform_vxworks5.5.x.GNU')
-rw-r--r--include/makeinclude/platform_vxworks5.5.x.GNU25
1 files changed, 6 insertions, 19 deletions
diff --git a/include/makeinclude/platform_vxworks5.5.x.GNU b/include/makeinclude/platform_vxworks5.5.x.GNU
index 2ba776c9573..53a0b8da1e0 100644
--- a/include/makeinclude/platform_vxworks5.5.x.GNU
+++ b/include/makeinclude/platform_vxworks5.5.x.GNU
@@ -19,22 +19,11 @@ ifeq ("$(OS)", "Windows_NT")
vxworks_ntbuild = 1
endif
-ifndef debug
- debug = 1
-endif # ! debug
-ifndef optimize
- optimize = 1
-endif # ! optimize
-ifndef rtti
- rtti = 1
-endif # ! rtti
-ifndef threads
- threads = 1
-endif
-
-ifndef exceptions
- exceptions = 0
-endif
+debug ?= 1
+optimize ?= 1
+rtti ?= 1
+threads ?= 1
+exceptions ?= 0
shared_libs =
static_libs = 1
@@ -77,9 +66,7 @@ endif
override TOOL_FAMILY := $(TOOL)
ifeq ("$(TOOL)","gnu")
-ifndef templates
- templates = automatic
-endif # ! templates
+ templates ?= automatic
endif
PRJ_TYPE = vxApp