From 3fcc9989ad78b918862c70a4a745e778e8bb695e Mon Sep 17 00:00:00 2001 From: Jaromir Capik Date: Wed, 10 Jun 2015 16:27:04 +0200 Subject: [PATCH] Adding STAGE1 bootstrap recipe --- STAGE1-binutils | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 STAGE1-binutils diff --git a/STAGE1-binutils b/STAGE1-binutils new file mode 100644 index 0000000..eeaa4a8 --- /dev/null +++ b/STAGE1-binutils @@ -0,0 +1,6 @@ +srpm binutils +mcd $BUILDDIR/binutils +$SRC/binutils-*/configure $CONFIGARGS +notparallel +make $J +make $J install