summaryrefslogtreecommitdiff
path: root/include/makeinclude/rules.bin.GNU
diff options
context:
space:
mode:
Diffstat (limited to 'include/makeinclude/rules.bin.GNU')
-rw-r--r--include/makeinclude/rules.bin.GNU5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/makeinclude/rules.bin.GNU b/include/makeinclude/rules.bin.GNU
index 1effe5512d7..1e74a53d39b 100644
--- a/include/makeinclude/rules.bin.GNU
+++ b/include/makeinclude/rules.bin.GNU
@@ -19,6 +19,11 @@ $(BIN): %: $(VDIR)%.$(OBJEXT) $(VOBJS)
# $(RM) $@.xp.o
# $(RM) $@.ct.o
else
+ifeq (1,$(using_aix_vacpp))
+$(BIN): %: %.icc $(SRC)
+ vacbld $< -severitylevel=warning
+else
$(BIN): %: $(VDIR)%.$(OBJEXT) $(VOBJS)
$(LINK.cc) $(CC_OUTPUT_FLAG) $@ $^ $(LDFLAGS) $(VLDLIBS) $(POSTLINK)
endif
+endif