From 857fac08cb249564bfcdb79b43b28d1be0433e2d Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Tue, 5 Jul 2011 13:25:20 -0400 Subject: Sync recipe stuff from rootfs tree --- recipe.d/0007-gdb | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 recipe.d/0007-gdb (limited to 'recipe.d/0007-gdb') 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 + -- cgit