diff options
author | Steve Huston <shuston@riverace.com> | 1997-10-02 16:21:19 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 1997-10-02 16:21:19 +0000 |
commit | eb6c059183992919f5de3245b4cbbd93e02996ec (patch) | |
tree | e30efc5a8e428833887022d31fe331aa74c8b8fd /include/makeinclude/platform_aix.GNU | |
parent | 1dcc30ba0a65b4391aaf9a802863af339c06b83c (diff) | |
download | ATCD-eb6c059183992919f5de3245b4cbbd93e02996ec.tar.gz |
C Set++ builds the shared lib from the static lib, so both need to be
built.
Diffstat (limited to 'include/makeinclude/platform_aix.GNU')
-rw-r--r-- | include/makeinclude/platform_aix.GNU | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/makeinclude/platform_aix.GNU b/include/makeinclude/platform_aix.GNU index 56ba8b19046..e2a7274f791 100644 --- a/include/makeinclude/platform_aix.GNU +++ b/include/makeinclude/platform_aix.GNU @@ -10,6 +10,9 @@ # system. 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 |