summaryrefslogtreecommitdiffstats
path: root/recipe.d/0007-gdb
diff options
context:
space:
mode:
Diffstat (limited to 'recipe.d/0007-gdb')
-rw-r--r--recipe.d/0007-gdb6
1 files changed, 5 insertions, 1 deletions
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