Skip to content

Commit

Permalink
revert commit aad2440e3d61 for consistency (c.f. bug #4367.)
Browse files Browse the repository at this point in the history
  • Loading branch information
sezero committed Nov 14, 2018
1 parent 326fbb3 commit 52d49a8
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions build-scripts/ltmain.sh
Expand Up @@ -6262,11 +6262,8 @@ func_mode_link ()
# Darwin ld doesn't like 0 for these options...
func_arith $current + 1
minor_current=$func_arith_result
#xlcverstring="${wl}-compatibility_version ${wl}$minor_current ${wl}-current_version ${wl}$minor_current.$revision"
#verstring="-compatibility_version $minor_current -current_version $minor_current.$revision"
# make the compatibility version match the Xcode project files, i.e. 1.0
xlcverstring="${wl}-compatibility_version 1.0 ${wl}-current_version ${wl}$minor_current.$revision"
verstring="-compatibility_version 1.0 -current_version $minor_current.$revision"
xlcverstring="${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)
Expand Down

0 comments on commit 52d49a8

Please sign in to comment.