diff options
author | Steve Huston <shuston@riverace.com> | 2003-10-17 21:48:40 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 2003-10-17 21:48:40 +0000 |
commit | 6598a78dbc94abbc9498255c057e2dae5971cd23 (patch) | |
tree | e3623b81f0e334d5da9c1e58e0dd8efe05a55d3b /include/makeinclude/platform_aix_g++.GNU | |
parent | 8f782902f3e9612437758452f995ed0d4325539f (diff) | |
download | ATCD-6598a78dbc94abbc9498255c057e2dae5971cd23.tar.gz |
ChangeLogTag:Fri Oct 17 16:21:39 2003 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'include/makeinclude/platform_aix_g++.GNU')
-rw-r--r-- | include/makeinclude/platform_aix_g++.GNU | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/include/makeinclude/platform_aix_g++.GNU b/include/makeinclude/platform_aix_g++.GNU index 873acdd1d8d..f875d1546de 100644 --- a/include/makeinclude/platform_aix_g++.GNU +++ b/include/makeinclude/platform_aix_g++.GNU @@ -28,6 +28,9 @@ endif ifeq (,$(buildbits)) buildbits = native endif +ifeq (,$(versioned_so)) + versioned_so = 0 +endif ifeq (,$(with_ld)) with_ld = aix endif @@ -79,10 +82,8 @@ SOFLAGS += -shared -Wl,-bexpall # -Wl,-bloadmap:lib.map LIBS += -ltli_r -ldl ARFLAGS = cruv RANLIB = ranlib -SONAME = -SOVERSION = -# Test for template instantiation, add to SOFLAGS if SONAME set, +# Test for template instantiation, add to SOFLAGS if versioned_so set, # add -E to LDFLAGS if using GNU ld # include $(ACE_ROOT)/include/makeinclude/platform_g++_common.GNU |