mirror of
https://github.com/gcc-mirror/gcc.git
synced 2024-11-21 13:40:47 +00:00
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>
|
||||
|
||||
* ltmain.sh: Update from ToT Libtool.
|
||||
|
@ -4794,7 +4794,7 @@ func_mode_link ()
|
||||
versuffix="$major.$age.$revision"
|
||||
# Darwin ld doesn't like 0 for these options...
|
||||
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)
|
||||
|
Loading…
Reference in New Issue
Block a user