New libtool is in the GCC and Src trees.

Andreas Tobler toa@pop.agri.ch
Thu May 24 20:33:00 GMT 2007


Steve Ellcey wrote:
> The GCC and src trees have been updated with the new libtool.  Let me
> know if you run into problems.

gcc builds fail on Darwin. Attached a patch which cures the issue.
Also, I'm analyzing the build failure in libjava, seems you forgot to 
regen the part in classpath.

Ok?

Thanks,
Andreas

2007-05-24  Andreas Tobler  <a.tobler@schweiz.org>

	* ltmain.sh: Fix Darwin verstring, remove ${wl}.


Index: ltmain.sh
===================================================================
--- ltmain.sh   (revision 125036)
+++ ltmain.sh   (working copy)
@@ -4794,7 +4794,7 @@
           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)



More information about the Newlib mailing list