mirror of
https://github.com/linuxboot/linuxboot
synced 2024-11-21 15:50:58 +00:00
walmart/robot: Change cross compiler tool to pass CI
there is a different between armel and armhf, they adopt different strategies for dealing with floating-point operations. Signed-off-by: KuiRong <605470060@gms.tku.edu.tw>
This commit is contained in:
parent
2689e369c4
commit
920a693c62
@ -99,14 +99,11 @@ uroot:
|
||||
|
||||
flashkernel: Makefile
|
||||
cp config-$(CONFIG) linux/.config
|
||||
(cd linux && ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- make oldconfig && ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- make -j32)
|
||||
(cd linux && ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- make oldconfig && ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- make -j32)
|
||||
mkimage -C none -A arm -n 'walmart robot' -d linux/arch/arm/boot/zImage -T kernel -a 0xc1000000 -e 0xc1000000 flashkernel
|
||||
cp linux/arch/arm/boot/zImage kernel
|
||||
|
||||
fetch: getkernel geturoot getfiano getrom getpackages
|
||||
|
||||
getpackages:
|
||||
sudo apt install gcc-9-arm-linux-gnueabihf gcc-10-multilib-arm-linux-gnueabihf
|
||||
fetch: getkernel geturoot getfiano getrom
|
||||
|
||||
getkernel:
|
||||
rm -rf linux
|
||||
|
Loading…
Reference in New Issue
Block a user