[llvm-branch-commits] [llvm-gcc-branch] r102142 - /llvm-gcc-4.2/branches/Apple/Morbo/build_gcc

Bob Wilson bob.wilson at apple.com
Thu Apr 22 16:18:56 PDT 2010


Author: bwilson
Date: Thu Apr 22 18:18:56 2010
New Revision: 102142

URL: http://llvm.org/viewvc/llvm-project?rev=102142&view=rev
Log:
Remove junk left over from testing that I should not have committed.

Modified:
    llvm-gcc-4.2/branches/Apple/Morbo/build_gcc

Modified: llvm-gcc-4.2/branches/Apple/Morbo/build_gcc
URL: http://llvm.org/viewvc/llvm-project/llvm-gcc-4.2/branches/Apple/Morbo/build_gcc?rev=102142&r1=102141&r2=102142&view=diff
==============================================================================
--- llvm-gcc-4.2/branches/Apple/Morbo/build_gcc (original)
+++ llvm-gcc-4.2/branches/Apple/Morbo/build_gcc Thu Apr 22 18:18:56 2010
@@ -123,7 +123,6 @@
 ARM_LIBSTDCXX_VERSION=4.2.1
 ARM_CONFIGFLAGS="--with-gxx-include-dir=/usr/include/c++/$ARM_LIBSTDCXX_VERSION"
 
-ARM_SDK=/Developer/SDKs/bootstrap.arm.sdk
 if [ -n "$ARM_SDK" ]; then
   ARM_PLATFORM=`xcodebuild -version -sdk $ARM_SDK PlatformPath`
   ARM_SYSROOT=`xcodebuild -version -sdk $ARM_SDK Path`





More information about the llvm-branch-commits mailing list