diff src/gdb.mk @ 2700:9be16103cdb1

update package gdb
author Mark Brand <mabrand@mabrand.nl>
date Sat, 18 Aug 2012 12:00:48 +0200
parents 4d0f3a9da57e
children 47558e958113
line wrap: on
line diff
--- a/src/gdb.mk	Fri Aug 17 22:50:05 2012 +0200
+++ b/src/gdb.mk	Sat Aug 18 12:00:48 2012 +0200
@@ -2,7 +2,7 @@
 # See index.html for further information.
 
 PKG             := gdb
-$(PKG)_CHECKSUM := 1b0f8c3778d4b10c8d2be6922ac01a9900e8116c
+$(PKG)_CHECKSUM := 79b61152813e5730fa670c89e5fc3c04b670b02c
 $(PKG)_SUBDIR   := gdb-$($(PKG)_VERSION)
 $(PKG)_FILE     := gdb-$($(PKG)_VERSION).tar.bz2
 $(PKG)_URL      := ftp://ftp.gnu.org/pub/gnu/$(PKG)/$($(PKG)_FILE)
@@ -20,6 +20,7 @@
 define $(PKG)_BUILD
     cd '$(1)' && ./configure \
         --host='$(TARGET)' \
+        --build="`config.guess`" \
         --disable-shared \
         --prefix='$(PREFIX)/$(TARGET)' \
         CONFIG_SHELL=$(SHELL)