diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-05-26 07:38:57 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-05-26 07:38:57 +0000 |
commit | 5d3de862663f15a34bb27b75333feb2f7299711d (patch) | |
tree | 7d815091ad1ba42f81e1fe9c55278447ddabbb0a /include/makeinclude/platform_qnx_neutrino.GNU | |
parent | d9b9672ccffe4497acc63c52d31c939b8a09a48e (diff) | |
download | ATCD-5d3de862663f15a34bb27b75333feb2f7299711d.tar.gz |
ChangeLogTag: Thu May 26 07:35:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'include/makeinclude/platform_qnx_neutrino.GNU')
-rw-r--r-- | include/makeinclude/platform_qnx_neutrino.GNU | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/include/makeinclude/platform_qnx_neutrino.GNU b/include/makeinclude/platform_qnx_neutrino.GNU index 80c0eb57bbe..68bdb5ff4dc 100644 --- a/include/makeinclude/platform_qnx_neutrino.GNU +++ b/include/makeinclude/platform_qnx_neutrino.GNU @@ -5,18 +5,12 @@ CROSS-COMPILE = 1 static_libs_only = 1 -ifeq (,$(debug)) - debug = 1 -endif # ! debug -ifeq (,$(optimize)) - optimize = 1 -endif # ! optimize -ifeq (,$(repo)) - repo = 1 -endif # ! repo +debug ?= 1 +optimize ?= 1 +repo ?= 1 pipes ?= 1 - + CC = i386-nto-gcc CXX = i386-nto-g++ @@ -35,7 +29,7 @@ SOFLAGS += -G $(CPPFLAGS) -shared SOBUILD = $(COMPILE.cc) $(PIC) -o $(VSHDIR)$*.so $< PRELIB = @true -# Test for template instantiation, add to SOFLAGS if SONAME set, +# Test for template instantiation, add to SOFLAGS if SONAME set, # add -E to LDFLAGS if using GNU ld # include $(ACE_ROOT)/include/makeinclude/platform_g++_common.GNU |