summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFred Hornsey <hornseyf@objectcomputing.com>2021-01-19 11:28:42 -0600
committerFred Hornsey <hornseyf@objectcomputing.com>2021-01-19 11:28:57 -0600
commite83a4ee8cb2285c002edaa38c7895c17d651bdfc (patch)
treee3055343f6fa54ced7e7eff71ee8dc10372f65b3
parent2c0232dd6a129dd4ca00d80840467c1793e26a8e (diff)
downloadATCD-e83a4ee8cb2285c002edaa38c7895c17d651bdfc.tar.gz
platform_g++_common.GNU: Remove ARFLAGS += -c
Older GNU ar may not have this option and this just supresses an extra log output, so we can remove it.
-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