diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2001-05-20 18:55:59 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@gcc.gnu.org> | 2001-05-20 18:55:59 +0000 |
commit | 334564454e0f95111edb9164bd2c86813fb26f1f (patch) | |
tree | 89773e562cc705e997b9ac2a2ab602c831644c67 /ltcf-c.sh | |
parent | aa0cc56293a5f8f008733cc5ab9ca929a4d08701 (diff) | |
download | gcc-334564454e0f95111edb9164bd2c86813fb26f1f.tar.gz |
ltconfig, [...]: Upgraded to libtool 1.4a 1.641.2.254.
* ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
of subdir/configure scripts to use the new libtool.m4.
From-SVN: r42351
Diffstat (limited to 'ltcf-c.sh')
-rw-r--r-- | ltcf-c.sh | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/ltcf-c.sh b/ltcf-c.sh index 17b65111c92..d9bbae95441 100644 --- a/ltcf-c.sh +++ b/ltcf-c.sh @@ -188,8 +188,8 @@ EOF archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' wlarc= else - archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' - archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + archive_cmds='$CC -shared -nodefaultlibs $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + archive_expsym_cmds='$CC -shared -nodefaultlibs $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' fi ;; @@ -585,8 +585,13 @@ else runpath_var=LD_RUN_PATH ;; - unixware7*) - archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + sysv5uw7* | unixware7*) + no_undefined_flag='${wl}-z ${wl}text' + if test "$GCC" = yes; then + archive_cmds='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' + else + archive_cmds='$CC -G ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' + fi runpath_var='LD_RUN_PATH' hardcode_shlibpath_var=no ;; |