mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-08 09:30:22 +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
|
clang-$VERSION --target=arm-linux-gnueabihf -dM -E -xc - < /dev/null &> foo.log
|
||||||
if ! grep -q "#define __ARM_ARCH 7" foo.log; then
|
if ! grep -q "#define __ARM_ARCH 7" foo.log; then
|
||||||
# bug 930008
|
# bug 930008
|
||||||
echo "The target arch for arm should v7"
|
echo "The target arch for arm should be v7"
|
||||||
cat foo.log
|
cat foo.log
|
||||||
exit 42
|
exit 42
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user