diff options
| author | Stefan Wiehler <me@sephalon.net> | 2024-12-17 13:21:26 +0100 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2025-01-14 08:31:31 +0000 |
| commit | 0dce2409ff7389009070e025857c71f752d814e6 (patch) | |
| tree | 996e5e26acc9dbef7cd853b7eb07da4c30d3aace /sys | |
| parent | 47f23f8c31103c4365ce5992cae34cd12a9d4bab (diff) | |
sys/targets: remove hardcoded CFlags for ARM
Depending on the cross compiler build configuration, it might not be
able to emit ARMv6 Thumb-1 instructions leading to "sorry,
unimplemented: Thumb-1 hard-float VFP ABI" error.
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/targets/targets.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/targets/targets.go b/sys/targets/targets.go index 121d137ed..fa2f6f0e2 100644 --- a/sys/targets/targets.go +++ b/sys/targets/targets.go @@ -302,7 +302,6 @@ var List = map[string]map[string]*Target{ VMArch: ARM64, PtrSize: 4, PageSize: 4 << 10, - CFlags: []string{"-D__LINUX_ARM_ARCH__=6", "-march=armv6"}, Triple: "arm-linux-gnueabi", KernelArch: "arm", KernelHeaderArch: "arm", |
