2007-05-25 Andreas Tobler <a.tobler@schweiz.org>
authorEric Christopher <echristo@gmail.com>
Fri, 25 May 2007 19:56:24 +0000 (19:56 +0000)
committerEric Christopher <echristo@gmail.com>
Fri, 25 May 2007 19:56:24 +0000 (19:56 +0000)
        * ltmain.sh: Fix Darwin verstring, remove ${wl}.

ChangeLog
ltmain.sh

index c2d4da8bc513c05e664e75d2f388bf71ee7e18e4..a441285de6f7ca531e764c6bf8cb407e3ec98124 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-05-25  Andreas Tobler  <a.tobler@schweiz.org>
+
+        * ltmain.sh: Fix Darwin verstring, remove ${wl}.
+
 2007-05-24  Steve Ellcey  <sje@cup.hp.com>
 
        * ltmain.sh: Update from GCC.
        whether target-libjava is being configured instead of whether the
        java front end is enabled.
        * configure: Regenerate.
-       
+
 2006-06-15  Mark Shinwell  <shinwell@codesourcery.com>
 
        * include/elf/arm.h: Correct names of R_ARM_LDC_G{0,1,2}
        Sync from gcc:
 
        2006-06-12  David Ayers  <d.ayers@inode.at>
-       
+
        PR bootstrap/27963
        PR target/19970
-       * configure.in: Remove target-boehm-gc from noconfigdirs where 
+       * configure.in: Remove target-boehm-gc from noconfigdirs where
        ${libgcj} is specified.
        * configure: Regenerate.
-       
+
 2006-06-08  Jeff Johnston  <jjohnstn@redhat.com>
 
        Sync from gcc:
 2006-06-07  Carlos O'Donell  <carlos@codesourcery.com>
 
        Sync from gcc:
-       
+
        2006-06-06  David Ayers  <d.ayers@inode.at>
-       
+
        PR libobjc/13946
        * Makefile.def: Add dependencies for libobjc which boehm-gc.
        * Makefile.in: Regenerate.
        * configure: Regenerate.
 
        2006-06-05  Paolo Bonzini  <bonzini@gnu.org>
-       
+
        PR 27674
        * Makefile.tpl (configure-[+prefix+][+module+],
        all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
         * configure: Regenerate.
 
        2006-02-21 Rafael Avila de Espindola <rafael.espindola@gmail.com>
-        
+
         * Makefile.tpl  (BUILD_CONFIGDIRS): Remove.
         (TARGET_CONFIGDIRS): Remove.
         * configure.in: Remove AC_SUBST(target_configdirs).
 
 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
            Andreas Schwab  <schwab@suse.de>
-        
+
        * configure: Regenerate.
 
 2006-01-16  Paolo Bonzini  <bonzini@gnu.org>
        CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
        * Makefile.in: Regenerate.
        * configure: Regenerate.
-       
+
 2005-09-19  David Edelsohn  <edelsohn@gnu.org>
 
        * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
 2005-07-27  Mark Mitchell  <mark@codesourcery.com>
 
        * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
-       * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET. 
+       * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
        * Makefile.in: Regenerated.
 
 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
 
        * configure.in: Add cases for Renesas m32c.
        * configure: Regenerated.
-       
+
 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
 
        * COPYING, compile, config-ml.in, config.guess,
 
 2005-05-19  Paul Brook  <paul@codesourcery.com>
 
-       * configure.in: Rewrite misleading error message when requested 
+       * configure.in: Rewrite misleading error message when requested
        language cannot be built.
        * configure: Regenerate.
 
index 606f090c1cf6fb0b254b486628d7d1913c468160..8ee3afc0ed0614e8612670f6b1fda0ca9aaee99f 100644 (file)
--- a/ltmain.sh
+++ b/ltmain.sh
@@ -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)
@@ -7385,5 +7385,3 @@ build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
 # sh-indentation:2
 # End:
 # vi:sw=2
-
-
This page took 0.037123 seconds and 4 git commands to generate.