blob: 8d6ff6516ba752ced81f35f07ec10a3f3bac0ba0 (
plain)
1
2
3
4
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
|