summaryrefslogtreecommitdiffstats
path: root/recipe.d/0007-gdb
blob: c55ef1b6e65d8ba00cc98daeba0b12cafba1ed6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#requires ncurses
#requires flex
#requires bison
#requires readline
#requires texinfo

        mcd $BUILDDIR/gdb
	OTHERARGS="--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