From e83a4ee8cb2285c002edaa38c7895c17d651bdfc Mon Sep 17 00:00:00 2001 From: Fred Hornsey Date: Tue, 19 Jan 2021 11:28:42 -0600 Subject: 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. --- ACE/include/makeinclude/platform_g++_common.GNU | 3 --- 1 file changed, 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 -- cgit v1.2.1