summaryrefslogtreecommitdiff
path: root/ACE/include/makeinclude/rules.bin.GNU
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-12-21 12:11:59 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-12-21 12:11:59 +0000
commit3d08d2330c6fdacac69d7582af6551a5d1b9cab0 (patch)
treeb008c805f25905d1b3acd3d45dacee9ad1af4fd1 /ACE/include/makeinclude/rules.bin.GNU
parented7528f81b5c1ef0e18fe74ace6fd2f21f758a72 (diff)
downloadATCD-3d08d2330c6fdacac69d7582af6551a5d1b9cab0.tar.gz
Thu Dec 21 12:11:04 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/include/makeinclude/rules.bin.GNU')
-rw-r--r--ACE/include/makeinclude/rules.bin.GNU11
1 files changed, 0 insertions, 11 deletions
diff --git a/ACE/include/makeinclude/rules.bin.GNU b/ACE/include/makeinclude/rules.bin.GNU
index 9337721ce52..1e30819c6de 100644
--- a/ACE/include/makeinclude/rules.bin.GNU
+++ b/ACE/include/makeinclude/rules.bin.GNU
@@ -42,16 +42,6 @@ ifeq ($(VXWORKSLINK),true)
$(BIN): $(DEFAULTRULE)
mv $(DEFAULTRULE) $@
else # !VXWORKSLINK
-ifeq ($(CHORUSLINK),true)
-$(BIN): %: $(VDIR)%.$(OBJEXT) $(VOBJS)
- $(LINK.cc) $(CC_OUTPUT_FLAG) $@ $(sort $(VDIR)$@.$(OBJEXT) $(VOBJS)) $(VLDLIBS) $(LDFLAGS) $(POSTLINK)
-# $(MERGEDIR)/dtool/mkctors $@.xp.o > $@.ct.s
-# $(CXX) -c $@.ct.s
-# $(RM) $@.ct.s
-# $(LD) $(LDOPTIONS) -e _start -o $@ $(MERGEDIR)/lib/crt/crth.u.o $(MERGEDIR)/lib/crt/crt0.o $(MERGEDIR)/lib/crt/crti.o $@.xp.o $@.ct.o $(MERGEDIR)/lib/crt/crtn.o -dn -T $(MERGEDIR)/src/act/slots/act_u.ld
-# $(RM) $@.xp.o
-# $(RM) $@.ct.o
-else # !CHORUSLINK
ifeq (1,$(using_aix_vacpp))
$(BIN): %: %.icc $(SRC)
vacbld_r $< -severitylevel=warning
@@ -60,4 +50,3 @@ $(BIN): %: $(VDIR)%.$(OBJEXT) $(VOBJS)
$(LINK.cc) $(LDFLAGS) $(CC_OUTPUT_FLAG) $@ $(sort $(VDIR)$@.$(OBJEXT) $(VOBJS)) $(VLDLIBS) $(POSTLINK)
endif # using_aix_vacpp
endif
-endif