gdb: fix build with ARM

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-03-07 13:45:41 +01:00
parent 6a3da77cf0
commit 1c57ae9d1b

View File

@ -22,6 +22,8 @@
. config/options $1 . config/options $1
strip_lto
export bash_cv_have_mbstate_t=set export bash_cv_have_mbstate_t=set
export CC_FOR_BUILD="$HOST_CC" export CC_FOR_BUILD="$HOST_CC"
@ -38,5 +40,6 @@ mkdir -p objdir && cd objdir
--without-x \ --without-x \
--disable-tui \ --disable-tui \
--disable-libada \ --disable-libada \
--disable-werror \
make make