summaryrefslogtreecommitdiffstats
path: root/recipe.d
diff options
context:
space:
mode:
authorAl Stone <ahs3@redhat.com>2012-10-25 10:40:18 -0600
committerAl Stone <ahs3@redhat.com>2012-10-25 10:40:18 -0600
commit11b491610cc4fcbf8e252c6ec5d72ae3ad0500bc (patch)
treedcb14f65aab5d08ece10a2688e86c881749e4053 /recipe.d
parent4e437bd0236fc6accd6eaa5a77f436225601af1f (diff)
downloadbootstrap.git.DONOTUSE-11b491610cc4fcbf8e252c6ec5d72ae3ad0500bc.tar.gz
bootstrap.git.DONOTUSE-11b491610cc4fcbf8e252c6ec5d72ae3ad0500bc.tar.xz
bootstrap.git.DONOTUSE-11b491610cc4fcbf8e252c6ec5d72ae3ad0500bc.zip
update gdb config parameters in stage2
Diffstat (limited to 'recipe.d')
-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