[llvm-commits] [llvm-gcc-4.2] r46094 - /llvm-gcc-4.2/trunk/build_gcc

Bill Wendling isanbard at gmail.com
Wed Jan 16 14:18:28 PST 2008


Author: void
Date: Wed Jan 16 16:18:26 2008
New Revision: 46094

URL: http://llvm.org/viewvc/llvm-project?rev=46094&view=rev
Log:
Some of the drivers are named foo-bar-qux-llvm-g++ instead of
foo-bar-qux-g++. Get both of them as is required.

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=46094&r1=46093&r2=46094&view=diff

==============================================================================
--- llvm-gcc-4.2/trunk/build_gcc (original)
+++ llvm-gcc-4.2/trunk/build_gcc Wed Jan 16 16:18:26 2008
@@ -373,7 +373,7 @@
     $DIR/dst-*-$t/$DEST_ROOT/bin/$t-apple-darwin$DARWIN_VERS-gcc-$VERS || exit 1
 # APPLE LOCAL LLVM build_gcc bug with non-/usr $DEST_ROOT
   lipo -output .$DEST_ROOT/bin/$t-apple-darwin$DARWIN_VERS-llvm-g++-$MAJ_VERS -create \
-    $DIR/dst-*-$t/$DEST_ROOT/bin/$t-apple-darwin$DARWIN_VERS-g++* || exit 1
+    $DIR/dst-*-$t/$DEST_ROOT/bin/$t-apple-darwin$DARWIN_VERS-*g++* || exit 1
 done
 
 # lib





More information about the llvm-commits mailing list