commit changes
This commit is contained in:
14
stage/toolchain/gzip.bash
Normal file
14
stage/toolchain/gzip.bash
Normal file
@@ -0,0 +1,14 @@
|
||||
|
||||
fetch $GZIP_URL
|
||||
|
||||
cd "$SOURCES" && tar xf gzip-$GZIP_VERSION.tar.xz && cd gzip-$GZIP_VERSION
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--host=$TARGET \
|
||||
--silent \
|
||||
--quiet
|
||||
|
||||
make && make DESTDIR="$SYSROOT" install
|
||||
|
||||
cd "$SOURCES" && rm -rf gzip-$GZIP_VERSION
|
||||
Reference in New Issue
Block a user