summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFred Hornsey <hornseyf@objectcomputing.com>2021-01-19 11:37:40 -0600
committerGitHub <noreply@github.com>2021-01-19 11:37:40 -0600
commit0ded3dd4db32fea85424e8320834961466562c43 (patch)
treee3055343f6fa54ced7e7eff71ee8dc10372f65b3
parent2c0232dd6a129dd4ca00d80840467c1793e26a8e (diff)
parente83a4ee8cb2285c002edaa38c7895c17d651bdfc (diff)
downloadATCD-0ded3dd4db32fea85424e8320834961466562c43.tar.gz
Merge pull request #1418 from iguessthislldo/igtd/ace6-ar
[ACE6] platform_g++_common.GNU: Remove ARFLAGS += -c
-rw-r--r--ACE/include/makeinclude/platform_g++_common.GNU3
1 files changed, 0 insertions, 3 deletions
diff --git a/ACE/include/makeinclude/platform_g++_common.GNU b/ACE/include/makeinclude/platform_g++_common.GNU
index 7a98028f659..b7c7369260f 100644
--- a/ACE/include/makeinclude/platform_g++_common.GNU
+++ b/ACE/include/makeinclude/platform_g++_common.GNU
@@ -260,6 +260,3 @@ pipes ?= 1
FLAGS_C_CC += -Wall -W -Wpointer-arith
CCFLAGS += -Wnon-virtual-dtor
-
-# Suppress "ar: creating *.a" Message
-ARFLAGS += -c