mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-05 15:16:03 +00:00
typo
This commit is contained in:
parent
381e186e98
commit
81255dfcb8
2
debian/qualify-clang.sh
vendored
2
debian/qualify-clang.sh
vendored
@ -146,7 +146,7 @@ fi
|
||||
clang-$VERSION --target=arm-linux-gnueabihf -dM -E -xc - < /dev/null &> foo.log
|
||||
if ! grep -q "#define __ARM_ARCH 7" foo.log; then
|
||||
# bug 930008
|
||||
echo "The target arch for arm should v7"
|
||||
echo "The target arch for arm should be v7"
|
||||
cat foo.log
|
||||
exit 42
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user