Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(51)

Side by Side Diff: configure

Issue 183273009: Prep for merging 3.4: Undo changes from 3.3 branch (Closed) Base URL: http://git.chromium.org/native_client/pnacl-llvm.git@master
Patch Set: Retry Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « autoconf/configure.ac ('k') | docs/CodeGenerator.rst » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #! /bin/sh 1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles. 2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.60 for LLVM 3.3. 3 # Generated by GNU Autoconf 2.60 for LLVM 3.3svn.
4 # 4 #
5 # Report bugs to <http://llvm.org/bugs/>. 5 # Report bugs to <http://llvm.org/bugs/>.
6 # 6 #
7 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 7 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
8 # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 8 # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
9 # This configure script is free software; the Free Software Foundation 9 # This configure script is free software; the Free Software Foundation
10 # gives unlimited permission to copy, distribute and modify it. 10 # gives unlimited permission to copy, distribute and modify it.
11 # 11 #
12 # Copyright (c) 2003-2013 University of Illinois at Urbana-Champaign. 12 # Copyright (c) 2003-2013 University of Illinois at Urbana-Champaign.
13 ## --------------------- ## 13 ## --------------------- ##
(...skipping 540 matching lines...) Expand 10 before | Expand all | Expand 10 after
554 LIBOBJS= 554 LIBOBJS=
555 cross_compiling=no 555 cross_compiling=no
556 subdirs= 556 subdirs=
557 MFLAGS= 557 MFLAGS=
558 MAKEFLAGS= 558 MAKEFLAGS=
559 SHELL=${CONFIG_SHELL-/bin/sh} 559 SHELL=${CONFIG_SHELL-/bin/sh}
560 560
561 # Identity of this package. 561 # Identity of this package.
562 PACKAGE_NAME='LLVM' 562 PACKAGE_NAME='LLVM'
563 PACKAGE_TARNAME='llvm' 563 PACKAGE_TARNAME='llvm'
564 PACKAGE_VERSION='3.3' 564 PACKAGE_VERSION='3.3svn'
565 PACKAGE_STRING='LLVM 3.3' 565 PACKAGE_STRING='LLVM 3.3svn'
566 PACKAGE_BUGREPORT='http://llvm.org/bugs/' 566 PACKAGE_BUGREPORT='http://llvm.org/bugs/'
567 567
568 ac_unique_file="lib/IR/Module.cpp" 568 ac_unique_file="lib/IR/Module.cpp"
569 # Factoring default headers for most tests. 569 # Factoring default headers for most tests.
570 ac_includes_default="\ 570 ac_includes_default="\
571 #include <stdio.h> 571 #include <stdio.h>
572 #if HAVE_SYS_TYPES_H 572 #if HAVE_SYS_TYPES_H
573 # include <sys/types.h> 573 # include <sys/types.h>
574 #endif 574 #endif
575 #if HAVE_SYS_STAT_H 575 #if HAVE_SYS_STAT_H
(...skipping 748 matching lines...) Expand 10 before | Expand all | Expand 10 after
1324 eval ac_cv_env_${ac_var}_value=\$${ac_var} 1324 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1325 done 1325 done
1326 1326
1327 # 1327 #
1328 # Report the --help message. 1328 # Report the --help message.
1329 # 1329 #
1330 if test "$ac_init_help" = "long"; then 1330 if test "$ac_init_help" = "long"; then
1331 # Omit some internal or obsolete options to make the list less imposing. 1331 # Omit some internal or obsolete options to make the list less imposing.
1332 # This message is too long to be a string in the A/UX 3.1 sh. 1332 # This message is too long to be a string in the A/UX 3.1 sh.
1333 cat <<_ACEOF 1333 cat <<_ACEOF
1334 \`configure' configures LLVM 3.3 to adapt to many kinds of systems. 1334 \`configure' configures LLVM 3.3svn to adapt to many kinds of systems.
1335 1335
1336 Usage: $0 [OPTION]... [VAR=VALUE]... 1336 Usage: $0 [OPTION]... [VAR=VALUE]...
1337 1337
1338 To assign environment variables (e.g., CC, CFLAGS...), specify them as 1338 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1339 VAR=VALUE. See below for descriptions of some of the useful variables. 1339 VAR=VALUE. See below for descriptions of some of the useful variables.
1340 1340
1341 Defaults for the options are specified in brackets. 1341 Defaults for the options are specified in brackets.
1342 1342
1343 Configuration: 1343 Configuration:
1344 -h, --help display this help and exit 1344 -h, --help display this help and exit
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
1390 1390
1391 System types: 1391 System types:
1392 --build=BUILD configure for building on BUILD [guessed] 1392 --build=BUILD configure for building on BUILD [guessed]
1393 --host=HOST cross-compile to build programs to run on HOST [BUILD] 1393 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1394 --target=TARGET configure for building compilers for TARGET [HOST] 1394 --target=TARGET configure for building compilers for TARGET [HOST]
1395 _ACEOF 1395 _ACEOF
1396 fi 1396 fi
1397 1397
1398 if test -n "$ac_init_help"; then 1398 if test -n "$ac_init_help"; then
1399 case $ac_init_help in 1399 case $ac_init_help in
1400 short | recursive ) echo "Configuration of LLVM 3.3:";; 1400 short | recursive ) echo "Configuration of LLVM 3.3svn:";;
1401 esac 1401 esac
1402 cat <<\_ACEOF 1402 cat <<\_ACEOF
1403 1403
1404 Optional Features: 1404 Optional Features:
1405 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) 1405 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1406 --enable-FEATURE[=ARG] include FEATURE [ARG=yes] 1406 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1407 --enable-polly Use polly if available (default is YES) 1407 --enable-polly Use polly if available (default is YES)
1408 --enable-libcpp Use libc++ if available (default is NO) 1408 --enable-libcpp Use libc++ if available (default is NO)
1409 --enable-cxx11 Use c++11 if available (default is NO) 1409 --enable-cxx11 Use c++11 if available (default is NO)
1410 --enable-clang-arcmt Enable building of clang ARCMT (default is YES) 1410 --enable-clang-arcmt Enable building of clang ARCMT (default is YES)
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
1552 else 1552 else
1553 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 1553 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1554 fi || ac_status=$? 1554 fi || ac_status=$?
1555 cd "$ac_pwd" || { ac_status=$?; break; } 1555 cd "$ac_pwd" || { ac_status=$?; break; }
1556 done 1556 done
1557 fi 1557 fi
1558 1558
1559 test -n "$ac_init_help" && exit $ac_status 1559 test -n "$ac_init_help" && exit $ac_status
1560 if $ac_init_version; then 1560 if $ac_init_version; then
1561 cat <<\_ACEOF 1561 cat <<\_ACEOF
1562 LLVM configure 3.3 1562 LLVM configure 3.3svn
1563 generated by GNU Autoconf 2.60 1563 generated by GNU Autoconf 2.60
1564 1564
1565 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 1565 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1566 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 1566 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1567 This configure script is free software; the Free Software Foundation 1567 This configure script is free software; the Free Software Foundation
1568 gives unlimited permission to copy, distribute and modify it. 1568 gives unlimited permission to copy, distribute and modify it.
1569 1569
1570 Copyright (c) 2003-2013 University of Illinois at Urbana-Champaign. 1570 Copyright (c) 2003-2013 University of Illinois at Urbana-Champaign.
1571 _ACEOF 1571 _ACEOF
1572 exit 1572 exit
1573 fi 1573 fi
1574 cat >config.log <<_ACEOF 1574 cat >config.log <<_ACEOF
1575 This file contains any messages produced by compilers while 1575 This file contains any messages produced by compilers while
1576 running configure, to aid debugging if configure makes a mistake. 1576 running configure, to aid debugging if configure makes a mistake.
1577 1577
1578 It was created by LLVM $as_me 3.3, which was 1578 It was created by LLVM $as_me 3.3svn, which was
1579 generated by GNU Autoconf 2.60. Invocation command line was 1579 generated by GNU Autoconf 2.60. Invocation command line was
1580 1580
1581 $ $0 $@ 1581 $ $0 $@
1582 1582
1583 _ACEOF 1583 _ACEOF
1584 exec 5>>config.log 1584 exec 5>>config.log
1585 { 1585 {
1586 cat <<_ASUNAME 1586 cat <<_ASUNAME
1587 ## --------- ## 1587 ## --------- ##
1588 ## Platform. ## 1588 ## Platform. ##
(...skipping 21445 matching lines...) Expand 10 before | Expand all | Expand 10 after
23034 # Sed expression to map a string onto a valid variable name. 23034 # Sed expression to map a string onto a valid variable name.
23035 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" 23035 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
23036 23036
23037 23037
23038 exec 6>&1 23038 exec 6>&1
23039 23039
23040 # Save the log message, to keep $[0] and so on meaningful, and to 23040 # Save the log message, to keep $[0] and so on meaningful, and to
23041 # report actual input values of CONFIG_FILES etc. instead of their 23041 # report actual input values of CONFIG_FILES etc. instead of their
23042 # values after options handling. 23042 # values after options handling.
23043 ac_log=" 23043 ac_log="
23044 This file was extended by LLVM $as_me 3.3, which was 23044 This file was extended by LLVM $as_me 3.3svn, which was
23045 generated by GNU Autoconf 2.60. Invocation command line was 23045 generated by GNU Autoconf 2.60. Invocation command line was
23046 23046
23047 CONFIG_FILES = $CONFIG_FILES 23047 CONFIG_FILES = $CONFIG_FILES
23048 CONFIG_HEADERS = $CONFIG_HEADERS 23048 CONFIG_HEADERS = $CONFIG_HEADERS
23049 CONFIG_LINKS = $CONFIG_LINKS 23049 CONFIG_LINKS = $CONFIG_LINKS
23050 CONFIG_COMMANDS = $CONFIG_COMMANDS 23050 CONFIG_COMMANDS = $CONFIG_COMMANDS
23051 $ $0 $@ 23051 $ $0 $@
23052 23052
23053 on `(hostname || uname -n) 2>/dev/null | sed 1q` 23053 on `(hostname || uname -n) 2>/dev/null | sed 1q`
23054 " 23054 "
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
23087 $config_headers 23087 $config_headers
23088 23088
23089 Configuration commands: 23089 Configuration commands:
23090 $config_commands 23090 $config_commands
23091 23091
23092 Report bugs to <bug-autoconf@gnu.org>." 23092 Report bugs to <bug-autoconf@gnu.org>."
23093 23093
23094 _ACEOF 23094 _ACEOF
23095 cat >>$CONFIG_STATUS <<_ACEOF 23095 cat >>$CONFIG_STATUS <<_ACEOF
23096 ac_cs_version="\\ 23096 ac_cs_version="\\
23097 LLVM config.status 3.3 23097 LLVM config.status 3.3svn
23098 configured by $0, generated by GNU Autoconf 2.60, 23098 configured by $0, generated by GNU Autoconf 2.60,
23099 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g '`\\" 23099 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g '`\\"
23100 23100
23101 Copyright (C) 2006 Free Software Foundation, Inc. 23101 Copyright (C) 2006 Free Software Foundation, Inc.
23102 This config.status script is free software; the Free Software Foundation 23102 This config.status script is free software; the Free Software Foundation
23103 gives unlimited permission to copy, distribute and modify it." 23103 gives unlimited permission to copy, distribute and modify it."
23104 23104
23105 ac_pwd='$ac_pwd' 23105 ac_pwd='$ac_pwd'
23106 srcdir='$srcdir' 23106 srcdir='$srcdir'
23107 INSTALL='$INSTALL' 23107 INSTALL='$INSTALL'
(...skipping 1102 matching lines...) Expand 10 before | Expand all | Expand 10 after
24210 --cache-file=\"\$ac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" || 24210 --cache-file=\"\$ac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" ||
24211 { { echo "$as_me:$LINENO: error: $ac_sub_configure failed for $ac_dir" > &5 24211 { { echo "$as_me:$LINENO: error: $ac_sub_configure failed for $ac_dir" > &5
24212 echo "$as_me: error: $ac_sub_configure failed for $ac_dir" >&2;} 24212 echo "$as_me: error: $ac_sub_configure failed for $ac_dir" >&2;}
24213 { (exit 1); exit 1; }; } 24213 { (exit 1); exit 1; }; }
24214 fi 24214 fi
24215 24215
24216 cd "$ac_popdir" 24216 cd "$ac_popdir"
24217 done 24217 done
24218 fi 24218 fi
24219 24219
OLDNEW
« no previous file with comments | « autoconf/configure.ac ('k') | docs/CodeGenerator.rst » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698