blob: 2b9a2e25c7d6fa838be16a90d71550596e13cddc (
plain)
1
2
3
4
|
# the Linux kernel has it's own way for cross compilations, we need
# only the header files for glibc later, but it's better to make sure
# to pick the correct target archicture right away
sed -i "s@make@make ARCH=$KERNEL_ARCH CROSS_COMPILE=$XTOOLS_ARCH_PREFIX@g" PKGBUILD
|