diff options
author | Steve Huston <shuston@riverace.com> | 2002-07-17 18:31:43 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 2002-07-17 18:31:43 +0000 |
commit | 87f70bdc49fcd550cd26828dcb9b59b75bf6f5cd (patch) | |
tree | 623f5a71b31557192d16c50044afd07df7a9023f /include | |
parent | a0adf64a4c0e3d0f9750e82e00f289b1c89a9806 (diff) | |
download | ATCD-87f70bdc49fcd550cd26828dcb9b59b75bf6f5cd.tar.gz |
ChangeLogTag:Wed Jul 17 14:25:39 2002 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/makeinclude/platform_aix_ibm.GNU | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/makeinclude/platform_aix_ibm.GNU b/include/makeinclude/platform_aix_ibm.GNU index 9f490f54e66..b567c902782 100644 --- a/include/makeinclude/platform_aix_ibm.GNU +++ b/include/makeinclude/platform_aix_ibm.GNU @@ -98,7 +98,7 @@ ifeq ($(XLCVERSION),0x0306) rtti = 0 else ifeq ($(XLCVERSION),0x0500) - CCFLAGS += -qflag=w:w -qstaticinline + CCFLAGS += -qflag=w:w -qstaticinline -qfuncsect DLD = $(CXX) -qmkshrobj SOFLAGS += $(CCFLAGS) $(CPPFLAGS) $(INCLDIRS) ifeq ($(buildbits),64) |