diff options
| author | Nick Lewycky <nicholas@mxc.ca> | 2009-02-19 06:18:56 +0000 |
|---|---|---|
| committer | Nick Lewycky <nicholas@mxc.ca> | 2009-02-19 06:18:56 +0000 |
| commit | 3852519eca2f2a5eda7c964a3d96ec8f8a62f13a (patch) | |
| tree | d1e6b63e7a7e83db13ed522f7ddefe7a5d40a578 /llvm | |
| parent | 7db7eb6e408dadaeeadfc78ba6d8124b1a88796a (diff) | |
| download | bcm5719-llvm-3852519eca2f2a5eda7c964a3d96ec8f8a62f13a.tar.gz bcm5719-llvm-3852519eca2f2a5eda7c964a3d96ec8f8a62f13a.zip | |
Regenerate.
llvm-svn: 65020
Diffstat (limited to 'llvm')
| -rwxr-xr-x | llvm/configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/configure b/llvm/configure index fabd55b69f4..d18ff11eda2 100755 --- a/llvm/configure +++ b/llvm/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;} |

