diff options
author | Steve Huston <shuston@riverace.com> | 1997-10-02 16:22:08 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 1997-10-02 16:22:08 +0000 |
commit | 33049b43bf099302dda1851652324fc65b0ffdac (patch) | |
tree | 199faa85ff58d9e8b62a96177a1300591ff9ecc2 /include/makeinclude/platform_aix4.2.GNU | |
parent | 369047c5a970a72422c8637b7c2ab839776361f6 (diff) | |
download | ATCD-33049b43bf099302dda1851652324fc65b0ffdac.tar.gz |
C Set++ builds the shared lib from the static lib, so both need to be built.
Diffstat (limited to 'include/makeinclude/platform_aix4.2.GNU')
-rw-r--r-- | include/makeinclude/platform_aix4.2.GNU | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/makeinclude/platform_aix4.2.GNU b/include/makeinclude/platform_aix4.2.GNU index 7d852c5d7db..504ed6b6212 100644 --- a/include/makeinclude/platform_aix4.2.GNU +++ b/include/makeinclude/platform_aix4.2.GNU @@ -8,6 +8,9 @@ # ftp://service.boulder.ibm.com/aix/fixes/v4/os/bos.rte.bind_cmds.4.2.0.4.bff debug = 1 +# xlC builds the shared lib from the static lib, so need to build both. +shared_libs_only = 0 +static_libs = 1 CC = xlC CXX = xlC_r |