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 374cba3 commit b76e30cCopy full SHA for b76e30c
scripts/cross-clang-thumbv7-a-none-eabi.txt
@@ -3,8 +3,8 @@
3
# so we have to add -nostdlib to the compiler configuration itself or
4
# early compiler tests will fail. This can be removed when picolibc
5
# requires at least version 0.54.2 of meson.
6
-c = ['clang', '-m32', '-target', 'arm-none-eabihf', '-march=armv7-a', '-mfloat-abi=soft', '-nostdlib']
7
-cpp = ['clang', '-m32', '-target', 'arm-none-eabihf', '-march=armv7-a', '-mfloat-abi=soft', '-nostdlib']
+c = ['clang', '-m32', '-target', 'arm-none-eabihf', '-mno-unaligned-access', '-march=armv7-a', '-mfloat-abi=soft', '-nostdlib']
+cpp = ['clang', '-m32', '-target', 'arm-none-eabihf', '-mno-unaligned-access', '-march=armv7-a', '-mfloat-abi=soft', '-nostdlib']
8
ar = 'arm-none-eabi-ar'
9
as = 'arm-none-eab-as'
10
nm = 'arm-none-eab-nm'
0 commit comments