mirror of
https://github.com/reactos/syzkaller.git
synced 2025-02-12 14:58:22 +00:00
sys/targets: fix arm target compiler prefix
sys/targets/targets.go: Change 'arm-linux-gnueabihf-' to 'arm-linux-gnueabi-' in the arm target since target ISA is armv6 and armhf is armv7+.
This commit is contained in:
parent
1ee782d53c
commit
e5d1b3ac44
1
AUTHORS
1
AUTHORS
@ -33,3 +33,4 @@ Siddharth Muralee
|
||||
Dan Robertson
|
||||
Mark Johnston
|
||||
Mellanox Technologies
|
||||
Cody Holliday
|
||||
|
@ -47,3 +47,4 @@ Dan Robertson
|
||||
Mark Johnston
|
||||
Mellanox Technologies
|
||||
Noa Osherovich
|
||||
Cody Holliday
|
||||
|
@ -156,7 +156,7 @@ var List = map[string]map[string]*Target{
|
||||
PageSize: 4 << 10,
|
||||
CFlags: []string{"-D__LINUX_ARM_ARCH__=6", "-m32", "-D__ARM_EABI__"},
|
||||
CrossCFlags: []string{"-D__LINUX_ARM_ARCH__=6", "-march=armv6", "-static"},
|
||||
CCompilerPrefix: "arm-linux-gnueabihf-",
|
||||
CCompilerPrefix: "arm-linux-gnueabi-",
|
||||
KernelArch: "arm",
|
||||
KernelHeaderArch: "arm",
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user