mirror of git://gcc.gnu.org/git/gcc.git
ltmain.sh: Fix Darwin verstring, remove ${wl}.
2007-05-25 Andreas Tobler <a.tobler@schweiz.org>
* ltmain.sh: Fix Darwin verstring, remove ${wl}.
From-SVN: r125066
This commit is contained in:
parent
853c0ad7f0
commit
86ef8528be
|
|
@ -1,3 +1,7 @@
|
||||||
|
2007-05-25 Andreas Tobler <a.tobler@schweiz.org>
|
||||||
|
|
||||||
|
* ltmain.sh: Fix Darwin verstring, remove ${wl}.
|
||||||
|
|
||||||
2007-05-23 Steve Ellcey <sje@cup.hp.com>
|
2007-05-23 Steve Ellcey <sje@cup.hp.com>
|
||||||
|
|
||||||
* ltmain.sh: Update from ToT Libtool.
|
* ltmain.sh: Update from ToT Libtool.
|
||||||
|
|
|
||||||
|
|
@ -4794,7 +4794,7 @@ func_mode_link ()
|
||||||
versuffix="$major.$age.$revision"
|
versuffix="$major.$age.$revision"
|
||||||
# Darwin ld doesn't like 0 for these options...
|
# Darwin ld doesn't like 0 for these options...
|
||||||
minor_current=`expr $current + 1`
|
minor_current=`expr $current + 1`
|
||||||
verstring="${wl}-compatibility_version ${wl}$minor_current ${wl}-current_version ${wl}$minor_current.$revision"
|
verstring="-compatibility_version $minor_current -current_version $minor_current.$revision"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
freebsd-aout)
|
freebsd-aout)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue