mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-02 07:32:52 +00:00
Regenerate.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65020 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7e66462d9d
commit
5d24957f4e
4
configure
vendored
4
configure
vendored
@ -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;}
|
||||
|
Loading…
Reference in New Issue
Block a user