summaryrefslogtreecommitdiff
path: root/include/makeinclude/rules.lib.GNU
diff options
context:
space:
mode:
authormcorino <mcorino@users.noreply.github.com>2005-09-13 14:41:30 +0000
committermcorino <mcorino@users.noreply.github.com>2005-09-13 14:41:30 +0000
commit397b012e5351dca9417173a1cd7277dfe524642f (patch)
treeab3edea8684e09f99337673f25608b8d4e57386c /include/makeinclude/rules.lib.GNU
parent58a4952d9171fb80018459ca4cc3d4bcc93199f9 (diff)
downloadATCD-397b012e5351dca9417173a1cd7277dfe524642f.tar.gz
ChangeLogTag: Tue Sep 13 14:38:12 UTC 2005 Martin Corino <mcorino@remedy.nl>
Diffstat (limited to 'include/makeinclude/rules.lib.GNU')
-rw-r--r--include/makeinclude/rules.lib.GNU5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/makeinclude/rules.lib.GNU b/include/makeinclude/rules.lib.GNU
index dfb1e73aa0e..c2748db8de5 100644
--- a/include/makeinclude/rules.lib.GNU
+++ b/include/makeinclude/rules.lib.GNU
@@ -127,7 +127,12 @@ endif
ifeq (1,$(ace_lib_prelink))
#### Attempt a link (which will fail), to add template instantiations
#### to lib files, for example.
+ ifeq (1,$(VXWORKS))
+ #### In VxWorks builds we would like to see the output here.
+ -$(LINK.cc) $(LINK_OUTPUT_FLAG) ace-templ_inst $? $(LDFLAGS)
+ else
-$(LINK.cc) $(LINK_OUTPUT_FLAG) ace-templ_inst $? $(LDFLAGS) $(ACE_NUL_STDERR)
+ endif
endif # ace_lib_prelink
echo $(TMPINCDIR:%=%/*.o) $(filter %.o, $?) | xargs $(AR) $(ARFLAGS) $@ $(AREXTRA)
ifdef ibmcxx_build