From 17a723d7169f55a740585f8666379205bf92bf46 Mon Sep 17 00:00:00 2001 From: Like Ma Date: Wed, 30 Jun 2021 03:21:47 +0800 Subject: [PATCH] Fix AIX g++ DCCFLAGS. --- ACE/include/makeinclude/platform_aix_g++.GNU | 1 + 1 file changed, 1 insertion(+) diff --git a/ACE/include/makeinclude/platform_aix_g++.GNU b/ACE/include/makeinclude/platform_aix_g++.GNU index a5f876e3bf50c..0ec6775e3702a 100644 --- a/ACE/include/makeinclude/platform_aix_g++.GNU +++ b/ACE/include/makeinclude/platform_aix_g++.GNU @@ -57,6 +57,7 @@ ifeq ($(buildbits),64) ARFLAGS += -X64 endif DCFLAGS += -g +DCCFLAGS += -g DLD = $(CXX) LD = $(CXX) # Linking TAO_IDL runs out of TOC space unless -bbigtoc is given to ld.