Skip to content

Commit 36d679b

Browse files
committed
Fix compiling 32bit kernel on 64bit raspberrypi/linux#3487
1 parent 09373cb commit 36d679b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/modules/kernel/end_chroot_script

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ function build_kernel(){
4242
fi
4343
echo "${KERNEL_CONFIG_APPEND}" >> .config
4444
# CROSS_COMPILE=arm-linux-gnueabihf-
45-
make -j4 zImage modules dtbs
45+
make -j4 zImage modules dtbs ARCH=arm
4646

4747
mkdir kernel-rt
4848
INSTALL_MOD_PATH=kernel-rt make modules_install

0 commit comments

Comments
 (0)