Adding STAGE1 bootstrap recipe

This commit is contained in:
Jaromir Capik 2015-06-15 17:45:40 +02:00
parent 7f75bc209e
commit fea1c9ec02

19
STAGE1-unzip Normal file
View File

@ -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