summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/ltconfig6
1 files changed, 5 insertions, 1 deletions
diff --git a/bin/ltconfig b/bin/ltconfig
index 5abc5e3..457cded 100755
--- a/bin/ltconfig
+++ b/bin/ltconfig
@@ -698,7 +698,11 @@ else
case "$host_os" in
aix3* | aix4*)
# All AIX code is PIC.
- link_static_flag='-bnso -bI:/lib/syscalls.exp'
+ ####################################################################
+ ## HACK Alert! This is causing problems with C++ on SP3...We'll just
+ ## remove this...THERE! All better now.
+ ####################################################################
+ ##link_static_flag='-bnso -bI:/lib/syscalls.exp'
;;
hpux9* | hpux10* | hpux11*)