summaryrefslogtreecommitdiff
path: root/ltconfig
diff options
context:
space:
mode:
authorunknown <tim@threads.polyesthetic.msg>2001-02-01 20:47:35 -0500
committerunknown <tim@threads.polyesthetic.msg>2001-02-01 20:47:35 -0500
commitc1c2b95996e491b8146b31eaa40c6261dafa4a20 (patch)
tree57a33ff3f540ef7958cee4648a83652fcb653d66 /ltconfig
parent0e30cd0996dc40e395dc8bbd3f2a7ce7a2e0b269 (diff)
downloadmariadb-git-c1c2b95996e491b8146b31eaa40c6261dafa4a20.tar.gz
SCO portability fixes and cleanup.
configure.in: SCO portability fixes. Removed the LIBS_BEFORE_SOCKET hack dead code. ltconfig: SCO portability fixes. ltmain.sh: SCO portability fixes.
Diffstat (limited to 'ltconfig')
-rwxr-xr-xltconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/ltconfig b/ltconfig
index 0db2e25c7d6..10d6a395719 100755
--- a/ltconfig
+++ b/ltconfig
@@ -1500,7 +1500,7 @@ else
no_undefined_flag=' -z text'
# $CC -shared without GNU ld will not create a library from C++
# object files and a static libstdc++, better avoid it by now
- archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linkopts'
+ archive_cmds='$UW7_compile_command -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linkopts'
archive_expsym_cmds='$echo "{ global:" > $lib.exp~cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
$LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linkopts~$rm $lib.exp'
hardcode_libdir_flag_spec=
@@ -1540,7 +1540,7 @@ else
;;
unixware7*)
- archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linkopts'
+ archive_cmds='$UW7_compile_command -G -h $soname -o $lib $libobjs $deplibs $linkopts'
runpath_var='LD_RUN_PATH'
hardcode_shlibpath_var=no
;;