Adding STAGE1 bootstrap recipe
This commit is contained in:
parent
7f75bc209e
commit
fea1c9ec02
19
STAGE1-unzip
Normal file
19
STAGE1-unzip
Normal 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
|
Loading…
Reference in New Issue
Block a user