diff options
author | tim@threads.polyesthetic.msg <> | 2001-02-01 20:47:35 -0500 |
---|---|---|
committer | tim@threads.polyesthetic.msg <> | 2001-02-01 20:47:35 -0500 |
commit | a066832c282a58aa69ece7aeb52a7b7915ce0e31 (patch) | |
tree | 57a33ff3f540ef7958cee4648a83652fcb653d66 /ltconfig | |
parent | faeb9896bd5d0bade82063ced1541e6d7f60af88 (diff) | |
download | mariadb-git-a066832c282a58aa69ece7aeb52a7b7915ce0e31.tar.gz |
SCO portability fixes and cleanup.
Diffstat (limited to 'ltconfig')
-rwxr-xr-x | ltconfig | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 ;; |