[llvm-commits] [llvm-gcc-4.2] r46273 - in /llvm-gcc-4.2/branches/release_22: configure configure.in

Tanya Lattner tonic at nondot.org
Tue Jan 22 21:47:52 PST 2008


Author: tbrethou
Date: Tue Jan 22 23:47:49 2008
New Revision: 46273

URL: http://llvm.org/viewvc/llvm-project?rev=46273&view=rev
Log:
Disable bootstrap.

Modified:
    llvm-gcc-4.2/branches/release_22/configure
    llvm-gcc-4.2/branches/release_22/configure.in

Modified: llvm-gcc-4.2/branches/release_22/configure
URL: http://llvm.org/viewvc/llvm-project/llvm-gcc-4.2/branches/release_22/configure?rev=46273&r1=46272&r2=46273&view=diff

==============================================================================
--- llvm-gcc-4.2/branches/release_22/configure (original)
+++ llvm-gcc-4.2/branches/release_22/configure Tue Jan 22 23:47:49 2008
@@ -45,7 +45,7 @@
   --with-build-sysroot=sysroot
                           use sysroot as the system root during the build"
 ac_help="$ac_help
-  --enable-bootstrap           Enable bootstrapping [yes if native build]"
+  --enable-bootstrap           Enable bootstrapping [no]"
 ac_help="$ac_help
   --enable-serial-[{host,target,build}-]configure
                           Force sequential configuration of
@@ -3172,7 +3172,7 @@
   # Default behavior.  Enable bootstrap if we have a compiler
   # and we are in a native configuration.
   yes:$build:$build:default)
-    enable_bootstrap=yes ;;
+    enable_bootstrap=no ;;
 
   *:*:*:default)
     enable_bootstrap=no ;;

Modified: llvm-gcc-4.2/branches/release_22/configure.in
URL: http://llvm.org/viewvc/llvm-project/llvm-gcc-4.2/branches/release_22/configure.in?rev=46273&r1=46272&r2=46273&view=diff

==============================================================================
--- llvm-gcc-4.2/branches/release_22/configure.in (original)
+++ llvm-gcc-4.2/branches/release_22/configure.in Tue Jan 22 23:47:49 2008
@@ -1865,7 +1865,7 @@
 # not to nest @if/@endif pairs, because configure will not warn you at all.
 
 AC_ARG_ENABLE([bootstrap],
-[  --enable-bootstrap           Enable bootstrapping [yes if native build]],,
+[  --enable-bootstrap           Enable bootstrapping [no]],,
 enable_bootstrap=default)
 
 # Issue errors and warnings for invalid/strange bootstrap combinations.
@@ -1880,7 +1880,7 @@
   # Default behavior.  Enable bootstrap if we have a compiler
   # and we are in a native configuration.
   yes:$build:$build:default)
-    enable_bootstrap=yes ;;
+    enable_bootstrap=no ;;
 
   *:*:*:default)
     enable_bootstrap=no ;;





More information about the llvm-commits mailing list