aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2009-02-19 06:18:56 +0000
committerNick Lewycky <nicholas@mxc.ca>2009-02-19 06:18:56 +0000
commit5d24957f4e650fea82d0d1a40f844ecfb0360de3 (patch)
tree46d7a7006382b6510117bb55f14da6da2c3b3ac0
parent7e66462d9d5a435b87824d7175b83f68a8a6da20 (diff)
Regenerate.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65020 91177308-0d34-0410-b5e6-96231b3b80d8
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index fabd55b69f..d18ff11eda 100755
--- a/configure
+++ b/configure
@@ -1547,7 +1547,7 @@ Optional Features:
--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 @@ case "$enableval" in
;;
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;}