update to gdb 7.9

This commit is contained in:
Dave Murphy 2015-03-16 17:01:42 +00:00
parent fdc132d773
commit e0c31cded7
3 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ then
--with-headers=../../newlib-$NEWLIB_VER/newlib/libc/include \
--prefix=$prefix \
--enable-lto $plugin_ld\
--with-bugurl="http://wiki.devkitpro.org/index.php/Bug_Reports" --with-pkgversion="devkitARM release 44" \
--with-bugurl="http://wiki.devkitpro.org/index.php/Bug_Reports" --with-pkgversion="devkitARM release 45" \
$CROSS_PARAMS \
|| { echo "Error configuring gcc"; exit 1; }
touch configured-gcc

View File

@ -33,7 +33,7 @@ case "$VERSION" in
GCC_VER=4.9.2
BINUTILS_VER=2.25
NEWLIB_VER=2.2.0
GDB_VER=7.8.2
GDB_VER=7.9
basedir='dkarm-eabi'
package=devkitARM
target=arm-none-eabi