[llvm-commits] [llvm-gcc-4.2] r79932 - /llvm-gcc-4.2/trunk/build_gcc
Bob Wilson
bob.wilson at apple.com
Mon Aug 24 13:01:15 PDT 2009
Author: bwilson
Date: Mon Aug 24 15:01:15 2009
New Revision: 79932
URL: http://llvm.org/viewvc/llvm-project?rev=79932&view=rev
Log:
Attempt to temporarily work around a problem with Apple-style builds.
This pales in comparison to the horribleness than Evan inflicted on
build_gcc, but still....
Modified:
llvm-gcc-4.2/trunk/build_gcc
Modified: llvm-gcc-4.2/trunk/build_gcc
URL: http://llvm.org/viewvc/llvm-project/llvm-gcc-4.2/trunk/build_gcc?rev=79932&r1=79931&r2=79932&view=diff
==============================================================================
--- llvm-gcc-4.2/trunk/build_gcc (original)
+++ llvm-gcc-4.2/trunk/build_gcc Mon Aug 24 15:01:15 2009
@@ -170,7 +170,7 @@
exit 1
fi
if [ "x$RC_ProjectName" = "xllvmgcc42_Embedded" ]; then
- ARM_MULTILIB_ARCHS=${ARCH_OPTIONS}
+ ARM_MULTILIB_ARCHS="armv6 armv7"
elif [ "x$ARM_MULTILIB_ARCHS" = "x" ] ; then
ARM_MULTILIB_ARCHS=`/usr/bin/lipo -info $ARM_SYSROOT/usr/lib/libSystem.dylib | cut -d':' -f 3 | sed -e 's/x86_64//' -e 's/i386//' -e 's/ppc7400//' -e 's/ppc64//' -e 's/^ *//' -e 's/ $//'`
fi;
More information about the llvm-commits
mailing list