From: Nick Hudson Date: Mon, 24 Jul 2000 05:20:06 +0000 (+0000) Subject: * ltconfig.in (linkopts): Replace with linker_flags. X-Git-Tag: release-1-3d~149 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=403f272e7af83cf576c7a5a35f1cb4361a224a99;p=thirdparty%2Flibtool.git * ltconfig.in (linkopts): Replace with linker_flags. --- diff --git a/ChangeLog b/ChangeLog index 4168665e6..0fa22c967 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2000-07-24 Nick Hudson + * ltconfig.in (linkopts): Replace with linker_flags. + * ltmain.in (ILD): Fix addition of deplibs in relink case. 2000-07-18 H.J. Lu diff --git a/ltconfig.in b/ltconfig.in index 4f51ab7ae..100434133 100755 --- a/ltconfig.in +++ b/ltconfig.in @@ -1333,7 +1333,7 @@ else hardcode_libdir_separator=: ;; rhapsody*) - archive_cmds='$CC -bundle -undefined suppress -o $lib $libobjs $deplibs $linkopts' + archive_cmds='$CC -bundle -undefined suppress -o $lib $libobjs $deplibs $linker_flags' hardcode_libdir_flags_spec='-L$libdir' hardcode_direct=yes hardcode_shlibpath_var=no @@ -1367,7 +1367,7 @@ else if test "x$host_vendor" = xsequent; then # Use $CC to link under sequent, because it throws in some extra .o # files that make .init and .fini sections work. - archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $linkopts' + archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags' else archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags' fi