mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-12 15:03:41 +00:00
arm: switch to hardfloat ABI for Linux
This avoids an error on the Raspberry Pi 3.
This commit is contained in:
committed by
Ron Evans
parent
1c68da89af
commit
9b4071237f
+2
-2
@@ -18,9 +18,9 @@ addons:
|
||||
- llvm-7-dev
|
||||
- clang-7
|
||||
- libclang-7-dev
|
||||
- gcc-arm-linux-gnueabi
|
||||
- gcc-arm-linux-gnueabihf
|
||||
- binutils-arm-none-eabi
|
||||
- libc6-dev-armel-cross
|
||||
- libc6-dev-armhf-cross
|
||||
- gcc-aarch64-linux-gnu
|
||||
- libc6-dev-arm64-cross
|
||||
- qemu-system-arm
|
||||
|
||||
Reference in New Issue
Block a user