diff options
Diffstat (limited to 'recipe.d/0007-gdb')
-rw-r--r-- | recipe.d/0007-gdb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/recipe.d/0007-gdb b/recipe.d/0007-gdb new file mode 100644 index 0000000..7be409b --- /dev/null +++ b/recipe.d/0007-gdb @@ -0,0 +1,6 @@ + mcd $BUILDDIR/gdb + $SRC/gdb-*/configure $TCONFIGARGS --without-rpm + notparallel + make $J -k + make $J -k install + |