diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-02-01 18:34:42 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-02-01 18:34:42 +0100 |
commit | 655acd3a233b60c5618d0239e9a716865c0b595a (patch) | |
tree | b37945e3e9e882a72cf389e1f1ef9da667201b26 /packages-i486-stage1/texinfo | |
parent | d4d48845954a13a311af53d2a881cedee0e7e27e (diff) | |
download | bootstrap32-655acd3a233b60c5618d0239e9a716865c0b595a.tar.xz |
building more utilities
Diffstat (limited to 'packages-i486-stage1/texinfo')
-rw-r--r-- | packages-i486-stage1/texinfo | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/packages-i486-stage1/texinfo b/packages-i486-stage1/texinfo new file mode 100644 index 0000000..8d6ff65 --- /dev/null +++ b/packages-i486-stage1/texinfo @@ -0,0 +1,5 @@ +# texinfo is needed to build grep and other tools +SYSROOT_INSTALL=1 + +# prepare configure for cross-compilation +sed -i "s@./configure@./configure --host=$TARGET_ARCH --build=$BUILD_ARCH@g" PKGBUILD |