mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
gdb: update to gdb-6.8.0.20090907
This commit is contained in:
parent
e0f776ed79
commit
d385de35b2
@ -4,9 +4,10 @@
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
$SCRIPTS/build ncurses
|
||||
$SCRIPTS/build expat
|
||||
|
||||
export bash_cv_have_mbstate_t=set
|
||||
export ac_cv_libexpat=no
|
||||
export ac_cv_libexpat=yes
|
||||
|
||||
export CC_FOR_BUILD="$HOST_CC"
|
||||
export CFLAGS_FOR_BUILD="$HOST_CFLAGS"
|
||||
@ -18,6 +19,7 @@ cd objdir
|
||||
|
||||
../configure --host=$TARGET_NAME \
|
||||
--build=$HOST_NAME \
|
||||
--prefix=/usr \
|
||||
--with-sysroot=$SYSROOT_PREFIX \
|
||||
--disable-nls \
|
||||
--disable-sim \
|
||||
|
@ -3,5 +3,8 @@
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/install ncurses
|
||||
$SCRIPTS/install expat
|
||||
|
||||
cp $PKG_BUILD/objdir/$1/$1 $INSTALL/usr/bin
|
||||
cp $PKG_BUILD/objdir/$1/gdbserver/gdbserver $INSTALL/usr/bin
|
||||
cp $PKG_BUILD/objdir/$1/gdbserver/gdbreplay $INSTALL/usr/bin
|
||||
|
@ -1 +1 @@
|
||||
http://ftp.gnu.org/gnu/gdb/gdb-6.8.tar.bz2
|
||||
http://sources.openelec.tv/svn/gdb-6.8.0.20090907.tar.bz2
|
||||
|
Loading…
x
Reference in New Issue
Block a user