From 11b491610cc4fcbf8e252c6ec5d72ae3ad0500bc Mon Sep 17 00:00:00 2001 From: Al Stone Date: Thu, 25 Oct 2012 10:40:18 -0600 Subject: update gdb config parameters in stage2 --- recipe.d/0007-gdb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'recipe.d') diff --git a/recipe.d/0007-gdb b/recipe.d/0007-gdb index cdaf9bf..5e9671b 100644 --- a/recipe.d/0007-gdb +++ b/recipe.d/0007-gdb @@ -5,7 +5,11 @@ #requires texinfo mcd $BUILDDIR/gdb - $SRC/gdb-*/configure $TCONFIGARGS --without-rpm --with-system-readline + OTHERARGS="--disable-gdbserver --disable-multi-ice \ + --without-expat --without-python --without-tcl \ + --without-tk --without-x --disable-gtk \ + --without-rpm --with-system-readline" + $SRC/gdb-*/configure $TCONFIGARGS $OTHERARGS notparallel make $J -k make $J -k install -- cgit