From fea1c9ec025ce5b3975c973b13a9287c818f9439 Mon Sep 17 00:00:00 2001 From: Jaromir Capik Date: Jun 15 2015 15:45:40 +0000 Subject: Adding STAGE1 bootstrap recipe --- diff --git a/STAGE1-unzip b/STAGE1-unzip new file mode 100644 index 0000000..49f62c3 --- /dev/null +++ b/STAGE1-unzip @@ -0,0 +1,19 @@ +srpm unzip +mcd $BUILDDIR/$1 +rsync -av $SRC/unzip*/ ./ +make $J -f unix/Makefile \ + CC=${TARGET}-gcc \ + AS=${TARGET}-as \ + AR=${TARGET}-ar \ + STRIP=${TARGET}-strip \ + RANLIB=${TARGET}-ranlib \ + prefix=/usr \ + generic +make $J -f unix/Makefile \ + CC=${TARGET}-gcc \ + AS=${TARGET}-as \ + AR=${TARGET}-ar \ + STRIP=${TARGET}-strip \ + RANLIB=${TARGET}-ranlib \ + prefix=${ROOTFS}/usr \ + install