gdb: fix compile if ${TARGET_LINK_HASH_STYLE} is not set
authorKalev Lember <kalev@smartlink.ee>
Sat, 18 Oct 2008 19:18:58 +0000 (22:18 +0300)
committerKalev Lember <kalev@smartlink.ee>
Sat, 18 Oct 2008 20:38:17 +0000 (23:38 +0300)
packages/gdb/gdb.inc
packages/gdb/gdb_6.3.bb
packages/gdb/gdb_6.4.bb
packages/gdb/gdb_6.6.bb
packages/gdb/gdb_6.7.1.bb
packages/gdb/gdb_6.8.bb

index 8e7121b..77a9ca6 100644 (file)
@@ -29,6 +29,11 @@ do_configure () {
        # override this function to avoid the autoconf/automake/aclocal/autoheader
        # calls for now
        (cd ${S} && gnu-configize) || die "failure in running gnu-configize"
+
+       # Remove duplicate spaces to work around configure complaining about
+       # changed LDFLAGS.
+       LDFLAGS=$(echo "${LDFLAGS}" | sed "s/  / /")
+
         CPPFLAGS="" oe_runconf
 }
 
index 05d4565..5513d34 100644 (file)
@@ -1,3 +1,3 @@
 require gdb.inc
 
-FILE_PR = "r3"
+FILE_PR = "r4"
index 06d0129..134c384 100644 (file)
@@ -1,3 +1,3 @@
 require gdb.inc
 
-FILE_PR = "r1"
\ No newline at end of file
+FILE_PR = "r2"
index 9904290..db1a89b 100644 (file)
@@ -1,5 +1,5 @@
 require gdb.inc
 
-FILE_PR = "r4"
+FILE_PR = "r5"
 
 SRC_URI += "file://early_debug_in_nptl.patch;patch=1;pnum=0"
index a411974..167c415 100644 (file)
@@ -1,5 +1,7 @@
 require gdb.inc
 
+FILE_PR = "r1"
+
 DEFAULT_PREFERENCE_avr32 = "99"
 SRC_URI_avr32 = " http://avr32linux.org/twiki/pub/Main/GDBPatches/gdb-6.7.1.atmel.1.0.3.tar.bz2"
 S_avr32 = "${WORKDIR}/gdb-6.7.1.atmel.1.0.3"
index 832c40b..134c384 100644 (file)
@@ -1,3 +1,3 @@
 require gdb.inc
 
-FILE_PR = "r1"
+FILE_PR = "r2"