[llvm-commits] [llvm-gcc-4.2] r48933 - /llvm-gcc-4.2/trunk/gcc/configure

Bill Wendling isanbard at gmail.com
Fri Mar 28 16:55:24 PDT 2008


Author: void
Date: Fri Mar 28 18:55:24 2008
New Revision: 48933

URL: http://llvm.org/viewvc/llvm-project?rev=48933&view=rev
Log:
Regen configure file.

Modified:
    llvm-gcc-4.2/trunk/gcc/configure

Modified: llvm-gcc-4.2/trunk/gcc/configure
URL: http://llvm.org/viewvc/llvm-project/llvm-gcc-4.2/trunk/gcc/configure?rev=48933&r1=48932&r2=48933&view=diff

==============================================================================
--- llvm-gcc-4.2/trunk/gcc/configure (original)
+++ llvm-gcc-4.2/trunk/gcc/configure Fri Mar 28 18:55:24 2008
@@ -7370,7 +7370,7 @@
 
  LLVMBUILDMODE=""
  if test -x "$LLVMBASEPATH/Release/bin/llc$EXEEXT"; then
-   if test x$checkingenabled_flag  == x ; then
+   if test x$checkingenabled_flag  = x ; then
      echo Found Release LLVM Tree in $LLVMBASEPATH
      LLVMBUILDMODE="Release"
   fi
@@ -7407,7 +7407,7 @@
  fi
  if test -x "$LLVMBASEPATH/bin/llc$EXEEXT"; then
      echo Found Installed LLVM Tree in $LLVMBASEPATH
- elif test x$LLVMBUILDMODE == x; then
+ elif test x$LLVMBUILDMODE = x; then
      { { echo "$as_me:$LINENO: error: You must specify valid path to your LLVM tree with --enable-llvm=DIR" >&5
 echo "$as_me: error: You must specify valid path to your LLVM tree with --enable-llvm=DIR" >&2;}
    { (exit 1); exit 1; }; }
@@ -14455,7 +14455,7 @@
   # arbitrary sections are supported and try the test.
   as_ver=`$gcc_cv_as --version 2>/dev/null | sed 1q`
   if echo "$as_ver" | grep GNU > /dev/null; then
-    as_ver=`echo $as_ver | sed -e 's/GNU assembler \([0-9.][0-9.]*\).*/\1/'`
+    as_ver=`echo $as_ver | sed -e 's/GNU assembler[^0-9]*\([0-9.][0-9.]*\).*/\1/'`
     as_major=`echo $as_ver | sed 's/\..*//'`
     as_minor=`echo $as_ver | sed 's/[^.]*\.\([0-9]*\).*/\1/'`
     if test $as_major -eq 2 && test $as_minor -lt 11





More information about the llvm-commits mailing list