2012-02-06 Luca Pizzamiglio <luca.pizzamiglio@gmail.com>
authorTom Tromey <tromey@redhat.com>
Mon, 6 Feb 2012 19:33:10 +0000 (19:33 +0000)
committerTom Tromey <tromey@redhat.com>
Mon, 6 Feb 2012 19:33:10 +0000 (19:33 +0000)
* configure: Rebuild.
* configure.ac: Put -L../bfd and -L../libiberty at the front of
LDFLAGS.

gdb/ChangeLog
gdb/configure
gdb/configure.ac

index 397f54d..bf6a428 100644 (file)
@@ -1,3 +1,9 @@
+2012-02-06  Luca Pizzamiglio  <luca.pizzamiglio@gmail.com>
+
+       * configure: Rebuild.
+       * configure.ac: Put -L../bfd and -L../libiberty at the front of
+       LDFLAGS.
+
 2012-02-03  Kevin Buettner  <kevinb@redhat.com>
 
        * configure.tgt (rl78-*-elf): New target.
index 8cce4fd..11c044c 100755 (executable)
@@ -15321,7 +15321,7 @@ OLD_CFLAGS=$CFLAGS
 OLD_LDFLAGS=$LDFLAGS
 OLD_LIBS=$LIBS
 CFLAGS="$CFLAGS -I${srcdir}/../include -I../bfd -I${srcdir}/../bfd"
-LDFLAGS="$LDFLAGS -L../bfd -L../libiberty"
+LDFLAGS="-L../bfd -L../libiberty $LDFLAGS"
 intl=`echo $LIBINTL | sed 's,${top_builddir}/,,g'`
 # -ldl is provided by bfd/Makfile.am (LIBDL) <PLUGINS>.
 if test "$plugins" = "yes"; then
index cf11605..36da463 100644 (file)
@@ -1909,7 +1909,7 @@ OLD_CFLAGS=$CFLAGS
 OLD_LDFLAGS=$LDFLAGS
 OLD_LIBS=$LIBS
 CFLAGS="$CFLAGS -I${srcdir}/../include -I../bfd -I${srcdir}/../bfd"
-LDFLAGS="$LDFLAGS -L../bfd -L../libiberty"
+LDFLAGS="-L../bfd -L../libiberty $LDFLAGS"
 intl=`echo $LIBINTL | sed 's,${top_builddir}/,,g'`
 # -ldl is provided by bfd/Makfile.am (LIBDL) <PLUGINS>.
 if test "$plugins" = "yes"; then