changeset 2700:9be16103cdb1

update package gdb
author Mark Brand <mabrand@mabrand.nl>
date Sat, 18 Aug 2012 12:00:48 +0200
parents f4902ff680c1
children f0ad823b76f3
files index.html src/gdb.mk
diffstat 2 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/index.html	Fri Aug 17 22:50:05 2012 +0200
+++ b/index.html	Sat Aug 18 12:00:48 2012 +0200
@@ -1135,7 +1135,7 @@
     </tr>
     <tr>
         <td id="gdb-package">gdb</td>
-        <td id="gdb-version">7.4.1</td>
+        <td id="gdb-version">7.5</td>
         <td id="gdb-website"><a href="http://www.gnu.org/software/gdb/">gdb</a></td>
     </tr>
     <tr>
--- 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)