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
commitc874301946f1334af8c78e18b314e32e7eec0010 (patch)
tree57a33ff3f540ef7958cee4648a83652fcb653d66 /ltconfig
parent5e7ca3d0bcd3fd0fb084b730fe72289ce8837b51 (diff)
downloadmariadb-git-c874301946f1334af8c78e18b314e32e7eec0010.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
;;