[llvm-commits] [llvm] r65020 - /llvm/trunk/configure

Nick Lewycky nicholas at mxc.ca
Wed Feb 18 22:18:56 PST 2009


Author: nicholas
Date: Thu Feb 19 00:18:56 2009
New Revision: 65020

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

Modified:
    llvm/trunk/configure

Modified: llvm/trunk/configure
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/configure?rev=65020&r1=65019&r2=65020&view=diff

==============================================================================
--- llvm/trunk/configure (original)
+++ llvm/trunk/configure Thu Feb 19 00:18:56 2009
@@ -1547,7 +1547,7 @@
   --enable-doxygen        Build doxygen documentation (default is NO)
   --enable-threads        Use threads if available (default is YES)
   --enable-pic            Build LLVM with Position Independent Code (default
-                          is NO)
+                          is YES)
   --enable-targets        Build specific host targets:
                           all,host-only,{target-name} (default=all)
   --enable-cbe-printf-a   Enable C Backend output with hex floating point via
@@ -4878,7 +4878,7 @@
  ;;
   no)  ENABLE_PIC=0
  ;;
-  default) ENABLE_PIC=0
+  default) ENABLE_PIC=1
  ;;
   *) { { echo "$as_me:$LINENO: error: Invalid setting for --enable-pic. Use \"yes\" or \"no\"" >&5
 echo "$as_me: error: Invalid setting for --enable-pic. Use \"yes\" or \"no\"" >&2;}





More information about the llvm-commits mailing list