[vmkit-commits] [vmkit] r83641 - /vmkit/branches/release_026/configure

Nicolas Geoffray nicolas.geoffray at lip6.fr
Fri Oct 9 06:48:43 PDT 2009


Author: geoffray
Date: Fri Oct  9 08:48:43 2009
New Revision: 83641

URL: http://llvm.org/viewvc/llvm-project?rev=83641&view=rev
Log:
Regnerate.


Modified:
    vmkit/branches/release_026/configure

Modified: vmkit/branches/release_026/configure
URL: http://llvm.org/viewvc/llvm-project/vmkit/branches/release_026/configure?rev=83641&r1=83640&r2=83641&view=diff

==============================================================================
--- vmkit/branches/release_026/configure (original)
+++ vmkit/branches/release_026/configure Fri Oct  9 08:48:43 2009
@@ -1324,7 +1324,6 @@
   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
   --with-llvmsrc          Location of LLVM Source Code
   --with-llvmobj          Location of LLVM Object Code
-  --with-llvmgcc          Compile with llvm-gcc
   --with-thread=something Thread type ('common' or 'no')
   --with-finalizer        Compile with finalizer (default yes)
   --with-gc=something     GC type ('single-mmap' 'multi-mmap' or 'boehm')
@@ -2090,19 +2089,7 @@
 
 
 
-
-# Check whether --with-llvmgcc was given.
-if test "${with_llvmgcc+set}" = set; then
-  withval=$with_llvmgcc; withllvm=yes
-else
-  withllvm=no
-fi
-
-
-if test "x$withllvm" = "xyes";  then
-  WITH_LLVM_GCC=1
-  LLVM_FLAGS=-DWITH_LLVM_GCC
-fi
+WITH_LLVM_GCC=0
 
 
 





More information about the vmkit-commits mailing list