We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56a611f commit 939b05cCopy full SHA for 939b05c
CMakeLists.txt
@@ -824,7 +824,7 @@ set(multilib_variants "")
824
# Define which library variants to build and which flags to use.
825
# The order is <arch> <name suffix> <compile flags> <multilib selection flags> <qemu params>
826
add_library_variants(
827
- aarch64 "" "" "target=aarch64-none-unknown-elf" "-M raspi3b"
+ aarch64 "" "-march=armv8-a" "target=aarch64-none-unknown-elf" "-M raspi3b"
828
armv4t "" "-march=armv4t" "target=armv4t-none-unknown-eabi mfpu=none" "-M musicpal -cpu arm926"
829
armv5te "" "-march=armv5te" "target=armv5e-none-unknown-eabi mfpu=none" "-M musicpal -cpu arm926"
830
armv6m soft_nofp "-mfloat-abi=soft -march=armv6m" "target=thumbv6m-none-unknown-eabi mfpu=none" "-M microbit"
0 commit comments