mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-12 17:32:19 +00:00
Do not include multiple -arch options in CPPFLAGS.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154070 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
68f404d890
commit
63246de686
@ -120,9 +120,8 @@ if [ "$ARM_HOSTED_BUILD" != yes ]; then
|
||||
if [ $SDKROOT ]; then
|
||||
CPPFLAGS="$CPPFLAGS -isysroot $SDKROOT"
|
||||
fi
|
||||
for host in $HOSTS; do
|
||||
CPPFLAGS="$CPPFLAGS -arch $host"
|
||||
done
|
||||
for host in $HOSTS; do :; done
|
||||
CPPFLAGS="$CPPFLAGS -arch $host"
|
||||
fi
|
||||
|
||||
if [ \! -f Makefile.config ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user