commit changes
This commit is contained in:
17
stage/toolchain/gawk.bash
Normal file
17
stage/toolchain/gawk.bash
Normal file
@@ -0,0 +1,17 @@
|
||||
|
||||
fetch $GAWK_URL
|
||||
|
||||
cd "$SOURCES" && tar xf gawk-$GAWK_VERSION.tar.xz && cd gawk-$GAWK_VERSION
|
||||
|
||||
sed -i 's/extras//' Makefile.in
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--host=$TARGET \
|
||||
--build=$(build-aux/config.guess) \
|
||||
--silent \
|
||||
--quiet
|
||||
|
||||
make && make DESTDIR="$SYSROOT" install
|
||||
|
||||
cd "$SOURCES" && rm -rf gawk-$GAWK_VERSION
|
||||
Reference in New Issue
Block a user