libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: libtool--devo--1.0--patch-172


From: Gary V. Vaughan
Subject: FYI: libtool--devo--1.0--patch-172
Date: Mon, 6 Sep 2004 01:18:18 +0100 (BST)
User-agent: mailnotify/0.3

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Applied to HEAD.
- -- 
Gary V. Vaughan      ())_.  address@hidden,gnu.org}
Research Scientist   ( '/   http://tkd.kicks-ass.net
GNU Hacker           / )=   http://www.gnu.org/software/libtool
Technical Author   `(_~)_   http://sources.redhat.com/autobook
_________________________________________________________
This patch notification generated by tlaapply version 0.5
http://tkd.kicks-ass.net/arch/address@hidden/cvs-utils--tla--1.0
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (Darwin)

iD8DBQFBO6zJFRMICSmD1gYRAgP7AKCqX3R01o9YYjm7ypkNNc1eQYl+wACgtWEo
xSgSpGVjFXerIxLsOgtd/Ao=
=gXcg
-----END PGP SIGNATURE-----
* looking for address@hidden/libtool--devo--1.0--patch-171 to compare with
* comparing to address@hidden/libtool--devo--1.0--patch-171
M  ChangeLog
M  config/ltmain.in

* modified files

Index: Changelog
from  Albert Chin-A-Young  <address@hidden>
        Hopefully, passing unrecognised compiler arguments through
        unmolested will prove to be a good plan for the 2.0 release.  If
        it goes awry, we can get back to where we were by reverting this
        patch and the 2004-09-05 Albert Chin-A-Young patch, aka
        address@hidden/libtool--devo--1.0--patch-169,172:

        * config/ltmain.in (func_mode_link): Because we now pass through
        compiler arguments we doesn't recognize, the code to pass
        through GCC's -m* arguments is not needed.

2004-09-06  Albert Chin-A-Young  <address@hidden>

--- orig/config/ltmain.in
+++ mod/config/ltmain.in
@@ -2804,29 +2804,6 @@
        continue
        ;;
 
-      # gcc -m* arguments should be passed to the linker via $compiler_flags
-      # in order to pass architecture information to the linker
-      # (e.g. 32 vs 64-bit).  This may also be accomplished via -Wl,-mfoo
-      # but this is not reliable with gcc because gcc may use -mfoo to
-      # select a different linker, different libraries, etc, while
-      # -Wl,-mfoo simply passes -mfoo to the linker.
-      -m*)
-       # Unknown arguments in both finalize_command and compile_command need
-       # to be aesthetically quoted because they are evaled later.
-       arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
-       case $arg in
-       *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \   ]*|*]*|"")
-         arg="\"$arg\""
-         ;;
-       esac
-       compile_command="$compile_command $arg"
-       finalize_command="$finalize_command $arg"
-       if test "$with_gcc" = "yes" ; then
-         compiler_flags="$compiler_flags $arg"
-       fi
-       continue
-       ;;
-
       -no-fast-install)
        fast_install=no
        continue




reply via email to

[Prev in Thread] Current Thread [Next in Thread]