2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.64.
5 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
6 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
9 # This configure script is free software; the Free Software Foundation
10 # gives unlimited permission to copy, distribute and modify it.
11 ## -------------------- ##
12 ## M4sh Initialization. ##
13 ## -------------------- ##
15 # Be more Bourne compatible
16 DUALCASE
=1; export DUALCASE
# for MKS sh
17 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then :
20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
25 case `(set -o) 2>/dev/null` in #(
37 # Printing a long string crashes Solaris 7 /usr/bin/printf.
38 as_echo
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
39 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
40 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
41 # Prefer a ksh shell builtin over an external printf program on Solaris,
42 # but without wasting forks for bash or zsh.
43 if test -z "$BASH_VERSION$ZSH_VERSION" \
44 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
46 as_echo_n='print
-rn --'
47 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
51 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
52 as_echo_body='eval /usr
/ucb
/echo -n "$1$as_nl"'
53 as_echo_n='/usr
/ucb
/echo -n'
55 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
60 expr "X$arg" : "X\\(.*\\)$as_nl";
61 arg
=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
63 expr "X$arg" : "X\\(.*\\)" |
tr -d "$as_nl"
66 as_echo_n='sh
-c $as_echo_n_body as_echo
'
69 as_echo='sh
-c $as_echo_body as_echo
'
72 # The user is always right.
73 if test "${PATH_SEPARATOR+set}" != set; then
75 (PATH='/bin
;/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76 (PATH='/bin
:/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
83 # We need space, tab and new line, in precisely that order. Quoting is
84 # there to prevent editors from complaining about space-tab.
85 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
86 # splitting by setting IFS to empty value.)
89 # Find who we are. Look in the path if we contain no directory separator.
91 *[\\/]* ) as_myself=$0 ;;
92 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
96 test -z "$as_dir" && as_dir=.
97 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
103 # We did not find ourselves, most probably we were run as `sh COMMAND'
104 # in which case we are not to be found in the path.
105 if test "x$as_myself" = x
; then
108 if test ! -f "$as_myself"; then
109 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
113 # Unset variables that we do not need and which cause bugs (e.g. in
114 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
115 # suppresses any "Segmentation fault" message there. '((' could
116 # trigger a bug in pdksh 5.2.14.
117 for as_var
in BASH_ENV ENV MAIL MAILPATH
118 do eval test x\
${$as_var+set} = xset \
119 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
132 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
134 if test "x$CONFIG_SHELL" = x
; then
135 as_bourne_compatible
="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
138 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
139 # is contrary to our usage. Disable this feature.
140 alias -g '\${1+\"\$@\"}'='\"\$@\"'
143 case \`(set -o) 2>/dev/null\` in #(
151 as_required
="as_fn_return () { (exit \$1); }
152 as_fn_success () { as_fn_return 0; }
153 as_fn_failure () { as_fn_return 1; }
154 as_fn_ret_success () { return 0; }
155 as_fn_ret_failure () { return 1; }
158 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
159 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
160 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
161 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
162 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
165 exitcode=1; echo positional parameters were not saved.
167 test x\$exitcode = x0 || exit 1"
168 as_suggested
=" as_lineno_1=";as_suggested
=$as_suggested$LINENO;as_suggested
=$as_suggested" as_lineno_1a=\$LINENO
169 as_lineno_2=";as_suggested
=$as_suggested$LINENO;as_suggested
=$as_suggested" as_lineno_2a=\$LINENO
170 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
171 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
172 test \$(( 1 + 1 )) = 2 || exit 1
174 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
175 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
176 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
177 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
178 PATH=/empty FPATH=/empty; export PATH FPATH
179 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
180 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
181 if (eval "$as_required") 2>/dev
/null
; then :
186 if test x
$as_have_required = xyes
&& (eval "$as_suggested") 2>/dev
/null
; then :
189 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
191 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
194 test -z "$as_dir" && as_dir
=.
198 for as_base
in sh bash ksh sh5
; do
199 # Try only shells that exist, to save several forks.
200 as_shell
=$as_dir/$as_base
201 if { test -f "$as_shell" ||
test -f "$as_shell.exe"; } &&
202 { $as_echo "$as_bourne_compatible""$as_required" | as_run
=a
"$as_shell"; } 2>/dev
/null
; then :
203 CONFIG_SHELL
=$as_shell as_have_required
=yes
204 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run
=a
"$as_shell"; } 2>/dev
/null
; then :
212 $as_found ||
{ if { test -f "$SHELL" ||
test -f "$SHELL.exe"; } &&
213 { $as_echo "$as_bourne_compatible""$as_required" | as_run
=a
"$SHELL"; } 2>/dev
/null
; then :
214 CONFIG_SHELL
=$SHELL as_have_required
=yes
219 if test "x$CONFIG_SHELL" != x
; then :
220 # We cannot yet assume a decent shell, so we have to provide a
221 # neutralization value for shells without unset; and this also
222 # works around shells that cannot unset nonexistent variables.
225 (unset BASH_ENV
) >/dev
/null
2>&1 && unset BASH_ENV ENV
227 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
230 if test x
$as_have_required = xno
; then :
231 $as_echo "$0: This script requires a shell more modern than all"
232 $as_echo "$0: the shells that I found on your system."
233 if test x
${ZSH_VERSION+set} = xset
; then
234 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
235 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
237 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
238 $0: including any error possibly output before this
239 $0: message. Then install a modern shell, or manually run
240 $0: the script under such a shell if you do have one."
246 SHELL
=${CONFIG_SHELL-/bin/sh}
248 # Unset more variables known to interfere with behavior of common tools.
249 CLICOLOR_FORCE
= GREP_OPTIONS
=
250 unset CLICOLOR_FORCE GREP_OPTIONS
252 ## --------------------- ##
253 ## M4sh Shell Functions. ##
254 ## --------------------- ##
257 # Portably unset VAR.
260 { eval $1=; unset $1;}
264 # as_fn_set_status STATUS
265 # -----------------------
266 # Set $? to STATUS, without forking.
274 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
284 # Create "$as_dir" as a directory, including parents if necessary.
289 -*) as_dir
=.
/$as_dir;;
291 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
295 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
298 as_dirs
="'$as_qdir' $as_dirs"
299 as_dir
=`$as_dirname -- "$as_dir" ||
300 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
301 X"$as_dir" : 'X\(//\)[^/]' \| \
302 X"$as_dir" : 'X\(//\)$' \| \
303 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
304 $as_echo X"$as_dir" |
305 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
322 test -d "$as_dir" && break
324 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
325 } ||
test -d "$as_dir" || as_fn_error
"cannot create directory $as_dir"
329 # as_fn_append VAR VALUE
330 # ----------------------
331 # Append the text in VALUE to the end of the definition contained in VAR. Take
332 # advantage of any shell optimizations that allow amortized linear growth over
333 # repeated appends, instead of the typical quadratic growth present in naive
335 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
336 eval 'as_fn_append ()
349 # Perform arithmetic evaluation on the ARGs, and store the result in the
350 # global $as_val. Take advantage of shells that can avoid forks. The arguments
351 # must be portable across $(()) and expr.
352 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
360 as_val
=`expr "$@" || test $? -eq 1`
365 # as_fn_error ERROR [LINENO LOG_FD]
366 # ---------------------------------
367 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
368 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
369 # script with status $?, using 1 if that was 0.
372 as_status
=$?
; test $as_status -eq 0 && as_status
=1
374 as_lineno
=${as_lineno-"$2"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
375 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
377 $as_echo "$as_me: error: $1" >&2
378 as_fn_exit
$as_status
381 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
382 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
388 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
394 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
400 as_me
=`$as_basename -- "$0" ||
401 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
402 X"$0" : 'X\(//\)$' \| \
403 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
405 sed '/^.*\/\([^/][^/]*\)\/*$/{
419 # Avoid depending upon Character Ranges.
420 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
421 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
422 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
423 as_cr_digits
='0123456789'
424 as_cr_alnum
=$as_cr_Letters$as_cr_digits
427 as_lineno_1
=$LINENO as_lineno_1a
=$LINENO
428 as_lineno_2
=$LINENO as_lineno_2a
=$LINENO
429 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
430 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' ||
{
431 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
443 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
447 chmod +x
"$as_me.lineno" ||
448 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit
1; }
450 # Don't try to exec as it changes $[0], causing all sort of problems
451 # (the dirname of $[0] is not the place where we might find the
452 # original and so on. Autoconf is especially sensitive to this).
454 # Exit status is that of the last command.
458 ECHO_C
= ECHO_N
= ECHO_T
=
459 case `echo -n x` in #(((((
461 case `echo 'xy\c'` in
462 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
464 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
471 rm -f conf$$ conf$$.exe conf$$.
file
472 if test -d conf$$.dir
; then
473 rm -f conf$$.dir
/conf$$.
file
476 mkdir conf$$.dir
2>/dev
/null
478 if (echo >conf$$.
file) 2>/dev
/null
; then
479 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
481 # ... but there are two gotchas:
482 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
483 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
484 # In both cases, we have to default to `cp -p'.
485 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
487 elif ln conf$$.
file conf$$
2>/dev
/null
; then
495 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
496 rmdir conf$$.dir
2>/dev
/null
498 if mkdir
-p .
2>/dev
/null
; then
499 as_mkdir_p
='mkdir -p "$as_dir"'
501 test -d .
/-p && rmdir .
/-p
505 if test -x / >/dev
/null
2>&1; then
508 if ls -dL / >/dev
/null
2>&1; then
515 if test -d "$1"; then
521 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
522 ???[sx]*):;;*)false;;esac;fi
526 as_executable_p
=$as_test_x
528 # Sed expression to map a string onto a valid CPP name.
529 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
531 # Sed expression to map a string onto a valid variable name.
532 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
534 SHELL
=${CONFIG_SHELL-/bin/sh}
537 exec 7<&0 </dev
/null
6>&1
540 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
541 # so uname gets run too.
542 ac_hostname
=`(hostname || uname -n) 2>/dev/null | sed 1q`
547 ac_default_prefix
=/usr
/local
549 ac_config_libobj_dir
=.
556 # Identity of this package.
564 ac_unique_file
="tree.c"
565 # Factoring default headers for most tests.
566 ac_includes_default
="\
568 #ifdef HAVE_SYS_TYPES_H
569 # include <sys/types.h>
571 #ifdef HAVE_SYS_STAT_H
572 # include <sys/stat.h>
578 # ifdef HAVE_STDLIB_H
583 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
588 #ifdef HAVE_STRINGS_H
589 # include <strings.h>
591 #ifdef HAVE_INTTYPES_H
592 # include <inttypes.h>
601 ac_subst_vars
='LTLIBOBJS
626 common_out_object_file
642 gcc_gxx_include_dir_add_sysroot
649 user_headers_inc_next_post
650 user_headers_inc_next_pre
652 TM_MULTILIB_EXCEPTIONS_CONFIG
661 build_xm_include_list
663 build_install_headers_dir
665 all_selected_languages
683 ORIGINAL_NM_FOR_TARGET
685 ORIGINAL_LD_GOLD_FOR_TARGET
686 ORIGINAL_LD_BFD_FOR_TARGET
687 ORIGINAL_LD_FOR_TARGET
688 ORIGINAL_PLUGIN_LD_FOR_TARGET
690 ORIGINAL_AS_FOR_TARGET
732 NATIVE_SYSTEM_HEADER_DIR
768 CROSS_SYSTEM_HEADER_DIR
769 TARGET_SYSTEM_ROOT_DEFINE
771 SYSROOT_CFLAGS_FOR_TARGET
781 valgrind_path_defines
854 program_transform_name
865 ac_subst_files
='option_includes
868 enable_option_checking
873 enable_generated_files_in_srcdir
880 enable_build_format_warnings
884 enable_gather_detailed_mem_stats
885 enable_valgrind_annotations
897 with_native_system_header_dir
907 enable_sjlj_exceptions
909 enable_leading_mingw64_underscores
912 enable_win32_registry
920 enable_gnu_indirect_function
921 enable_initfini_array
924 enable_gnu_unique_object
925 enable_linker_build_id
929 enable_maintainer_mode
931 enable_version_specific_runtime_libs
934 enable_libquadmath_support
935 with_linker_hash_style
937 ac_precious_vars
='build_alias
958 # Initialize some variables set by options.
960 ac_init_version
=false
961 ac_unrecognized_opts
=
963 # The variables have the same names as the options, with
964 # dashes changed to underlines.
972 program_transform_name
=s
,x
,x
,
980 # Installation directory options.
981 # These are left unexpanded so users can "make install exec_prefix=/foo"
982 # and all the variables that are supposed to be based on exec_prefix
983 # by default will actually change.
984 # Use braces instead of parens because sh, perl, etc. also accept them.
985 # (The list follows the same order as the GNU Coding Standards.)
986 bindir
='${exec_prefix}/bin'
987 sbindir
='${exec_prefix}/sbin'
988 libexecdir
='${exec_prefix}/libexec'
989 datarootdir
='${prefix}/share'
990 datadir
='${datarootdir}'
991 sysconfdir
='${prefix}/etc'
992 sharedstatedir
='${prefix}/com'
993 localstatedir
='${prefix}/var'
994 includedir
='${prefix}/include'
995 oldincludedir
='/usr/include'
996 docdir
='${datarootdir}/doc/${PACKAGE}'
997 infodir
='${datarootdir}/info'
1002 libdir
='${exec_prefix}/lib'
1003 localedir
='${datarootdir}/locale'
1004 mandir
='${datarootdir}/man'
1010 # If the previous option needs an argument, assign it.
1011 if test -n "$ac_prev"; then
1012 eval $ac_prev=\
$ac_option
1018 *=*) ac_optarg
=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
1022 # Accept the important Cygnus configure options, so we can diagnose typos.
1024 case $ac_dashdash$ac_option in
1028 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
1030 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
1031 bindir
=$ac_optarg ;;
1033 -build |
--build |
--buil |
--bui |
--bu)
1034 ac_prev
=build_alias
;;
1035 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
1036 build_alias
=$ac_optarg ;;
1038 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
1039 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
1040 ac_prev
=cache_file
;;
1041 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
1042 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
1043 cache_file
=$ac_optarg ;;
1045 --config-cache |
-C)
1046 cache_file
=config.cache
;;
1048 -datadir |
--datadir |
--datadi |
--datad)
1050 -datadir=* |
--datadir=* |
--datadi=* |
--datad=*)
1051 datadir
=$ac_optarg ;;
1053 -datarootdir |
--datarootdir |
--datarootdi |
--datarootd |
--dataroot \
1054 |
--dataroo |
--dataro |
--datar)
1055 ac_prev
=datarootdir
;;
1056 -datarootdir=* |
--datarootdir=* |
--datarootdi=* |
--datarootd=* \
1057 |
--dataroot=* |
--dataroo=* |
--dataro=* |
--datar=*)
1058 datarootdir
=$ac_optarg ;;
1060 -disable-* |
--disable-*)
1061 ac_useropt
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1062 # Reject names that are not valid shell variable names.
1063 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1064 as_fn_error
"invalid feature name: $ac_useropt"
1065 ac_useropt_orig
=$ac_useropt
1066 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1067 case $ac_user_opts in
1069 "enable_
$ac_useropt"
1071 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
1072 ac_unrecognized_sep
=', ';;
1074 eval enable_
$ac_useropt=no
;;
1076 -docdir |
--docdir |
--docdi |
--doc |
--do)
1078 -docdir=* |
--docdir=* |
--docdi=* |
--doc=* |
--do=*)
1079 docdir
=$ac_optarg ;;
1081 -dvidir |
--dvidir |
--dvidi |
--dvid |
--dvi |
--dv)
1083 -dvidir=* |
--dvidir=* |
--dvidi=* |
--dvid=* |
--dvi=* |
--dv=*)
1084 dvidir
=$ac_optarg ;;
1086 -enable-* |
--enable-*)
1087 ac_useropt
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1088 # Reject names that are not valid shell variable names.
1089 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1090 as_fn_error
"invalid feature name: $ac_useropt"
1091 ac_useropt_orig
=$ac_useropt
1092 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1093 case $ac_user_opts in
1095 "enable_
$ac_useropt"
1097 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1098 ac_unrecognized_sep
=', ';;
1100 eval enable_
$ac_useropt=\
$ac_optarg ;;
1102 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
1103 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
1104 |
--exec |
--exe |
--ex)
1105 ac_prev
=exec_prefix
;;
1106 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
1107 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
1108 |
--exec=* |
--exe=* |
--ex=*)
1109 exec_prefix
=$ac_optarg ;;
1111 -gas |
--gas |
--ga |
--g)
1112 # Obsolete; use --with-gas.
1115 -help |
--help |
--hel |
--he |
-h)
1116 ac_init_help
=long
;;
1117 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
1118 ac_init_help
=recursive
;;
1119 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
1120 ac_init_help
=short
;;
1122 -host |
--host |
--hos |
--ho)
1123 ac_prev
=host_alias
;;
1124 -host=* |
--host=* |
--hos=* |
--ho=*)
1125 host_alias
=$ac_optarg ;;
1127 -htmldir |
--htmldir |
--htmldi |
--htmld |
--html |
--htm |
--ht)
1129 -htmldir=* |
--htmldir=* |
--htmldi=* |
--htmld=* |
--html=* |
--htm=* \
1131 htmldir
=$ac_optarg ;;
1133 -includedir |
--includedir |
--includedi |
--included |
--include \
1134 |
--includ |
--inclu |
--incl |
--inc)
1135 ac_prev
=includedir
;;
1136 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
1137 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
1138 includedir
=$ac_optarg ;;
1140 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
1142 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
1143 infodir
=$ac_optarg ;;
1145 -libdir |
--libdir |
--libdi |
--libd)
1147 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
1148 libdir
=$ac_optarg ;;
1150 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
1151 |
--libexe |
--libex |
--libe)
1152 ac_prev
=libexecdir
;;
1153 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
1154 |
--libexe=* |
--libex=* |
--libe=*)
1155 libexecdir
=$ac_optarg ;;
1157 -localedir |
--localedir |
--localedi |
--localed |
--locale)
1158 ac_prev
=localedir
;;
1159 -localedir=* |
--localedir=* |
--localedi=* |
--localed=* |
--locale=*)
1160 localedir
=$ac_optarg ;;
1162 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
1163 |
--localstate |
--localstat |
--localsta |
--localst |
--locals)
1164 ac_prev
=localstatedir
;;
1165 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
1166 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* |
--locals=*)
1167 localstatedir
=$ac_optarg ;;
1169 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
1171 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
1172 mandir
=$ac_optarg ;;
1174 -nfp |
--nfp |
--nf)
1175 # Obsolete; use --without-fp.
1178 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
1179 |
--no-cr |
--no-c |
-n)
1182 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
1183 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
1186 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
1187 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
1188 |
--oldin |
--oldi |
--old |
--ol |
--o)
1189 ac_prev
=oldincludedir
;;
1190 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
1191 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
1192 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
1193 oldincludedir
=$ac_optarg ;;
1195 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
1197 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
1198 prefix
=$ac_optarg ;;
1200 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
1201 |
--program-pre |
--program-pr |
--program-p)
1202 ac_prev
=program_prefix
;;
1203 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
1204 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
1205 program_prefix
=$ac_optarg ;;
1207 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
1208 |
--program-suf |
--program-su |
--program-s)
1209 ac_prev
=program_suffix
;;
1210 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
1211 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
1212 program_suffix
=$ac_optarg ;;
1214 -program-transform-name |
--program-transform-name \
1215 |
--program-transform-nam |
--program-transform-na \
1216 |
--program-transform-n |
--program-transform- \
1217 |
--program-transform |
--program-transfor \
1218 |
--program-transfo |
--program-transf \
1219 |
--program-trans |
--program-tran \
1220 |
--progr-tra |
--program-tr |
--program-t)
1221 ac_prev
=program_transform_name
;;
1222 -program-transform-name=* |
--program-transform-name=* \
1223 |
--program-transform-nam=* |
--program-transform-na=* \
1224 |
--program-transform-n=* |
--program-transform-=* \
1225 |
--program-transform=* |
--program-transfor=* \
1226 |
--program-transfo=* |
--program-transf=* \
1227 |
--program-trans=* |
--program-tran=* \
1228 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
1229 program_transform_name
=$ac_optarg ;;
1231 -pdfdir |
--pdfdir |
--pdfdi |
--pdfd |
--pdf |
--pd)
1233 -pdfdir=* |
--pdfdir=* |
--pdfdi=* |
--pdfd=* |
--pdf=* |
--pd=*)
1234 pdfdir
=$ac_optarg ;;
1236 -psdir |
--psdir |
--psdi |
--psd |
--ps)
1238 -psdir=* |
--psdir=* |
--psdi=* |
--psd=* |
--ps=*)
1241 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1242 |
-silent |
--silent |
--silen |
--sile |
--sil)
1245 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
1247 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
1249 sbindir
=$ac_optarg ;;
1251 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
1252 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
1253 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
1255 ac_prev
=sharedstatedir
;;
1256 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
1257 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
1258 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
1260 sharedstatedir
=$ac_optarg ;;
1262 -site |
--site |
--sit)
1264 -site=* |
--site=* |
--sit=*)
1267 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
1269 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
1270 srcdir
=$ac_optarg ;;
1272 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
1273 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
1274 ac_prev
=sysconfdir
;;
1275 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
1276 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
1277 sysconfdir
=$ac_optarg ;;
1279 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
1280 ac_prev
=target_alias
;;
1281 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
1282 target_alias
=$ac_optarg ;;
1284 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
1287 -version |
--version |
--versio |
--versi |
--vers |
-V)
1288 ac_init_version
=: ;;
1291 ac_useropt
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1292 # Reject names that are not valid shell variable names.
1293 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1294 as_fn_error
"invalid package name: $ac_useropt"
1295 ac_useropt_orig
=$ac_useropt
1296 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1297 case $ac_user_opts in
1301 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1302 ac_unrecognized_sep
=', ';;
1304 eval with_
$ac_useropt=\
$ac_optarg ;;
1306 -without-* |
--without-*)
1307 ac_useropt
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1308 # Reject names that are not valid shell variable names.
1309 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1310 as_fn_error
"invalid package name: $ac_useropt"
1311 ac_useropt_orig
=$ac_useropt
1312 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1313 case $ac_user_opts in
1317 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1318 ac_unrecognized_sep
=', ';;
1320 eval with_
$ac_useropt=no
;;
1323 # Obsolete; use --with-x.
1326 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
1327 |
--x-incl |
--x-inc |
--x-in |
--x-i)
1328 ac_prev
=x_includes
;;
1329 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
1330 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
1331 x_includes
=$ac_optarg ;;
1333 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
1334 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
1335 ac_prev
=x_libraries
;;
1336 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
1337 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
1338 x_libraries
=$ac_optarg ;;
1340 -*) as_fn_error
"unrecognized option: \`$ac_option'
1341 Try \`$0 --help' for more information."
1345 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
1346 # Reject names that are not valid shell variable names.
1347 case $ac_envvar in #(
1348 '' |
[0-9]* |
*[!_
$as_cr_alnum]* )
1349 as_fn_error
"invalid variable name: \`$ac_envvar'" ;;
1351 eval $ac_envvar=\
$ac_optarg
1352 export $ac_envvar ;;
1355 # FIXME: should be removed in autoconf 3.0.
1356 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1357 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1358 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1359 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1365 if test -n "$ac_prev"; then
1366 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
1367 as_fn_error
"missing argument to $ac_option"
1370 if test -n "$ac_unrecognized_opts"; then
1371 case $enable_option_checking in
1373 fatal
) as_fn_error
"unrecognized options: $ac_unrecognized_opts" ;;
1374 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1378 # Check all directory arguments for consistency.
1379 for ac_var
in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1380 datadir sysconfdir sharedstatedir localstatedir includedir \
1381 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1382 libdir localedir mandir
1384 eval ac_val
=\$
$ac_var
1385 # Remove trailing slashes.
1388 ac_val
=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1389 eval $ac_var=\
$ac_val;;
1391 # Be sure to have absolute directory names.
1393 [\\/$
]* | ?
:[\\/]* ) continue;;
1394 NONE |
'' ) case $ac_var in *prefix
) continue;; esac;;
1396 as_fn_error
"expected an absolute directory name for --$ac_var: $ac_val"
1399 # There might be people who depend on the old broken behavior: `$host'
1400 # used to hold the argument of --host etc.
1401 # FIXME: To remove some day.
1404 target
=$target_alias
1406 # FIXME: To remove some day.
1407 if test "x$host_alias" != x
; then
1408 if test "x$build_alias" = x
; then
1409 cross_compiling
=maybe
1410 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1411 If a cross compiler is detected then cross compile mode will be used." >&2
1412 elif test "x$build_alias" != "x$host_alias"; then
1418 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
1420 test "$silent" = yes && exec 6>/dev
/null
1423 ac_pwd
=`pwd` && test -n "$ac_pwd" &&
1424 ac_ls_di
=`ls -di .` &&
1425 ac_pwd_ls_di
=`cd "$ac_pwd" && ls -di .` ||
1426 as_fn_error
"working directory cannot be determined"
1427 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1428 as_fn_error
"pwd does not report name of working directory"
1431 # Find the source files, if location was not specified.
1432 if test -z "$srcdir"; then
1433 ac_srcdir_defaulted
=yes
1434 # Try the directory containing this script, then the parent directory.
1435 ac_confdir
=`$as_dirname -- "$as_myself" ||
1436 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1437 X"$as_myself" : 'X\(//\)[^/]' \| \
1438 X"$as_myself" : 'X\(//\)$' \| \
1439 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1440 $as_echo X"$as_myself" |
1441 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1459 if test ! -r "$srcdir/$ac_unique_file"; then
1463 ac_srcdir_defaulted
=no
1465 if test ! -r "$srcdir/$ac_unique_file"; then
1466 test "$ac_srcdir_defaulted" = yes && srcdir
="$ac_confdir or .."
1467 as_fn_error
"cannot find sources ($ac_unique_file) in $srcdir"
1469 ac_msg
="sources are in $srcdir, but \`cd $srcdir' does not work"
1471 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1473 # When building in place, set srcdir=.
1474 if test "$ac_abs_confdir" = "$ac_pwd"; then
1477 # Remove unnecessary trailing slashes from srcdir.
1478 # Double slashes in file names in object file debugging info
1479 # mess up M-x gdb in Emacs.
1481 */) srcdir
=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1483 for ac_var
in $ac_precious_vars; do
1484 eval ac_env_
${ac_var}_set=\${${ac_var}+set}
1485 eval ac_env_
${ac_var}_value
=\$
${ac_var}
1486 eval ac_cv_env_
${ac_var}_set=\${${ac_var}+set}
1487 eval ac_cv_env_
${ac_var}_value
=\$
${ac_var}
1491 # Report the --help message.
1493 if test "$ac_init_help" = "long"; then
1494 # Omit some internal or obsolete options to make the list less imposing.
1495 # This message is too long to be a string in the A/UX 3.1 sh.
1497 \`configure' configures this package to adapt to many kinds of systems.
1499 Usage: $0 [OPTION]... [VAR=VALUE]...
1501 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1502 VAR=VALUE. See below for descriptions of some of the useful variables.
1504 Defaults for the options are specified in brackets.
1507 -h, --help display this help and exit
1508 --help=short display options specific to this package
1509 --help=recursive display the short help of all the included packages
1510 -V, --version display version information and exit
1511 -q, --quiet, --silent do not print \`checking...' messages
1512 --cache-file=FILE cache test results in FILE [disabled]
1513 -C, --config-cache alias for \`--cache-file=config.cache'
1514 -n, --no-create do not create output files
1515 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1517 Installation directories:
1518 --prefix=PREFIX install architecture-independent files in PREFIX
1519 [$ac_default_prefix]
1520 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1523 By default, \`make install' will install all the files in
1524 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1525 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1526 for instance \`--prefix=\$HOME'.
1528 For better control, use the options below.
1530 Fine tuning of the installation directories:
1531 --bindir=DIR user executables [EPREFIX/bin]
1532 --sbindir=DIR system admin executables [EPREFIX/sbin]
1533 --libexecdir=DIR program executables [EPREFIX/libexec]
1534 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1535 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1536 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1537 --libdir=DIR object code libraries [EPREFIX/lib]
1538 --includedir=DIR C header files [PREFIX/include]
1539 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1540 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1541 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1542 --infodir=DIR info documentation [DATAROOTDIR/info]
1543 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1544 --mandir=DIR man documentation [DATAROOTDIR/man]
1545 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1546 --htmldir=DIR html documentation [DOCDIR]
1547 --dvidir=DIR dvi documentation [DOCDIR]
1548 --pdfdir=DIR pdf documentation [DOCDIR]
1549 --psdir=DIR ps documentation [DOCDIR]
1555 --program-prefix=PREFIX prepend PREFIX to installed program names
1556 --program-suffix=SUFFIX append SUFFIX to installed program names
1557 --program-transform-name=PROGRAM run
sed PROGRAM on installed program names
1560 --build=BUILD configure
for building on BUILD
[guessed
]
1561 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
1562 --target=TARGET configure
for building compilers
for TARGET
[HOST
]
1566 if test -n "$ac_init_help"; then
1571 --disable-option-checking ignore unrecognized
--enable/--with options
1572 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
1573 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
1574 --enable-generated-files-in-srcdir
1575 put copies of generated files
in source dir intended
1576 for creating
source tarballs
for users without
1577 texinfo bison or flex
1578 --disable-largefile omit support
for large files
1579 --disable-build-format-warnings
1580 don
't use -Wformat while building GCC
1581 --enable-werror-always enable -Werror despite compiler version
1582 --enable-checking[=LIST]
1583 enable expensive run-time checks. With LIST, enable
1584 only specific categories of checks. Categories are:
1585 yes,no,all,none,release. Flags are:
1586 assert,df,fold,gc,gcac,gimple,misc,
1587 rtlflag,rtl,runtime,tree,valgrind,types
1588 --enable-coverage[=LEVEL]
1589 enable compiler's code coverage collection. Use to
1590 measure compiler performance and
locate unused parts
1591 of the compiler. With LEVEL
, specify optimization.
1592 Values are opt
, noopt
, default is noopt
1593 --enable-gather-detailed-mem-stats
1594 enable detailed memory allocation stats gathering
1595 --enable-valgrind-annotations
1596 enable valgrind runtime interaction
1597 --enable-multilib enable library support
for multiple ABIs
1598 --enable-multiarch enable support
for multiarch paths
1599 --enable-__cxa_atexit enable __cxa_atexit
for C
++
1600 --enable-decimal-float={no
,yes,bid
,dpd
}
1601 enable decimal float extension to C. Selecting
'bid'
1602 or
'dpd' choses
which decimal floating point format
1604 --enable-fixed-point enable fixed-point arithmetic extension to C
1605 --enable-threads[=LIB
] enable thread usage
for target GCC
, using LIB thread
1607 --enable-tls enable or disable generation of tls code overriding
1608 the assembler check
for tls support
1609 --enable-objc-gc enable the use of Boehm
's garbage collector with the
1610 GNU Objective-C runtime
1611 --disable-shared don't provide a shared libgcc
1612 --enable-languages=LIST specify
which front-ends to build
1613 --disable-rpath do not hardcode runtime library paths
1614 --enable-sjlj-exceptions
1615 arrange to use setjmp
/longjmp exception handling
1616 --enable-secureplt enable -msecure-plt by default
for PowerPC
1617 --enable-leading-mingw64-underscores
1618 enable leading underscores on
64 bit mingw targets
1619 --enable-cld enable -mcld by default
for 32bit x86
1620 --enable-frame-pointer enable -fno-omit-frame-pointer by default
for 32bit
1622 --disable-win32-registry
1623 disable lookup of installation paths
in the Registry
1625 --enable-win32-registry enable registry lookup
(default
)
1626 --enable-win32-registry=KEY
1627 use KEY instead of GCC version as the last portion
1629 --enable-shared[=PKGS
] build shared libraries
[default
=yes]
1630 --enable-static[=PKGS
] build static libraries
[default
=yes]
1631 --enable-fast-install[=PKGS
]
1632 optimize
for fast installation
[default
=yes]
1633 --disable-libtool-lock avoid locking
(might
break parallel builds
)
1634 --enable-ld[=ARG
] build ld
[ARG
={default
,yes,no
}]
1635 --enable-gold[=ARG
] build gold
[ARG
={default
,yes,no
}]
1636 --enable-gnu-indirect-function
1637 enable the use of the @gnu_indirect_function to
1639 --enable-initfini-array use .init_array
/.fini_array sections
1640 --enable-comdat enable COMDAT group support
1641 --enable-gnu-unique-object
1642 enable the use of the @gnu_unique_object ELF
1643 extension on glibc systems
1644 --enable-linker-build-id
1645 compiler will always pass
--build-id to linker
1646 --enable-maintainer-mode
1647 enable make rules and dependencies not useful
(and
1648 sometimes confusing
) to the casual installer
1649 --enable-link-mutex avoid linking multiple front-ends
at once to avoid
1650 thrashing on the build machine
1651 --enable-version-specific-runtime-libs
1652 specify that runtime libraries should be installed
1653 in a compiler-specific directory
1654 --enable-plugin enable plugin support
1655 --enable-host-shared build
host code as shared libraries
1656 --disable-libquadmath-support
1657 disable libquadmath support
for Fortran
1660 --with-PACKAGE[=ARG
] use PACKAGE
[ARG
=yes]
1661 --without-PACKAGE do not use PACKAGE
(same as
--with-PACKAGE=no
)
1662 --with-build-libsubdir=DIR Directory where to
find libraries
for build system
1663 --with-local-prefix=DIR specifies directory to put
local include
1664 --with-gxx-include-dir=DIR
1665 specifies directory to put g
++ header files
1666 --with-cpp-install-dir=DIR
1667 install the user visible C preprocessor
in DIR
1668 (relative to PREFIX
) as well as PREFIX
/bin
1669 --with-gnu-ld arrange to work with GNU ld
1670 --with-ld arrange to use the specified ld
(full pathname
)
1671 --with-demangler-in-ld try to use demangler
in GNU ld
1672 --with-gnu-as arrange to work with GNU as
1673 --with-as arrange to use the specified as
(full pathname
)
1674 --with-stabs arrange to use stabs instead of
host debug format
1675 --with-dwarf2 force the default debug format to be DWARF
2
1676 --with-native-system-header-dir=dir
1677 use dir as the directory to
look for standard
1678 system header files
in. Defaults to
/usr
/include.
1679 --with-build-sysroot=sysroot
1680 use sysroot as the system root during the build
1681 --with-sysroot[=DIR
] search
for usr
/lib
, usr
/include
, et al
, within DIR
1682 --with-specs=SPECS add SPECS to driver command-line processing
1683 --with-pkgversion=PKG Use PKG
in the version string
in place of
"GCC"
1684 --with-bugurl=URL Direct users to URL to report a bug
1685 --with-multilib-list select multilibs
(AArch64
, SH and x86-64 only
)
1686 --with-gnu-ld assume the C compiler uses GNU ld default
=no
1687 --with-libiconv-prefix[=DIR
] search
for libiconv
in DIR
/include and DIR
/lib
1688 --without-libiconv-prefix don
't search for libiconv in includedir and libdir
1689 --with-pic try to use only PIC/non-PIC objects [default=use
1691 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1692 --with-plugin-ld=[ARG] specify the plugin linker
1693 --with-glibc-version=M.N
1694 assume GCC used with glibc version M.N or later
1695 --with-long-double-128 use 128-bit long double by default
1696 --with-gc={page,zone} this option is not supported anymore. It used to
1697 choose the garbage collection mechanism to use with
1699 --with-system-zlib use installed libz
1700 --with-linker-hash-style={sysv,gnu,both}
1701 specify the linker hash style
1703 Some influential environment variables:
1704 CC C compiler command
1705 CFLAGS C compiler flags
1706 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1707 nonstandard directory <lib dir>
1708 LIBS libraries to pass to the linker, e.g. -l<library>
1709 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1710 you have headers in a nonstandard directory <include dir>
1711 CXX C++ compiler command
1712 CXXFLAGS C++ compiler flags
1714 CXXCPP C++ preprocessor
1715 GMPLIBS How to link GMP
1716 GMPINC How to find GMP include files
1717 ISLLIBS How to link ISL
1718 ISLINC How to find ISL include files
1719 CLOOGLIBS How to link CLOOG
1720 CLOOGINC How to find CLOOG include files
1722 Use these variables to override the choices made by `configure' or to
help
1723 it to
find libraries and programs with nonstandard names
/locations.
1725 Report bugs to the package provider.
1730 if test "$ac_init_help" = "recursive"; then
1731 # If there are subdirs, report their specific --help.
1732 for ac_dir
in : $ac_subdirs_all; do test "x$ac_dir" = x
: && continue
1733 test -d "$ac_dir" ||
1734 { cd "$srcdir" && ac_pwd
=`pwd` && srcdir
=.
&& test -d "$ac_dir"; } ||
1739 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
1741 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1742 # A ".." for each directory in $ac_dir_suffix.
1743 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1744 case $ac_top_builddir_sub in
1745 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
1746 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
1749 ac_abs_top_builddir
=$ac_pwd
1750 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
1751 # for backward compatibility:
1752 ac_top_builddir
=$ac_top_build_prefix
1755 .
) # We are building in place.
1757 ac_top_srcdir
=$ac_top_builddir_sub
1758 ac_abs_top_srcdir
=$ac_pwd ;;
1759 [\\/]* | ?
:[\\/]* ) # Absolute name.
1760 ac_srcdir
=$srcdir$ac_dir_suffix;
1761 ac_top_srcdir
=$srcdir
1762 ac_abs_top_srcdir
=$srcdir ;;
1764 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
1765 ac_top_srcdir
=$ac_top_build_prefix$srcdir
1766 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
1768 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
1770 cd "$ac_dir" ||
{ ac_status
=$?
; continue; }
1771 # Check for guested configure.
1772 if test -f "$ac_srcdir/configure.gnu"; then
1774 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1775 elif test -f "$ac_srcdir/configure"; then
1777 $SHELL "$ac_srcdir/configure" --help=recursive
1779 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1781 cd "$ac_pwd" ||
{ ac_status
=$?
; break; }
1785 test -n "$ac_init_help" && exit $ac_status
1786 if $ac_init_version; then
1789 generated by GNU Autoconf
2.64
1791 Copyright
(C
) 2009 Free Software Foundation
, Inc.
1792 This configure
script is free software
; the Free Software Foundation
1793 gives unlimited permission to copy
, distribute and modify it.
1798 ## ------------------------ ##
1799 ## Autoconf initialization. ##
1800 ## ------------------------ ##
1802 # ac_fn_c_try_compile LINENO
1803 # --------------------------
1804 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1805 ac_fn_c_try_compile
()
1807 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1808 rm -f conftest.
$ac_objext
1809 if { { ac_try
="$ac_compile"
1811 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
1812 *) ac_try_echo=$ac_try;;
1814 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1815 $as_echo "$ac_try_echo"; } >&5
1816 (eval "$ac_compile") 2>conftest.err
1818 if test -s conftest.err; then
1819 grep -v '^ *+' conftest.err >conftest.er1
1820 cat conftest.er1 >&5
1821 mv -f conftest.er1 conftest.err
1823 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1824 test $ac_status = 0; } && {
1825 test -z "$ac_c_werror_flag" ||
1826 test ! -s conftest.err
1827 } && test -s conftest.$ac_objext; then :
1830 $as_echo "$as_me: failed program was:" >&5
1831 sed 's/^/| /' conftest.$ac_ext >&5
1835 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1838 } # ac_fn_c_try_compile
1840 # ac_fn_cxx_try_compile LINENO
1841 # ----------------------------
1842 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1843 ac_fn_cxx_try_compile ()
1845 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1846 rm -f conftest.$ac_objext
1847 if { { ac_try="$ac_compile"
1849 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
1850 *) ac_try_echo
=$ac_try;;
1852 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1853 $as_echo "$ac_try_echo"; } >&5
1854 (eval "$ac_compile") 2>conftest.err
1856 if test -s conftest.err
; then
1857 grep -v '^ *+' conftest.err
>conftest.er1
1858 cat conftest.er1
>&5
1859 mv -f conftest.er1 conftest.err
1861 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1862 test $ac_status = 0; } && {
1863 test -z "$ac_cxx_werror_flag" ||
1864 test ! -s conftest.err
1865 } && test -s conftest.
$ac_objext; then :
1868 $as_echo "$as_me: failed program was:" >&5
1869 sed 's/^/| /' conftest.
$ac_ext >&5
1873 eval $as_lineno_stack; test "x$as_lineno_stack" = x
&& { as_lineno
=; unset as_lineno
;}
1876 } # ac_fn_cxx_try_compile
1878 # ac_fn_c_try_cpp LINENO
1879 # ----------------------
1880 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1883 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1884 if { { ac_try
="$ac_cpp conftest.$ac_ext"
1886 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
1887 *) ac_try_echo=$ac_try;;
1889 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1890 $as_echo "$ac_try_echo"; } >&5
1891 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1893 if test -s conftest.err; then
1894 grep -v '^ *+' conftest.err >conftest.er1
1895 cat conftest.er1 >&5
1896 mv -f conftest.er1 conftest.err
1898 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1899 test $ac_status = 0; } >/dev/null && {
1900 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1901 test ! -s conftest.err
1905 $as_echo "$as_me: failed program was:" >&5
1906 sed 's/^/| /' conftest.$ac_ext >&5
1910 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1915 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1916 # -------------------------------------------------------
1917 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1918 # the include files in INCLUDES and setting the cache variable VAR
1920 ac_fn_c_check_header_mongrel ()
1922 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1923 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1924 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1925 $as_echo_n "checking for $2... " >&6; }
1926 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1927 $as_echo_n "(cached) " >&6
1930 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1931 $as_echo "$ac_res" >&6; }
1933 # Is the header compilable?
1934 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1935 $as_echo_n "checking $2 usability... " >&6; }
1936 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1937 /* end confdefs.h. */
1941 if ac_fn_c_try_compile "$LINENO"; then :
1942 ac_header_compiler=yes
1944 ac_header_compiler=no
1946 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1948 $as_echo "$ac_header_compiler" >&6; }
1950 # Is the header present?
1951 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1952 $as_echo_n "checking $2 presence... " >&6; }
1953 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1954 /* end confdefs.h. */
1957 if ac_fn_c_try_cpp "$LINENO"; then :
1958 ac_header_preproc=yes
1960 ac_header_preproc=no
1962 rm -f conftest.err conftest.$ac_ext
1963 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1964 $as_echo "$ac_header_preproc" >&6; }
1966 # So? What about this header?
1967 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1969 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1970 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1971 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1972 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1975 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1976 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1977 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1978 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1979 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1980 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1981 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1982 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1983 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1984 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1987 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1988 $as_echo_n "checking for $2... " >&6; }
1989 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1990 $as_echo_n "(cached) " >&6
1992 eval "$3=\$ac_header_compiler"
1995 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1996 $as_echo "$ac_res" >&6; }
1998 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2000 } # ac_fn_c_check_header_mongrel
2002 # ac_fn_c_try_run LINENO
2003 # ----------------------
2004 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
2005 # that executables *can* be run.
2008 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2009 if { { ac_try="$ac_link"
2011 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2012 *) ac_try_echo
=$ac_try;;
2014 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2015 $as_echo "$ac_try_echo"; } >&5
2016 (eval "$ac_link") 2>&5
2018 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2019 test $ac_status = 0; } && { ac_try
='./conftest$ac_exeext'
2020 { { case "(($ac_try" in
2021 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2022 *) ac_try_echo=$ac_try;;
2024 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2025 $as_echo "$ac_try_echo"; } >&5
2026 (eval "$ac_try") 2>&5
2028 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2029 test $ac_status = 0; }; }; then :
2032 $as_echo "$as_me: program exited with status $ac_status" >&5
2033 $as_echo "$as_me: failed program was:" >&5
2034 sed 's/^/| /' conftest.$ac_ext >&5
2036 ac_retval=$ac_status
2038 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2039 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2044 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
2045 # -------------------------------------------------------
2046 # Tests whether HEADER exists and can be compiled using the include files in
2047 # INCLUDES, setting the cache variable VAR accordingly.
2048 ac_fn_c_check_header_compile ()
2050 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2051 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2052 $as_echo_n "checking for $2... " >&6; }
2053 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2054 $as_echo_n "(cached) " >&6
2056 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2057 /* end confdefs.h. */
2061 if ac_fn_c_try_compile "$LINENO"; then :
2066 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2069 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2070 $as_echo "$ac_res" >&6; }
2071 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2073 } # ac_fn_c_check_header_compile
2075 # ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
2076 # --------------------------------------------
2077 # Tries to find the compile-time value of EXPR in a program that includes
2078 # INCLUDES, setting VAR accordingly. Returns whether the value could be
2080 ac_fn_c_compute_int ()
2082 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2083 if test "$cross_compiling" = yes; then
2084 # Depending upon the size, compute the lo and hi bounds.
2085 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2086 /* end confdefs.h. */
2091 static int test_array [1 - 2 * !(($2) >= 0)];
2098 if ac_fn_c_try_compile "$LINENO"; then :
2101 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2102 /* end confdefs.h. */
2107 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2114 if ac_fn_c_try_compile "$LINENO"; then :
2115 ac_hi=$ac_mid; break
2117 as_fn_arith $ac_mid + 1 && ac_lo=$as_val
2118 if test $ac_lo -le $ac_mid; then
2122 as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val
2124 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2127 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2128 /* end confdefs.h. */
2133 static int test_array [1 - 2 * !(($2) < 0)];
2140 if ac_fn_c_try_compile "$LINENO"; then :
2143 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2144 /* end confdefs.h. */
2149 static int test_array [1 - 2 * !(($2) >= $ac_mid)];
2156 if ac_fn_c_try_compile "$LINENO"; then :
2157 ac_lo=$ac_mid; break
2159 as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
2160 if test $ac_mid -le $ac_hi; then
2164 as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val
2166 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2171 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2173 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2174 # Binary search between lo and hi bounds.
2175 while test "x$ac_lo" != "x$ac_hi"; do
2176 as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val
2177 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2178 /* end confdefs.h. */
2183 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2190 if ac_fn_c_try_compile "$LINENO"; then :
2193 as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val
2195 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2198 ?*) eval "$3=\$ac_lo"; ac_retval=0 ;;
2202 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2203 /* end confdefs.h. */
2205 static long int longval () { return $2; }
2206 static unsigned long int ulongval () { return $2; }
2213 FILE *f = fopen ("conftest.val", "w");
2218 long int i = longval ();
2221 fprintf (f, "%ld", i);
2225 unsigned long int i = ulongval ();
2228 fprintf (f, "%lu", i);
2230 /* Do not output a trailing newline, as this causes \r\n confusion
2231 on some platforms. */
2232 return ferror (f) || fclose (f) != 0;
2238 if ac_fn_c_try_run "$LINENO"; then :
2239 echo >>conftest.val; read $3 <conftest.val; ac_retval=0
2243 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
2244 conftest.$ac_objext conftest.beam conftest.$ac_ext
2248 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2251 } # ac_fn_c_compute_int
2253 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2254 # -------------------------------------------
2255 # Tests whether TYPE exists after having included INCLUDES, setting cache
2256 # variable VAR accordingly.
2257 ac_fn_c_check_type ()
2259 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2260 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2261 $as_echo_n "checking for $2... " >&6; }
2262 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2263 $as_echo_n "(cached) " >&6
2266 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2267 /* end confdefs.h. */
2278 if ac_fn_c_try_compile "$LINENO"; then :
2279 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2280 /* end confdefs.h. */
2291 if ac_fn_c_try_compile "$LINENO"; then :
2296 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2298 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2301 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2302 $as_echo "$ac_res" >&6; }
2303 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2305 } # ac_fn_c_check_type
2307 # ac_fn_c_find_intX_t LINENO BITS VAR
2308 # -----------------------------------
2309 # Finds a signed integer type with width BITS, setting cache variable VAR
2311 ac_fn_c_find_intX_t ()
2313 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2314 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for int$2_t" >&5
2315 $as_echo_n "checking for int$2_t... " >&6; }
2316 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2317 $as_echo_n "(cached) " >&6
2320 for ac_type in int$2_t 'int' 'long int' \
2321 'long long int' 'short int' 'signed char'; do
2322 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2323 /* end confdefs.h. */
2324 $ac_includes_default
2328 static int test_array [1 - 2 * !(0 < ($ac_type) (((($ac_type) 1 << ($2 - 2)) - 1) * 2 + 1))];
2335 if ac_fn_c_try_compile "$LINENO"; then :
2336 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2337 /* end confdefs.h. */
2338 $ac_includes_default
2342 static int test_array [1 - 2 * !(($ac_type) (((($ac_type) 1 << ($2 - 2)) - 1) * 2 + 1)
2343 < ($ac_type) (((($ac_type) 1 << ($2 - 2)) - 1) * 2 + 2))];
2350 if ac_fn_c_try_compile "$LINENO"; then :
2357 eval "$3=\$ac_type" ;;
2360 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2362 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2364 if test "x$as_val" = x""no; then :
2372 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2373 $as_echo "$ac_res" >&6; }
2374 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2376 } # ac_fn_c_find_intX_t
2378 # ac_fn_c_try_link LINENO
2379 # -----------------------
2380 # Try to link conftest.$ac_ext, and return whether this succeeded.
2383 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2384 rm -f conftest.$ac_objext conftest$ac_exeext
2385 if { { ac_try="$ac_link"
2387 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2388 *) ac_try_echo
=$ac_try;;
2390 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2391 $as_echo "$ac_try_echo"; } >&5
2392 (eval "$ac_link") 2>conftest.err
2394 if test -s conftest.err
; then
2395 grep -v '^ *+' conftest.err
>conftest.er1
2396 cat conftest.er1
>&5
2397 mv -f conftest.er1 conftest.err
2399 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2400 test $ac_status = 0; } && {
2401 test -z "$ac_c_werror_flag" ||
2402 test ! -s conftest.err
2403 } && test -s conftest
$ac_exeext && {
2404 test "$cross_compiling" = yes ||
2405 $as_test_x conftest
$ac_exeext
2409 $as_echo "$as_me: failed program was:" >&5
2410 sed 's/^/| /' conftest.
$ac_ext >&5
2414 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
2415 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
2416 # interfere with the next link command; also delete a directory that is
2417 # left behind by Apple's compiler. We do this before executing the actions.
2418 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2419 eval $as_lineno_stack; test "x$as_lineno_stack" = x
&& { as_lineno
=; unset as_lineno
;}
2422 } # ac_fn_c_try_link
2424 # ac_fn_c_find_uintX_t LINENO BITS VAR
2425 # ------------------------------------
2426 # Finds an unsigned integer type with width BITS, setting cache variable VAR
2428 ac_fn_c_find_uintX_t
()
2430 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2431 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for uint$2_t" >&5
2432 $as_echo_n "checking for uint$2_t... " >&6; }
2433 if { as_var
=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2434 $as_echo_n "(cached) " >&6
2437 for ac_type
in uint
$2_t 'unsigned int' 'unsigned long int' \
2438 'unsigned long long int' 'unsigned short int' 'unsigned char'; do
2439 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2440 /* end confdefs.h. */
2441 $ac_includes_default
2445 static int test_array [1 - 2 * !(($ac_type) -1 >> ($2 - 1) == 1)];
2452 if ac_fn_c_try_compile
"$LINENO"; then :
2457 eval "$3=\$ac_type" ;;
2460 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2462 if test "x$as_val" = x
""no
; then :
2470 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2471 $as_echo "$ac_res" >&6; }
2472 eval $as_lineno_stack; test "x$as_lineno_stack" = x
&& { as_lineno
=; unset as_lineno
;}
2474 } # ac_fn_c_find_uintX_t
2476 # ac_fn_c_check_header_preproc LINENO HEADER VAR
2477 # ----------------------------------------------
2478 # Tests whether HEADER is present, setting the cache variable VAR accordingly.
2479 ac_fn_c_check_header_preproc
()
2481 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2482 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2483 $as_echo_n "checking for $2... " >&6; }
2484 if { as_var
=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2485 $as_echo_n "(cached) " >&6
2487 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2488 /* end confdefs.h. */
2491 if ac_fn_c_try_cpp
"$LINENO"; then :
2496 rm -f conftest.err conftest.
$ac_ext
2499 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2500 $as_echo "$ac_res" >&6; }
2501 eval $as_lineno_stack; test "x$as_lineno_stack" = x
&& { as_lineno
=; unset as_lineno
;}
2503 } # ac_fn_c_check_header_preproc
2505 # ac_fn_cxx_try_cpp LINENO
2506 # ------------------------
2507 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
2508 ac_fn_cxx_try_cpp
()
2510 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2511 if { { ac_try
="$ac_cpp conftest.$ac_ext"
2513 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2514 *) ac_try_echo=$ac_try;;
2516 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2517 $as_echo "$ac_try_echo"; } >&5
2518 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
2520 if test -s conftest.err; then
2521 grep -v '^ *+' conftest.err >conftest.er1
2522 cat conftest.er1 >&5
2523 mv -f conftest.er1 conftest.err
2525 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2526 test $ac_status = 0; } >/dev/null && {
2527 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
2528 test ! -s conftest.err
2532 $as_echo "$as_me: failed program was:" >&5
2533 sed 's/^/| /' conftest.$ac_ext >&5
2537 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2540 } # ac_fn_cxx_try_cpp
2542 # ac_fn_cxx_check_header_preproc LINENO HEADER VAR
2543 # ------------------------------------------------
2544 # Tests whether HEADER is present, setting the cache variable VAR accordingly.
2545 ac_fn_cxx_check_header_preproc ()
2547 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2548 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2549 $as_echo_n "checking for $2... " >&6; }
2550 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2551 $as_echo_n "(cached) " >&6
2553 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2554 /* end confdefs.h. */
2557 if ac_fn_cxx_try_cpp "$LINENO"; then :
2562 rm -f conftest.err conftest.$ac_ext
2565 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2566 $as_echo "$ac_res" >&6; }
2567 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2569 } # ac_fn_cxx_check_header_preproc
2571 # ac_fn_c_check_func LINENO FUNC VAR
2572 # ----------------------------------
2573 # Tests whether FUNC exists, setting the cache variable VAR accordingly
2574 ac_fn_c_check_func ()
2576 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2577 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2578 $as_echo_n "checking for $2... " >&6; }
2579 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2580 $as_echo_n "(cached) " >&6
2582 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2583 /* end confdefs.h. */
2584 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
2585 For example, HP-UX 11i <limits.h> declares gettimeofday. */
2586 #define $2 innocuous_$2
2588 /* System header to define __stub macros and hopefully few prototypes,
2589 which can conflict with char $2 (); below.
2590 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2591 <limits.h> exists even on freestanding compilers. */
2594 # include <limits.h>
2596 # include <assert.h>
2601 /* Override any GCC internal prototype to avoid an error.
2602 Use char because int might match the return type of a GCC
2603 builtin and then its argument prototype would still apply. */
2608 /* The GNU C library defines this for functions which it implements
2609 to always fail with ENOSYS. Some functions are actually named
2610 something starting with __ and the normal name is an alias. */
2611 #if defined __stub_$2 || defined __stub___$2
2623 if ac_fn_c_try_link "$LINENO"; then :
2628 rm -f core conftest.err conftest.$ac_objext \
2629 conftest$ac_exeext conftest.$ac_ext
2632 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2633 $as_echo "$ac_res" >&6; }
2634 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2636 } # ac_fn_c_check_func
2638 # ac_fn_cxx_try_link LINENO
2639 # -------------------------
2640 # Try to link conftest.$ac_ext, and return whether this succeeded.
2641 ac_fn_cxx_try_link ()
2643 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2644 rm -f conftest.$ac_objext conftest$ac_exeext
2645 if { { ac_try="$ac_link"
2647 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2648 *) ac_try_echo
=$ac_try;;
2650 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2651 $as_echo "$ac_try_echo"; } >&5
2652 (eval "$ac_link") 2>conftest.err
2654 if test -s conftest.err
; then
2655 grep -v '^ *+' conftest.err
>conftest.er1
2656 cat conftest.er1
>&5
2657 mv -f conftest.er1 conftest.err
2659 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2660 test $ac_status = 0; } && {
2661 test -z "$ac_cxx_werror_flag" ||
2662 test ! -s conftest.err
2663 } && test -s conftest
$ac_exeext && {
2664 test "$cross_compiling" = yes ||
2665 $as_test_x conftest
$ac_exeext
2669 $as_echo "$as_me: failed program was:" >&5
2670 sed 's/^/| /' conftest.
$ac_ext >&5
2674 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
2675 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
2676 # interfere with the next link command; also delete a directory that is
2677 # left behind by Apple's compiler. We do this before executing the actions.
2678 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2679 eval $as_lineno_stack; test "x$as_lineno_stack" = x
&& { as_lineno
=; unset as_lineno
;}
2682 } # ac_fn_cxx_try_link
2683 cat >config.log
<<_ACEOF
2684 This file contains any messages produced by compilers while
2685 running configure, to aid debugging if configure makes a mistake.
2687 It was created by $as_me, which was
2688 generated by GNU Autoconf 2.64. Invocation command line was
2700 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2701 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2702 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2703 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2704 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2706 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2707 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2709 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2710 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2711 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2712 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2713 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2714 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2715 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2719 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2723 test -z "$as_dir" && as_dir
=.
2724 $as_echo "PATH: $as_dir"
2740 # Keep a trace of the command line.
2741 # Strip out --no-create and --no-recursion so they do not pile up.
2742 # Strip out --silent because we don't want to record it for future runs.
2743 # Also quote any args containing shell meta-characters.
2744 # Make two passes to allow for proper duplicate-argument suppression.
2748 ac_must_keep_next
=false
2754 -no-create |
--no-c* |
-n |
-no-recursion |
--no-r*) continue ;;
2755 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
2756 |
-silent |
--silent |
--silen |
--sile |
--sil)
2759 ac_arg
=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2762 1) as_fn_append ac_configure_args0
" '$ac_arg'" ;;
2764 as_fn_append ac_configure_args1
" '$ac_arg'"
2765 if test $ac_must_keep_next = true
; then
2766 ac_must_keep_next
=false
# Got value, back to normal.
2769 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
2770 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
2771 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
2772 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
2773 case "$ac_configure_args0 " in
2774 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2777 -* ) ac_must_keep_next
=true
;;
2780 as_fn_append ac_configure_args
" '$ac_arg'"
2785 { ac_configure_args0
=; unset ac_configure_args0
;}
2786 { ac_configure_args1
=; unset ac_configure_args1
;}
2788 # When interrupted or exit'd, cleanup temporary files, and complete
2789 # config.log. We remove comments because anyway the quotes in there
2790 # would cause problems or look ugly.
2791 # WARNING: Use '\'' to represent an apostrophe within the trap.
2792 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2793 trap 'exit_status=$?
2794 # Save into config.log some information that might help in debugging.
2799 ## ---------------- ##
2800 ## Cache variables. ##
2801 ## ---------------- ##
2804 # The following way of writing the cache mishandles newlines in values,
2806 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2807 eval ac_val=\$$ac_var
2811 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2812 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2815 _ | IFS | as_nl) ;; #(
2816 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2817 *) { eval $ac_var=; unset $ac_var;} ;;
2822 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2823 *${as_nl}ac_space=\ *)
2825 "s/'\''/'\''\\\\'\'''\''/g;
2826 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2829 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2837 ## ----------------- ##
2838 ## Output variables. ##
2839 ## ----------------- ##
2842 for ac_var in $ac_subst_vars
2844 eval ac_val=\$$ac_var
2846 *\'\''*) ac_val
=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2848 $as_echo "$ac_var='\''$ac_val'\''"
2852 if test -n "$ac_subst_files"; then
2854 ## ------------------- ##
2855 ## File substitutions. ##
2856 ## ------------------- ##
2859 for ac_var
in $ac_subst_files
2861 eval ac_val
=\$
$ac_var
2863 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2865 $as_echo "$ac_var='\''$ac_val'\''"
2870 if test -s confdefs.h; then
2880 test "$ac_signal" != 0 &&
2881 $as_echo "$as_me: caught signal $ac_signal"
2882 $as_echo "$as_me: exit $exit_status"
2884 rm -f core *.core core.conftest.* &&
2885 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2888 for ac_signal
in 1 2 13 15; do
2889 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2893 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2894 rm -f -r conftest
* confdefs.h
2896 $as_echo "/* confdefs.h */" > confdefs.h
2898 # Predefined preprocessor variables.
2900 cat >>confdefs.h
<<_ACEOF
2901 #define PACKAGE_NAME "$PACKAGE_NAME"
2904 cat >>confdefs.h
<<_ACEOF
2905 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2908 cat >>confdefs.h
<<_ACEOF
2909 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2912 cat >>confdefs.h
<<_ACEOF
2913 #define PACKAGE_STRING "$PACKAGE_STRING"
2916 cat >>confdefs.h
<<_ACEOF
2917 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2920 cat >>confdefs.h
<<_ACEOF
2921 #define PACKAGE_URL "$PACKAGE_URL"
2925 # Let the site file select an alternate cache file if it wants to.
2926 # Prefer an explicitly selected file to automatically selected ones.
2929 if test -n "$CONFIG_SITE"; then
2930 ac_site_file1
=$CONFIG_SITE
2931 elif test "x$prefix" != xNONE
; then
2932 ac_site_file1
=$prefix/share
/config.site
2933 ac_site_file2
=$prefix/etc
/config.site
2935 ac_site_file1
=$ac_default_prefix/share
/config.site
2936 ac_site_file2
=$ac_default_prefix/etc
/config.site
2938 for ac_site_file
in "$ac_site_file1" "$ac_site_file2"
2940 test "x$ac_site_file" = xNONE
&& continue
2941 if test -r "$ac_site_file"; then
2942 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2943 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2944 sed 's/^/| /' "$ac_site_file" >&5
2949 if test -r "$cache_file"; then
2950 # Some versions of bash will fail to source /dev/null (special
2951 # files actually), so we avoid doing that.
2952 if test -f "$cache_file"; then
2953 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2954 $as_echo "$as_me: loading cache $cache_file" >&6;}
2956 [\\/]* | ?
:[\\/]* ) .
"$cache_file";;
2957 *) .
"./$cache_file";;
2961 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2962 $as_echo "$as_me: creating cache $cache_file" >&6;}
2966 # Check that the precious variables saved in the cache have kept the same
2968 ac_cache_corrupted
=false
2969 for ac_var
in $ac_precious_vars; do
2970 eval ac_old_set
=\
$ac_cv_env_${ac_var}_set
2971 eval ac_new_set
=\
$ac_env_${ac_var}_set
2972 eval ac_old_val
=\
$ac_cv_env_${ac_var}_value
2973 eval ac_new_val
=\
$ac_env_${ac_var}_value
2974 case $ac_old_set,$ac_new_set in
2976 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2977 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2978 ac_cache_corrupted
=: ;;
2980 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2981 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2982 ac_cache_corrupted
=: ;;
2985 if test "x$ac_old_val" != "x$ac_new_val"; then
2986 # differences in whitespace do not lead to failure.
2987 ac_old_val_w
=`echo x $ac_old_val`
2988 ac_new_val_w
=`echo x $ac_new_val`
2989 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2990 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2991 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2992 ac_cache_corrupted
=:
2994 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2995 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2996 eval $ac_var=\
$ac_old_val
2998 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2999 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
3000 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
3001 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
3004 # Pass precious variables to config.status.
3005 if test "$ac_new_set" = set; then
3007 *\'*) ac_arg
=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
3008 *) ac_arg
=$ac_var=$ac_new_val ;;
3010 case " $ac_configure_args " in
3011 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
3012 *) as_fn_append ac_configure_args
" '$ac_arg'" ;;
3016 if $ac_cache_corrupted; then
3017 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3018 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3019 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
3020 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
3021 as_fn_error
"run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
3023 ## -------------------- ##
3024 ## Main body of script. ##
3025 ## -------------------- ##
3028 ac_cpp
='$CPP $CPPFLAGS'
3029 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3030 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3031 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3038 ac_config_headers
="$ac_config_headers auto-host.h:config.in"
3041 gcc_version
=`cat $srcdir/BASE-VER`
3043 # Determine the host, build, and target systems
3045 for ac_dir
in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
3046 for ac_t
in install-sh
install.sh shtool
; do
3047 if test -f "$ac_dir/$ac_t"; then
3049 ac_install_sh
="$ac_aux_dir/$ac_t -c"
3054 if test -z "$ac_aux_dir"; then
3055 as_fn_error
"cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
3058 # These three variables are undocumented and unsupported,
3059 # and are intended to be withdrawn in a future Autoconf release.
3060 # They can cause serious problems if a builder's source tree is in a directory
3061 # whose full name contains unusual characters.
3062 ac_config_guess
="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
3063 ac_config_sub
="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
3064 ac_configure
="$SHELL $ac_aux_dir/configure" # Please don't use this var.
3067 # Make sure we can run config.sub.
3068 $SHELL "$ac_aux_dir/config.sub" sun4
>/dev
/null
2>&1 ||
3069 as_fn_error
"cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
3071 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
3072 $as_echo_n "checking build system type... " >&6; }
3073 if test "${ac_cv_build+set}" = set; then :
3074 $as_echo_n "(cached) " >&6
3076 ac_build_alias
=$build_alias
3077 test "x$ac_build_alias" = x
&&
3078 ac_build_alias
=`$SHELL "$ac_aux_dir/config.guess"`
3079 test "x$ac_build_alias" = x
&&
3080 as_fn_error
"cannot guess build type; you must specify one" "$LINENO" 5
3081 ac_cv_build
=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
3082 as_fn_error
"$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
3085 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
3086 $as_echo "$ac_cv_build" >&6; }
3087 case $ac_cv_build in
3089 *) as_fn_error
"invalid value of canonical build" "$LINENO" 5;;
3092 ac_save_IFS
=$IFS; IFS
='-'
3098 # Remember, the first character of IFS is used to create $*,
3099 # except with old shells:
3102 case $build_os in *\
*) build_os
=`echo "$build_os" | sed 's/ /-/g'`;; esac
3105 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
3106 $as_echo_n "checking host system type... " >&6; }
3107 if test "${ac_cv_host+set}" = set; then :
3108 $as_echo_n "(cached) " >&6
3110 if test "x$host_alias" = x
; then
3111 ac_cv_host
=$ac_cv_build
3113 ac_cv_host
=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
3114 as_fn_error
"$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
3118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
3119 $as_echo "$ac_cv_host" >&6; }
3122 *) as_fn_error
"invalid value of canonical host" "$LINENO" 5;;
3125 ac_save_IFS
=$IFS; IFS
='-'
3131 # Remember, the first character of IFS is used to create $*,
3132 # except with old shells:
3135 case $host_os in *\
*) host_os
=`echo "$host_os" | sed 's/ /-/g'`;; esac
3138 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
3139 $as_echo_n "checking target system type... " >&6; }
3140 if test "${ac_cv_target+set}" = set; then :
3141 $as_echo_n "(cached) " >&6
3143 if test "x$target_alias" = x
; then
3144 ac_cv_target
=$ac_cv_host
3146 ac_cv_target
=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
3147 as_fn_error
"$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
3151 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
3152 $as_echo "$ac_cv_target" >&6; }
3153 case $ac_cv_target in
3155 *) as_fn_error
"invalid value of canonical target" "$LINENO" 5;;
3157 target
=$ac_cv_target
3158 ac_save_IFS
=$IFS; IFS
='-'
3164 # Remember, the first character of IFS is used to create $*,
3165 # except with old shells:
3168 case $target_os in *\
*) target_os
=`echo "$target_os" | sed 's/ /-/g'`;; esac
3171 # The aliases save the names the user supplied, while $host etc.
3172 # will get canonicalized.
3173 test -n "$target_alias" &&
3174 test "$program_prefix$program_suffix$program_transform_name" = \
3176 program_prefix
=${target_alias}-
3178 # Determine the noncanonical target name, for directory use.
3179 case ${build_alias} in
3180 "") build_noncanonical
=${build} ;;
3181 *) build_noncanonical
=${build_alias} ;;
3184 case ${host_alias} in
3185 "") host_noncanonical
=${build_noncanonical} ;;
3186 *) host_noncanonical
=${host_alias} ;;
3189 case ${target_alias} in
3190 "") target_noncanonical
=${host_noncanonical} ;;
3191 *) target_noncanonical
=${target_alias} ;;
3197 # Determine the target- and build-specific subdirectories
3199 # post-stage1 host modules use a different CC_FOR_BUILD so, in order to
3200 # have matching libraries, they should use host libraries: Makefile.tpl
3201 # arranges to pass --with-build-libsubdir=$(HOST_SUBDIR).
3202 # However, they still use the build modules, because the corresponding
3203 # host modules (e.g. bison) are only built for the host when bootstrap
3205 # - build_subdir is where we find build modules, and never changes.
3206 # - build_libsubdir is where we find build libraries, and can be overridden.
3208 # Prefix 'build-' so this never conflicts with target_subdir.
3209 build_subdir
="build-${build_noncanonical}"
3211 # Check whether --with-build-libsubdir was given.
3212 if test "${with_build_libsubdir+set}" = set; then :
3213 withval
=$with_build_libsubdir; build_libsubdir
="$withval"
3215 build_libsubdir
="$build_subdir"
3218 # --srcdir=. covers the toplevel, while "test -d" covers the subdirectories
3219 if ( test $srcdir = .
&& test -d gcc
) \
3220 ||
test -d $srcdir/..
/host-
${host_noncanonical}; then
3221 host_subdir
="host-${host_noncanonical}"
3226 target_subdir
=${target_noncanonical}
3229 # Set program_transform_name
3230 test "$program_prefix" != NONE
&&
3231 program_transform_name
="s&^&$program_prefix&;$program_transform_name"
3232 # Use a double $ so make ignores it.
3233 test "$program_suffix" != NONE
&&
3234 program_transform_name
="s&\$&$program_suffix&;$program_transform_name"
3235 # Double any \ or $.
3236 # By default was `s,x,x', remove it if useless.
3237 ac_script
='s/[\\$]/&&/g;s/;s,x,x,$//'
3238 program_transform_name
=`$as_echo "$program_transform_name" | sed "$ac_script"`
3241 # Check for bogus environment variables.
3242 # Test if LIBRARY_PATH contains the notation for the current directory
3243 # since this would lead to problems installing/building glibc.
3244 # LIBRARY_PATH contains the current directory if one of the following
3246 # - one of the terminals (":" and ";") is the first or last sign
3247 # - two terminals occur directly after each other
3248 # - the path contains an element with a dot in it
3249 { $as_echo "$as_me:${as_lineno-$LINENO}: checking LIBRARY_PATH variable" >&5
3250 $as_echo_n "checking LIBRARY_PATH variable... " >&6; }
3251 case ${LIBRARY_PATH} in
3252 [:\
;]* |
*[:\
;] |
*[:\
;][:\
;]* |
*[:\
;]. | .
[:\
;]*| . |
*[:\
;].
[:\
;]* )
3253 library_path_setting
="contains current directory"
3256 library_path_setting
="ok"
3259 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $library_path_setting" >&5
3260 $as_echo "$library_path_setting" >&6; }
3261 if test "$library_path_setting" != "ok"; then
3263 *** LIBRARY_PATH shouldn't contain the current directory when
3264 *** building gcc. Please change the environment variable
3265 *** and run configure again." "$LINENO" 5
3268 # Test if GCC_EXEC_PREFIX contains the notation for the current directory
3269 # since this would lead to problems installing/building glibc.
3270 # GCC_EXEC_PREFIX contains the current directory if one of the following
3272 # - one of the terminals (":" and ";") is the first or last sign
3273 # - two terminals occur directly after each other
3274 # - the path contains an element with a dot in it
3275 { $as_echo "$as_me:${as_lineno-$LINENO}: checking GCC_EXEC_PREFIX variable" >&5
3276 $as_echo_n "checking GCC_EXEC_PREFIX variable... " >&6; }
3277 case ${GCC_EXEC_PREFIX} in
3278 [:\
;]* |
*[:\
;] |
*[:\
;][:\
;]* |
*[:\
;]. | .
[:\
;]*| . |
*[:\
;].
[:\
;]* )
3279 gcc_exec_prefix_setting
="contains current directory"
3282 gcc_exec_prefix_setting
="ok"
3285 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_exec_prefix_setting" >&5
3286 $as_echo "$gcc_exec_prefix_setting" >&6; }
3287 if test "$gcc_exec_prefix_setting" != "ok"; then
3289 *** GCC_EXEC_PREFIX shouldn't contain the current directory when
3290 *** building gcc. Please change the environment variable
3291 *** and run configure again." "$LINENO" 5
3298 # Specify the local prefix
3301 # Check whether --with-local-prefix was given.
3302 if test "${with_local_prefix+set}" = set; then :
3303 withval
=$with_local_prefix; case "${withval}" in
3304 yes) as_fn_error
"bad value ${withval} given for local include directory prefix" "$LINENO" 5 ;;
3306 *) local_prefix
=$with_local_prefix ;;
3311 # Default local prefix if it is empty
3312 if test x
$local_prefix = x
; then
3313 local_prefix
=/usr
/local
3316 # Don't set gcc_gxx_include_dir to gxx_include_dir since that's only
3317 # passed in by the toplevel make and thus we'd get different behavior
3318 # depending on where we built the sources.
3319 gcc_gxx_include_dir
=
3320 # Specify the g++ header file directory
3322 # Check whether --with-gxx-include-dir was given.
3323 if test "${with_gxx_include_dir+set}" = set; then :
3324 withval
=$with_gxx_include_dir; case "${withval}" in
3325 yes) as_fn_error
"bad value ${withval} given for g++ include directory" "$LINENO" 5 ;;
3327 *) gcc_gxx_include_dir
=$with_gxx_include_dir ;;
3332 # This logic must match libstdc++-v3/acinclude.m4:GLIBCXX_EXPORT_INSTALL_INFO.
3333 if test x
${gcc_gxx_include_dir} = x
; then
3334 if test x
${enable_version_specific_runtime_libs} = xyes
; then
3335 gcc_gxx_include_dir
='${libsubdir}/include/c++'
3337 libstdcxx_incdir
='include/c++/$(version)'
3338 if test x
$host != x
$target; then
3339 libstdcxx_incdir
="$target_alias/$libstdcxx_incdir"
3341 gcc_gxx_include_dir
="\$(libsubdir)/\$(libsubdir_to_prefix)$libstdcxx_incdir"
3345 gcc_gxx_include_dir_add_sysroot
=0
3346 if test "${with_sysroot+set}" = set; then
3347 gcc_gxx_without_sysroot
=`expr "${gcc_gxx_include_dir}" : "${with_sysroot}"'\(.*\)'`
3348 if test "${gcc_gxx_without_sysroot}"; then
3349 gcc_gxx_include_dir
="${gcc_gxx_without_sysroot}"
3350 gcc_gxx_include_dir_add_sysroot
=1
3355 # Check whether --with-cpp_install_dir was given.
3356 if test "${with_cpp_install_dir+set}" = set; then :
3357 withval
=$with_cpp_install_dir; if test x
$withval = xyes
; then
3358 as_fn_error
"option --with-cpp-install-dir requires an argument" "$LINENO" 5
3359 elif test x
$withval != xno
; then
3360 cpp_install_dir
=$withval
3365 # We would like to our source tree to be readonly. However when releases or
3366 # pre-releases are generated, the flex/bison generated files as well as the
3367 # various formats of manuals need to be included along with the rest of the
3368 # sources. Therefore we have --enable-generated-files-in-srcdir to do
3371 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to place generated files in the source directory" >&5
3372 $as_echo_n "checking whether to place generated files in the source directory... " >&6; }
3373 # Check whether --enable-generated-files-in-srcdir was given.
3374 if test "${enable_generated_files_in_srcdir+set}" = set; then :
3375 enableval
=$enable_generated_files_in_srcdir; generated_files_in_srcdir
=$enableval
3377 generated_files_in_srcdir
=no
3381 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $generated_files_in_srcdir" >&5
3382 $as_echo "$generated_files_in_srcdir" >&6; }
3384 if test "$generated_files_in_srcdir" = "yes"; then
3391 # -------------------
3392 # Find default linker
3393 # -------------------
3397 # Check whether --with-gnu-ld was given.
3398 if test "${with_gnu_ld+set}" = set; then :
3399 withval
=$with_gnu_ld; gnu_ld_flag
="$with_gnu_ld"
3405 # With pre-defined ld
3407 # Check whether --with-ld was given.
3408 if test "${with_ld+set}" = set; then :
3409 withval
=$with_ld; DEFAULT_LINKER
="$with_ld"
3412 if test x
"${DEFAULT_LINKER+set}" = x
"set"; then
3413 if test ! -x "$DEFAULT_LINKER"; then
3414 as_fn_error
"cannot execute: $DEFAULT_LINKER: check --with-ld or env. var. DEFAULT_LINKER" "$LINENO" 5
3415 elif $DEFAULT_LINKER -v < /dev
/null
2>&1 |
grep GNU
> /dev
/null
; then
3419 cat >>confdefs.h
<<_ACEOF
3420 #define DEFAULT_LINKER "$DEFAULT_LINKER"
3425 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a default linker was specified" >&5
3426 $as_echo_n "checking whether a default linker was specified... " >&6; }
3427 if test x
"${DEFAULT_LINKER+set}" = x
"set"; then
3428 if test x
"$gnu_ld_flag" = x
"no"; then
3429 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($DEFAULT_LINKER)" >&5
3430 $as_echo "yes ($DEFAULT_LINKER)" >&6; }
3432 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($DEFAULT_LINKER - GNU ld)" >&5
3433 $as_echo "yes ($DEFAULT_LINKER - GNU ld)" >&6; }
3436 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3437 $as_echo "no" >&6; }
3440 # With demangler in GNU ld
3442 # Check whether --with-demangler-in-ld was given.
3443 if test "${with_demangler_in_ld+set}" = set; then :
3444 withval
=$with_demangler_in_ld; demangler_in_ld
="$with_demangler_in_ld"
3450 # ----------------------
3451 # Find default assembler
3452 # ----------------------
3456 # Check whether --with-gnu-as was given.
3457 if test "${with_gnu_as+set}" = set; then :
3458 withval
=$with_gnu_as; gas_flag
="$with_gnu_as"
3465 # Check whether --with-as was given.
3466 if test "${with_as+set}" = set; then :
3467 withval
=$with_as; DEFAULT_ASSEMBLER
="$with_as"
3470 if test x
"${DEFAULT_ASSEMBLER+set}" = x
"set"; then
3471 if test ! -x "$DEFAULT_ASSEMBLER"; then
3472 as_fn_error
"cannot execute: $DEFAULT_ASSEMBLER: check --with-as or env. var. DEFAULT_ASSEMBLER" "$LINENO" 5
3473 elif $DEFAULT_ASSEMBLER -v < /dev
/null
2>&1 |
grep GNU
> /dev
/null
; then
3477 cat >>confdefs.h
<<_ACEOF
3478 #define DEFAULT_ASSEMBLER "$DEFAULT_ASSEMBLER"
3483 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a default assembler was specified" >&5
3484 $as_echo_n "checking whether a default assembler was specified... " >&6; }
3485 if test x
"${DEFAULT_ASSEMBLER+set}" = x
"set"; then
3486 if test x
"$gas_flag" = x
"no"; then
3487 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($DEFAULT_ASSEMBLER)" >&5
3488 $as_echo "yes ($DEFAULT_ASSEMBLER)" >&6; }
3490 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($DEFAULT_ASSEMBLER - GNU as)" >&5
3491 $as_echo "yes ($DEFAULT_ASSEMBLER - GNU as)" >&6; }
3494 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3495 $as_echo "no" >&6; }
3502 # If a non-executable a.out is present (e.g. created by GNU as above even if
3503 # invoked with -v only), the IRIX 6 native ld just overwrites the existing
3504 # file, even when creating an executable, so an execution test fails.
3505 # Remove possible default executable files to avoid this.
3507 # FIXME: This really belongs into AC_PROG_CC and can be removed once
3508 # Autoconf includes it.
3509 rm -f a.out a.exe b.out
3511 # Find the native compiler
3513 ac_cpp
='$CPP $CPPFLAGS'
3514 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3515 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3516 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3517 if test -n "$ac_tool_prefix"; then
3518 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3519 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
3520 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3521 $as_echo_n "checking for $ac_word... " >&6; }
3522 if test "${ac_cv_prog_CC+set}" = set; then :
3523 $as_echo_n "(cached) " >&6
3525 if test -n "$CC"; then
3526 ac_cv_prog_CC
="$CC" # Let the user override the test.
3528 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3532 test -z "$as_dir" && as_dir
=.
3533 for ac_exec_ext
in '' $ac_executable_extensions; do
3534 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3535 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
3536 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3546 if test -n "$CC"; then
3547 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3548 $as_echo "$CC" >&6; }
3550 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3551 $as_echo "no" >&6; }
3556 if test -z "$ac_cv_prog_CC"; then
3558 # Extract the first word of "gcc", so it can be a program name with args.
3559 set dummy gcc
; ac_word
=$2
3560 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3561 $as_echo_n "checking for $ac_word... " >&6; }
3562 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3563 $as_echo_n "(cached) " >&6
3565 if test -n "$ac_ct_CC"; then
3566 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
3568 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3572 test -z "$as_dir" && as_dir
=.
3573 for ac_exec_ext
in '' $ac_executable_extensions; do
3574 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3575 ac_cv_prog_ac_ct_CC
="gcc"
3576 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3585 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
3586 if test -n "$ac_ct_CC"; then
3587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3588 $as_echo "$ac_ct_CC" >&6; }
3590 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3591 $as_echo "no" >&6; }
3594 if test "x$ac_ct_CC" = x
; then
3597 case $cross_compiling:$ac_tool_warned in
3599 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3600 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3601 ac_tool_warned
=yes ;;
3609 if test -z "$CC"; then
3610 if test -n "$ac_tool_prefix"; then
3611 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3612 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
3613 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3614 $as_echo_n "checking for $ac_word... " >&6; }
3615 if test "${ac_cv_prog_CC+set}" = set; then :
3616 $as_echo_n "(cached) " >&6
3618 if test -n "$CC"; then
3619 ac_cv_prog_CC
="$CC" # Let the user override the test.
3621 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3625 test -z "$as_dir" && as_dir
=.
3626 for ac_exec_ext
in '' $ac_executable_extensions; do
3627 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3628 ac_cv_prog_CC
="${ac_tool_prefix}cc"
3629 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3639 if test -n "$CC"; then
3640 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3641 $as_echo "$CC" >&6; }
3643 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3644 $as_echo "no" >&6; }
3650 if test -z "$CC"; then
3651 # Extract the first word of "cc", so it can be a program name with args.
3652 set dummy cc
; ac_word
=$2
3653 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3654 $as_echo_n "checking for $ac_word... " >&6; }
3655 if test "${ac_cv_prog_CC+set}" = set; then :
3656 $as_echo_n "(cached) " >&6
3658 if test -n "$CC"; then
3659 ac_cv_prog_CC
="$CC" # Let the user override the test.
3662 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3666 test -z "$as_dir" && as_dir
=.
3667 for ac_exec_ext
in '' $ac_executable_extensions; do
3668 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3669 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3670 ac_prog_rejected
=yes
3674 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3681 if test $ac_prog_rejected = yes; then
3682 # We found a bogon in the path, so make sure we never use it.
3683 set dummy
$ac_cv_prog_CC
3685 if test $# != 0; then
3686 # We chose a different compiler from the bogus one.
3687 # However, it has the same basename, so the bogon will be chosen
3688 # first if we set CC to just the basename; use the full file name.
3690 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
3696 if test -n "$CC"; then
3697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3698 $as_echo "$CC" >&6; }
3700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3701 $as_echo "no" >&6; }
3706 if test -z "$CC"; then
3707 if test -n "$ac_tool_prefix"; then
3708 for ac_prog
in cl.exe
3710 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3711 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
3712 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3713 $as_echo_n "checking for $ac_word... " >&6; }
3714 if test "${ac_cv_prog_CC+set}" = set; then :
3715 $as_echo_n "(cached) " >&6
3717 if test -n "$CC"; then
3718 ac_cv_prog_CC
="$CC" # Let the user override the test.
3720 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3724 test -z "$as_dir" && as_dir
=.
3725 for ac_exec_ext
in '' $ac_executable_extensions; do
3726 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3727 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
3728 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3738 if test -n "$CC"; then
3739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3740 $as_echo "$CC" >&6; }
3742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3743 $as_echo "no" >&6; }
3747 test -n "$CC" && break
3750 if test -z "$CC"; then
3752 for ac_prog
in cl.exe
3754 # Extract the first word of "$ac_prog", so it can be a program name with args.
3755 set dummy
$ac_prog; ac_word
=$2
3756 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3757 $as_echo_n "checking for $ac_word... " >&6; }
3758 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3759 $as_echo_n "(cached) " >&6
3761 if test -n "$ac_ct_CC"; then
3762 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
3764 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3768 test -z "$as_dir" && as_dir
=.
3769 for ac_exec_ext
in '' $ac_executable_extensions; do
3770 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3771 ac_cv_prog_ac_ct_CC
="$ac_prog"
3772 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3781 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
3782 if test -n "$ac_ct_CC"; then
3783 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3784 $as_echo "$ac_ct_CC" >&6; }
3786 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3787 $as_echo "no" >&6; }
3791 test -n "$ac_ct_CC" && break
3794 if test "x$ac_ct_CC" = x
; then
3797 case $cross_compiling:$ac_tool_warned in
3799 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3800 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3801 ac_tool_warned
=yes ;;
3810 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3811 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3812 as_fn_error
"no acceptable C compiler found in \$PATH
3813 See \`config.log' for more details." "$LINENO" 5; }
3815 # Provide some information about the compiler.
3816 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3819 for ac_option
in --version -v -V -qversion; do
3820 { { ac_try
="$ac_compiler $ac_option >&5"
3822 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3823 *) ac_try_echo=$ac_try;;
3825 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3826 $as_echo "$ac_try_echo"; } >&5
3827 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3829 if test -s conftest.err; then
3831 ... rest of stderr output deleted ...
3832 10q' conftest.err >conftest.er1
3833 cat conftest.er1 >&5
3834 rm -f conftest.er1 conftest.err
3836 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3837 test $ac_status = 0; }
3840 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3841 /* end confdefs.h. */
3851 ac_clean_files_save=$ac_clean_files
3852 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
3853 # Try to create an executable without -o first, disregard a.out.
3854 # It will help us diagnose broken compilers, and finding out an intuition
3856 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3857 $as_echo_n "checking for C compiler default output file name... " >&6; }
3858 ac_link_default=`$as_echo "$ac_link" |
sed 's/ -o *conftest[^ ]*//'`
3860 # The possible output files:
3861 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3864 for ac_file in $ac_files
3867 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3868 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3873 if { { ac_try="$ac_link_default"
3875 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
3876 *) ac_try_echo
=$ac_try;;
3878 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3879 $as_echo "$ac_try_echo"; } >&5
3880 (eval "$ac_link_default") 2>&5
3882 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3883 test $ac_status = 0; }; then :
3884 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3885 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3886 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3887 # so that the user can short-circuit this test for compilers unknown to
3889 for ac_file
in $ac_files ''
3891 test -f "$ac_file" ||
continue
3893 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
)
3896 # We found the default executable, but exeext='' is most
3900 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no
;
3902 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
3904 # We set ac_cv_exeext here because the later test for it is not
3905 # safe: cross compilers may not add the suffix if given an `-o'
3906 # argument, so we may need to know it at that point already.
3907 # Even if this section looks crufty: it has the advantage of
3914 test "$ac_cv_exeext" = no
&& ac_cv_exeext
=
3919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3920 $as_echo "$ac_file" >&6; }
3921 if test -z "$ac_file"; then :
3922 $as_echo "$as_me: failed program was:" >&5
3923 sed 's/^/| /' conftest.
$ac_ext >&5
3925 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3926 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3927 { as_fn_set_status
77
3928 as_fn_error
"C compiler cannot create executables
3929 See \`config.log' for more details." "$LINENO" 5; }; }
3931 ac_exeext
=$ac_cv_exeext
3933 # Check that the compiler produces executables we can run. If not, either
3934 # the compiler is broken, or we cross compile.
3935 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3936 $as_echo_n "checking whether the C compiler works... " >&6; }
3937 # If not cross compiling, check that we can run a simple program.
3938 if test "$cross_compiling" != yes; then
3939 if { ac_try
='./$ac_file'
3940 { { case "(($ac_try" in
3941 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3942 *) ac_try_echo=$ac_try;;
3944 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3945 $as_echo "$ac_try_echo"; } >&5
3946 (eval "$ac_try") 2>&5
3948 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3949 test $ac_status = 0; }; }; then
3952 if test "$cross_compiling" = maybe; then
3955 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3956 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3957 as_fn_error "cannot run C compiled programs.
3958 If you meant to cross compile
, use \
`--host'.
3959 See \`config.log
' for more details." "$LINENO" 5; }
3963 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3964 $as_echo "yes" >&6; }
3966 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
3967 ac_clean_files=$ac_clean_files_save
3968 # Check that the compiler produces executables we can run. If not, either
3969 # the compiler is broken, or we cross compile.
3970 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3971 $as_echo_n "checking whether we are cross compiling... " >&6; }
3972 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3973 $as_echo "$cross_compiling" >&6; }
3975 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3976 $as_echo_n "checking for suffix of executables... " >&6; }
3977 if { { ac_try="$ac_link"
3979 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3980 *) ac_try_echo=$ac_try;;
3982 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3983 $as_echo "$ac_try_echo"; } >&5
3984 (eval "$ac_link") 2>&5
3986 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3987 test $ac_status = 0; }; then :
3988 # If both `conftest.exe' and
`conftest' are `present
' (well, observable)
3989 # catch `conftest.exe'. For instance with Cygwin
, `ls conftest' will
3990 # work properly (i.e., refer to `conftest.exe
'), while it won't with
3992 for ac_file
in conftest.exe conftest conftest.
*; do
3993 test -f "$ac_file" ||
continue
3995 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
) ;;
3996 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
4002 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4003 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4004 as_fn_error
"cannot compute suffix of executables: cannot compile and link
4005 See \`config.log' for more details." "$LINENO" 5; }
4007 rm -f conftest
$ac_cv_exeext
4008 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4009 $as_echo "$ac_cv_exeext" >&6; }
4011 rm -f conftest.
$ac_ext
4012 EXEEXT
=$ac_cv_exeext
4014 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4015 $as_echo_n "checking for suffix of object files... " >&6; }
4016 if test "${ac_cv_objext+set}" = set; then :
4017 $as_echo_n "(cached) " >&6
4019 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4020 /* end confdefs.h. */
4030 rm -f conftest.o conftest.obj
4031 if { { ac_try
="$ac_compile"
4033 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4034 *) ac_try_echo=$ac_try;;
4036 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4037 $as_echo "$ac_try_echo"; } >&5
4038 (eval "$ac_compile") 2>&5
4040 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4041 test $ac_status = 0; }; then :
4042 for ac_file in conftest.o conftest.obj conftest.*; do
4043 test -f "$ac_file" || continue;
4045 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4046 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4051 $as_echo "$as_me: failed program was:" >&5
4052 sed 's/^/| /' conftest.$ac_ext >&5
4054 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4055 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4056 as_fn_error "cannot compute suffix of object files
: cannot compile
4057 See \
`config.log' for more details." "$LINENO" 5; }
4059 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4062 $as_echo "$ac_cv_objext" >&6; }
4063 OBJEXT=$ac_cv_objext
4065 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4066 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4067 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4068 $as_echo_n "(cached) " >&6
4070 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4071 /* end confdefs.h. */
4084 if ac_fn_c_try_compile "$LINENO"; then :
4089 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4090 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4093 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4094 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4095 if test $ac_compiler_gnu = yes; then
4100 ac_test_CFLAGS=${CFLAGS+set}
4101 ac_save_CFLAGS=$CFLAGS
4102 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4103 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4104 if test "${ac_cv_prog_cc_g+set}" = set; then :
4105 $as_echo_n "(cached) " >&6
4107 ac_save_c_werror_flag=$ac_c_werror_flag
4108 ac_c_werror_flag=yes
4111 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4112 /* end confdefs.h. */
4122 if ac_fn_c_try_compile "$LINENO"; then :
4126 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4127 /* end confdefs.h. */
4137 if ac_fn_c_try_compile "$LINENO"; then :
4140 ac_c_werror_flag=$ac_save_c_werror_flag
4142 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4143 /* end confdefs.h. */
4153 if ac_fn_c_try_compile "$LINENO"; then :
4156 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4158 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4160 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4161 ac_c_werror_flag=$ac_save_c_werror_flag
4163 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4164 $as_echo "$ac_cv_prog_cc_g" >&6; }
4165 if test "$ac_test_CFLAGS" = set; then
4166 CFLAGS=$ac_save_CFLAGS
4167 elif test $ac_cv_prog_cc_g = yes; then
4168 if test "$GCC" = yes; then
4174 if test "$GCC" = yes; then
4180 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4181 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4182 if test "${ac_cv_prog_cc_c89+set}" = set; then :
4183 $as_echo_n "(cached) " >&6
4185 ac_cv_prog_cc_c89=no
4187 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4188 /* end confdefs.h. */
4191 #include <sys/types.h>
4192 #include <sys/stat.h>
4193 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4194 struct buf { int x; };
4195 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4196 static char *e (p, i)
4202 static char *f (char * (*g) (char **, int), char **p, ...)
4207 s = g (p, va_arg (v,int));
4212 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4213 function prototypes and stuff, but not '\xHH' hex character constants.
4214 These don't provoke an error unfortunately, instead are silently treated
4215 as 'x'. The following induces an error, until -std is added to get
4216 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4217 array size at least. It's necessary to write '\x00'==0 to get something
4218 that's true only with -std. */
4219 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4221 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4222 inside strings and character constants. */
4224 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4226 int test (int i, double x);
4227 struct s1 {int (*f) (int a);};
4228 struct s2 {int (*f) (double a);};
4229 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4235 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4240 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4241 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4243 CC="$ac_save_CC $ac_arg"
4244 if ac_fn_c_try_compile "$LINENO"; then :
4245 ac_cv_prog_cc_c89=$ac_arg
4247 rm -f core conftest.err conftest.$ac_objext
4248 test "x$ac_cv_prog_cc_c89" != "xno" && break
4250 rm -f conftest.$ac_ext
4255 case "x$ac_cv_prog_cc_c89" in
4257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4258 $as_echo "none needed" >&6; } ;;
4260 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4261 $as_echo "unsupported" >&6; } ;;
4263 CC="$CC $ac_cv_prog_cc_c89"
4264 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4265 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4267 if test "x$ac_cv_prog_cc_c89" != xno; then :
4272 ac_cpp='$CPP $CPPFLAGS'
4273 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4274 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4275 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4278 ac_cpp='$CXXCPP $CPPFLAGS'
4279 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4280 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4281 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4282 if test -z "$CXX"; then
4283 if test -n "$CCC"; then
4286 if test -n "$ac_tool_prefix"; then
4287 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4289 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4290 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4291 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4292 $as_echo_n "checking for $ac_word... " >&6; }
4293 if test "${ac_cv_prog_CXX+set}" = set; then :
4294 $as_echo_n "(cached) " >&6
4296 if test -n "$CXX"; then
4297 ac_cv_prog_CXX="$CXX" # Let the user override the test.
4299 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4303 test -z "$as_dir" && as_dir=.
4304 for ac_exec_ext in '' $ac_executable_extensions; do
4305 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4306 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
4307 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4317 if test -n "$CXX"; then
4318 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4319 $as_echo "$CXX" >&6; }
4321 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4322 $as_echo "no" >&6; }
4326 test -n "$CXX" && break
4329 if test -z "$CXX"; then
4331 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4333 # Extract the first word of "$ac_prog", so it can be a program name with args.
4334 set dummy $ac_prog; ac_word=$2
4335 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4336 $as_echo_n "checking for $ac_word... " >&6; }
4337 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
4338 $as_echo_n "(cached) " >&6
4340 if test -n "$ac_ct_CXX"; then
4341 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4343 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4347 test -z "$as_dir" && as_dir=.
4348 for ac_exec_ext in '' $ac_executable_extensions; do
4349 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4350 ac_cv_prog_ac_ct_CXX="$ac_prog"
4351 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4360 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4361 if test -n "$ac_ct_CXX"; then
4362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4363 $as_echo "$ac_ct_CXX" >&6; }
4365 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4366 $as_echo "no" >&6; }
4370 test -n "$ac_ct_CXX" && break
4373 if test "x$ac_ct_CXX" = x; then
4376 case $cross_compiling:$ac_tool_warned in
4378 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4379 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4380 ac_tool_warned=yes ;;
4388 # Provide some information about the compiler.
4389 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
4392 for ac_option in --version -v -V -qversion; do
4393 { { ac_try="$ac_compiler $ac_option >&5"
4395 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4396 *) ac_try_echo
=$ac_try;;
4398 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4399 $as_echo "$ac_try_echo"; } >&5
4400 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4402 if test -s conftest.err
; then
4404 ... rest of stderr output deleted ...
4405 10q' conftest.err
>conftest.er1
4406 cat conftest.er1
>&5
4407 rm -f conftest.er1 conftest.err
4409 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4410 test $ac_status = 0; }
4413 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
4414 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
4415 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
4416 $as_echo_n "(cached) " >&6
4418 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4419 /* end confdefs.h. */
4432 if ac_fn_cxx_try_compile
"$LINENO"; then :
4437 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4438 ac_cv_cxx_compiler_gnu
=$ac_compiler_gnu
4441 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
4442 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
4443 if test $ac_compiler_gnu = yes; then
4448 ac_test_CXXFLAGS
=${CXXFLAGS+set}
4449 ac_save_CXXFLAGS
=$CXXFLAGS
4450 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
4451 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
4452 if test "${ac_cv_prog_cxx_g+set}" = set; then :
4453 $as_echo_n "(cached) " >&6
4455 ac_save_cxx_werror_flag
=$ac_cxx_werror_flag
4456 ac_cxx_werror_flag
=yes
4459 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4460 /* end confdefs.h. */
4470 if ac_fn_cxx_try_compile
"$LINENO"; then :
4471 ac_cv_prog_cxx_g
=yes
4474 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4475 /* end confdefs.h. */
4485 if ac_fn_cxx_try_compile
"$LINENO"; then :
4488 ac_cxx_werror_flag
=$ac_save_cxx_werror_flag
4490 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4491 /* end confdefs.h. */
4501 if ac_fn_cxx_try_compile
"$LINENO"; then :
4502 ac_cv_prog_cxx_g
=yes
4504 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4506 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4508 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4509 ac_cxx_werror_flag
=$ac_save_cxx_werror_flag
4511 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
4512 $as_echo "$ac_cv_prog_cxx_g" >&6; }
4513 if test "$ac_test_CXXFLAGS" = set; then
4514 CXXFLAGS
=$ac_save_CXXFLAGS
4515 elif test $ac_cv_prog_cxx_g = yes; then
4516 if test "$GXX" = yes; then
4522 if test "$GXX" = yes; then
4529 ac_cpp
='$CPP $CPPFLAGS'
4530 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4531 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4532 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4537 if test -n "$ac_tool_prefix"; then
4538 # Extract the first word of "${ac_tool_prefix}gnatbind", so it can be a program name with args.
4539 set dummy
${ac_tool_prefix}gnatbind
; ac_word
=$2
4540 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4541 $as_echo_n "checking for $ac_word... " >&6; }
4542 if test "${ac_cv_prog_GNATBIND+set}" = set; then :
4543 $as_echo_n "(cached) " >&6
4545 if test -n "$GNATBIND"; then
4546 ac_cv_prog_GNATBIND
="$GNATBIND" # Let the user override the test.
4548 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4552 test -z "$as_dir" && as_dir
=.
4553 for ac_exec_ext
in '' $ac_executable_extensions; do
4554 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4555 ac_cv_prog_GNATBIND
="${ac_tool_prefix}gnatbind"
4556 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4565 GNATBIND
=$ac_cv_prog_GNATBIND
4566 if test -n "$GNATBIND"; then
4567 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNATBIND" >&5
4568 $as_echo "$GNATBIND" >&6; }
4570 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4571 $as_echo "no" >&6; }
4576 if test -z "$ac_cv_prog_GNATBIND"; then
4577 ac_ct_GNATBIND
=$GNATBIND
4578 # Extract the first word of "gnatbind", so it can be a program name with args.
4579 set dummy gnatbind
; ac_word
=$2
4580 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4581 $as_echo_n "checking for $ac_word... " >&6; }
4582 if test "${ac_cv_prog_ac_ct_GNATBIND+set}" = set; then :
4583 $as_echo_n "(cached) " >&6
4585 if test -n "$ac_ct_GNATBIND"; then
4586 ac_cv_prog_ac_ct_GNATBIND
="$ac_ct_GNATBIND" # Let the user override the test.
4588 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4592 test -z "$as_dir" && as_dir
=.
4593 for ac_exec_ext
in '' $ac_executable_extensions; do
4594 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4595 ac_cv_prog_ac_ct_GNATBIND
="gnatbind"
4596 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4605 ac_ct_GNATBIND
=$ac_cv_prog_ac_ct_GNATBIND
4606 if test -n "$ac_ct_GNATBIND"; then
4607 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GNATBIND" >&5
4608 $as_echo "$ac_ct_GNATBIND" >&6; }
4610 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4611 $as_echo "no" >&6; }
4614 if test "x$ac_ct_GNATBIND" = x
; then
4617 case $cross_compiling:$ac_tool_warned in
4619 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4620 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4621 ac_tool_warned
=yes ;;
4623 GNATBIND
=$ac_ct_GNATBIND
4626 GNATBIND
="$ac_cv_prog_GNATBIND"
4629 if test -n "$ac_tool_prefix"; then
4630 # Extract the first word of "${ac_tool_prefix}gnatmake", so it can be a program name with args.
4631 set dummy
${ac_tool_prefix}gnatmake
; ac_word
=$2
4632 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4633 $as_echo_n "checking for $ac_word... " >&6; }
4634 if test "${ac_cv_prog_GNATMAKE+set}" = set; then :
4635 $as_echo_n "(cached) " >&6
4637 if test -n "$GNATMAKE"; then
4638 ac_cv_prog_GNATMAKE
="$GNATMAKE" # Let the user override the test.
4640 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4644 test -z "$as_dir" && as_dir
=.
4645 for ac_exec_ext
in '' $ac_executable_extensions; do
4646 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4647 ac_cv_prog_GNATMAKE
="${ac_tool_prefix}gnatmake"
4648 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4657 GNATMAKE
=$ac_cv_prog_GNATMAKE
4658 if test -n "$GNATMAKE"; then
4659 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNATMAKE" >&5
4660 $as_echo "$GNATMAKE" >&6; }
4662 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4663 $as_echo "no" >&6; }
4668 if test -z "$ac_cv_prog_GNATMAKE"; then
4669 ac_ct_GNATMAKE
=$GNATMAKE
4670 # Extract the first word of "gnatmake", so it can be a program name with args.
4671 set dummy gnatmake
; ac_word
=$2
4672 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4673 $as_echo_n "checking for $ac_word... " >&6; }
4674 if test "${ac_cv_prog_ac_ct_GNATMAKE+set}" = set; then :
4675 $as_echo_n "(cached) " >&6
4677 if test -n "$ac_ct_GNATMAKE"; then
4678 ac_cv_prog_ac_ct_GNATMAKE
="$ac_ct_GNATMAKE" # Let the user override the test.
4680 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4684 test -z "$as_dir" && as_dir
=.
4685 for ac_exec_ext
in '' $ac_executable_extensions; do
4686 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4687 ac_cv_prog_ac_ct_GNATMAKE
="gnatmake"
4688 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4697 ac_ct_GNATMAKE
=$ac_cv_prog_ac_ct_GNATMAKE
4698 if test -n "$ac_ct_GNATMAKE"; then
4699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GNATMAKE" >&5
4700 $as_echo "$ac_ct_GNATMAKE" >&6; }
4702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4703 $as_echo "no" >&6; }
4706 if test "x$ac_ct_GNATMAKE" = x
; then
4709 case $cross_compiling:$ac_tool_warned in
4711 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4712 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4713 ac_tool_warned
=yes ;;
4715 GNATMAKE
=$ac_ct_GNATMAKE
4718 GNATMAKE
="$ac_cv_prog_GNATMAKE"
4721 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiler driver understands Ada" >&5
4722 $as_echo_n "checking whether compiler driver understands Ada... " >&6; }
4723 if test "${acx_cv_cc_gcc_supports_ada+set}" = set; then :
4724 $as_echo_n "(cached) " >&6
4726 cat >conftest.adb
<<EOF
4727 procedure conftest is begin null; end conftest;
4729 acx_cv_cc_gcc_supports_ada
=no
4730 # There is a bug in old released versions of GCC which causes the
4731 # driver to exit successfully when the appropriate language module
4732 # has not been installed. This is fixed in 2.95.4, 3.0.2, and 3.1.
4733 # Therefore we must check for the error message as well as an
4734 # unsuccessful exit.
4735 # Other compilers, like HP Tru64 UNIX cc, exit successfully when
4736 # given a .adb file, but produce no object file. So we must check
4737 # if an object file was really produced to guard against this.
4738 errors
=`(${CC} -I"$srcdir"/ada -c conftest.adb) 2>&1 || echo failure`
4739 if test x
"$errors" = x
&& test -f conftest.
$ac_objext; then
4740 acx_cv_cc_gcc_supports_ada
=yes
4744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_cc_gcc_supports_ada" >&5
4745 $as_echo "$acx_cv_cc_gcc_supports_ada" >&6; }
4747 if test "x$GNATBIND" != xno
&& test "x$GNATMAKE" != xno
&& test x
$acx_cv_cc_gcc_supports_ada != xno
; then
4754 # Remove the -O2: for historical reasons, unless bootstrapping we prefer
4755 # optimizations to be activated explicitly by the toplevel.
4757 */prev-gcc
/xgcc
*) ;;
4758 *) CFLAGS
=`echo "$CFLAGS " | sed -e "s/-Ofast[ ]//" -e "s/-O[gs][ ]//" -e "s/-O[0-9]*[ ]//" `
4759 CXXFLAGS
=`echo "$CXXFLAGS " | sed -e "s/-Ofast[ ]//" -e "s/-O[gs][ ]//" -e "s/-O[0-9]*[ ]//" ` ;;
4764 # Determine PICFLAG for target gnatlib.
4770 # PIC is the default on some targets or must not be used.
4772 # PIC is the default on this platform
4773 # Common symbols not allowed in MH_DYLIB files
4774 PICFLAG_FOR_TARGET
=-fno-common
4777 # PIC is the default.
4780 # PIC is the default for 64-bit PA HP-UX.
4782 i
[34567]86-*-cygwin* | x86_64-
*-cygwin*)
4784 i
[34567]86-*-mingw* | x86_64-
*-mingw*)
4786 i
[34567]86-*-interix[3-9]*)
4787 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
4788 # Instead, we relocate shared libraries at runtime.
4790 i
[34567]86-*-nto-qnx*)
4791 # QNX uses GNU C++, but need to define -shared option too, otherwise
4793 PICFLAG_FOR_TARGET
='-fPIC -shared'
4795 i
[34567]86-pc-msdosdjgpp*)
4796 # DJGPP does not support shared libraries at all.
4799 # On IA64 HP-UX, PIC is the default but the pic flag
4800 # sets the default TLS model and affects inlining.
4801 PICFLAG_FOR_TARGET
=-fPIC
4804 # PIC is the default.
4806 rs6000-ibm-aix
* | powerpc-ibm-aix
*)
4807 # All AIX code is PIC.
4810 # Some targets support both -fPIC and -fpic, but prefer the latter.
4812 i
[34567]86-*-* | x86_64-
*-*)
4813 PICFLAG_FOR_TARGET
=-fpic
4815 # FIXME: Override -fPIC default in libgcc only?
4816 sh-
*-linux* | sh
[2346lbe
]*-*-linux*)
4817 PICFLAG_FOR_TARGET
=-fpic
4819 # FIXME: Simplify to sh*-*-netbsd*?
4820 sh-
*-netbsdelf* | shl
*-*-netbsdelf* | sh5-
*-netbsd* | sh5l
*-*-netbsd* | \
4821 sh64-
*-netbsd* | sh64l
*-*-netbsd*)
4822 PICFLAG_FOR_TARGET
=-fpic
4824 # Default to -fPIC unless specified otherwise.
4826 PICFLAG_FOR_TARGET
=-fPIC
4830 # If the user explicitly uses -fpic/-fPIC, keep that.
4831 case "${CFLAGS_FOR_TARGET}" in
4833 PICFLAG_FOR_TARGET
=-fpic
4836 PICFLAG_FOR_TARGET
=-fPIC
4842 # -------------------------
4843 # Check C compiler features
4844 # -------------------------
4848 ac_cpp
='$CPP $CPPFLAGS'
4849 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4850 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4851 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4852 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4853 $as_echo_n "checking how to run the C preprocessor... " >&6; }
4854 # On Suns, sometimes $CPP names a directory.
4855 if test -n "$CPP" && test -d "$CPP"; then
4858 if test -z "$CPP"; then
4859 if test "${ac_cv_prog_CPP+set}" = set; then :
4860 $as_echo_n "(cached) " >&6
4862 # Double quotes because CPP needs to be expanded
4863 for CPP
in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4866 for ac_c_preproc_warn_flag
in '' yes
4868 # Use a header file that comes with gcc, so configuring glibc
4869 # with a fresh cross-compiler works.
4870 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4871 # <limits.h> exists even on freestanding compilers.
4872 # On the NeXT, cc -E runs the code through the compiler's parser,
4873 # not just through cpp. "Syntax error" is here to catch this case.
4874 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4875 /* end confdefs.h. */
4877 # include <limits.h>
4879 # include <assert.h>
4883 if ac_fn_c_try_cpp
"$LINENO"; then :
4886 # Broken: fails on valid input.
4889 rm -f conftest.err conftest.
$ac_ext
4891 # OK, works on sane cases. Now check whether nonexistent headers
4892 # can be detected and how.
4893 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4894 /* end confdefs.h. */
4895 #include <ac_nonexistent.h>
4897 if ac_fn_c_try_cpp
"$LINENO"; then :
4898 # Broken: success on invalid input.
4901 # Passes both tests.
4905 rm -f conftest.err conftest.
$ac_ext
4908 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4909 rm -f conftest.err conftest.
$ac_ext
4910 if $ac_preproc_ok; then :
4922 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
4923 $as_echo "$CPP" >&6; }
4925 for ac_c_preproc_warn_flag
in '' yes
4927 # Use a header file that comes with gcc, so configuring glibc
4928 # with a fresh cross-compiler works.
4929 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4930 # <limits.h> exists even on freestanding compilers.
4931 # On the NeXT, cc -E runs the code through the compiler's parser,
4932 # not just through cpp. "Syntax error" is here to catch this case.
4933 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4934 /* end confdefs.h. */
4936 # include <limits.h>
4938 # include <assert.h>
4942 if ac_fn_c_try_cpp
"$LINENO"; then :
4945 # Broken: fails on valid input.
4948 rm -f conftest.err conftest.
$ac_ext
4950 # OK, works on sane cases. Now check whether nonexistent headers
4951 # can be detected and how.
4952 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4953 /* end confdefs.h. */
4954 #include <ac_nonexistent.h>
4956 if ac_fn_c_try_cpp
"$LINENO"; then :
4957 # Broken: success on invalid input.
4960 # Passes both tests.
4964 rm -f conftest.err conftest.
$ac_ext
4967 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4968 rm -f conftest.err conftest.
$ac_ext
4969 if $ac_preproc_ok; then :
4972 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4973 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4974 as_fn_error
"C preprocessor \"$CPP\" fails sanity check
4975 See \`config.log' for more details." "$LINENO" 5; }
4979 ac_cpp
='$CPP $CPPFLAGS'
4980 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4981 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4982 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4985 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4986 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4987 if test "${ac_cv_path_GREP+set}" = set; then :
4988 $as_echo_n "(cached) " >&6
4990 if test -z "$GREP"; then
4991 ac_path_GREP_found
=false
4992 # Loop through the user's path and test for each of PROGNAME-LIST
4993 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4994 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
4997 test -z "$as_dir" && as_dir
=.
4998 for ac_prog
in grep ggrep
; do
4999 for ac_exec_ext
in '' $ac_executable_extensions; do
5000 ac_path_GREP
="$as_dir/$ac_prog$ac_exec_ext"
5001 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } ||
continue
5002 # Check for GNU ac_path_GREP and select it if it is found.
5003 # Check for GNU $ac_path_GREP
5004 case `"$ac_path_GREP" --version 2>&1` in
5006 ac_cv_path_GREP
="$ac_path_GREP" ac_path_GREP_found
=:;;
5009 $as_echo_n 0123456789 >"conftest.in"
5012 cat "conftest.in" "conftest.in" >"conftest.tmp"
5013 mv "conftest.tmp" "conftest.in"
5014 cp "conftest.in" "conftest.nl"
5015 $as_echo 'GREP' >> "conftest.nl"
5016 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
5017 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
5018 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
5019 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5020 # Best one so far, save it but keep looking for a better one
5021 ac_cv_path_GREP
="$ac_path_GREP"
5022 ac_path_GREP_max
=$ac_count
5024 # 10*(2^10) chars as input seems more than enough
5025 test $ac_count -gt 10 && break
5027 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
5030 $ac_path_GREP_found && break 3
5035 if test -z "$ac_cv_path_GREP"; then
5036 as_fn_error
"no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5039 ac_cv_path_GREP
=$GREP
5043 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5044 $as_echo "$ac_cv_path_GREP" >&6; }
5045 GREP
="$ac_cv_path_GREP"
5048 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5049 $as_echo_n "checking for egrep... " >&6; }
5050 if test "${ac_cv_path_EGREP+set}" = set; then :
5051 $as_echo_n "(cached) " >&6
5053 if echo a |
$GREP -E '(a|b)' >/dev
/null
2>&1
5054 then ac_cv_path_EGREP
="$GREP -E"
5056 if test -z "$EGREP"; then
5057 ac_path_EGREP_found
=false
5058 # Loop through the user's path and test for each of PROGNAME-LIST
5059 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5060 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
5063 test -z "$as_dir" && as_dir
=.
5064 for ac_prog
in egrep; do
5065 for ac_exec_ext
in '' $ac_executable_extensions; do
5066 ac_path_EGREP
="$as_dir/$ac_prog$ac_exec_ext"
5067 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } ||
continue
5068 # Check for GNU ac_path_EGREP and select it if it is found.
5069 # Check for GNU $ac_path_EGREP
5070 case `"$ac_path_EGREP" --version 2>&1` in
5072 ac_cv_path_EGREP
="$ac_path_EGREP" ac_path_EGREP_found
=:;;
5075 $as_echo_n 0123456789 >"conftest.in"
5078 cat "conftest.in" "conftest.in" >"conftest.tmp"
5079 mv "conftest.tmp" "conftest.in"
5080 cp "conftest.in" "conftest.nl"
5081 $as_echo 'EGREP' >> "conftest.nl"
5082 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
5083 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
5084 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
5085 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5086 # Best one so far, save it but keep looking for a better one
5087 ac_cv_path_EGREP
="$ac_path_EGREP"
5088 ac_path_EGREP_max
=$ac_count
5090 # 10*(2^10) chars as input seems more than enough
5091 test $ac_count -gt 10 && break
5093 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
5096 $ac_path_EGREP_found && break 3
5101 if test -z "$ac_cv_path_EGREP"; then
5102 as_fn_error
"no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5105 ac_cv_path_EGREP
=$EGREP
5110 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5111 $as_echo "$ac_cv_path_EGREP" >&6; }
5112 EGREP
="$ac_cv_path_EGREP"
5115 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5116 $as_echo_n "checking for ANSI C header files... " >&6; }
5117 if test "${ac_cv_header_stdc+set}" = set; then :
5118 $as_echo_n "(cached) " >&6
5120 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5121 /* end confdefs.h. */
5135 if ac_fn_c_try_compile
"$LINENO"; then :
5136 ac_cv_header_stdc
=yes
5138 ac_cv_header_stdc
=no
5140 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5142 if test $ac_cv_header_stdc = yes; then
5143 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5144 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5145 /* end confdefs.h. */
5149 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5150 $EGREP "memchr" >/dev
/null
2>&1; then :
5153 ac_cv_header_stdc
=no
5159 if test $ac_cv_header_stdc = yes; then
5160 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5161 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5162 /* end confdefs.h. */
5166 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5167 $EGREP "free" >/dev
/null
2>&1; then :
5170 ac_cv_header_stdc
=no
5176 if test $ac_cv_header_stdc = yes; then
5177 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5178 if test "$cross_compiling" = yes; then :
5181 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5182 /* end confdefs.h. */
5185 #if ((' ' & 0x0FF) == 0x020)
5186 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5187 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5189 # define ISLOWER(c) \
5190 (('a' <= (c) && (c) <= 'i') \
5191 || ('j' <= (c) && (c) <= 'r') \
5192 || ('s' <= (c) && (c) <= 'z'))
5193 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5196 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5201 for (i = 0; i < 256; i++)
5202 if (XOR (islower (i), ISLOWER (i))
5203 || toupper (i) != TOUPPER (i))
5208 if ac_fn_c_try_run
"$LINENO"; then :
5211 ac_cv_header_stdc
=no
5213 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
5214 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
5219 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5220 $as_echo "$ac_cv_header_stdc" >&6; }
5221 if test $ac_cv_header_stdc = yes; then
5223 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
5227 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5228 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
5229 inttypes.h stdint.h unistd.h
5231 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5232 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5234 eval as_val
=\$
$as_ac_Header
5235 if test "x$as_val" = x
""yes; then :
5236 cat >>confdefs.h
<<_ACEOF
5237 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5246 ac_fn_c_check_header_mongrel
"$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
5247 if test "x$ac_cv_header_minix_config_h" = x
""yes; then :
5254 if test "$MINIX" = yes; then
5256 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
5259 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
5262 $as_echo "#define _MINIX 1" >>confdefs.h
5267 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
5268 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
5269 if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
5270 $as_echo_n "(cached) " >&6
5272 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5273 /* end confdefs.h. */
5275 # define __EXTENSIONS__ 1
5276 $ac_includes_default
5285 if ac_fn_c_try_compile
"$LINENO"; then :
5286 ac_cv_safe_to_define___extensions__
=yes
5288 ac_cv_safe_to_define___extensions__
=no
5290 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5292 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5293 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
5294 test $ac_cv_safe_to_define___extensions__ = yes &&
5295 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
5297 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
5299 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
5301 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
5303 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
5307 ac_cpp
='$CPP $CPPFLAGS'
5308 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5309 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5310 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
5311 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5312 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5313 # On Suns, sometimes $CPP names a directory.
5314 if test -n "$CPP" && test -d "$CPP"; then
5317 if test -z "$CPP"; then
5318 if test "${ac_cv_prog_CPP+set}" = set; then :
5319 $as_echo_n "(cached) " >&6
5321 # Double quotes because CPP needs to be expanded
5322 for CPP
in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5325 for ac_c_preproc_warn_flag
in '' yes
5327 # Use a header file that comes with gcc, so configuring glibc
5328 # with a fresh cross-compiler works.
5329 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5330 # <limits.h> exists even on freestanding compilers.
5331 # On the NeXT, cc -E runs the code through the compiler's parser,
5332 # not just through cpp. "Syntax error" is here to catch this case.
5333 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5334 /* end confdefs.h. */
5336 # include <limits.h>
5338 # include <assert.h>
5342 if ac_fn_c_try_cpp
"$LINENO"; then :
5345 # Broken: fails on valid input.
5348 rm -f conftest.err conftest.
$ac_ext
5350 # OK, works on sane cases. Now check whether nonexistent headers
5351 # can be detected and how.
5352 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5353 /* end confdefs.h. */
5354 #include <ac_nonexistent.h>
5356 if ac_fn_c_try_cpp
"$LINENO"; then :
5357 # Broken: success on invalid input.
5360 # Passes both tests.
5364 rm -f conftest.err conftest.
$ac_ext
5367 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5368 rm -f conftest.err conftest.
$ac_ext
5369 if $ac_preproc_ok; then :
5381 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5382 $as_echo "$CPP" >&6; }
5384 for ac_c_preproc_warn_flag
in '' yes
5386 # Use a header file that comes with gcc, so configuring glibc
5387 # with a fresh cross-compiler works.
5388 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5389 # <limits.h> exists even on freestanding compilers.
5390 # On the NeXT, cc -E runs the code through the compiler's parser,
5391 # not just through cpp. "Syntax error" is here to catch this case.
5392 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5393 /* end confdefs.h. */
5395 # include <limits.h>
5397 # include <assert.h>
5401 if ac_fn_c_try_cpp
"$LINENO"; then :
5404 # Broken: fails on valid input.
5407 rm -f conftest.err conftest.
$ac_ext
5409 # OK, works on sane cases. Now check whether nonexistent headers
5410 # can be detected and how.
5411 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5412 /* end confdefs.h. */
5413 #include <ac_nonexistent.h>
5415 if ac_fn_c_try_cpp
"$LINENO"; then :
5416 # Broken: success on invalid input.
5419 # Passes both tests.
5423 rm -f conftest.err conftest.
$ac_ext
5426 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5427 rm -f conftest.err conftest.
$ac_ext
5428 if $ac_preproc_ok; then :
5431 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5432 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5433 as_fn_error
"C preprocessor \"$CPP\" fails sanity check
5434 See \`config.log' for more details." "$LINENO" 5; }
5438 ac_cpp
='$CPP $CPPFLAGS'
5439 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5440 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5441 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
5443 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
5444 $as_echo_n "checking for inline... " >&6; }
5445 if test "${ac_cv_c_inline+set}" = set; then :
5446 $as_echo_n "(cached) " >&6
5449 for ac_kw
in inline __inline__ __inline
; do
5450 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5451 /* end confdefs.h. */
5454 static $ac_kw foo_t static_foo () {return 0; }
5455 $ac_kw foo_t foo () {return 0; }
5459 if ac_fn_c_try_compile
"$LINENO"; then :
5460 ac_cv_c_inline
=$ac_kw
5462 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5463 test "$ac_cv_c_inline" != no
&& break
5467 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
5468 $as_echo "$ac_cv_c_inline" >&6; }
5470 case $ac_cv_c_inline in
5473 case $ac_cv_c_inline in
5475 *) ac_val
=$ac_cv_c_inline;;
5477 cat >>confdefs.h
<<_ACEOF
5479 #define inline $ac_val
5486 # Check whether --enable-largefile was given.
5487 if test "${enable_largefile+set}" = set; then :
5488 enableval
=$enable_largefile;
5491 if test "$enable_largefile" != no
; then
5493 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
5494 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
5495 if test "${ac_cv_sys_largefile_CC+set}" = set; then :
5496 $as_echo_n "(cached) " >&6
5498 ac_cv_sys_largefile_CC
=no
5499 if test "$GCC" != yes; then
5502 # IRIX 6.2 and later do not support large files by default,
5503 # so use the C compiler's -n32 option if that helps.
5504 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5505 /* end confdefs.h. */
5506 #include <sys/types.h>
5507 /* Check that off_t can represent 2**63 - 1 correctly.
5508 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5509 since some C++ compilers masquerading as C compilers
5510 incorrectly reject 9223372036854775807. */
5511 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5512 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5513 && LARGE_OFF_T % 2147483647 == 1)
5523 if ac_fn_c_try_compile
"$LINENO"; then :
5526 rm -f core conftest.err conftest.
$ac_objext
5528 if ac_fn_c_try_compile
"$LINENO"; then :
5529 ac_cv_sys_largefile_CC
=' -n32'; break
5531 rm -f core conftest.err conftest.
$ac_objext
5535 rm -f conftest.
$ac_ext
5538 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
5539 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
5540 if test "$ac_cv_sys_largefile_CC" != no
; then
5541 CC
=$CC$ac_cv_sys_largefile_CC
5544 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
5545 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
5546 if test "${ac_cv_sys_file_offset_bits+set}" = set; then :
5547 $as_echo_n "(cached) " >&6
5550 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5551 /* end confdefs.h. */
5552 #include <sys/types.h>
5553 /* Check that off_t can represent 2**63 - 1 correctly.
5554 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5555 since some C++ compilers masquerading as C compilers
5556 incorrectly reject 9223372036854775807. */
5557 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5558 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5559 && LARGE_OFF_T % 2147483647 == 1)
5569 if ac_fn_c_try_compile
"$LINENO"; then :
5570 ac_cv_sys_file_offset_bits
=no
; break
5572 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5573 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5574 /* end confdefs.h. */
5575 #define _FILE_OFFSET_BITS 64
5576 #include <sys/types.h>
5577 /* Check that off_t can represent 2**63 - 1 correctly.
5578 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5579 since some C++ compilers masquerading as C compilers
5580 incorrectly reject 9223372036854775807. */
5581 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5582 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5583 && LARGE_OFF_T % 2147483647 == 1)
5593 if ac_fn_c_try_compile
"$LINENO"; then :
5594 ac_cv_sys_file_offset_bits
=64; break
5596 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5597 ac_cv_sys_file_offset_bits
=unknown
5601 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
5602 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
5603 case $ac_cv_sys_file_offset_bits in #(
5606 cat >>confdefs.h
<<_ACEOF
5607 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
5612 if test $ac_cv_sys_file_offset_bits = unknown
; then
5613 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
5614 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
5615 if test "${ac_cv_sys_large_files+set}" = set; then :
5616 $as_echo_n "(cached) " >&6
5619 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5620 /* end confdefs.h. */
5621 #include <sys/types.h>
5622 /* Check that off_t can represent 2**63 - 1 correctly.
5623 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5624 since some C++ compilers masquerading as C compilers
5625 incorrectly reject 9223372036854775807. */
5626 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5627 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5628 && LARGE_OFF_T % 2147483647 == 1)
5638 if ac_fn_c_try_compile
"$LINENO"; then :
5639 ac_cv_sys_large_files
=no
; break
5641 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5642 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5643 /* end confdefs.h. */
5644 #define _LARGE_FILES 1
5645 #include <sys/types.h>
5646 /* Check that off_t can represent 2**63 - 1 correctly.
5647 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5648 since some C++ compilers masquerading as C compilers
5649 incorrectly reject 9223372036854775807. */
5650 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5651 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5652 && LARGE_OFF_T % 2147483647 == 1)
5662 if ac_fn_c_try_compile
"$LINENO"; then :
5663 ac_cv_sys_large_files
=1; break
5665 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5666 ac_cv_sys_large_files
=unknown
5670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
5671 $as_echo "$ac_cv_sys_large_files" >&6; }
5672 case $ac_cv_sys_large_files in #(
5675 cat >>confdefs.h
<<_ACEOF
5676 #define _LARGE_FILES $ac_cv_sys_large_files
5685 # sizeof(char) is 1 by definition.
5686 # The cast to long int works around a bug in the HP C Compiler
5687 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
5688 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
5689 # This bug is HP SR number 8606223364.
5690 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of void *" >&5
5691 $as_echo_n "checking size of void *... " >&6; }
5692 if test "${ac_cv_sizeof_void_p+set}" = set; then :
5693 $as_echo_n "(cached) " >&6
5695 if ac_fn_c_compute_int
"$LINENO" "(long int) (sizeof (void *))" "ac_cv_sizeof_void_p" "$ac_includes_default"; then :
5698 if test "$ac_cv_type_void_p" = yes; then
5699 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5700 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5701 { as_fn_set_status
77
5702 as_fn_error
"cannot compute sizeof (void *)
5703 See \`config.log' for more details." "$LINENO" 5; }; }
5705 ac_cv_sizeof_void_p
=0
5710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_void_p" >&5
5711 $as_echo "$ac_cv_sizeof_void_p" >&6; }
5715 cat >>confdefs.h
<<_ACEOF
5716 #define SIZEOF_VOID_P $ac_cv_sizeof_void_p
5720 # The cast to long int works around a bug in the HP C Compiler
5721 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
5722 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
5723 # This bug is HP SR number 8606223364.
5724 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of short" >&5
5725 $as_echo_n "checking size of short... " >&6; }
5726 if test "${ac_cv_sizeof_short+set}" = set; then :
5727 $as_echo_n "(cached) " >&6
5729 if ac_fn_c_compute_int
"$LINENO" "(long int) (sizeof (short))" "ac_cv_sizeof_short" "$ac_includes_default"; then :
5732 if test "$ac_cv_type_short" = yes; then
5733 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5734 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5735 { as_fn_set_status
77
5736 as_fn_error
"cannot compute sizeof (short)
5737 See \`config.log' for more details." "$LINENO" 5; }; }
5739 ac_cv_sizeof_short
=0
5744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_short" >&5
5745 $as_echo "$ac_cv_sizeof_short" >&6; }
5749 cat >>confdefs.h
<<_ACEOF
5750 #define SIZEOF_SHORT $ac_cv_sizeof_short
5754 # The cast to long int works around a bug in the HP C Compiler
5755 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
5756 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
5757 # This bug is HP SR number 8606223364.
5758 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of int" >&5
5759 $as_echo_n "checking size of int... " >&6; }
5760 if test "${ac_cv_sizeof_int+set}" = set; then :
5761 $as_echo_n "(cached) " >&6
5763 if ac_fn_c_compute_int
"$LINENO" "(long int) (sizeof (int))" "ac_cv_sizeof_int" "$ac_includes_default"; then :
5766 if test "$ac_cv_type_int" = yes; then
5767 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5768 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5769 { as_fn_set_status
77
5770 as_fn_error
"cannot compute sizeof (int)
5771 See \`config.log' for more details." "$LINENO" 5; }; }
5778 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_int" >&5
5779 $as_echo "$ac_cv_sizeof_int" >&6; }
5783 cat >>confdefs.h
<<_ACEOF
5784 #define SIZEOF_INT $ac_cv_sizeof_int
5788 # The cast to long int works around a bug in the HP C Compiler
5789 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
5790 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
5791 # This bug is HP SR number 8606223364.
5792 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5
5793 $as_echo_n "checking size of long... " >&6; }
5794 if test "${ac_cv_sizeof_long+set}" = set; then :
5795 $as_echo_n "(cached) " >&6
5797 if ac_fn_c_compute_int
"$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long" "$ac_includes_default"; then :
5800 if test "$ac_cv_type_long" = yes; then
5801 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5802 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5803 { as_fn_set_status
77
5804 as_fn_error
"cannot compute sizeof (long)
5805 See \`config.log' for more details." "$LINENO" 5; }; }
5812 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5
5813 $as_echo "$ac_cv_sizeof_long" >&6; }
5817 cat >>confdefs.h
<<_ACEOF
5818 #define SIZEOF_LONG $ac_cv_sizeof_long
5822 ac_fn_c_check_type
"$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
5823 if test "x$ac_cv_type_long_long" = x
""yes; then :
5825 cat >>confdefs.h
<<_ACEOF
5826 #define HAVE_LONG_LONG 1
5829 # The cast to long int works around a bug in the HP C Compiler
5830 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
5831 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
5832 # This bug is HP SR number 8606223364.
5833 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long long" >&5
5834 $as_echo_n "checking size of long long... " >&6; }
5835 if test "${ac_cv_sizeof_long_long+set}" = set; then :
5836 $as_echo_n "(cached) " >&6
5838 if ac_fn_c_compute_int
"$LINENO" "(long int) (sizeof (long long))" "ac_cv_sizeof_long_long" "$ac_includes_default"; then :
5841 if test "$ac_cv_type_long_long" = yes; then
5842 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5843 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5844 { as_fn_set_status
77
5845 as_fn_error
"cannot compute sizeof (long long)
5846 See \`config.log' for more details." "$LINENO" 5; }; }
5848 ac_cv_sizeof_long_long
=0
5853 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long_long" >&5
5854 $as_echo "$ac_cv_sizeof_long_long" >&6; }
5858 cat >>confdefs.h
<<_ACEOF
5859 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
5865 ac_fn_c_check_type
"$LINENO" "__int64" "ac_cv_type___int64" "$ac_includes_default"
5866 if test "x$ac_cv_type___int64" = x
""yes; then :
5868 cat >>confdefs.h
<<_ACEOF
5869 #define HAVE___INT64 1
5872 # The cast to long int works around a bug in the HP C Compiler
5873 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
5874 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
5875 # This bug is HP SR number 8606223364.
5876 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of __int64" >&5
5877 $as_echo_n "checking size of __int64... " >&6; }
5878 if test "${ac_cv_sizeof___int64+set}" = set; then :
5879 $as_echo_n "(cached) " >&6
5881 if ac_fn_c_compute_int
"$LINENO" "(long int) (sizeof (__int64))" "ac_cv_sizeof___int64" "$ac_includes_default"; then :
5884 if test "$ac_cv_type___int64" = yes; then
5885 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5886 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5887 { as_fn_set_status
77
5888 as_fn_error
"cannot compute sizeof (__int64)
5889 See \`config.log' for more details." "$LINENO" 5; }; }
5891 ac_cv_sizeof___int64
=0
5896 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof___int64" >&5
5897 $as_echo "$ac_cv_sizeof___int64" >&6; }
5901 cat >>confdefs.h
<<_ACEOF
5902 #define SIZEOF___INT64 $ac_cv_sizeof___int64
5908 ac_fn_c_find_intX_t
"$LINENO" "8" "ac_cv_c_int8_t"
5909 case $ac_cv_c_int8_t in #(
5913 cat >>confdefs.h
<<_ACEOF
5914 #define int8_t $ac_cv_c_int8_t
5919 ac_fn_c_find_intX_t
"$LINENO" "16" "ac_cv_c_int16_t"
5920 case $ac_cv_c_int16_t in #(
5924 cat >>confdefs.h
<<_ACEOF
5925 #define int16_t $ac_cv_c_int16_t
5930 ac_fn_c_find_intX_t
"$LINENO" "32" "ac_cv_c_int32_t"
5931 case $ac_cv_c_int32_t in #(
5935 cat >>confdefs.h
<<_ACEOF
5936 #define int32_t $ac_cv_c_int32_t
5941 ac_fn_c_find_intX_t
"$LINENO" "64" "ac_cv_c_int64_t"
5942 case $ac_cv_c_int64_t in #(
5946 cat >>confdefs.h
<<_ACEOF
5947 #define int64_t $ac_cv_c_int64_t
5953 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for long long int" >&5
5954 $as_echo_n "checking for long long int... " >&6; }
5955 if test "${ac_cv_type_long_long_int+set}" = set; then :
5956 $as_echo_n "(cached) " >&6
5958 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5959 /* end confdefs.h. */
5961 /* For now, do not test the preprocessor; as of 2007 there are too many
5962 implementations with broken preprocessors. Perhaps this can
5963 be revisited in 2012. In the meantime, code should not expect
5964 #if to work with literals wider than 32 bits. */
5965 /* Test literals. */
5966 long long int ll = 9223372036854775807ll;
5967 long long int nll = -9223372036854775807LL;
5968 unsigned long long int ull = 18446744073709551615ULL;
5969 /* Test constant expressions. */
5970 typedef int a[((-9223372036854775807LL < 0 && 0 < 9223372036854775807ll)
5972 typedef int b[(18446744073709551615ULL <= (unsigned long long int) -1
5978 /* Test availability of runtime routines for shift and division. */
5979 long long int llmax = 9223372036854775807ll;
5980 unsigned long long int ullmax = 18446744073709551615ull;
5981 return ((ll << 63) | (ll >> 63) | (ll < i) | (ll > i)
5982 | (llmax / ll) | (llmax % ll)
5983 | (ull << 63) | (ull >> 63) | (ull << i) | (ull >> i)
5984 | (ullmax / ull) | (ullmax % ull));
5990 if ac_fn_c_try_link
"$LINENO"; then :
5991 if test "$cross_compiling" = yes; then :
5992 ac_cv_type_long_long_int
=yes
5994 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5995 /* end confdefs.h. */
5999 (1LL << (sizeof (long long int) * CHAR_BIT - 2))
6000 # define LLONG_MAX (HALF - 1 + HALF)
6005 long long int n = 1;
6009 long long int m = n << i;
6012 if (LLONG_MAX / 2 < m)
6020 if ac_fn_c_try_run
"$LINENO"; then :
6021 ac_cv_type_long_long_int
=yes
6023 ac_cv_type_long_long_int
=no
6025 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
6026 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
6030 ac_cv_type_long_long_int
=no
6032 rm -f core conftest.err conftest.
$ac_objext \
6033 conftest
$ac_exeext conftest.
$ac_ext
6035 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_long_long_int" >&5
6036 $as_echo "$ac_cv_type_long_long_int" >&6; }
6037 if test $ac_cv_type_long_long_int = yes; then
6039 $as_echo "#define HAVE_LONG_LONG_INT 1" >>confdefs.h
6045 ac_fn_c_check_type
"$LINENO" "intmax_t" "ac_cv_type_intmax_t" "$ac_includes_default"
6046 if test "x$ac_cv_type_intmax_t" = x
""yes; then :
6048 $as_echo "#define HAVE_INTMAX_T 1" >>confdefs.h
6051 test $ac_cv_type_long_long_int = yes \
6052 && ac_type
='long long int' \
6053 || ac_type
='long int'
6055 cat >>confdefs.h
<<_ACEOF
6056 #define intmax_t $ac_type
6063 ac_fn_c_check_type
"$LINENO" "intptr_t" "ac_cv_type_intptr_t" "$ac_includes_default"
6064 if test "x$ac_cv_type_intptr_t" = x
""yes; then :
6066 $as_echo "#define HAVE_INTPTR_T 1" >>confdefs.h
6069 for ac_type
in 'int' 'long int' 'long long int'; do
6070 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6071 /* end confdefs.h. */
6072 $ac_includes_default
6076 static int test_array [1 - 2 * !(sizeof (void *) <= sizeof ($ac_type))];
6083 if ac_fn_c_try_compile
"$LINENO"; then :
6085 cat >>confdefs.h
<<_ACEOF
6086 #define intptr_t $ac_type
6091 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6092 test -z "$ac_type" && break
6097 ac_fn_c_find_uintX_t
"$LINENO" "8" "ac_cv_c_uint8_t"
6098 case $ac_cv_c_uint8_t in #(
6102 $as_echo "#define _UINT8_T 1" >>confdefs.h
6105 cat >>confdefs.h
<<_ACEOF
6106 #define uint8_t $ac_cv_c_uint8_t
6111 ac_fn_c_find_uintX_t
"$LINENO" "16" "ac_cv_c_uint16_t"
6112 case $ac_cv_c_uint16_t in #(
6117 cat >>confdefs.h
<<_ACEOF
6118 #define uint16_t $ac_cv_c_uint16_t
6123 ac_fn_c_find_uintX_t
"$LINENO" "32" "ac_cv_c_uint32_t"
6124 case $ac_cv_c_uint32_t in #(
6128 $as_echo "#define _UINT32_T 1" >>confdefs.h
6131 cat >>confdefs.h
<<_ACEOF
6132 #define uint32_t $ac_cv_c_uint32_t
6137 ac_fn_c_find_uintX_t
"$LINENO" "64" "ac_cv_c_uint64_t"
6138 case $ac_cv_c_uint64_t in #(
6142 $as_echo "#define _UINT64_T 1" >>confdefs.h
6145 cat >>confdefs.h
<<_ACEOF
6146 #define uint64_t $ac_cv_c_uint64_t
6152 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for unsigned long long int" >&5
6153 $as_echo_n "checking for unsigned long long int... " >&6; }
6154 if test "${ac_cv_type_unsigned_long_long_int+set}" = set; then :
6155 $as_echo_n "(cached) " >&6
6157 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6158 /* end confdefs.h. */
6160 /* For now, do not test the preprocessor; as of 2007 there are too many
6161 implementations with broken preprocessors. Perhaps this can
6162 be revisited in 2012. In the meantime, code should not expect
6163 #if to work with literals wider than 32 bits. */
6164 /* Test literals. */
6165 long long int ll = 9223372036854775807ll;
6166 long long int nll = -9223372036854775807LL;
6167 unsigned long long int ull = 18446744073709551615ULL;
6168 /* Test constant expressions. */
6169 typedef int a[((-9223372036854775807LL < 0 && 0 < 9223372036854775807ll)
6171 typedef int b[(18446744073709551615ULL <= (unsigned long long int) -1
6177 /* Test availability of runtime routines for shift and division. */
6178 long long int llmax = 9223372036854775807ll;
6179 unsigned long long int ullmax = 18446744073709551615ull;
6180 return ((ll << 63) | (ll >> 63) | (ll < i) | (ll > i)
6181 | (llmax / ll) | (llmax % ll)
6182 | (ull << 63) | (ull >> 63) | (ull << i) | (ull >> i)
6183 | (ullmax / ull) | (ullmax % ull));
6189 if ac_fn_c_try_link
"$LINENO"; then :
6190 ac_cv_type_unsigned_long_long_int
=yes
6192 ac_cv_type_unsigned_long_long_int
=no
6194 rm -f core conftest.err conftest.
$ac_objext \
6195 conftest
$ac_exeext conftest.
$ac_ext
6197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_unsigned_long_long_int" >&5
6198 $as_echo "$ac_cv_type_unsigned_long_long_int" >&6; }
6199 if test $ac_cv_type_unsigned_long_long_int = yes; then
6201 $as_echo "#define HAVE_UNSIGNED_LONG_LONG_INT 1" >>confdefs.h
6207 ac_fn_c_check_type
"$LINENO" "uintmax_t" "ac_cv_type_uintmax_t" "$ac_includes_default"
6208 if test "x$ac_cv_type_uintmax_t" = x
""yes; then :
6210 $as_echo "#define HAVE_UINTMAX_T 1" >>confdefs.h
6213 test $ac_cv_type_unsigned_long_long_int = yes \
6214 && ac_type
='unsigned long long int' \
6215 || ac_type
='unsigned long int'
6217 cat >>confdefs.h
<<_ACEOF
6218 #define uintmax_t $ac_type
6225 ac_fn_c_check_type
"$LINENO" "uintptr_t" "ac_cv_type_uintptr_t" "$ac_includes_default"
6226 if test "x$ac_cv_type_uintptr_t" = x
""yes; then :
6228 $as_echo "#define HAVE_UINTPTR_T 1" >>confdefs.h
6231 for ac_type
in 'unsigned int' 'unsigned long int' \
6232 'unsigned long long int'; do
6233 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6234 /* end confdefs.h. */
6235 $ac_includes_default
6239 static int test_array [1 - 2 * !(sizeof (void *) <= sizeof ($ac_type))];
6246 if ac_fn_c_try_compile
"$LINENO"; then :
6248 cat >>confdefs.h
<<_ACEOF
6249 #define uintptr_t $ac_type
6254 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6255 test -z "$ac_type" && break
6273 # ---------------------
6274 # Warnings and checking
6275 # ---------------------
6277 # Check $CC warning features (if it's GCC).
6278 # We want to use -pedantic, but we don't want warnings about
6281 # * overlong strings
6282 # * C++11 narrowing conversions in { }
6283 # So, we only use -pedantic if we can disable those warnings.
6285 # In stage 1, disable -Wformat warnings from old GCCs about new % codes
6286 # Check whether --enable-build-format-warnings was given.
6287 if test "${enable_build_format_warnings+set}" = set; then :
6288 enableval
=$enable_build_format_warnings;
6290 enable_build_format_warnings
=yes
6293 if test $enable_build_format_warnings = no
; then :
6299 save_CFLAGS
="$CFLAGS"
6300 for real_option
in -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual $wf_opt; do
6301 # Do the check with the no- prefix removed since gcc silently
6302 # accepts any -Wno-* option on purpose
6303 case $real_option in
6304 -Wno-*) option
=-W`expr x$real_option : 'x-Wno-\(.*\)'` ;;
6305 *) option
=$real_option ;;
6307 as_acx_Woption
=`$as_echo "acx_cv_prog_cc_warning_$option" | $as_tr_sh`
6309 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports $option" >&5
6310 $as_echo_n "checking whether $CC supports $option... " >&6; }
6311 if { as_var
=$as_acx_Woption; eval "test \"\${$as_var+set}\" = set"; }; then :
6312 $as_echo_n "(cached) " >&6
6315 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6316 /* end confdefs.h. */
6326 if ac_fn_c_try_compile
"$LINENO"; then :
6327 eval "$as_acx_Woption=yes"
6329 eval "$as_acx_Woption=no"
6331 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6334 eval ac_res
=\$
$as_acx_Woption
6335 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6336 $as_echo "$ac_res" >&6; }
6337 if test `eval 'as_val=${'$as_acx_Woption'};$as_echo "$as_val"'` = yes; then :
6338 loose_warn
="$loose_warn${loose_warn:+ }$real_option"
6341 CFLAGS
="$save_CFLAGS"
6344 save_CFLAGS
="$CFLAGS"
6345 for real_option
in -Wstrict-prototypes -Wmissing-prototypes; do
6346 # Do the check with the no- prefix removed since gcc silently
6347 # accepts any -Wno-* option on purpose
6348 case $real_option in
6349 -Wno-*) option
=-W`expr x$real_option : 'x-Wno-\(.*\)'` ;;
6350 *) option
=$real_option ;;
6352 as_acx_Woption
=`$as_echo "acx_cv_prog_cc_warning_$option" | $as_tr_sh`
6354 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports $option" >&5
6355 $as_echo_n "checking whether $CC supports $option... " >&6; }
6356 if { as_var
=$as_acx_Woption; eval "test \"\${$as_var+set}\" = set"; }; then :
6357 $as_echo_n "(cached) " >&6
6360 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6361 /* end confdefs.h. */
6371 if ac_fn_c_try_compile
"$LINENO"; then :
6372 eval "$as_acx_Woption=yes"
6374 eval "$as_acx_Woption=no"
6376 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6379 eval ac_res
=\$
$as_acx_Woption
6380 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6381 $as_echo "$ac_res" >&6; }
6382 if test `eval 'as_val=${'$as_acx_Woption'};$as_echo "$as_val"'` = yes; then :
6383 c_loose_warn
="$c_loose_warn${c_loose_warn:+ }$real_option"
6386 CFLAGS
="$save_CFLAGS"
6389 save_CFLAGS
="$CFLAGS"
6390 for real_option
in -Wmissing-format-attribute; do
6391 # Do the check with the no- prefix removed since gcc silently
6392 # accepts any -Wno-* option on purpose
6393 case $real_option in
6394 -Wno-*) option
=-W`expr x$real_option : 'x-Wno-\(.*\)'` ;;
6395 *) option
=$real_option ;;
6397 as_acx_Woption
=`$as_echo "acx_cv_prog_cc_warning_$option" | $as_tr_sh`
6399 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports $option" >&5
6400 $as_echo_n "checking whether $CC supports $option... " >&6; }
6401 if { as_var
=$as_acx_Woption; eval "test \"\${$as_var+set}\" = set"; }; then :
6402 $as_echo_n "(cached) " >&6
6405 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6406 /* end confdefs.h. */
6416 if ac_fn_c_try_compile
"$LINENO"; then :
6417 eval "$as_acx_Woption=yes"
6419 eval "$as_acx_Woption=no"
6421 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6424 eval ac_res
=\$
$as_acx_Woption
6425 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6426 $as_echo "$ac_res" >&6; }
6427 if test `eval 'as_val=${'$as_acx_Woption'};$as_echo "$as_val"'` = yes; then :
6428 strict_warn
="$strict_warn${strict_warn:+ }$real_option"
6431 CFLAGS
="$save_CFLAGS"
6433 save_CFLAGS
="$CFLAGS"
6434 for real_option
in -Woverloaded-virtual; do
6435 # Do the check with the no- prefix removed since gcc silently
6436 # accepts any -Wno-* option on purpose
6437 case $real_option in
6438 -Wno-*) option
=-W`expr x$real_option : 'x-Wno-\(.*\)'` ;;
6439 *) option
=$real_option ;;
6441 as_acx_Woption
=`$as_echo "acx_cv_prog_cc_warning_$option" | $as_tr_sh`
6443 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports $option" >&5
6444 $as_echo_n "checking whether $CC supports $option... " >&6; }
6445 if { as_var
=$as_acx_Woption; eval "test \"\${$as_var+set}\" = set"; }; then :
6446 $as_echo_n "(cached) " >&6
6449 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6450 /* end confdefs.h. */
6460 if ac_fn_c_try_compile
"$LINENO"; then :
6461 eval "$as_acx_Woption=yes"
6463 eval "$as_acx_Woption=no"
6465 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6468 eval ac_res
=\$
$as_acx_Woption
6469 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6470 $as_echo "$ac_res" >&6; }
6471 if test `eval 'as_val=${'$as_acx_Woption'};$as_echo "$as_val"'` = yes; then :
6472 strict_warn
="$strict_warn${strict_warn:+ }$real_option"
6475 CFLAGS
="$save_CFLAGS"
6478 save_CFLAGS
="$CFLAGS"
6479 for real_option
in -Wold-style-definition -Wc++-compat; do
6480 # Do the check with the no- prefix removed since gcc silently
6481 # accepts any -Wno-* option on purpose
6482 case $real_option in
6483 -Wno-*) option
=-W`expr x$real_option : 'x-Wno-\(.*\)'` ;;
6484 *) option
=$real_option ;;
6486 as_acx_Woption
=`$as_echo "acx_cv_prog_cc_warning_$option" | $as_tr_sh`
6488 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports $option" >&5
6489 $as_echo_n "checking whether $CC supports $option... " >&6; }
6490 if { as_var
=$as_acx_Woption; eval "test \"\${$as_var+set}\" = set"; }; then :
6491 $as_echo_n "(cached) " >&6
6494 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6495 /* end confdefs.h. */
6505 if ac_fn_c_try_compile
"$LINENO"; then :
6506 eval "$as_acx_Woption=yes"
6508 eval "$as_acx_Woption=no"
6510 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6513 eval ac_res
=\$
$as_acx_Woption
6514 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6515 $as_echo "$ac_res" >&6; }
6516 if test `eval 'as_val=${'$as_acx_Woption'};$as_echo "$as_val"'` = yes; then :
6517 c_strict_warn
="$c_strict_warn${c_strict_warn:+ }$real_option"
6520 CFLAGS
="$save_CFLAGS"
6522 # Do the check with the no- prefix removed from the warning options
6523 # since gcc silently accepts any -Wno-* option on purpose
6524 if test "$GCC" = yes; then :
6525 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports -pedantic -Wlong-long -Wvariadic-macros -Woverlength-strings" >&5
6526 $as_echo_n "checking whether $CC supports -pedantic -Wlong-long -Wvariadic-macros -Woverlength-strings... " >&6; }
6527 if test "${acx_cv_prog_cc_pedantic__Wlong_long__Wvariadic_macros__Woverlength_strings+set}" = set; then :
6528 $as_echo_n "(cached) " >&6
6530 save_CFLAGS
="$CFLAGS"
6531 CFLAGS
="-pedantic -Wlong-long -Wvariadic-macros -Woverlength-strings"
6532 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6533 /* end confdefs.h. */
6543 if ac_fn_c_try_compile
"$LINENO"; then :
6544 acx_cv_prog_cc_pedantic__Wlong_long__Wvariadic_macros__Woverlength_strings
=yes
6546 acx_cv_prog_cc_pedantic__Wlong_long__Wvariadic_macros__Woverlength_strings
=no
6548 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6549 CFLAGS
="$save_CFLAGS"
6551 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_prog_cc_pedantic__Wlong_long__Wvariadic_macros__Woverlength_strings" >&5
6552 $as_echo "$acx_cv_prog_cc_pedantic__Wlong_long__Wvariadic_macros__Woverlength_strings" >&6; }
6553 if test $acx_cv_prog_cc_pedantic__Wlong_long__Wvariadic_macros__Woverlength_strings = yes; then :
6554 strict_warn
="$strict_warn${strict_warn:+ }-pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings"
6559 # Check whether --enable-werror-always was given.
6560 if test "${enable_werror_always+set}" = set; then :
6561 enableval
=$enable_werror_always;
6563 enable_werror_always
=no
6566 if test $enable_werror_always = yes; then :
6567 strict_warn
="$strict_warn${strict_warn:+ }-Werror"
6572 # The above macros do nothing if the compiler is not GCC. However, the
6573 # Makefile has more goo to add other flags, so these variables are used
6574 # to enable warnings only for GCC.
6577 if test "x$GCC" = "xyes"; then
6578 warn_cflags
='$(GCC_WARN_CFLAGS)'
6579 warn_cxxflags
='$(GCC_WARN_CXXFLAGS)'
6584 # Disable exceptions and RTTI if building with g++
6586 save_CFLAGS
="$CFLAGS"
6587 for real_option
in -fno-exceptions -fno-rtti -fasynchronous-unwind-tables; do
6588 # Do the check with the no- prefix removed since gcc silently
6589 # accepts any -Wno-* option on purpose
6590 case $real_option in
6591 -Wno-*) option
=-W`expr x$real_option : 'x-Wno-\(.*\)'` ;;
6592 *) option
=$real_option ;;
6594 as_acx_Woption
=`$as_echo "acx_cv_prog_cc_warning_$option" | $as_tr_sh`
6596 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports $option" >&5
6597 $as_echo_n "checking whether $CC supports $option... " >&6; }
6598 if { as_var
=$as_acx_Woption; eval "test \"\${$as_var+set}\" = set"; }; then :
6599 $as_echo_n "(cached) " >&6
6602 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6603 /* end confdefs.h. */
6613 if ac_fn_c_try_compile
"$LINENO"; then :
6614 eval "$as_acx_Woption=yes"
6616 eval "$as_acx_Woption=no"
6618 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6621 eval ac_res
=\$
$as_acx_Woption
6622 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6623 $as_echo "$ac_res" >&6; }
6624 if test `eval 'as_val=${'$as_acx_Woption'};$as_echo "$as_val"'` = yes; then :
6625 noexception_flags
="$noexception_flags${noexception_flags:+ }$real_option"
6628 CFLAGS
="$save_CFLAGS"
6631 # Enable expensive internal checks
6633 if test x
"`cat $srcdir/DEV-PHASE`" != xexperimental
; then
6637 # Check whether --enable-checking was given.
6638 if test "${enable_checking+set}" = set; then :
6639 enableval
=$enable_checking; ac_checking_flags
="${enableval}"
6642 # Determine the default checks.
6643 if test x
$is_release = x
; then
6644 ac_checking_flags
=yes
6646 ac_checking_flags
=release
6650 IFS
="${IFS= }"; ac_save_IFS
="$IFS"; IFS
="$IFS,"
6651 for check
in release
$ac_checking_flags
6654 # these set all the flags to specific states
6655 yes) ac_assert_checking
=1 ; ac_checking
=1 ; ac_df_checking
= ;
6656 ac_fold_checking
= ; ac_gc_checking
=1 ;
6657 ac_gc_always_collect
= ; ac_gimple_checking
=1 ; ac_rtl_checking
= ;
6658 ac_rtlflag_checking
=1 ; ac_runtime_checking
=1 ;
6659 ac_tree_checking
=1 ; ac_valgrind_checking
= ;
6660 ac_types_checking
=1 ;;
6661 no|none
) ac_assert_checking
= ; ac_checking
= ; ac_df_checking
= ;
6662 ac_fold_checking
= ; ac_gc_checking
= ;
6663 ac_gc_always_collect
= ; ac_gimple_checking
= ; ac_rtl_checking
= ;
6664 ac_rtlflag_checking
= ; ac_runtime_checking
= ;
6665 ac_tree_checking
= ; ac_valgrind_checking
= ;
6666 ac_types_checking
= ;;
6667 all
) ac_assert_checking
=1 ; ac_checking
=1 ; ac_df_checking
=1 ;
6668 ac_fold_checking
=1 ; ac_gc_checking
=1 ;
6669 ac_gc_always_collect
=1 ; ac_gimple_checking
=1 ; ac_rtl_checking
=1 ;
6670 ac_rtlflag_checking
=1 ; ac_runtime_checking
=1 ;
6671 ac_tree_checking
=1 ; ac_valgrind_checking
= ;
6672 ac_types_checking
=1 ;;
6673 release
) ac_assert_checking
=1 ; ac_checking
= ; ac_df_checking
= ;
6674 ac_fold_checking
= ; ac_gc_checking
= ;
6675 ac_gc_always_collect
= ; ac_gimple_checking
= ; ac_rtl_checking
= ;
6676 ac_rtlflag_checking
= ; ac_runtime_checking
=1 ;
6677 ac_tree_checking
= ; ac_valgrind_checking
= ;
6678 ac_types_checking
= ;;
6679 # these enable particular checks
6680 assert
) ac_assert_checking
=1 ;;
6681 df
) ac_df_checking
=1 ;;
6682 fold) ac_fold_checking
=1 ;;
6683 gc
) ac_gc_checking
=1 ;;
6684 gcac
) ac_gc_always_collect
=1 ;;
6685 gimple
) ac_gimple_checking
=1 ;;
6686 misc
) ac_checking
=1 ;;
6687 rtl
) ac_rtl_checking
=1 ;;
6688 rtlflag
) ac_rtlflag_checking
=1 ;;
6689 runtime
) ac_runtime_checking
=1 ;;
6690 tree
) ac_tree_checking
=1 ;;
6691 types
) ac_types_checking
=1 ;;
6692 valgrind
) ac_valgrind_checking
=1 ;;
6693 *) as_fn_error
"unknown check category $check" "$LINENO" 5 ;;
6699 if test x
$ac_checking != x
; then
6701 $as_echo "#define ENABLE_CHECKING 1" >>confdefs.h
6703 nocommon_flag
=-fno-common
6706 if test x
$ac_df_checking != x
; then
6708 $as_echo "#define ENABLE_DF_CHECKING 1" >>confdefs.h
6711 if test x
$ac_assert_checking != x
; then
6713 $as_echo "#define ENABLE_ASSERT_CHECKING 1" >>confdefs.h
6716 if test x
$ac_gimple_checking != x
; then
6718 $as_echo "#define ENABLE_GIMPLE_CHECKING 1" >>confdefs.h
6722 if test x
$ac_runtime_checking != x
; then
6724 $as_echo "#define ENABLE_RUNTIME_CHECKING 1" >>confdefs.h
6727 if test x
$ac_tree_checking != x
; then
6729 $as_echo "#define ENABLE_TREE_CHECKING 1" >>confdefs.h
6731 TREEBROWSER
=tree-browser.o
6734 if test x
$ac_types_checking != x
; then
6736 $as_echo "#define ENABLE_TYPES_CHECKING 1" >>confdefs.h
6741 if test x
$ac_rtl_checking != x
; then
6743 $as_echo "#define ENABLE_RTL_CHECKING 1" >>confdefs.h
6746 if test x
$ac_rtlflag_checking != x
; then
6748 $as_echo "#define ENABLE_RTL_FLAG_CHECKING 1" >>confdefs.h
6751 if test x
$ac_gc_checking != x
; then
6753 $as_echo "#define ENABLE_GC_CHECKING 1" >>confdefs.h
6756 if test x
$ac_gc_always_collect != x
; then
6758 $as_echo "#define ENABLE_GC_ALWAYS_COLLECT 1" >>confdefs.h
6761 if test x
$ac_fold_checking != x
; then
6763 $as_echo "#define ENABLE_FOLD_CHECKING 1" >>confdefs.h
6766 valgrind_path_defines
=
6769 ac_fn_c_check_header_mongrel
"$LINENO" "valgrind.h" "ac_cv_header_valgrind_h" "$ac_includes_default"
6770 if test "x$ac_cv_header_valgrind_h" = x
""yes; then :
6778 # It is certainly possible that there's valgrind but no valgrind.h.
6779 # GCC relies on making annotations so we must have both.
6780 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for VALGRIND_DISCARD in <valgrind/memcheck.h>" >&5
6781 $as_echo_n "checking for VALGRIND_DISCARD in <valgrind/memcheck.h>... " >&6; }
6782 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6783 /* end confdefs.h. */
6784 #include <valgrind/memcheck.h>
6785 #ifndef VALGRIND_DISCARD
6786 #error VALGRIND_DISCARD not defined
6789 if ac_fn_c_try_cpp
"$LINENO"; then :
6790 gcc_cv_header_valgrind_memcheck_h
=yes
6792 gcc_cv_header_valgrind_memcheck_h
=no
6794 rm -f conftest.err conftest.
$ac_ext
6795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_header_valgrind_memcheck_h" >&5
6796 $as_echo "$gcc_cv_header_valgrind_memcheck_h" >&6; }
6797 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for VALGRIND_DISCARD in <memcheck.h>" >&5
6798 $as_echo_n "checking for VALGRIND_DISCARD in <memcheck.h>... " >&6; }
6799 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6800 /* end confdefs.h. */
6801 #include <memcheck.h>
6802 #ifndef VALGRIND_DISCARD
6803 #error VALGRIND_DISCARD not defined
6806 if ac_fn_c_try_cpp
"$LINENO"; then :
6807 gcc_cv_header_memcheck_h
=yes
6809 gcc_cv_header_memcheck_h
=no
6811 rm -f conftest.err conftest.
$ac_ext
6812 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_header_memcheck_h" >&5
6813 $as_echo "$gcc_cv_header_memcheck_h" >&6; }
6814 if test $gcc_cv_header_valgrind_memcheck_h = yes; then
6816 $as_echo "#define HAVE_VALGRIND_MEMCHECK_H 1" >>confdefs.h
6819 if test $gcc_cv_header_memcheck_h = yes; then
6821 $as_echo "#define HAVE_MEMCHECK_H 1" >>confdefs.h
6825 if test x
$ac_valgrind_checking != x
; then
6827 # Prepare PATH_SEPARATOR.
6828 # The user is always right.
6829 if test "${PATH_SEPARATOR+set}" != set; then
6830 echo "#! /bin/sh" >conf$$.sh
6831 echo "exit 0" >>conf$$.sh
6833 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
6841 # Find out how to test for executable files. Don't use a zero-byte file,
6842 # as systems may use methods other than mode bits to determine executability.
6843 cat >conf$$.
file <<_ASEOF
6847 chmod +x conf$$.
file
6848 if test -x conf$$.
file >/dev
/null
2>&1; then
6849 ac_executable_p
="test -x"
6851 ac_executable_p
="test -f"
6855 # Extract the first word of "valgrind", so it can be a program name with args.
6856 set dummy valgrind
; ac_word
=$2
6857 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6858 $as_echo_n "checking for $ac_word... " >&6; }
6859 if test "${ac_cv_path_valgrind_path+set}" = set; then :
6860 $as_echo_n "(cached) " >&6
6862 case "$valgrind_path" in
6864 ac_cv_path_valgrind_path
="$valgrind_path" # Let the user override the test with a path.
6867 ac_save_IFS
="$IFS"; IFS
=$PATH_SEPARATOR
6868 for ac_dir
in $PATH; do
6870 test -z "$ac_dir" && ac_dir
=.
6871 for ac_exec_ext
in '' $ac_executable_extensions; do
6872 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
6873 if $ac_dir/$ac_word --version |
grep valgrind-
>/dev
/null
2>&1; then
6874 ac_cv_path_valgrind_path
="$ac_dir/$ac_word$ac_exec_ext"
6884 valgrind_path
="$ac_cv_path_valgrind_path"
6885 if test -n "$valgrind_path"; then
6886 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $valgrind_path" >&5
6887 $as_echo "$valgrind_path" >&6; }
6889 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6890 $as_echo "no" >&6; }
6893 if test "x$valgrind_path" = "x" \
6894 ||
(test $have_valgrind_h = no \
6895 && test $gcc_cv_header_memcheck_h = no \
6896 && test $gcc_cv_header_valgrind_memcheck_h = no
); then
6897 as_fn_error
"*** Can't find both valgrind and valgrind/memcheck.h, memcheck.h or valgrind.h" "$LINENO" 5
6899 valgrind_path_defines
=-DVALGRIND_PATH='\"'$valgrind_path'\"'
6900 valgrind_command
="$valgrind_path -q"
6902 $as_echo "#define ENABLE_VALGRIND_CHECKING 1" >>confdefs.h
6908 # Enable code coverage collection
6909 # Check whether --enable-coverage was given.
6910 if test "${enable_coverage+set}" = set; then :
6911 enableval
=$enable_coverage; case "${enableval}" in
6913 coverage_flags
="-fprofile-arcs -ftest-coverage -frandom-seed=\$@ -O0"
6916 coverage_flags
="-fprofile-arcs -ftest-coverage -frandom-seed=\$@ -O2"
6919 # a.k.a. --disable-coverage
6923 as_fn_error
"unknown coverage setting $enableval" "$LINENO" 5
6932 # Check whether --enable-gather-detailed-mem-stats was given.
6933 if test "${enable_gather_detailed_mem_stats+set}" = set; then :
6934 enableval
=$enable_gather_detailed_mem_stats;
6936 enable_gather_detailed_mem_stats
=no
6939 gather_stats
=`if test $enable_gather_detailed_mem_stats != no; then echo 1; else echo 0; fi`
6941 cat >>confdefs.h
<<_ACEOF
6942 #define GATHER_STATISTICS $gather_stats
6946 # Check whether --enable-valgrind-annotations was given.
6947 if test "${enable_valgrind_annotations+set}" = set; then :
6948 enableval
=$enable_valgrind_annotations;
6950 enable_valgrind_annotations
=no
6953 if test x
$enable_valgrind_annotations != xno \
6954 ||
test x
$ac_valgrind_checking != x
; then
6955 if (test $have_valgrind_h = no \
6956 && test $gcc_cv_header_memcheck_h = no \
6957 && test $gcc_cv_header_valgrind_memcheck_h = no
); then
6958 as_fn_error
"*** Can't find valgrind/memcheck.h, memcheck.h or valgrind.h" "$LINENO" 5
6961 $as_echo "#define ENABLE_VALGRIND_ANNOTATIONS 1" >>confdefs.h
6965 # -------------------------------
6966 # Miscenalleous configure options
6967 # -------------------------------
6971 # Check whether --with-stabs was given.
6972 if test "${with_stabs+set}" = set; then :
6973 withval
=$with_stabs; stabs
="$with_stabs"
6979 # Determine whether or not multilibs are enabled.
6980 # Check whether --enable-multilib was given.
6981 if test "${enable_multilib+set}" = set; then :
6982 enableval
=$enable_multilib;
6989 # Determine whether or not multiarch is enabled.
6990 # Check whether --enable-multiarch was given.
6991 if test "${enable_multiarch+set}" = set; then :
6992 enableval
=$enable_multiarch; case "${enableval}" in
6993 yes|no|auto
) enable_multiarch
=$enableval;;
6994 *) as_fn_error
"bad value ${enableval} given for --enable-multiarch option" "$LINENO" 5 ;;
6997 enable_multiarch
=auto
7000 if test x
${enable_multiarch} = xauto
; then
7001 if test x
${with_native_system_header_dir} != x
; then
7002 ma_msg_suffix
=", disabled auto check (configured with --native-system-header-dir)"
7005 if test x
$host != x
$target && test "x$with_sysroot" = x
; then
7006 ma_msg_suffix
=", disabled auto check (cross build configured without --with-sysroot)"
7010 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for multiarch configuration" >&5
7011 $as_echo_n "checking for multiarch configuration... " >&6; }
7013 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_multiarch$ma_msg_suffix" >&5
7014 $as_echo "$enable_multiarch$ma_msg_suffix" >&6; }
7016 # needed for setting the multiarch name for soft-float/hard-float ABIs
7020 # Enable __cxa_atexit for C++.
7021 # Check whether --enable-__cxa_atexit was given.
7022 if test "${enable___cxa_atexit+set}" = set; then :
7023 enableval
=$enable___cxa_atexit;
7027 # Enable C extension for decimal float if target supports it.
7029 # Check whether --enable-decimal-float was given.
7030 if test "${enable_decimal_float+set}" = set; then :
7031 enableval
=$enable_decimal_float;
7032 case $enable_decimal_float in
7033 yes | no | bid | dpd
) default_decimal_float
=$enable_decimal_float ;;
7034 *) as_fn_error
"'$enable_decimal_float' is an invalid value for --enable-decimal-float.
7035 Valid choices are 'yes', 'bid', 'dpd', and 'no'." "$LINENO" 5 ;;
7041 powerpc
*-*-linux* | i?
86*-*-linux* | x86_64
*-*-linux* | s390
*-*-linux* | \
7043 i?
86*-*-mingw* | x86_64
*-*-mingw* | \
7044 i?
86*-*-cygwin* | x86_64
*-*-cygwin*)
7045 enable_decimal_float
=yes
7048 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: decimal float is not supported for this target, ignored" >&5
7049 $as_echo "$as_me: WARNING: decimal float is not supported for this target, ignored" >&2;}
7050 enable_decimal_float
=no
7057 # x86's use BID format instead of DPD
7058 case x
$enable_decimal_float in
7061 i?
86*-*-* | x86_64
*-*-*)
7062 enable_decimal_float
=bid
7065 enable_decimal_float
=dpd
7068 default_decimal_float
=$enable_decimal_float
7071 # ENABLE_DECIMAL_FLOAT is set to 0. But we have to have proper
7072 # dependency on libdecnumber.
7073 default_decimal_float
=dpd
7080 dfp
=`if test $enable_decimal_float != no; then echo 1; else echo 0; fi`
7082 cat >>confdefs.h
<<_ACEOF
7083 #define ENABLE_DECIMAL_FLOAT $dfp
7087 # Use default_decimal_float for dependency.
7088 enable_decimal_float
=$default_decimal_float
7090 bid
=`if test $enable_decimal_float = bid; then echo 1; else echo 0; fi`
7092 cat >>confdefs.h
<<_ACEOF
7093 #define ENABLE_DECIMAL_BID_FORMAT $bid
7097 # Enable C extension for fixed-point arithmetic.
7098 # Check whether --enable-fixed-point was given.
7099 if test "${enable_fixed_point+set}" = set; then :
7100 enableval
=$enable_fixed_point;
7105 enable_fixed_point
=yes
7109 enable_fixed_point
=yes
7112 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: fixed-point is not supported for this target, ignored" >&5
7113 $as_echo "$as_me: WARNING: fixed-point is not supported for this target, ignored" >&2;}
7114 enable_fixed_point
=no
7122 fixedpoint
=`if test $enable_fixed_point = yes; then echo 1; else echo 0; fi`
7124 cat >>confdefs.h
<<_ACEOF
7125 #define ENABLE_FIXED_POINT $fixedpoint
7130 # Pass with no value to take the default
7131 # Pass with a value to specify a thread package
7132 # Check whether --enable-threads was given.
7133 if test "${enable_threads+set}" = set; then :
7134 enableval
=$enable_threads;
7140 # Check whether --enable-tls was given.
7141 if test "${enable_tls+set}" = set; then :
7142 enableval
=$enable_tls;
7145 *) as_fn_error
"'$enable_tls' is an invalid value for --enable-tls.
7146 Valid choices are 'yes' and 'no'." "$LINENO" 5 ;;
7154 # Check whether --enable-objc-gc was given.
7155 if test "${enable_objc_gc+set}" = set; then :
7156 enableval
=$enable_objc_gc; if test x
$enable_objc_gc = xno
; then
7167 # Check whether --with-dwarf2 was given.
7168 if test "${with_dwarf2+set}" = set; then :
7169 withval
=$with_dwarf2; dwarf2
="$with_dwarf2"
7175 # Check whether --enable-shared was given.
7176 if test "${enable_shared+set}" = set; then :
7177 enableval
=$enable_shared;
7178 case $enable_shared in
7182 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
="${IFS}:,"
7183 for pkg
in $enableval; do
7184 if test "X$pkg" = "Xgcc" ||
test "X$pkg" = "Xlibgcc"; then
7199 # Check whether --with-native-system-header-dir was given.
7200 if test "${with_native_system_header_dir+set}" = set; then :
7201 withval
=$with_native_system_header_dir;
7202 case ${with_native_system_header_dir} in
7203 yes|no
) as_fn_error
"bad value ${withval} given for --with-native-system-header-dir" "$LINENO" 5 ;;
7204 /* |
[A-Za-z
]:[\\/]*) ;;
7205 *) as_fn_error
"--with-native-system-header-dir argument ${withval} must be an absolute directory" "$LINENO" 5 ;;
7207 configured_native_system_header_dir
="${withval}"
7210 configured_native_system_header_dir
=
7215 # Check whether --with-build-sysroot was given.
7216 if test "${with_build_sysroot+set}" = set; then :
7217 withval
=$with_build_sysroot; if test x
"$withval" != x
; then
7218 SYSROOT_CFLAGS_FOR_TARGET
="--sysroot=$withval"
7221 SYSROOT_CFLAGS_FOR_TARGET
=
7226 if test "x$prefix" = xNONE
; then
7227 test_prefix
=/usr
/local
7231 if test "x$exec_prefix" = xNONE
; then
7232 test_exec_prefix
=$test_prefix
7234 test_exec_prefix
=$exec_prefix
7238 # Check whether --with-sysroot was given.
7239 if test "${with_sysroot+set}" = set; then :
7240 withval
=$with_sysroot;
7241 case ${with_sysroot} in
7242 yes) TARGET_SYSTEM_ROOT
='${exec_prefix}/${target_noncanonical}/sys-root' ;;
7243 *) TARGET_SYSTEM_ROOT
=$with_sysroot ;;
7246 TARGET_SYSTEM_ROOT_DEFINE
='-DTARGET_SYSTEM_ROOT=\"$(TARGET_SYSTEM_ROOT)\"'
7247 CROSS_SYSTEM_HEADER_DIR
='$(TARGET_SYSTEM_ROOT)$${sysroot_headers_suffix}$(NATIVE_SYSTEM_HEADER_DIR)'
7249 case ${TARGET_SYSTEM_ROOT} in
7250 "${test_prefix}"|
"${test_prefix}/"*|\
7251 "${test_exec_prefix}"|
"${test_exec_prefix}/"*|\
7252 '${prefix}'|
'${prefix}/'*|\
7253 '${exec_prefix}'|
'${exec_prefix}/'*)
7254 t
="$TARGET_SYSTEM_ROOT_DEFINE -DTARGET_SYSTEM_ROOT_RELOCATABLE"
7255 TARGET_SYSTEM_ROOT_DEFINE
="$t"
7262 TARGET_SYSTEM_ROOT_DEFINE
=
7263 CROSS_SYSTEM_HEADER_DIR
='$(gcc_tooldir)/sys-include'
7272 # Check whether --with-specs was given.
7273 if test "${with_specs+set}" = set; then :
7274 withval
=$with_specs; CONFIGURE_SPECS
=$withval
7284 # Check whether --with-pkgversion was given.
7285 if test "${with_pkgversion+set}" = set; then :
7286 withval
=$with_pkgversion; case "$withval" in
7287 yes) as_fn_error
"package version not specified" "$LINENO" 5 ;;
7289 *) PKGVERSION
="($withval) " ;;
7300 # Check whether --with-bugurl was given.
7301 if test "${with_bugurl+set}" = set; then :
7302 withval
=$with_bugurl; case "$withval" in
7303 yes) as_fn_error
"bug URL not specified" "$LINENO" 5 ;;
7306 *) BUGURL
="$withval"
7310 BUGURL
="http://gcc.gnu.org/bugs.html"
7320 REPORT_BUGS_TO
="<$BUGURL>"
7321 REPORT_BUGS_TEXI
=@uref
{`echo "$BUGURL" | sed 's/@/@@/g'`}
7328 # Sanity check enable_languages in case someone does not run the toplevel
7329 # configure # script.
7330 # Check whether --enable-languages was given.
7331 if test "${enable_languages+set}" = set; then :
7332 enableval
=$enable_languages; case ,${enable_languages}, in
7334 # go safe -- we cannot be much sure without the toplevel
7336 # analysis of which target libs are present and usable
7340 as_fn_error
"only the toplevel supports --enable-languages=all" "$LINENO" 5
7345 enable_languages
=c
,${enable_languages}
7354 # Check whether --with-multilib-list was given.
7355 if test "${with_multilib_list+set}" = set; then :
7356 withval
=$with_multilib_list; :
7358 with_multilib_list
=default
7362 # -------------------------
7363 # Checks for other programs
7364 # -------------------------
7366 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
7367 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
7369 ac_make
=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
7370 if { as_var
=ac_cv_prog_make_
${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
7371 $as_echo_n "(cached) " >&6
7373 cat >conftest.
make <<\_ACEOF
7376 @
echo '@@@%%%=$(MAKE)=@@@%%%'
7378 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
7379 case `${MAKE-make} -f conftest.make 2>/dev/null` in
7381 eval ac_cv_prog_make_
${ac_make}_set
=yes;;
7383 eval ac_cv_prog_make_
${ac_make}_set
=no
;;
7387 if eval test \
$ac_cv_prog_make_${ac_make}_set
= yes; then
7388 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7389 $as_echo "yes" >&6; }
7392 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7393 $as_echo "no" >&6; }
7394 SET_MAKE
="MAKE=${MAKE-make}"
7398 # Find some useful tools
7399 for ac_prog
in gawk mawk nawk
awk
7401 # Extract the first word of "$ac_prog", so it can be a program name with args.
7402 set dummy
$ac_prog; ac_word
=$2
7403 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7404 $as_echo_n "checking for $ac_word... " >&6; }
7405 if test "${ac_cv_prog_AWK+set}" = set; then :
7406 $as_echo_n "(cached) " >&6
7408 if test -n "$AWK"; then
7409 ac_cv_prog_AWK
="$AWK" # Let the user override the test.
7411 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7415 test -z "$as_dir" && as_dir
=.
7416 for ac_exec_ext
in '' $ac_executable_extensions; do
7417 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7418 ac_cv_prog_AWK
="$ac_prog"
7419 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7429 if test -n "$AWK"; then
7430 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
7431 $as_echo "$AWK" >&6; }
7433 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7434 $as_echo "no" >&6; }
7438 test -n "$AWK" && break
7441 # We need awk to create options.c and options.h.
7442 # Bail out if it's missing.
7444 "") as_fn_error
"can't build without awk, bailing out" "$LINENO" 5 ;;
7447 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
7448 $as_echo_n "checking whether ln -s works... " >&6; }
7449 if test "${gcc_cv_prog_LN_S+set}" = set; then :
7450 $as_echo_n "(cached) " >&6
7452 rm -f conftestdata_t
7453 echo >conftestdata_f
7454 if ln -s conftestdata_f conftestdata_t
2>/dev
/null
7456 gcc_cv_prog_LN_S
="ln -s"
7458 if ln conftestdata_f conftestdata_t
2>/dev
/null
7462 if cp -p conftestdata_f conftestdata_t
2>/dev
/null
7464 gcc_cv_prog_LN_S
="cp -p"
7470 rm -f conftestdata_f conftestdata_t
7473 LN_S
="$gcc_cv_prog_LN_S"
7474 if test "$gcc_cv_prog_LN_S" = "ln -s"; then
7475 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7476 $as_echo "yes" >&6; }
7478 if test "$gcc_cv_prog_LN_S" = "ln"; then
7479 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using ln" >&5
7480 $as_echo "no, using ln" >&6; }
7482 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, and neither does ln, so using $gcc_cv_prog_LN_S" >&5
7483 $as_echo "no, and neither does ln, so using $gcc_cv_prog_LN_S" >&6; }
7487 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln works" >&5
7488 $as_echo_n "checking whether ln works... " >&6; }
7489 if test "${acx_cv_prog_LN+set}" = set; then :
7490 $as_echo_n "(cached) " >&6
7492 rm -f conftestdata_t
7493 echo >conftestdata_f
7494 if ln conftestdata_f conftestdata_t
2>/dev
/null
7500 rm -f conftestdata_f conftestdata_t
7503 if test $acx_cv_prog_LN = no
; then
7505 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN" >&5
7506 $as_echo "no, using $LN" >&6; }
7508 LN
="$acx_cv_prog_LN"
7509 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7510 $as_echo "yes" >&6; }
7513 if test -n "$ac_tool_prefix"; then
7514 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
7515 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
7516 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7517 $as_echo_n "checking for $ac_word... " >&6; }
7518 if test "${ac_cv_prog_RANLIB+set}" = set; then :
7519 $as_echo_n "(cached) " >&6
7521 if test -n "$RANLIB"; then
7522 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
7524 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7528 test -z "$as_dir" && as_dir
=.
7529 for ac_exec_ext
in '' $ac_executable_extensions; do
7530 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7531 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
7532 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7541 RANLIB
=$ac_cv_prog_RANLIB
7542 if test -n "$RANLIB"; then
7543 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
7544 $as_echo "$RANLIB" >&6; }
7546 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7547 $as_echo "no" >&6; }
7552 if test -z "$ac_cv_prog_RANLIB"; then
7553 ac_ct_RANLIB
=$RANLIB
7554 # Extract the first word of "ranlib", so it can be a program name with args.
7555 set dummy ranlib
; ac_word
=$2
7556 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7557 $as_echo_n "checking for $ac_word... " >&6; }
7558 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
7559 $as_echo_n "(cached) " >&6
7561 if test -n "$ac_ct_RANLIB"; then
7562 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
7564 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7568 test -z "$as_dir" && as_dir
=.
7569 for ac_exec_ext
in '' $ac_executable_extensions; do
7570 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7571 ac_cv_prog_ac_ct_RANLIB
="ranlib"
7572 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7581 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
7582 if test -n "$ac_ct_RANLIB"; then
7583 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
7584 $as_echo "$ac_ct_RANLIB" >&6; }
7586 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7587 $as_echo "no" >&6; }
7590 if test "x$ac_ct_RANLIB" = x
; then
7593 case $cross_compiling:$ac_tool_warned in
7595 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7596 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7597 ac_tool_warned
=yes ;;
7599 RANLIB
=$ac_ct_RANLIB
7602 RANLIB
="$ac_cv_prog_RANLIB"
7608 # Find a good install program. We prefer a C program (faster),
7609 # so one script is as good as another. But avoid the broken or
7610 # incompatible versions:
7611 # SysV /etc/install, /usr/sbin/install
7612 # SunOS /usr/etc/install
7613 # IRIX /sbin/install
7615 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
7616 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
7617 # ./install, which can be erroneously created by make from ./install.sh.
7618 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD compatible install" >&5
7619 $as_echo_n "checking for a BSD compatible install... " >&6; }
7620 if test -z "$INSTALL"; then
7621 if test "${ac_cv_path_install+set}" = set; then :
7622 $as_echo_n "(cached) " >&6
7624 IFS
="${IFS= }"; ac_save_IFS
="$IFS"; IFS
="${IFS}:"
7625 for ac_dir
in $PATH; do
7626 # Account for people who put trailing slashes in PATH elements.
7628 /|.
/|.
//|
/etc
/*|
/usr
/sbin
/*|
/usr
/etc
/*|
/sbin
/*|
/usr
/afsws
/bin
/*|
/usr
/ucb
/*) ;;
7630 # OSF1 and SCO ODT 3.0 have their own names for install.
7631 for ac_prog
in ginstall scoinst
install; do
7632 if test -f $ac_dir/$ac_prog; then
7633 if test $ac_prog = install &&
7634 grep dspmsg
$ac_dir/$ac_prog >/dev
/null
2>&1; then
7635 # AIX install. It has an incompatible calling convention.
7636 # OSF/1 installbsd also uses dspmsg, but is usable.
7639 ac_cv_path_install
="$ac_dir/$ac_prog -c"
7650 if test "${ac_cv_path_install+set}" = set; then
7651 INSTALL
="$ac_cv_path_install"
7653 # As a last resort, use the slow shell script. We don't cache a
7654 # path for INSTALL within a source directory, because that will
7655 # break other packages using the cache if that directory is
7656 # removed, or if the path is relative.
7657 INSTALL
="$ac_install_sh"
7660 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
7661 $as_echo "$INSTALL" >&6; }
7663 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
7664 # It thinks the first close brace ends the variable substitution.
7665 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
7667 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
7670 # See if cmp has --ignore-initial.
7671 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmp's capabilities" >&5
7672 $as_echo_n "checking for cmp's capabilities... " >&6; }
7673 if test "${gcc_cv_prog_cmp_skip+set}" = set; then :
7674 $as_echo_n "(cached) " >&6
7678 gcc_cv_prog_cmp_skip
=slowcompare
7679 if cmp --ignore-initial=2 t1 t2
> /dev
/null
2>&1; then
7680 if cmp --ignore-initial=1 t1 t2
> /dev
/null
2>&1; then
7683 gcc_cv_prog_cmp_skip
=gnucompare
7686 if test $gcc_cv_prog_cmp_skip = slowcompare
; then
7687 if cmp t1 t2
2 2 > /dev
/null
2>&1; then
7688 if cmp t1 t2
1 1 > /dev
/null
2>&1; then
7691 gcc_cv_prog_cmp_skip
=fastcompare
7698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_prog_cmp_skip" >&5
7699 $as_echo "$gcc_cv_prog_cmp_skip" >&6; }
7700 make_compare_target
=$gcc_cv_prog_cmp_skip
7704 # See if we have the mktemp command.
7705 # Extract the first word of "mktemp", so it can be a program name with args.
7706 set dummy mktemp
; ac_word
=$2
7707 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7708 $as_echo_n "checking for $ac_word... " >&6; }
7709 if test "${ac_cv_prog_have_mktemp_command+set}" = set; then :
7710 $as_echo_n "(cached) " >&6
7712 if test -n "$have_mktemp_command"; then
7713 ac_cv_prog_have_mktemp_command
="$have_mktemp_command" # Let the user override the test.
7715 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7719 test -z "$as_dir" && as_dir
=.
7720 for ac_exec_ext
in '' $ac_executable_extensions; do
7721 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7722 ac_cv_prog_have_mktemp_command
="yes"
7723 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7730 test -z "$ac_cv_prog_have_mktemp_command" && ac_cv_prog_have_mktemp_command
="no"
7733 have_mktemp_command
=$ac_cv_prog_have_mktemp_command
7734 if test -n "$have_mktemp_command"; then
7735 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_mktemp_command" >&5
7736 $as_echo "$have_mktemp_command" >&6; }
7738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7739 $as_echo "no" >&6; }
7744 # See if makeinfo has been installed and is modern enough
7745 # that we can use it.
7747 # Extract the first word of "makeinfo", so it can be a program name with args.
7748 set dummy makeinfo
; ac_word
=$2
7749 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7750 $as_echo_n "checking for $ac_word... " >&6; }
7751 if test "${ac_cv_prog_MAKEINFO+set}" = set; then :
7752 $as_echo_n "(cached) " >&6
7754 if test -n "$MAKEINFO"; then
7755 ac_cv_prog_MAKEINFO
="$MAKEINFO" # Let the user override the test.
7757 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7761 test -z "$as_dir" && as_dir
=.
7762 for ac_exec_ext
in '' $ac_executable_extensions; do
7763 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7764 ac_cv_prog_MAKEINFO
="makeinfo"
7765 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7774 MAKEINFO
=$ac_cv_prog_MAKEINFO
7775 if test -n "$MAKEINFO"; then
7776 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKEINFO" >&5
7777 $as_echo "$MAKEINFO" >&6; }
7779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7780 $as_echo "no" >&6; }
7784 if test -n "$MAKEINFO"; then
7785 # Found it, now check the version.
7786 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for modern makeinfo" >&5
7787 $as_echo_n "checking for modern makeinfo... " >&6; }
7788 if test "${gcc_cv_prog_makeinfo_modern+set}" = set; then :
7789 $as_echo_n "(cached) " >&6
7791 ac_prog_version
=`eval $MAKEINFO --version 2>&1 |
7792 sed -n 's/^.*GNU texinfo.* \([0-9][0-9.]*\).*$/\1/p'`
7794 case $ac_prog_version in
7795 '') gcc_cv_prog_makeinfo_modern
=no
;;
7796 4.
[7-9]*|
4.
[1-9][0-9]*|
[5-9]*|
[1-9][0-9]*) gcc_cv_prog_makeinfo_modern
=yes;;
7797 *) gcc_cv_prog_makeinfo_modern
=no
;;
7801 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_prog_makeinfo_modern" >&5
7802 $as_echo "$gcc_cv_prog_makeinfo_modern" >&6; }
7804 gcc_cv_prog_makeinfo_modern
=no
7806 if test $gcc_cv_prog_makeinfo_modern = no
; then
7807 MAKEINFO
="${CONFIG_SHELL-/bin/sh} $ac_aux_dir/missing makeinfo"
7810 if test $gcc_cv_prog_makeinfo_modern = no
; then
7811 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:
7812 *** Makeinfo is missing or too old.
7813 *** Info documentation will not be built." >&5
7814 $as_echo "$as_me: WARNING:
7815 *** Makeinfo is missing or too old.
7816 *** Info documentation will not be built." >&2;}
7823 # Is pod2man recent enough to regenerate manpages?
7824 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent Pod::Man" >&5
7825 $as_echo_n "checking for recent Pod::Man... " >&6; }
7826 if (perl
-e 'use 1.10 Pod::Man') >/dev
/null
2>&1; then
7827 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7828 $as_echo "yes" >&6; }
7829 GENERATED_MANPAGES
=generated-manpages
7831 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7832 $as_echo "no" >&6; }
7837 MISSING
="${CONFIG_SHELL-/bin/sh} $ac_aux_dir/missing"
7842 # Extract the first word of "$ac_prog", so it can be a program name with args.
7843 set dummy
$ac_prog; ac_word
=$2
7844 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7845 $as_echo_n "checking for $ac_word... " >&6; }
7846 if test "${ac_cv_prog_FLEX+set}" = set; then :
7847 $as_echo_n "(cached) " >&6
7849 if test -n "$FLEX"; then
7850 ac_cv_prog_FLEX
="$FLEX" # Let the user override the test.
7852 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7856 test -z "$as_dir" && as_dir
=.
7857 for ac_exec_ext
in '' $ac_executable_extensions; do
7858 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7859 ac_cv_prog_FLEX
="$ac_prog"
7860 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7869 FLEX
=$ac_cv_prog_FLEX
7870 if test -n "$FLEX"; then
7871 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
7872 $as_echo "$FLEX" >&6; }
7874 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7875 $as_echo "no" >&6; }
7879 test -n "$FLEX" && break
7881 test -n "$FLEX" || FLEX
="$MISSING flex"
7885 for ac_prog
in bison
7887 # Extract the first word of "$ac_prog", so it can be a program name with args.
7888 set dummy
$ac_prog; ac_word
=$2
7889 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7890 $as_echo_n "checking for $ac_word... " >&6; }
7891 if test "${ac_cv_prog_BISON+set}" = set; then :
7892 $as_echo_n "(cached) " >&6
7894 if test -n "$BISON"; then
7895 ac_cv_prog_BISON
="$BISON" # Let the user override the test.
7897 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7901 test -z "$as_dir" && as_dir
=.
7902 for ac_exec_ext
in '' $ac_executable_extensions; do
7903 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7904 ac_cv_prog_BISON
="$ac_prog"
7905 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7914 BISON
=$ac_cv_prog_BISON
7915 if test -n "$BISON"; then
7916 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
7917 $as_echo "$BISON" >&6; }
7919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7920 $as_echo "no" >&6; }
7924 test -n "$BISON" && break
7926 test -n "$BISON" || BISON
="$MISSING bison"
7929 # Binutils are not build modules, unlike bison/flex/makeinfo. So we
7930 # check for build == host before using them.
7933 if test x
${build} = x
${host} && test -f $srcdir/..
/binutils
/nm.c \
7934 && test -d ..
/binutils
; then
7935 NM
='${objdir}/../binutils/nm-new'
7937 # Extract the first word of "nm", so it can be a program name with args.
7938 set dummy nm
; ac_word
=$2
7939 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7940 $as_echo_n "checking for $ac_word... " >&6; }
7941 if test "${ac_cv_prog_NM+set}" = set; then :
7942 $as_echo_n "(cached) " >&6
7944 if test -n "$NM"; then
7945 ac_cv_prog_NM
="$NM" # Let the user override the test.
7947 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7951 test -z "$as_dir" && as_dir
=.
7952 for ac_exec_ext
in '' $ac_executable_extensions; do
7953 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7955 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7962 test -z "$ac_cv_prog_NM" && ac_cv_prog_NM
="${CONFIG_SHELL-/bin/sh} ${srcdir}/../missing nm"
7966 if test -n "$NM"; then
7967 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
7968 $as_echo "$NM" >&6; }
7970 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7971 $as_echo "no" >&6; }
7978 if test x
${build} = x
${host} && test -f $srcdir/..
/binutils
/ar.c \
7979 && test -d ..
/binutils
; then
7980 AR
='${objdir}/../binutils/ar'
7982 # Extract the first word of "ar", so it can be a program name with args.
7983 set dummy
ar; ac_word
=$2
7984 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7985 $as_echo_n "checking for $ac_word... " >&6; }
7986 if test "${ac_cv_prog_AR+set}" = set; then :
7987 $as_echo_n "(cached) " >&6
7989 if test -n "$AR"; then
7990 ac_cv_prog_AR
="$AR" # Let the user override the test.
7992 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7996 test -z "$as_dir" && as_dir
=.
7997 for ac_exec_ext
in '' $ac_executable_extensions; do
7998 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8000 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8007 test -z "$ac_cv_prog_AR" && ac_cv_prog_AR
="${CONFIG_SHELL-/bin/sh} ${srcdir}/../missing ar"
8011 if test -n "$AR"; then
8012 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8013 $as_echo "$AR" >&6; }
8015 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8016 $as_echo "no" >&6; }
8023 # --------------------
8024 # Checks for C headers
8025 # --------------------
8027 # Need to reject headers which give warnings, so that the -Werror bootstrap
8028 # works later. *sigh* This needs to come before all header checks.
8030 ac_c_preproc_warn_flag
=yes
8032 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
8033 $as_echo_n "checking for ANSI C header files... " >&6; }
8034 if test "${ac_cv_header_stdc+set}" = set; then :
8035 $as_echo_n "(cached) " >&6
8037 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8038 /* end confdefs.h. */
8052 if ac_fn_c_try_compile
"$LINENO"; then :
8053 ac_cv_header_stdc
=yes
8055 ac_cv_header_stdc
=no
8057 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
8059 if test $ac_cv_header_stdc = yes; then
8060 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
8061 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8062 /* end confdefs.h. */
8066 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8067 $EGREP "memchr" >/dev
/null
2>&1; then :
8070 ac_cv_header_stdc
=no
8076 if test $ac_cv_header_stdc = yes; then
8077 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
8078 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8079 /* end confdefs.h. */
8083 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8084 $EGREP "free" >/dev
/null
2>&1; then :
8087 ac_cv_header_stdc
=no
8093 if test $ac_cv_header_stdc = yes; then
8094 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
8095 if test "$cross_compiling" = yes; then :
8098 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8099 /* end confdefs.h. */
8102 #if ((' ' & 0x0FF) == 0x020)
8103 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
8104 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
8106 # define ISLOWER(c) \
8107 (('a' <= (c) && (c) <= 'i') \
8108 || ('j' <= (c) && (c) <= 'r') \
8109 || ('s' <= (c) && (c) <= 'z'))
8110 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
8113 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
8118 for (i = 0; i < 256; i++)
8119 if (XOR (islower (i), ISLOWER (i))
8120 || toupper (i) != TOUPPER (i))
8125 if ac_fn_c_try_run
"$LINENO"; then :
8128 ac_cv_header_stdc
=no
8130 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
8131 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
8136 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
8137 $as_echo "$ac_cv_header_stdc" >&6; }
8138 if test $ac_cv_header_stdc = yes; then
8140 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
8144 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether time.h and sys/time.h may both be included" >&5
8145 $as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; }
8146 if test "${ac_cv_header_time+set}" = set; then :
8147 $as_echo_n "(cached) " >&6
8149 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8150 /* end confdefs.h. */
8151 #include <sys/types.h>
8152 #include <sys/time.h>
8158 if ((struct tm *) 0)
8164 if ac_fn_c_try_compile
"$LINENO"; then :
8165 ac_cv_header_time
=yes
8167 ac_cv_header_time
=no
8169 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
8171 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_time" >&5
8172 $as_echo "$ac_cv_header_time" >&6; }
8173 if test $ac_cv_header_time = yes; then
8175 $as_echo "#define TIME_WITH_SYS_TIME 1" >>confdefs.h
8179 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether string.h and strings.h may both be included" >&5
8180 $as_echo_n "checking whether string.h and strings.h may both be included... " >&6; }
8181 if test "${gcc_cv_header_string+set}" = set; then :
8182 $as_echo_n "(cached) " >&6
8184 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8185 /* end confdefs.h. */
8187 #include <strings.h>
8196 if ac_fn_c_try_compile
"$LINENO"; then :
8197 gcc_cv_header_string
=yes
8199 gcc_cv_header_string
=no
8201 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
8203 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_header_string" >&5
8204 $as_echo "$gcc_cv_header_string" >&6; }
8205 if test $gcc_cv_header_string = yes; then
8207 $as_echo "#define STRING_WITH_STRINGS 1" >>confdefs.h
8211 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sys/wait.h that is POSIX.1 compatible" >&5
8212 $as_echo_n "checking for sys/wait.h that is POSIX.1 compatible... " >&6; }
8213 if test "${ac_cv_header_sys_wait_h+set}" = set; then :
8214 $as_echo_n "(cached) " >&6
8216 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8217 /* end confdefs.h. */
8218 #include <sys/types.h>
8219 #include <sys/wait.h>
8221 # define WEXITSTATUS(stat_val) ((unsigned int) (stat_val) >> 8)
8224 # define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
8232 s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
8237 if ac_fn_c_try_compile
"$LINENO"; then :
8238 ac_cv_header_sys_wait_h
=yes
8240 ac_cv_header_sys_wait_h
=no
8242 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
8244 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_sys_wait_h" >&5
8245 $as_echo "$ac_cv_header_sys_wait_h" >&6; }
8246 if test $ac_cv_header_sys_wait_h = yes; then
8248 $as_echo "#define HAVE_SYS_WAIT_H 1" >>confdefs.h
8252 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether termios.h defines TIOCGWINSZ" >&5
8253 $as_echo_n "checking whether termios.h defines TIOCGWINSZ... " >&6; }
8254 if test "${ac_cv_sys_tiocgwinsz_in_termios_h+set}" = set; then :
8255 $as_echo_n "(cached) " >&6
8257 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8258 /* end confdefs.h. */
8259 #include <sys/types.h>
8260 #include <termios.h>
8266 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8267 $EGREP "yes" >/dev
/null
2>&1; then :
8268 ac_cv_sys_tiocgwinsz_in_termios_h
=yes
8270 ac_cv_sys_tiocgwinsz_in_termios_h
=no
8275 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_tiocgwinsz_in_termios_h" >&5
8276 $as_echo "$ac_cv_sys_tiocgwinsz_in_termios_h" >&6; }
8278 if test $ac_cv_sys_tiocgwinsz_in_termios_h != yes; then
8279 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether sys/ioctl.h defines TIOCGWINSZ" >&5
8280 $as_echo_n "checking whether sys/ioctl.h defines TIOCGWINSZ... " >&6; }
8281 if test "${ac_cv_sys_tiocgwinsz_in_sys_ioctl_h+set}" = set; then :
8282 $as_echo_n "(cached) " >&6
8284 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8285 /* end confdefs.h. */
8286 #include <sys/types.h>
8287 #include <sys/ioctl.h>
8293 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8294 $EGREP "yes" >/dev
/null
2>&1; then :
8295 ac_cv_sys_tiocgwinsz_in_sys_ioctl_h
=yes
8297 ac_cv_sys_tiocgwinsz_in_sys_ioctl_h
=no
8302 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_tiocgwinsz_in_sys_ioctl_h" >&5
8303 $as_echo "$ac_cv_sys_tiocgwinsz_in_sys_ioctl_h" >&6; }
8305 if test $ac_cv_sys_tiocgwinsz_in_sys_ioctl_h = yes; then
8307 $as_echo "#define GWINSZ_IN_SYS_IOCTL 1" >>confdefs.h
8312 for ac_header
in limits.h stddef.h string.h
strings.h stdlib.h
time.h
iconv.h \
8313 fcntl.h unistd.h sys
/file.h sys
/time.h sys
/mman.h \
8314 sys
/resource.h sys
/param.h sys
/times.h sys
/stat.h \
8315 direct.h malloc.h langinfo.h ldfcn.h locale.h wchar.h
8317 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8318 ac_fn_c_check_header_preproc
"$LINENO" "$ac_header" "$as_ac_Header"
8319 eval as_val
=\$
$as_ac_Header
8320 if test "x$as_val" = x
""yes; then :
8321 cat >>confdefs.h
<<_ACEOF
8322 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8329 # Check for thread headers.
8330 ac_fn_c_check_header_preproc
"$LINENO" "thread.h" "ac_cv_header_thread_h"
8331 if test "x$ac_cv_header_thread_h" = x
""yes; then :
8337 ac_fn_c_check_header_preproc
"$LINENO" "pthread.h" "ac_cv_header_pthread_h"
8338 if test "x$ac_cv_header_pthread_h" = x
""yes; then :
8345 # These tests can't be done till we know if we have limits.h.
8346 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for CHAR_BIT" >&5
8347 $as_echo_n "checking for CHAR_BIT... " >&6; }
8348 if test "${gcc_cv_decl_char_bit+set}" = set; then :
8349 $as_echo_n "(cached) " >&6
8351 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8352 /* end confdefs.h. */
8353 #ifdef HAVE_LIMITS_H
8360 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8361 $EGREP "found" >/dev
/null
2>&1; then :
8362 gcc_cv_decl_char_bit
=yes
8364 gcc_cv_decl_char_bit
=no
8370 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_decl_char_bit" >&5
8371 $as_echo "$gcc_cv_decl_char_bit" >&6; }
8372 if test $gcc_cv_decl_char_bit = no
; then
8373 { $as_echo "$as_me:${as_lineno-$LINENO}: checking number of bits in a byte" >&5
8374 $as_echo_n "checking number of bits in a byte... " >&6; }
8375 if test "${gcc_cv_c_nbby+set}" = set; then :
8376 $as_echo_n "(cached) " >&6
8380 while test $i -lt 65; do
8381 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8382 /* end confdefs.h. */
8388 case (unsigned char)((unsigned long)1 << $i) == ((unsigned long)1 << $i):
8389 case (unsigned char)((unsigned long)1<<($i-1)) == ((unsigned long)1<<($i-1)):
8395 if ac_fn_c_try_compile
"$LINENO"; then :
8396 gcc_cv_c_nbby
=$i; break
8398 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
8401 test -z "$gcc_cv_c_nbby" && gcc_cv_c_nbby
=failed
8404 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_c_nbby" >&5
8405 $as_echo "$gcc_cv_c_nbby" >&6; }
8406 if test $gcc_cv_c_nbby = failed
; then
8407 as_fn_error
"cannot determine number of bits in a byte" "$LINENO" 5
8410 cat >>confdefs.h
<<_ACEOF
8411 #define CHAR_BIT $gcc_cv_c_nbby
8416 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
8417 $as_echo_n "checking whether byte ordering is bigendian... " >&6; }
8418 if test "${ac_cv_c_bigendian+set}" = set; then :
8419 $as_echo_n "(cached) " >&6
8421 ac_cv_c_bigendian
=unknown
8422 # See if we're dealing with a universal compiler.
8423 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8424 /* end confdefs.h. */
8425 #ifndef __APPLE_CC__
8426 not a universal capable compiler
8431 if ac_fn_c_try_compile
"$LINENO"; then :
8433 # Check for potential -arch flags. It is not universal unless
8434 # there are at least two -arch flags with different values.
8437 for ac_word
in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
8438 if test -n "$ac_prev"; then
8440 i?
86 | x86_64 | ppc | ppc64
)
8441 if test -z "$ac_arch" ||
test "$ac_arch" = "$ac_word"; then
8444 ac_cv_c_bigendian
=universal
8450 elif test "x$ac_word" = "x-arch"; then
8455 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
8456 if test $ac_cv_c_bigendian = unknown
; then
8457 # See if sys/param.h defines the BYTE_ORDER macro.
8458 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8459 /* end confdefs.h. */
8460 #include <sys/types.h>
8461 #include <sys/param.h>
8466 #if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
8467 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
8476 if ac_fn_c_try_compile
"$LINENO"; then :
8477 # It does; now see whether it defined to BIG_ENDIAN or not.
8478 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8479 /* end confdefs.h. */
8480 #include <sys/types.h>
8481 #include <sys/param.h>
8486 #if BYTE_ORDER != BIG_ENDIAN
8494 if ac_fn_c_try_compile
"$LINENO"; then :
8495 ac_cv_c_bigendian
=yes
8497 ac_cv_c_bigendian
=no
8499 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
8501 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
8503 if test $ac_cv_c_bigendian = unknown
; then
8504 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
8505 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8506 /* end confdefs.h. */
8512 #if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
8520 if ac_fn_c_try_compile
"$LINENO"; then :
8521 # It does; now see whether it defined to _BIG_ENDIAN or not.
8522 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8523 /* end confdefs.h. */
8537 if ac_fn_c_try_compile
"$LINENO"; then :
8538 ac_cv_c_bigendian
=yes
8540 ac_cv_c_bigendian
=no
8542 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
8544 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
8546 if test $ac_cv_c_bigendian = unknown
; then
8547 # Compile a test program.
8548 if test "$cross_compiling" = yes; then :
8549 # Try to guess by grepping values from an object file.
8550 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8551 /* end confdefs.h. */
8552 short int ascii_mm[] =
8553 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
8554 short int ascii_ii[] =
8555 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
8556 int use_ascii (int i) {
8557 return ascii_mm[i] + ascii_ii[i];
8559 short int ebcdic_ii[] =
8560 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
8561 short int ebcdic_mm[] =
8562 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
8563 int use_ebcdic (int i) {
8564 return ebcdic_mm[i] + ebcdic_ii[i];
8571 return use_ascii (foo) == use_ebcdic (foo);
8576 if ac_fn_c_try_compile
"$LINENO"; then :
8577 if grep BIGenDianSyS conftest.
$ac_objext >/dev
/null
; then
8578 ac_cv_c_bigendian
=yes
8580 if grep LiTTleEnDian conftest.
$ac_objext >/dev
/null
; then
8581 if test "$ac_cv_c_bigendian" = unknown
; then
8582 ac_cv_c_bigendian
=no
8584 # finding both strings is unlikely to happen, but who knows?
8585 ac_cv_c_bigendian
=unknown
8589 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
8591 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8592 /* end confdefs.h. */
8593 $ac_includes_default
8598 /* Are we little or big endian? From Harbison&Steele. */
8602 char c[sizeof (long int)];
8605 return u.c[sizeof (long int) - 1] == 1;
8611 if ac_fn_c_try_run
"$LINENO"; then :
8612 ac_cv_c_bigendian
=no
8614 ac_cv_c_bigendian
=yes
8616 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
8617 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
8622 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
8623 $as_echo "$ac_cv_c_bigendian" >&6; }
8624 case $ac_cv_c_bigendian in #(
8626 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
8632 $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
8636 as_fn_error
"unknown endianness
8637 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
8641 # ----------------------
8642 # Checks for C++ headers
8643 # ----------------------
8646 ac_cpp
='$CXXCPP $CPPFLAGS'
8647 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8648 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8649 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
8650 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C++ preprocessor" >&5
8651 $as_echo_n "checking how to run the C++ preprocessor... " >&6; }
8652 if test -z "$CXXCPP"; then
8653 if test "${ac_cv_prog_CXXCPP+set}" = set; then :
8654 $as_echo_n "(cached) " >&6
8656 # Double quotes because CXXCPP needs to be expanded
8657 for CXXCPP
in "$CXX -E" "/lib/cpp"
8660 for ac_cxx_preproc_warn_flag
in '' yes
8662 # Use a header file that comes with gcc, so configuring glibc
8663 # with a fresh cross-compiler works.
8664 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8665 # <limits.h> exists even on freestanding compilers.
8666 # On the NeXT, cc -E runs the code through the compiler's parser,
8667 # not just through cpp. "Syntax error" is here to catch this case.
8668 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8669 /* end confdefs.h. */
8671 # include <limits.h>
8673 # include <assert.h>
8677 if ac_fn_cxx_try_cpp
"$LINENO"; then :
8680 # Broken: fails on valid input.
8683 rm -f conftest.err conftest.
$ac_ext
8685 # OK, works on sane cases. Now check whether nonexistent headers
8686 # can be detected and how.
8687 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8688 /* end confdefs.h. */
8689 #include <ac_nonexistent.h>
8691 if ac_fn_cxx_try_cpp
"$LINENO"; then :
8692 # Broken: success on invalid input.
8695 # Passes both tests.
8699 rm -f conftest.err conftest.
$ac_ext
8702 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
8703 rm -f conftest.err conftest.
$ac_ext
8704 if $ac_preproc_ok; then :
8709 ac_cv_prog_CXXCPP
=$CXXCPP
8712 CXXCPP
=$ac_cv_prog_CXXCPP
8714 ac_cv_prog_CXXCPP
=$CXXCPP
8716 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXXCPP" >&5
8717 $as_echo "$CXXCPP" >&6; }
8719 for ac_cxx_preproc_warn_flag
in '' yes
8721 # Use a header file that comes with gcc, so configuring glibc
8722 # with a fresh cross-compiler works.
8723 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8724 # <limits.h> exists even on freestanding compilers.
8725 # On the NeXT, cc -E runs the code through the compiler's parser,
8726 # not just through cpp. "Syntax error" is here to catch this case.
8727 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8728 /* end confdefs.h. */
8730 # include <limits.h>
8732 # include <assert.h>
8736 if ac_fn_cxx_try_cpp
"$LINENO"; then :
8739 # Broken: fails on valid input.
8742 rm -f conftest.err conftest.
$ac_ext
8744 # OK, works on sane cases. Now check whether nonexistent headers
8745 # can be detected and how.
8746 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8747 /* end confdefs.h. */
8748 #include <ac_nonexistent.h>
8750 if ac_fn_cxx_try_cpp
"$LINENO"; then :
8751 # Broken: success on invalid input.
8754 # Passes both tests.
8758 rm -f conftest.err conftest.
$ac_ext
8761 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
8762 rm -f conftest.err conftest.
$ac_ext
8763 if $ac_preproc_ok; then :
8766 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
8767 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
8768 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: C++ preprocessor \"$CXXCPP\" fails sanity check
8769 See \`config.log' for more details." >&5
8770 $as_echo "$as_me: WARNING: C++ preprocessor \"$CXXCPP\" fails sanity check
8771 See \`config.log' for more details." >&2;}; }
8775 ac_cpp
='$CPP $CPPFLAGS'
8776 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8777 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8778 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
8782 ac_cpp
='$CXXCPP $CPPFLAGS'
8783 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8784 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8785 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
8790 for ac_header
in unordered_map
8792 ac_fn_cxx_check_header_preproc
"$LINENO" "unordered_map" "ac_cv_header_unordered_map"
8793 if test "x$ac_cv_header_unordered_map" = x
""yes; then :
8794 cat >>confdefs.h
<<_ACEOF
8795 #define HAVE_UNORDERED_MAP 1
8801 for ac_header
in tr1/unordered_map
8803 ac_fn_cxx_check_header_preproc
"$LINENO" "tr1/unordered_map" "ac_cv_header_tr1_unordered_map"
8804 if test "x$ac_cv_header_tr1_unordered_map" = x
""yes; then :
8805 cat >>confdefs.h
<<_ACEOF
8806 #define HAVE_TR1_UNORDERED_MAP 1
8812 for ac_header
in ext
/hash_map
8814 ac_fn_cxx_check_header_preproc
"$LINENO" "ext/hash_map" "ac_cv_header_ext_hash_map"
8815 if test "x$ac_cv_header_ext_hash_map" = x
""yes; then :
8816 cat >>confdefs.h
<<_ACEOF
8817 #define HAVE_EXT_HASH_MAP 1
8825 ac_cpp
='$CPP $CPPFLAGS'
8826 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8827 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8828 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
8832 # Dependency checking.
8836 ac_cpp
='$CXXCPP $CPPFLAGS'
8837 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8838 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8839 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
8841 rm -rf .tst
2>/dev
/null
8842 mkdir .tst
2>/dev
/null
8843 if test -d .tst
; then
8848 rmdir .tst
2>/dev
/null
8850 DEPDIR
="${am__leading_dot}deps"
8852 ac_config_commands
="$ac_config_commands depdir"
8855 ac_config_commands
="$ac_config_commands gccdepdir"
8858 depcc
="$CXX" am_compiler_list
=
8860 am_depcomp
=$ac_aux_dir/depcomp
8861 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
8862 $as_echo_n "checking dependency style of $depcc... " >&6; }
8863 if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then :
8864 $as_echo_n "(cached) " >&6
8866 if test -f "$am_depcomp"; then
8867 # We make a subdir and do the tests there. Otherwise we can end up
8868 # making bogus files that we don't know about and never remove. For
8869 # instance it was reported that on HP-UX the gcc test will end up
8870 # making a dummy file named `D' -- because `-MD' means `put the output
8873 # Copy depcomp to subdir because otherwise we won't find it if we're
8874 # using a relative directory.
8875 cp "$am_depcomp" conftest.dir
8877 # We will build objects and dependencies in a subdirectory because
8878 # it helps to detect inapplicable dependency modes. For instance
8879 # both Tru64's cc and ICC support -MD to output dependencies as a
8880 # side effect of compilation, but ICC will put the dependencies in
8881 # the current directory while Tru64 will put them in the object
8885 am_cv_CXX_dependencies_compiler_type
=none
8886 if test "$am_compiler_list" = ""; then
8887 am_compiler_list
=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
8889 for depmode
in $am_compiler_list; do
8890 if test $depmode = none
; then break; fi
8892 $as_echo "$as_me:$LINENO: trying $depmode" >&5
8893 # Setup a source with many dependencies, because some compilers
8894 # like to wrap large dependency lists on column 80 (with \), and
8895 # we should not choose a depcomp mode which is confused by this.
8897 # We need to recreate these files for each test, as the compiler may
8898 # overwrite some of them when testing with obscure command lines.
8899 # This happens at least with the AIX C compiler.
8901 for i
in 1 2 3 4 5 6; do
8902 echo '#include "conftst'$i'.h"' >> sub
/conftest.c
8903 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
8904 # Solaris 8's {/usr,}/bin/sh.
8905 touch sub
/conftst
$i.h
8907 echo "include sub/conftest.Po" > confmf
8909 # We check with `-c' and `-o' for the sake of the "dashmstdout"
8910 # mode. It turns out that the SunPro C++ compiler does not properly
8911 # handle `-M -o', and we need to detect this.
8912 depcmd
="depmode=$depmode \
8913 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
8914 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
8915 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
8916 echo "| $depcmd" |
sed -e 's/ */ /g' >&5
8917 if env
$depcmd > conftest.err
2>&1 &&
8918 grep sub
/conftst6.h sub
/conftest.Po
>>conftest.err
2>&1 &&
8919 grep sub
/conftest.
${OBJEXT-o} sub
/conftest.Po
>>conftest.err
2>&1 &&
8920 ${MAKE-make} -s -f confmf
>>conftest.err
2>&1; then
8921 # icc doesn't choke on unknown options, it will just issue warnings
8922 # or remarks (even with -Werror). So we grep stderr for any message
8923 # that says an option was ignored or not supported.
8924 # When given -MP, icc 7.0 and 7.1 complain thusly:
8925 # icc: Command line warning: ignoring option '-M'; no argument required
8926 # The diagnosis changed in icc 8.0:
8927 # icc: Command line remark: option '-MP' not supported
8928 if (grep 'ignoring option' conftest.err ||
8929 grep 'not supported' conftest.err
) >/dev
/null
2>&1; then :; else
8930 am_cv_CXX_dependencies_compiler_type
=$depmode
8931 $as_echo "$as_me:$LINENO: success" >&5
8935 $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
8936 sed -e 's/^/| /' < conftest.err
>&5
8942 am_cv_CXX_dependencies_compiler_type
=none
8946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CXX_dependencies_compiler_type" >&5
8947 $as_echo "$am_cv_CXX_dependencies_compiler_type" >&6; }
8948 if test x
${am_cv_CXX_dependencies_compiler_type-none} = xnone
8949 then as_fn_error
"no usable dependency style found" "$LINENO" 5
8950 else CXXDEPMODE
=depmode
=$am_cv_CXX_dependencies_compiler_type
8955 ac_cpp
='$CPP $CPPFLAGS'
8956 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8957 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8958 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
8966 # These libraries may be used by collect2.
8967 # We may need a special search path to get them linked.
8968 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for collect2 libraries" >&5
8969 $as_echo_n "checking for collect2 libraries... " >&6; }
8970 if test "${gcc_cv_collect2_libs+set}" = set; then :
8971 $as_echo_n "(cached) " >&6
8974 for libs
in '' -lld -lmld \
8975 '-L/usr/lib/cmplrs/cc2.11 -lmld' \
8976 '-L/usr/lib/cmplrs/cc3.11 -lmld'
8979 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8980 /* end confdefs.h. */
8982 /* Override any GCC internal prototype to avoid an error.
8983 Use char because int might match the return type of a GCC
8984 builtin and then its argument prototype would still apply. */
8997 if ac_fn_c_try_link
"$LINENO"; then :
8998 gcc_cv_collect2_libs
="$libs"; break
9000 rm -f core conftest.err conftest.
$ac_objext \
9001 conftest
$ac_exeext conftest.
$ac_ext
9004 test -z "$gcc_cv_collect2_libs" && gcc_cv_collect2_libs
='none required'
9006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_collect2_libs" >&5
9007 $as_echo "$gcc_cv_collect2_libs" >&6; }
9008 case $gcc_cv_collect2_libs in
9010 *) COLLECT2_LIBS
=$gcc_cv_collect2_libs ;;
9014 # When building Ada code on Alpha, we need exc_resume which is usually in
9015 # -lexc. So test for it.
9018 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing exc_resume" >&5
9019 $as_echo_n "checking for library containing exc_resume... " >&6; }
9020 if test "${ac_cv_search_exc_resume+set}" = set; then :
9021 $as_echo_n "(cached) " >&6
9023 ac_func_search_save_LIBS
=$LIBS
9024 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9025 /* end confdefs.h. */
9027 /* Override any GCC internal prototype to avoid an error.
9028 Use char because int might match the return type of a GCC
9029 builtin and then its argument prototype would still apply. */
9037 return exc_resume ();
9042 for ac_lib
in '' exc
; do
9043 if test -z "$ac_lib"; then
9044 ac_res
="none required"
9047 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
9049 if ac_fn_c_try_link
"$LINENO"; then :
9050 ac_cv_search_exc_resume
=$ac_res
9052 rm -f core conftest.err conftest.
$ac_objext \
9054 if test "${ac_cv_search_exc_resume+set}" = set; then :
9058 if test "${ac_cv_search_exc_resume+set}" = set; then :
9061 ac_cv_search_exc_resume
=no
9064 LIBS
=$ac_func_search_save_LIBS
9066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_exc_resume" >&5
9067 $as_echo "$ac_cv_search_exc_resume" >&6; }
9068 ac_res
=$ac_cv_search_exc_resume
9069 if test "$ac_res" != no
; then :
9070 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
9078 # To support -mcpu=native on Solaris/SPARC, we need libkstat.
9081 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing kstat_open" >&5
9082 $as_echo_n "checking for library containing kstat_open... " >&6; }
9083 if test "${ac_cv_search_kstat_open+set}" = set; then :
9084 $as_echo_n "(cached) " >&6
9086 ac_func_search_save_LIBS
=$LIBS
9087 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9088 /* end confdefs.h. */
9090 /* Override any GCC internal prototype to avoid an error.
9091 Use char because int might match the return type of a GCC
9092 builtin and then its argument prototype would still apply. */
9100 return kstat_open ();
9105 for ac_lib
in '' kstat
; do
9106 if test -z "$ac_lib"; then
9107 ac_res
="none required"
9110 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
9112 if ac_fn_c_try_link
"$LINENO"; then :
9113 ac_cv_search_kstat_open
=$ac_res
9115 rm -f core conftest.err conftest.
$ac_objext \
9117 if test "${ac_cv_search_kstat_open+set}" = set; then :
9121 if test "${ac_cv_search_kstat_open+set}" = set; then :
9124 ac_cv_search_kstat_open
=no
9127 LIBS
=$ac_func_search_save_LIBS
9129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_kstat_open" >&5
9130 $as_echo "$ac_cv_search_kstat_open" >&6; }
9131 ac_res
=$ac_cv_search_kstat_open
9132 if test "$ac_res" != no
; then :
9133 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
9137 EXTRA_GCC_LIBS
="$LIBS"
9141 # Some systems put ldexp and frexp in libm instead of libc; assume
9142 # they're both in the same place. jcf-dump needs them.
9145 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing ldexp" >&5
9146 $as_echo_n "checking for library containing ldexp... " >&6; }
9147 if test "${ac_cv_search_ldexp+set}" = set; then :
9148 $as_echo_n "(cached) " >&6
9150 ac_func_search_save_LIBS
=$LIBS
9151 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9152 /* end confdefs.h. */
9154 /* Override any GCC internal prototype to avoid an error.
9155 Use char because int might match the return type of a GCC
9156 builtin and then its argument prototype would still apply. */
9169 for ac_lib
in '' m
; do
9170 if test -z "$ac_lib"; then
9171 ac_res
="none required"
9174 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
9176 if ac_fn_c_try_link
"$LINENO"; then :
9177 ac_cv_search_ldexp
=$ac_res
9179 rm -f core conftest.err conftest.
$ac_objext \
9181 if test "${ac_cv_search_ldexp+set}" = set; then :
9185 if test "${ac_cv_search_ldexp+set}" = set; then :
9188 ac_cv_search_ldexp
=no
9191 LIBS
=$ac_func_search_save_LIBS
9193 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_ldexp" >&5
9194 $as_echo "$ac_cv_search_ldexp" >&6; }
9195 ac_res
=$ac_cv_search_ldexp
9196 if test "$ac_res" != no
; then :
9197 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
9205 # Use <inttypes.h> only if it exists,
9206 # doesn't clash with <sys/types.h>, and declares intmax_t.
9207 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inttypes.h" >&5
9208 $as_echo_n "checking for inttypes.h... " >&6; }
9209 if test "${gcc_cv_header_inttypes_h+set}" = set; then :
9210 $as_echo_n "(cached) " >&6
9212 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9213 /* end confdefs.h. */
9214 #include <sys/types.h>
9215 #include <inttypes.h>
9224 if ac_fn_c_try_compile
"$LINENO"; then :
9225 gcc_cv_header_inttypes_h
=yes
9227 gcc_cv_header_inttypes_h
=no
9229 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
9232 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_header_inttypes_h" >&5
9233 $as_echo "$gcc_cv_header_inttypes_h" >&6; }
9234 if test $gcc_cv_header_inttypes_h = yes; then
9236 $as_echo "#define HAVE_INTTYPES_H 1" >>confdefs.h
9242 for ac_func
in times clock kill getrlimit setrlimit atoll atoq \
9243 sysconf strsignal getrusage nl_langinfo \
9244 gettimeofday mbstowcs wcswidth mmap setlocale \
9245 clearerr_unlocked feof_unlocked ferror_unlocked fflush_unlocked fgetc_unlocked fgets_unlocked fileno_unlocked fprintf_unlocked fputc_unlocked fputs_unlocked fread_unlocked fwrite_unlocked getchar_unlocked getc_unlocked putchar_unlocked putc_unlocked madvise
9247 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
9248 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
9249 eval as_val
=\$
$as_ac_var
9250 if test "x$as_val" = x
""yes; then :
9251 cat >>confdefs.h
<<_ACEOF
9252 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
9259 if test x
$ac_cv_func_mbstowcs = xyes
; then
9260 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mbstowcs works" >&5
9261 $as_echo_n "checking whether mbstowcs works... " >&6; }
9262 if test "${gcc_cv_func_mbstowcs_works+set}" = set; then :
9263 $as_echo_n "(cached) " >&6
9265 if test "$cross_compiling" = yes; then :
9266 gcc_cv_func_mbstowcs_works
=yes
9268 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9269 /* end confdefs.h. */
9277 if ac_fn_c_try_run
"$LINENO"; then :
9278 gcc_cv_func_mbstowcs_works
=yes
9280 gcc_cv_func_mbstowcs_works
=no
9282 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
9283 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
9287 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_func_mbstowcs_works" >&5
9288 $as_echo "$gcc_cv_func_mbstowcs_works" >&6; }
9289 if test x
$gcc_cv_func_mbstowcs_works = xyes
; then
9291 $as_echo "#define HAVE_WORKING_MBSTOWCS 1" >>confdefs.h
9296 ac_fn_c_check_type
"$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
9297 if test "x$ac_cv_type_ssize_t" = x
""yes; then :
9301 cat >>confdefs.h
<<_ACEOF
9307 ac_fn_c_check_type
"$LINENO" "caddr_t" "ac_cv_type_caddr_t" "$ac_includes_default"
9308 if test "x$ac_cv_type_caddr_t" = x
""yes; then :
9312 cat >>confdefs.h
<<_ACEOF
9313 #define caddr_t char *
9320 ac_fn_c_check_header_preproc
"$LINENO" "sys/mman.h" "ac_cv_header_sys_mman_h"
9321 if test "x$ac_cv_header_sys_mman_h" = x
""yes; then :
9322 gcc_header_sys_mman_h
=yes
9324 gcc_header_sys_mman_h
=no
9327 ac_fn_c_check_func
"$LINENO" "mmap" "ac_cv_func_mmap"
9328 if test "x$ac_cv_func_mmap" = x
""yes; then :
9334 if test "$gcc_header_sys_mman_h" != yes \
9335 ||
test "$gcc_func_mmap" != yes; then
9336 gcc_cv_func_mmap_file
=no
9337 gcc_cv_func_mmap_dev_zero
=no
9338 gcc_cv_func_mmap_anon
=no
9340 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether read-only mmap of a plain file works" >&5
9341 $as_echo_n "checking whether read-only mmap of a plain file works... " >&6; }
9342 if test "${gcc_cv_func_mmap_file+set}" = set; then :
9343 $as_echo_n "(cached) " >&6
9345 # Add a system to this blacklist if
9346 # mmap(0, stat_size, PROT_READ, MAP_PRIVATE, fd, 0) doesn't return a
9347 # memory area containing the same data that you'd get if you applied
9348 # read() to the same fd. The only system known to have a problem here
9349 # is VMS, where text files have record structure.
9352 gcc_cv_func_mmap_file
=no
;;
9354 gcc_cv_func_mmap_file
=yes;;
9357 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_func_mmap_file" >&5
9358 $as_echo "$gcc_cv_func_mmap_file" >&6; }
9359 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mmap from /dev/zero works" >&5
9360 $as_echo_n "checking whether mmap from /dev/zero works... " >&6; }
9361 if test "${gcc_cv_func_mmap_dev_zero+set}" = set; then :
9362 $as_echo_n "(cached) " >&6
9364 # Add a system to this blacklist if it has mmap() but /dev/zero
9365 # does not exist, or if mmapping /dev/zero does not give anonymous
9366 # zeroed pages with both the following properties:
9367 # 1. If you map N consecutive pages in with one call, and then
9368 # unmap any subset of those pages, the pages that were not
9369 # explicitly unmapped remain accessible.
9370 # 2. If you map two adjacent blocks of memory and then unmap them
9371 # both at once, they must both go away.
9372 # Systems known to be in this category are Windows (all variants),
9375 *vms
* | cygwin
* | pe | mingw
* | darwin
* | ultrix
* | hpux10
* | hpux11.00
)
9376 gcc_cv_func_mmap_dev_zero
=no
;;
9378 gcc_cv_func_mmap_dev_zero
=yes;;
9381 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_func_mmap_dev_zero" >&5
9382 $as_echo "$gcc_cv_func_mmap_dev_zero" >&6; }
9384 # Unlike /dev/zero, the MAP_ANON(YMOUS) defines can be probed for.
9385 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for MAP_ANON(YMOUS)" >&5
9386 $as_echo_n "checking for MAP_ANON(YMOUS)... " >&6; }
9387 if test "${gcc_cv_decl_map_anon+set}" = set; then :
9388 $as_echo_n "(cached) " >&6
9390 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9391 /* end confdefs.h. */
9392 #include <sys/types.h>
9393 #include <sys/mman.h>
9396 #ifndef MAP_ANONYMOUS
9397 #define MAP_ANONYMOUS MAP_ANON
9403 int n = MAP_ANONYMOUS;
9408 if ac_fn_c_try_compile
"$LINENO"; then :
9409 gcc_cv_decl_map_anon
=yes
9411 gcc_cv_decl_map_anon
=no
9413 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
9415 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_decl_map_anon" >&5
9416 $as_echo "$gcc_cv_decl_map_anon" >&6; }
9418 if test $gcc_cv_decl_map_anon = no
; then
9419 gcc_cv_func_mmap_anon
=no
9421 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mmap with MAP_ANON(YMOUS) works" >&5
9422 $as_echo_n "checking whether mmap with MAP_ANON(YMOUS) works... " >&6; }
9423 if test "${gcc_cv_func_mmap_anon+set}" = set; then :
9424 $as_echo_n "(cached) " >&6
9426 # Add a system to this blacklist if it has mmap() and MAP_ANON or
9427 # MAP_ANONYMOUS, but using mmap(..., MAP_PRIVATE|MAP_ANONYMOUS, -1, 0)
9428 # doesn't give anonymous zeroed pages with the same properties listed
9429 # above for use of /dev/zero.
9430 # Systems known to be in this category are Windows, VMS, and SCO Unix.
9432 *vms
* | cygwin
* | pe | mingw
* | sco
* | udk
* )
9433 gcc_cv_func_mmap_anon
=no
;;
9435 gcc_cv_func_mmap_anon
=yes;;
9438 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_func_mmap_anon" >&5
9439 $as_echo "$gcc_cv_func_mmap_anon" >&6; }
9443 if test $gcc_cv_func_mmap_file = yes; then
9445 $as_echo "#define HAVE_MMAP_FILE 1" >>confdefs.h
9448 if test $gcc_cv_func_mmap_dev_zero = yes; then
9450 $as_echo "#define HAVE_MMAP_DEV_ZERO 1" >>confdefs.h
9453 if test $gcc_cv_func_mmap_anon = yes; then
9455 $as_echo "#define HAVE_MMAP_ANON 1" >>confdefs.h
9462 # Under VMS, vfork works very differently than on Unix. The standard test
9463 # won't work, and it isn't easily adaptable. It makes more sense to
9465 ac_cv_func_vfork_works
=yes
9468 ac_fn_c_check_type
"$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
9469 if test "x$ac_cv_type_pid_t" = x
""yes; then :
9473 cat >>confdefs.h
<<_ACEOF
9479 for ac_header
in vfork.h
9481 ac_fn_c_check_header_preproc
"$LINENO" "vfork.h" "ac_cv_header_vfork_h"
9482 if test "x$ac_cv_header_vfork_h" = x
""yes; then :
9483 cat >>confdefs.h
<<_ACEOF
9484 #define HAVE_VFORK_H 1
9490 for ac_func
in fork vfork
9492 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
9493 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
9494 eval as_val
=\$
$as_ac_var
9495 if test "x$as_val" = x
""yes; then :
9496 cat >>confdefs.h
<<_ACEOF
9497 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
9503 if test "x$ac_cv_func_fork" = xyes
; then
9504 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working fork" >&5
9505 $as_echo_n "checking for working fork... " >&6; }
9506 if test "${ac_cv_func_fork_works+set}" = set; then :
9507 $as_echo_n "(cached) " >&6
9509 if test "$cross_compiling" = yes; then :
9510 ac_cv_func_fork_works
=cross
9512 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9513 /* end confdefs.h. */
9514 $ac_includes_default
9519 /* By Ruediger Kuhlmann. */
9526 if ac_fn_c_try_run
"$LINENO"; then :
9527 ac_cv_func_fork_works
=yes
9529 ac_cv_func_fork_works
=no
9531 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
9532 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
9536 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_fork_works" >&5
9537 $as_echo "$ac_cv_func_fork_works" >&6; }
9540 ac_cv_func_fork_works
=$ac_cv_func_fork
9542 if test "x$ac_cv_func_fork_works" = xcross
; then
9544 *-*-amigaos* |
*-*-msdosdjgpp*)
9545 # Override, as these systems have only a dummy fork() stub
9546 ac_cv_func_fork_works
=no
9549 ac_cv_func_fork_works
=yes
9552 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: result $ac_cv_func_fork_works guessed because of cross compilation" >&5
9553 $as_echo "$as_me: WARNING: result $ac_cv_func_fork_works guessed because of cross compilation" >&2;}
9555 ac_cv_func_vfork_works
=$ac_cv_func_vfork
9556 if test "x$ac_cv_func_vfork" = xyes
; then
9557 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working vfork" >&5
9558 $as_echo_n "checking for working vfork... " >&6; }
9559 if test "${ac_cv_func_vfork_works+set}" = set; then :
9560 $as_echo_n "(cached) " >&6
9562 if test "$cross_compiling" = yes; then :
9563 ac_cv_func_vfork_works
=cross
9565 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9566 /* end confdefs.h. */
9567 /* Thanks to Paul Eggert for this test. */
9568 $ac_includes_default
9569 #include <sys/wait.h>
9573 /* On some sparc systems, changes by the child to local and incoming
9574 argument registers are propagated back to the parent. The compiler
9575 is told about this with #include <vfork.h>, but some compilers
9576 (e.g. gcc -O) don't grok <vfork.h>. Test for this by using a
9577 static variable whose address is put into a register that is
9578 clobbered by the vfork. */
9581 sparc_address_test (int arg)
9583 sparc_address_test (arg) int arg;
9604 pid_t parent = getpid ();
9607 sparc_address_test (0);
9612 /* Here is another test for sparc vfork register problems. This
9613 test uses lots of local variables, at least as many local
9614 variables as main has allocated so far including compiler
9615 temporaries. 4 locals are enough for gcc 1.40.3 on a Solaris
9616 4.1.3 sparc, but we use 8 to be safe. A buggy compiler should
9617 reuse the register of parent for one of the local variables,
9618 since it will think that parent can't possibly be used any more
9619 in this routine. Assigning to the local variable will thus
9620 munge parent in the parent process. */
9622 p = getpid(), p1 = getpid(), p2 = getpid(), p3 = getpid(),
9623 p4 = getpid(), p5 = getpid(), p6 = getpid(), p7 = getpid();
9624 /* Convince the compiler that p..p7 are live; otherwise, it might
9625 use the same hardware register for all 8 local variables. */
9626 if (p != p1 || p != p2 || p != p3 || p != p4
9627 || p != p5 || p != p6 || p != p7)
9630 /* On some systems (e.g. IRIX 3.3), vfork doesn't separate parent
9631 from child file descriptors. If the child closes a descriptor
9632 before it execs or exits, this munges the parent's descriptor
9633 as well. Test for this by closing stdout in the child. */
9634 _exit(close(fileno(stdout)) != 0);
9639 while (wait(&status) != child)
9642 /* Was there some problem with vforking? */
9645 /* Did the child fail? (This shouldn't happen.) */
9648 /* Did the vfork/compiler bug occur? */
9649 || parent != getpid()
9651 /* Did the file descriptor bug occur? */
9652 || fstat(fileno(stdout), &st) != 0
9657 if ac_fn_c_try_run
"$LINENO"; then :
9658 ac_cv_func_vfork_works
=yes
9660 ac_cv_func_vfork_works
=no
9662 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
9663 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
9667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_vfork_works" >&5
9668 $as_echo "$ac_cv_func_vfork_works" >&6; }
9671 if test "x$ac_cv_func_fork_works" = xcross
; then
9672 ac_cv_func_vfork_works
=$ac_cv_func_vfork
9673 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&5
9674 $as_echo "$as_me: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&2;}
9677 if test "x$ac_cv_func_vfork_works" = xyes
; then
9679 $as_echo "#define HAVE_WORKING_VFORK 1" >>confdefs.h
9683 $as_echo "#define vfork fork" >>confdefs.h
9686 if test "x$ac_cv_func_fork_works" = xyes
; then
9688 $as_echo "#define HAVE_WORKING_FORK 1" >>confdefs.h
9693 # g++ on Solaris 10+ defines _XOPEN_SOURCE=600, which exposes a different
9694 # iconv() prototype.
9696 ac_cpp
='$CXXCPP $CPPFLAGS'
9697 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9698 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9699 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
9702 if test "X$prefix" = "XNONE"; then
9703 acl_final_prefix
="$ac_default_prefix"
9705 acl_final_prefix
="$prefix"
9707 if test "X$exec_prefix" = "XNONE"; then
9708 acl_final_exec_prefix
='${prefix}'
9710 acl_final_exec_prefix
="$exec_prefix"
9712 acl_save_prefix
="$prefix"
9713 prefix
="$acl_final_prefix"
9714 eval acl_final_exec_prefix
=\"$acl_final_exec_prefix\"
9715 prefix
="$acl_save_prefix"
9718 # Check whether --with-gnu-ld was given.
9719 if test "${with_gnu_ld+set}" = set; then :
9720 withval
=$with_gnu_ld; test "$withval" = no || with_gnu_ld
=yes
9725 # Prepare PATH_SEPARATOR.
9726 # The user is always right.
9727 if test "${PATH_SEPARATOR+set}" != set; then
9728 echo "#! /bin/sh" >conf$$.sh
9729 echo "exit 0" >>conf$$.sh
9731 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
9739 if test "$GCC" = yes; then
9740 # Check if gcc -print-prog-name=ld gives a path.
9741 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by GCC" >&5
9742 $as_echo_n "checking for ld used by GCC... " >&6; }
9745 # gcc leaves a trailing carriage return which upsets mingw
9746 ac_prog
=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
9748 ac_prog
=`($CC -print-prog-name=ld) 2>&5` ;;
9751 # Accept absolute paths.
9752 [\\/]* |
[A-Za-z
]:[\\/]*)
9753 re_direlt
='/[^/][^/]*/\.\./'
9754 # Canonicalize the path of ld
9755 ac_prog
=`echo $ac_prog| sed 's%\\\\%/%g'`
9756 while echo $ac_prog |
grep "$re_direlt" > /dev
/null
2>&1; do
9757 ac_prog
=`echo $ac_prog| sed "s%$re_direlt%/%"`
9759 test -z "$LD" && LD
="$ac_prog"
9762 # If it fails, then pretend we aren't using GCC.
9766 # If it is relative, then search for the first ld in PATH.
9770 elif test "$with_gnu_ld" = yes; then
9771 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
9772 $as_echo_n "checking for GNU ld... " >&6; }
9774 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
9775 $as_echo_n "checking for non-GNU ld... " >&6; }
9777 if test "${acl_cv_path_LD+set}" = set; then :
9778 $as_echo_n "(cached) " >&6
9780 if test -z "$LD"; then
9781 IFS
="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
9782 for ac_dir
in $PATH; do
9783 test -z "$ac_dir" && ac_dir
=.
9784 if test -f "$ac_dir/$ac_prog" ||
test -f "$ac_dir/$ac_prog$ac_exeext"; then
9785 acl_cv_path_LD
="$ac_dir/$ac_prog"
9786 # Check to see if the program is GNU ld. I'd rather use --version,
9787 # but apparently some GNU ld's only accept -v.
9788 # Break only if it was the GNU/non-GNU ld that we prefer.
9789 if "$acl_cv_path_LD" -v 2>&1 < /dev
/null |
egrep '(GNU|with BFD)' > /dev
/null
; then
9790 test "$with_gnu_ld" != no
&& break
9792 test "$with_gnu_ld" != yes && break
9798 acl_cv_path_LD
="$LD" # Let the user override the test with a path.
9802 LD
="$acl_cv_path_LD"
9803 if test -n "$LD"; then
9804 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
9805 $as_echo "$LD" >&6; }
9807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9808 $as_echo "no" >&6; }
9810 test -z "$LD" && as_fn_error
"no acceptable ld found in \$PATH" "$LINENO" 5
9811 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
9812 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
9813 if test "${acl_cv_prog_gnu_ld+set}" = set; then :
9814 $as_echo_n "(cached) " >&6
9816 # I'd rather use --version here, but apparently some GNU ld's only accept -v.
9817 if $LD -v 2>&1 </dev
/null |
egrep '(GNU|with BFD)' 1>&5; then
9818 acl_cv_prog_gnu_ld
=yes
9820 acl_cv_prog_gnu_ld
=no
9823 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_prog_gnu_ld" >&5
9824 $as_echo "$acl_cv_prog_gnu_ld" >&6; }
9825 with_gnu_ld
=$acl_cv_prog_gnu_ld
9829 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shared library run path origin" >&5
9830 $as_echo_n "checking for shared library run path origin... " >&6; }
9831 if test "${acl_cv_rpath+set}" = set; then :
9832 $as_echo_n "(cached) " >&6
9835 CC
="$CC" GCC
="$GCC" LDFLAGS
="$LDFLAGS" LD
="$LD" with_gnu_ld
="$with_gnu_ld" \
9836 ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh
9842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_rpath" >&5
9843 $as_echo "$acl_cv_rpath" >&6; }
9845 libext
="$acl_cv_libext"
9846 shlibext
="$acl_cv_shlibext"
9847 hardcode_libdir_flag_spec
="$acl_cv_hardcode_libdir_flag_spec"
9848 hardcode_libdir_separator
="$acl_cv_hardcode_libdir_separator"
9849 hardcode_direct
="$acl_cv_hardcode_direct"
9850 hardcode_minus_L
="$acl_cv_hardcode_minus_L"
9851 # Check whether --enable-rpath was given.
9852 if test "${enable_rpath+set}" = set; then :
9853 enableval
=$enable_rpath; :
9867 acl_save_prefix
="$prefix"
9868 prefix
="$acl_final_prefix"
9869 acl_save_exec_prefix
="$exec_prefix"
9870 exec_prefix
="$acl_final_exec_prefix"
9872 eval additional_includedir
=\"$includedir\"
9873 eval additional_libdir
=\"$libdir\"
9875 exec_prefix
="$acl_save_exec_prefix"
9876 prefix
="$acl_save_prefix"
9879 # Check whether --with-libiconv-prefix was given.
9880 if test "${with_libiconv_prefix+set}" = set; then :
9881 withval
=$with_libiconv_prefix;
9882 if test "X$withval" = "Xno"; then
9885 if test "X$withval" = "X"; then
9887 acl_save_prefix
="$prefix"
9888 prefix
="$acl_final_prefix"
9889 acl_save_exec_prefix
="$exec_prefix"
9890 exec_prefix
="$acl_final_exec_prefix"
9892 eval additional_includedir
=\"$includedir\"
9893 eval additional_libdir
=\"$libdir\"
9895 exec_prefix
="$acl_save_exec_prefix"
9896 prefix
="$acl_save_prefix"
9899 additional_includedir
="$withval/include"
9900 additional_libdir
="$withval/lib"
9911 names_already_handled
=
9912 names_next_round
='iconv '
9913 while test -n "$names_next_round"; do
9914 names_this_round
="$names_next_round"
9916 for name
in $names_this_round; do
9918 for n
in $names_already_handled; do
9919 if test "$n" = "$name"; then
9924 if test -z "$already_handled"; then
9925 names_already_handled
="$names_already_handled $name"
9926 uppername
=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
9927 eval value
=\"\
$HAVE_LIB$uppername\"
9928 if test -n "$value"; then
9929 if test "$value" = yes; then
9930 eval value
=\"\
$LIB$uppername\"
9931 test -z "$value" || LIBICONV
="${LIBICONV}${LIBICONV:+ }$value"
9932 eval value
=\"\
$LTLIB$uppername\"
9933 test -z "$value" || LTLIBICONV
="${LTLIBICONV}${LTLIBICONV:+ }$value"
9942 if test $use_additional = yes; then
9943 if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then
9944 found_dir
="$additional_libdir"
9945 found_so
="$additional_libdir/lib$name.$shlibext"
9946 if test -f "$additional_libdir/lib$name.la"; then
9947 found_la
="$additional_libdir/lib$name.la"
9950 if test -f "$additional_libdir/lib$name.$libext"; then
9951 found_dir
="$additional_libdir"
9952 found_a
="$additional_libdir/lib$name.$libext"
9953 if test -f "$additional_libdir/lib$name.la"; then
9954 found_la
="$additional_libdir/lib$name.la"
9959 if test "X$found_dir" = "X"; then
9960 for x
in $LDFLAGS $LTLIBICONV; do
9962 acl_save_prefix
="$prefix"
9963 prefix
="$acl_final_prefix"
9964 acl_save_exec_prefix
="$exec_prefix"
9965 exec_prefix
="$acl_final_exec_prefix"
9967 exec_prefix
="$acl_save_exec_prefix"
9968 prefix
="$acl_save_prefix"
9972 dir
=`echo "X$x" | sed -e 's/^X-L//'`
9973 if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
9975 found_so
="$dir/lib$name.$shlibext"
9976 if test -f "$dir/lib$name.la"; then
9977 found_la
="$dir/lib$name.la"
9980 if test -f "$dir/lib$name.$libext"; then
9982 found_a
="$dir/lib$name.$libext"
9983 if test -f "$dir/lib$name.la"; then
9984 found_la
="$dir/lib$name.la"
9990 if test "X$found_dir" != "X"; then
9995 if test "X$found_dir" != "X"; then
9996 LTLIBICONV
="${LTLIBICONV}${LTLIBICONV:+ }-L$found_dir -l$name"
9997 if test "X$found_so" != "X"; then
9998 if test "$enable_rpath" = no ||
test "X$found_dir" = "X/usr/lib"; then
9999 LIBICONV
="${LIBICONV}${LIBICONV:+ }$found_so"
10002 for x
in $ltrpathdirs; do
10003 if test "X$x" = "X$found_dir"; then
10008 if test -z "$haveit"; then
10009 ltrpathdirs
="$ltrpathdirs $found_dir"
10011 if test "$hardcode_direct" = yes; then
10012 LIBICONV
="${LIBICONV}${LIBICONV:+ }$found_so"
10014 if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no
; then
10015 LIBICONV
="${LIBICONV}${LIBICONV:+ }$found_so"
10017 for x
in $rpathdirs; do
10018 if test "X$x" = "X$found_dir"; then
10023 if test -z "$haveit"; then
10024 rpathdirs
="$rpathdirs $found_dir"
10028 for x
in $LDFLAGS $LIBICONV; do
10030 acl_save_prefix
="$prefix"
10031 prefix
="$acl_final_prefix"
10032 acl_save_exec_prefix
="$exec_prefix"
10033 exec_prefix
="$acl_final_exec_prefix"
10035 exec_prefix
="$acl_save_exec_prefix"
10036 prefix
="$acl_save_prefix"
10038 if test "X$x" = "X-L$found_dir"; then
10043 if test -z "$haveit"; then
10044 LIBICONV
="${LIBICONV}${LIBICONV:+ }-L$found_dir"
10046 if test "$hardcode_minus_L" != no
; then
10047 LIBICONV
="${LIBICONV}${LIBICONV:+ }$found_so"
10049 LIBICONV
="${LIBICONV}${LIBICONV:+ }-l$name"
10055 if test "X$found_a" != "X"; then
10056 LIBICONV
="${LIBICONV}${LIBICONV:+ }$found_a"
10058 LIBICONV
="${LIBICONV}${LIBICONV:+ }-L$found_dir -l$name"
10061 additional_includedir
=
10062 case "$found_dir" in
10064 basedir
=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
10065 additional_includedir
="$basedir/include"
10068 if test "X$additional_includedir" != "X"; then
10069 if test "X$additional_includedir" != "X/usr/include"; then
10071 if test "X$additional_includedir" = "X/usr/local/include"; then
10072 if test -n "$GCC"; then
10074 linux
*) haveit
=yes;;
10078 if test -z "$haveit"; then
10079 for x
in $CPPFLAGS $INCICONV; do
10081 acl_save_prefix
="$prefix"
10082 prefix
="$acl_final_prefix"
10083 acl_save_exec_prefix
="$exec_prefix"
10084 exec_prefix
="$acl_final_exec_prefix"
10086 exec_prefix
="$acl_save_exec_prefix"
10087 prefix
="$acl_save_prefix"
10089 if test "X$x" = "X-I$additional_includedir"; then
10094 if test -z "$haveit"; then
10095 if test -d "$additional_includedir"; then
10096 INCICONV
="${INCICONV}${INCICONV:+ }-I$additional_includedir"
10102 if test -n "$found_la"; then
10103 save_libdir
="$libdir"
10104 case "$found_la" in
10105 */* |
*\\*) .
"$found_la" ;;
10106 *) .
"./$found_la" ;;
10108 libdir
="$save_libdir"
10109 for dep
in $dependency_libs; do
10112 additional_libdir
=`echo "X$dep" | sed -e 's/^X-L//'`
10113 if test "X$additional_libdir" != "X/usr/lib"; then
10115 if test "X$additional_libdir" = "X/usr/local/lib"; then
10116 if test -n "$GCC"; then
10118 linux
*) haveit
=yes;;
10122 if test -z "$haveit"; then
10124 for x
in $LDFLAGS $LIBICONV; do
10126 acl_save_prefix
="$prefix"
10127 prefix
="$acl_final_prefix"
10128 acl_save_exec_prefix
="$exec_prefix"
10129 exec_prefix
="$acl_final_exec_prefix"
10131 exec_prefix
="$acl_save_exec_prefix"
10132 prefix
="$acl_save_prefix"
10134 if test "X$x" = "X-L$additional_libdir"; then
10139 if test -z "$haveit"; then
10140 if test -d "$additional_libdir"; then
10141 LIBICONV
="${LIBICONV}${LIBICONV:+ }-L$additional_libdir"
10145 for x
in $LDFLAGS $LTLIBICONV; do
10147 acl_save_prefix
="$prefix"
10148 prefix
="$acl_final_prefix"
10149 acl_save_exec_prefix
="$exec_prefix"
10150 exec_prefix
="$acl_final_exec_prefix"
10152 exec_prefix
="$acl_save_exec_prefix"
10153 prefix
="$acl_save_prefix"
10155 if test "X$x" = "X-L$additional_libdir"; then
10160 if test -z "$haveit"; then
10161 if test -d "$additional_libdir"; then
10162 LTLIBICONV
="${LTLIBICONV}${LTLIBICONV:+ }-L$additional_libdir"
10169 dir
=`echo "X$dep" | sed -e 's/^X-R//'`
10170 if test "$enable_rpath" != no
; then
10172 for x
in $rpathdirs; do
10173 if test "X$x" = "X$dir"; then
10178 if test -z "$haveit"; then
10179 rpathdirs
="$rpathdirs $dir"
10182 for x
in $ltrpathdirs; do
10183 if test "X$x" = "X$dir"; then
10188 if test -z "$haveit"; then
10189 ltrpathdirs
="$ltrpathdirs $dir"
10194 names_next_round
="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
10197 names_next_round
="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
10200 LIBICONV
="${LIBICONV}${LIBICONV:+ }$dep"
10201 LTLIBICONV
="${LTLIBICONV}${LTLIBICONV:+ }$dep"
10207 LIBICONV
="${LIBICONV}${LIBICONV:+ }-l$name"
10208 LTLIBICONV
="${LTLIBICONV}${LTLIBICONV:+ }-l$name"
10214 if test "X$rpathdirs" != "X"; then
10215 if test -n "$hardcode_libdir_separator"; then
10217 for found_dir
in $rpathdirs; do
10218 alldirs
="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
10220 acl_save_libdir
="$libdir"
10222 eval flag
=\"$hardcode_libdir_flag_spec\"
10223 libdir
="$acl_save_libdir"
10224 LIBICONV
="${LIBICONV}${LIBICONV:+ }$flag"
10226 for found_dir
in $rpathdirs; do
10227 acl_save_libdir
="$libdir"
10228 libdir
="$found_dir"
10229 eval flag
=\"$hardcode_libdir_flag_spec\"
10230 libdir
="$acl_save_libdir"
10231 LIBICONV
="${LIBICONV}${LIBICONV:+ }$flag"
10235 if test "X$ltrpathdirs" != "X"; then
10236 for found_dir
in $ltrpathdirs; do
10237 LTLIBICONV
="${LTLIBICONV}${LTLIBICONV:+ }-R$found_dir"
10247 am_save_CPPFLAGS
="$CPPFLAGS"
10249 for element
in $INCICONV; do
10251 for x
in $CPPFLAGS; do
10253 acl_save_prefix
="$prefix"
10254 prefix
="$acl_final_prefix"
10255 acl_save_exec_prefix
="$exec_prefix"
10256 exec_prefix
="$acl_final_exec_prefix"
10258 exec_prefix
="$acl_save_exec_prefix"
10259 prefix
="$acl_save_prefix"
10261 if test "X$x" = "X$element"; then
10266 if test -z "$haveit"; then
10267 CPPFLAGS
="${CPPFLAGS}${CPPFLAGS:+ }$element"
10272 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv" >&5
10273 $as_echo_n "checking for iconv... " >&6; }
10274 if test "${am_cv_func_iconv+set}" = set; then :
10275 $as_echo_n "(cached) " >&6
10278 am_cv_func_iconv
="no, consider installing GNU libiconv"
10280 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10281 /* end confdefs.h. */
10282 #include <stdlib.h>
10287 iconv_t cd = iconv_open("","");
10288 iconv(cd,NULL,NULL,NULL,NULL);
10294 if ac_fn_cxx_try_link
"$LINENO"; then :
10295 am_cv_func_iconv
=yes
10297 rm -f core conftest.err conftest.
$ac_objext \
10298 conftest
$ac_exeext conftest.
$ac_ext
10299 if test "$am_cv_func_iconv" != yes; then
10300 am_save_LIBS
="$LIBS"
10301 LIBS
="$LIBS $LIBICONV"
10302 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10303 /* end confdefs.h. */
10304 #include <stdlib.h>
10309 iconv_t cd = iconv_open("","");
10310 iconv(cd,NULL,NULL,NULL,NULL);
10316 if ac_fn_cxx_try_link
"$LINENO"; then :
10317 am_cv_lib_iconv
=yes
10318 am_cv_func_iconv
=yes
10320 rm -f core conftest.err conftest.
$ac_objext \
10321 conftest
$ac_exeext conftest.
$ac_ext
10322 LIBS
="$am_save_LIBS"
10326 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_func_iconv" >&5
10327 $as_echo "$am_cv_func_iconv" >&6; }
10328 if test "$am_cv_func_iconv" = yes; then
10330 $as_echo "#define HAVE_ICONV 1" >>confdefs.h
10333 if test "$am_cv_lib_iconv" = yes; then
10334 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libiconv" >&5
10335 $as_echo_n "checking how to link with libiconv... " >&6; }
10336 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBICONV" >&5
10337 $as_echo "$LIBICONV" >&6; }
10339 CPPFLAGS
="$am_save_CPPFLAGS"
10346 if test "$am_cv_func_iconv" = yes; then
10347 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv declaration" >&5
10348 $as_echo_n "checking for iconv declaration... " >&6; }
10349 if test "${am_cv_proto_iconv+set}" = set; then :
10350 $as_echo_n "(cached) " >&6
10353 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10354 /* end confdefs.h. */
10356 #include <stdlib.h>
10362 #if defined(__STDC__) || defined(__cplusplus)
10363 size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
10376 if ac_fn_cxx_try_compile
"$LINENO"; then :
10377 am_cv_proto_iconv_arg1
=""
10379 am_cv_proto_iconv_arg1
="const"
10381 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10382 am_cv_proto_iconv
="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"
10385 am_cv_proto_iconv
=`echo "$am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
10386 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${ac_t:-
10387 }$am_cv_proto_iconv" >&5
10389 }$am_cv_proto_iconv" >&6; }
10391 cat >>confdefs.h
<<_ACEOF
10392 #define ICONV_CONST $am_cv_proto_iconv_arg1
10398 ac_cpp
='$CPP $CPPFLAGS'
10399 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10400 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10401 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
10404 # Until we have in-tree GNU iconv:
10409 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LC_MESSAGES" >&5
10410 $as_echo_n "checking for LC_MESSAGES... " >&6; }
10411 if test "${am_cv_val_LC_MESSAGES+set}" = set; then :
10412 $as_echo_n "(cached) " >&6
10414 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10415 /* end confdefs.h. */
10416 #include <locale.h>
10425 if ac_fn_c_try_link
"$LINENO"; then :
10426 am_cv_val_LC_MESSAGES
=yes
10428 am_cv_val_LC_MESSAGES
=no
10430 rm -f core conftest.err conftest.
$ac_objext \
10431 conftest
$ac_exeext conftest.
$ac_ext
10433 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_val_LC_MESSAGES" >&5
10434 $as_echo "$am_cv_val_LC_MESSAGES" >&6; }
10435 if test $am_cv_val_LC_MESSAGES = yes; then
10437 $as_echo "#define HAVE_LC_MESSAGES 1" >>confdefs.h
10443 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nl_langinfo and CODESET" >&5
10444 $as_echo_n "checking for nl_langinfo and CODESET... " >&6; }
10445 if test "${am_cv_langinfo_codeset+set}" = set; then :
10446 $as_echo_n "(cached) " >&6
10448 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10449 /* end confdefs.h. */
10450 #include <langinfo.h>
10454 char* cs = nl_langinfo(CODESET);
10459 if ac_fn_c_try_link
"$LINENO"; then :
10460 am_cv_langinfo_codeset
=yes
10462 am_cv_langinfo_codeset
=no
10464 rm -f core conftest.err conftest.
$ac_objext \
10465 conftest
$ac_exeext conftest.
$ac_ext
10468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_langinfo_codeset" >&5
10469 $as_echo "$am_cv_langinfo_codeset" >&6; }
10470 if test $am_cv_langinfo_codeset = yes; then
10472 $as_echo "#define HAVE_LANGINFO_CODESET 1" >>confdefs.h
10477 # We will need to find libiberty.h and ansidecl.h
10478 saved_CFLAGS
="$CFLAGS"
10479 CFLAGS
="$CFLAGS -I${srcdir} -I${srcdir}/../include $GMPINC"
10480 saved_CXXFLAGS
="$CXXFLAGS"
10481 CXXFLAGS
="$CXXFLAGS -I${srcdir} -I${srcdir}/../include $GMPINC"
10482 for ac_func
in getenv atol asprintf sbrk abort atof getcwd getwd \
10483 strsignal strstr stpcpy strverscmp \
10484 errno snprintf vsnprintf vasprintf malloc realloc calloc \
10485 free
basename getopt
clock getpagesize ffs clearerr_unlocked feof_unlocked ferror_unlocked fflush_unlocked fgetc_unlocked fgets_unlocked fileno_unlocked fprintf_unlocked fputc_unlocked fputs_unlocked fread_unlocked fwrite_unlocked getchar_unlocked getc_unlocked putchar_unlocked putc_unlocked
10487 ac_tr_decl
=`$as_echo "HAVE_DECL_$ac_func" | $as_tr_cpp`
10488 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $ac_func is declared" >&5
10489 $as_echo_n "checking whether $ac_func is declared... " >&6; }
10490 if { as_var
=gcc_cv_have_decl_
$ac_func; eval "test \"\${$as_var+set}\" = set"; }; then :
10491 $as_echo_n "(cached) " >&6
10493 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10494 /* end confdefs.h. */
10496 #define $ac_tr_decl 1
10498 #include "ansidecl.h"
10499 #include "system.h"
10505 char *(*pfn) = (char *(*)) $ac_func ;
10511 if ac_fn_c_try_compile
"$LINENO"; then :
10512 eval "gcc_cv_have_decl_$ac_func=yes"
10514 eval "gcc_cv_have_decl_$ac_func=no"
10516 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10519 if eval "test \"`echo '$gcc_cv_have_decl_'$ac_func`\" = yes"; then
10520 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10521 $as_echo "yes" >&6; } ; cat >>confdefs.h
<<_ACEOF
10522 #define $ac_tr_decl 1
10526 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10527 $as_echo "no" >&6; } ; cat >>confdefs.h
<<_ACEOF
10528 #define $ac_tr_decl 0
10536 for ac_func
in getrlimit setrlimit getrusage
10538 ac_tr_decl
=`$as_echo "HAVE_DECL_$ac_func" | $as_tr_cpp`
10539 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $ac_func is declared" >&5
10540 $as_echo_n "checking whether $ac_func is declared... " >&6; }
10541 if { as_var
=gcc_cv_have_decl_
$ac_func; eval "test \"\${$as_var+set}\" = set"; }; then :
10542 $as_echo_n "(cached) " >&6
10544 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10545 /* end confdefs.h. */
10547 #define $ac_tr_decl 1
10549 #include "ansidecl.h"
10550 #include "system.h"
10551 #ifdef HAVE_SYS_RESOURCE_H
10552 #include <sys/resource.h>
10560 char *(*pfn) = (char *(*)) $ac_func ;
10566 if ac_fn_c_try_compile
"$LINENO"; then :
10567 eval "gcc_cv_have_decl_$ac_func=yes"
10569 eval "gcc_cv_have_decl_$ac_func=no"
10571 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10574 if eval "test \"`echo '$gcc_cv_have_decl_'$ac_func`\" = yes"; then
10575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10576 $as_echo "yes" >&6; } ; cat >>confdefs.h
<<_ACEOF
10577 #define $ac_tr_decl 1
10581 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10582 $as_echo "no" >&6; } ; cat >>confdefs.h
<<_ACEOF
10583 #define $ac_tr_decl 0
10591 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10592 /* end confdefs.h. */
10594 #include "ansidecl.h"
10595 #include "system.h"
10596 #ifdef HAVE_SYS_RESOURCE_H
10597 #include <sys/resource.h>
10608 if ac_fn_c_try_compile
"$LINENO"; then :
10612 $as_echo "#define rlim_t long" >>confdefs.h
10615 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10617 # On AIX 5.2, <ldfcn.h> conflicts with <fcntl.h>, as both define incompatible
10618 # FREAD and FWRITE macros. Fortunately, for GCC's single usage of ldgetname
10619 # in collect2.c, <fcntl.h> isn't visible, but the configure test below needs
10620 # to undef these macros to get the correct value for HAVE_DECL_LDGETNAME.
10621 for ac_func
in ldgetname
10623 ac_tr_decl
=`$as_echo "HAVE_DECL_$ac_func" | $as_tr_cpp`
10624 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $ac_func is declared" >&5
10625 $as_echo_n "checking whether $ac_func is declared... " >&6; }
10626 if { as_var
=gcc_cv_have_decl_
$ac_func; eval "test \"\${$as_var+set}\" = set"; }; then :
10627 $as_echo_n "(cached) " >&6
10629 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10630 /* end confdefs.h. */
10632 #define $ac_tr_decl 1
10634 #include "ansidecl.h"
10635 #include "system.h"
10636 #ifdef HAVE_LDFCN_H
10647 char *(*pfn) = (char *(*)) $ac_func ;
10653 if ac_fn_c_try_compile
"$LINENO"; then :
10654 eval "gcc_cv_have_decl_$ac_func=yes"
10656 eval "gcc_cv_have_decl_$ac_func=no"
10658 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10661 if eval "test \"`echo '$gcc_cv_have_decl_'$ac_func`\" = yes"; then
10662 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10663 $as_echo "yes" >&6; } ; cat >>confdefs.h
<<_ACEOF
10664 #define $ac_tr_decl 1
10668 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10669 $as_echo "no" >&6; } ; cat >>confdefs.h
<<_ACEOF
10670 #define $ac_tr_decl 0
10678 for ac_func
in times
10680 ac_tr_decl
=`$as_echo "HAVE_DECL_$ac_func" | $as_tr_cpp`
10681 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $ac_func is declared" >&5
10682 $as_echo_n "checking whether $ac_func is declared... " >&6; }
10683 if { as_var
=gcc_cv_have_decl_
$ac_func; eval "test \"\${$as_var+set}\" = set"; }; then :
10684 $as_echo_n "(cached) " >&6
10686 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10687 /* end confdefs.h. */
10689 #define $ac_tr_decl 1
10691 #include "ansidecl.h"
10692 #include "system.h"
10693 #ifdef HAVE_SYS_TIMES_H
10694 #include <sys/times.h>
10702 char *(*pfn) = (char *(*)) $ac_func ;
10708 if ac_fn_c_try_compile
"$LINENO"; then :
10709 eval "gcc_cv_have_decl_$ac_func=yes"
10711 eval "gcc_cv_have_decl_$ac_func=no"
10713 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10716 if eval "test \"`echo '$gcc_cv_have_decl_'$ac_func`\" = yes"; then
10717 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10718 $as_echo "yes" >&6; } ; cat >>confdefs.h
<<_ACEOF
10719 #define $ac_tr_decl 1
10723 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10724 $as_echo "no" >&6; } ; cat >>confdefs.h
<<_ACEOF
10725 #define $ac_tr_decl 0
10733 for ac_func
in sigaltstack
10735 ac_tr_decl
=`$as_echo "HAVE_DECL_$ac_func" | $as_tr_cpp`
10736 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $ac_func is declared" >&5
10737 $as_echo_n "checking whether $ac_func is declared... " >&6; }
10738 if { as_var
=gcc_cv_have_decl_
$ac_func; eval "test \"\${$as_var+set}\" = set"; }; then :
10739 $as_echo_n "(cached) " >&6
10741 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10742 /* end confdefs.h. */
10744 #define $ac_tr_decl 1
10746 #include "ansidecl.h"
10747 #include "system.h"
10748 #include <signal.h>
10755 char *(*pfn) = (char *(*)) $ac_func ;
10761 if ac_fn_c_try_compile
"$LINENO"; then :
10762 eval "gcc_cv_have_decl_$ac_func=yes"
10764 eval "gcc_cv_have_decl_$ac_func=no"
10766 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10769 if eval "test \"`echo '$gcc_cv_have_decl_'$ac_func`\" = yes"; then
10770 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10771 $as_echo "yes" >&6; } ; cat >>confdefs.h
<<_ACEOF
10772 #define $ac_tr_decl 1
10776 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10777 $as_echo "no" >&6; } ; cat >>confdefs.h
<<_ACEOF
10778 #define $ac_tr_decl 0
10786 # g++ on Solaris 10+ defines _XOPEN_SOURCE=600, which hides the madvise()
10789 ac_cpp
='$CXXCPP $CPPFLAGS'
10790 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10791 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10792 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
10794 for ac_func
in madvise
10796 ac_tr_decl
=`$as_echo "HAVE_DECL_$ac_func" | $as_tr_cpp`
10797 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $ac_func is declared" >&5
10798 $as_echo_n "checking whether $ac_func is declared... " >&6; }
10799 if { as_var
=gcc_cv_have_decl_
$ac_func; eval "test \"\${$as_var+set}\" = set"; }; then :
10800 $as_echo_n "(cached) " >&6
10802 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10803 /* end confdefs.h. */
10805 #define $ac_tr_decl 1
10807 #include "ansidecl.h"
10808 #include "system.h"
10815 char *(*pfn) = (char *(*)) $ac_func ;
10821 if ac_fn_cxx_try_compile
"$LINENO"; then :
10822 eval "gcc_cv_have_decl_$ac_func=yes"
10824 eval "gcc_cv_have_decl_$ac_func=no"
10826 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10829 if eval "test \"`echo '$gcc_cv_have_decl_'$ac_func`\" = yes"; then
10830 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10831 $as_echo "yes" >&6; } ; cat >>confdefs.h
<<_ACEOF
10832 #define $ac_tr_decl 1
10836 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10837 $as_echo "no" >&6; } ; cat >>confdefs.h
<<_ACEOF
10838 #define $ac_tr_decl 0
10846 ac_cpp
='$CPP $CPPFLAGS'
10847 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10848 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10849 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
10852 # More time-related stuff.
10853 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct tms" >&5
10854 $as_echo_n "checking for struct tms... " >&6; }
10855 if test "${ac_cv_struct_tms+set}" = set; then :
10856 $as_echo_n "(cached) " >&6
10859 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10860 /* end confdefs.h. */
10862 #include "ansidecl.h"
10863 #include "system.h"
10864 #ifdef HAVE_SYS_TIMES_H
10865 #include <sys/times.h>
10876 if ac_fn_c_try_compile
"$LINENO"; then :
10877 ac_cv_struct_tms
=yes
10879 ac_cv_struct_tms
=no
10881 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10883 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_struct_tms" >&5
10884 $as_echo "$ac_cv_struct_tms" >&6; }
10885 if test $ac_cv_struct_tms = yes; then
10887 $as_echo "#define HAVE_STRUCT_TMS 1" >>confdefs.h
10891 # use gcc_cv_* here because this doesn't match the behavior of AC_CHECK_TYPE.
10892 # revisit after autoconf 2.50.
10893 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clock_t" >&5
10894 $as_echo_n "checking for clock_t... " >&6; }
10895 if test "${gcc_cv_type_clock_t+set}" = set; then :
10896 $as_echo_n "(cached) " >&6
10899 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10900 /* end confdefs.h. */
10902 #include "ansidecl.h"
10903 #include "system.h"
10913 if ac_fn_c_try_compile
"$LINENO"; then :
10914 gcc_cv_type_clock_t
=yes
10916 gcc_cv_type_clock_t
=no
10918 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10920 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_type_clock_t" >&5
10921 $as_echo "$gcc_cv_type_clock_t" >&6; }
10922 if test $gcc_cv_type_clock_t = yes; then
10924 $as_echo "#define HAVE_CLOCK_T 1" >>confdefs.h
10928 # Check if F_SETLKW is supported by fcntl.
10929 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for F_SETLKW" >&5
10930 $as_echo_n "checking for F_SETLKW... " >&6; }
10931 if test "${ac_cv_f_setlkw+set}" = set; then :
10932 $as_echo_n "(cached) " >&6
10935 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10936 /* end confdefs.h. */
10948 return fcntl (1, F_SETLKW, &fl);
10953 if ac_fn_c_try_compile
"$LINENO"; then :
10958 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10960 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_f_setlkw" >&5
10961 $as_echo "$ac_cv_f_setlkw" >&6; }
10962 if test $ac_cv_f_setlkw = yes; then
10964 $as_echo "#define HOST_HAS_F_SETLKW 1" >>confdefs.h
10968 # Restore CFLAGS, CXXFLAGS from before the gcc_AC_NEED_DECLARATIONS tests.
10969 CFLAGS
="$saved_CFLAGS"
10970 CXXFLAGS
="$saved_CXXFLAGS"
10972 # mkdir takes a single argument on some systems.
10973 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if mkdir takes one argument" >&5
10974 $as_echo_n "checking if mkdir takes one argument... " >&6; }
10975 if test "${gcc_cv_mkdir_takes_one_arg+set}" = set; then :
10976 $as_echo_n "(cached) " >&6
10978 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10979 /* end confdefs.h. */
10981 #include <sys/types.h>
10982 #ifdef HAVE_SYS_STAT_H
10983 # include <sys/stat.h>
10985 #ifdef HAVE_UNISTD_H
10986 # include <unistd.h>
10988 #ifdef HAVE_DIRECT_H
10989 # include <direct.h>
10999 if ac_fn_c_try_compile
"$LINENO"; then :
11000 gcc_cv_mkdir_takes_one_arg
=no
11002 gcc_cv_mkdir_takes_one_arg
=yes
11004 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_mkdir_takes_one_arg" >&5
11007 $as_echo "$gcc_cv_mkdir_takes_one_arg" >&6; }
11008 if test $gcc_cv_mkdir_takes_one_arg = yes ; then
11010 $as_echo "#define MKDIR_TAKES_ONE_ARG 1" >>confdefs.h
11021 # With Setjmp/Longjmp based exception handling.
11022 # Check whether --enable-sjlj-exceptions was given.
11023 if test "${enable_sjlj_exceptions+set}" = set; then :
11024 enableval
=$enable_sjlj_exceptions; case $target in
11026 if test $enableval != yes; then
11027 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: dwarf2 exceptions not supported, sjlj exceptions forced" >&5
11028 $as_echo "$as_me: WARNING: dwarf2 exceptions not supported, sjlj exceptions forced" >&2;}
11033 force_sjlj_exceptions
=yes
11037 force_sjlj_exceptions
=yes
11041 force_sjlj_exceptions
=yes
11045 force_sjlj_exceptions
=no
11050 if test $force_sjlj_exceptions = yes; then
11051 sjlj
=`if test $enableval = yes; then echo 1; else echo 0; fi`
11053 cat >>confdefs.h
<<_ACEOF
11054 #define CONFIG_SJLJ_EXCEPTIONS $sjlj
11059 # --------------------------------------------------------
11060 # Build, host, and target specific configuration fragments
11061 # --------------------------------------------------------
11063 # Collect build-machine-specific information.
11064 .
${srcdir}/config.build
11066 # Collect host-machine-specific information.
11067 .
${srcdir}/config.
host
11071 # Collect target-machine-specific information.
11072 .
${srcdir}/config.gcc
11074 extra_objs
="${host_extra_objs} ${extra_objs}"
11075 extra_gcc_objs
="${host_extra_gcc_objs} ${extra_gcc_objs}"
11077 # Default the target-machine variables that were not explicitly set.
11078 if test x
"$tm_file" = x
11079 then tm_file
=$cpu_type/$cpu_type.h
; fi
11081 if test x
"$extra_headers" = x
11082 then extra_headers
=; fi
11084 if test x
$md_file = x
11085 then md_file
=$cpu_type/$cpu_type.md
; fi
11087 if test x
$out_file = x
11088 then out_file
=$cpu_type/$cpu_type.c
; fi
11090 if test x
"$tmake_file" = x
11091 then tmake_file
=$cpu_type/t-
$cpu_type
11094 # Support --enable-initfini-array.
11095 if test x
$enable_initfini_array != xno
; then
11096 tm_file
="${tm_file} initfini-array.h"
11099 if test x
"$dwarf2" = xyes
11100 then tm_file
="$tm_file tm-dwarf2.h"
11103 # Say what files are being used for the output code and MD file.
11104 echo "Using \`$srcdir/config/$out_file' for machine-specific logic."
11105 echo "Using \`$srcdir/config/$md_file' as machine description file."
11107 # If any of the xm_file variables contain nonexistent files, warn
11108 # about them and drop them.
11111 for x
in $build_xm_file; do
11112 if test -f $srcdir/config
/$x
11114 else { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $srcdir/config/$x does not exist." >&5
11115 $as_echo "$as_me: WARNING: $srcdir/config/$x does not exist." >&2;}
11118 build_xm_file
="$bx"
11121 for x
in $host_xm_file; do
11122 if test -f $srcdir/config
/$x
11124 else { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $srcdir/config/$x does not exist." >&5
11125 $as_echo "$as_me: WARNING: $srcdir/config/$x does not exist." >&2;}
11131 for x
in $xm_file; do
11132 if test -f $srcdir/config
/$x
11134 else { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $srcdir/config/$x does not exist." >&5
11135 $as_echo "$as_me: WARNING: $srcdir/config/$x does not exist." >&2;}
11141 for f
in $tm_file; do
11144 if test $count = ax
; then
11145 echo "Using \`$srcdir/config/$tm_file' as target machine macro file."
11147 echo "Using the following target machine macro files:"
11148 for f
in $tm_file; do
11149 echo " $srcdir/config/$f"
11153 if test x
$need_64bit_hwint = xyes
; then
11155 $as_echo "#define NEED_64BIT_HOST_WIDE_INT 1" >>confdefs.h
11159 if test x
$use_long_long_for_widest_fast_int = xyes
; then
11161 $as_echo "#define USE_LONG_LONG_FOR_WIDEST_FAST_INT 1" >>confdefs.h
11165 gnu_ld_bool
=`if test x"$gnu_ld" = x"yes"; then echo 1; else echo 0; fi`
11167 cat >>confdefs.h
<<_ACEOF
11168 #define HAVE_GNU_LD $gnu_ld_bool
11172 gnu_as_bool
=`if test x"$gas" = x"yes"; then echo 1; else echo 0; fi`
11174 cat >>confdefs.h
<<_ACEOF
11175 #define HAVE_GNU_AS $gnu_as_bool
11180 for f
in $host_xm_file; do
11183 if test $count = a
; then
11185 elif test $count = ax
; then
11186 echo "Using \`$srcdir/config/$host_xm_file' as host machine macro file."
11188 echo "Using the following host machine macro files:"
11189 for f
in $host_xm_file; do
11190 echo " $srcdir/config/$f"
11193 echo "Using ${out_host_hook_obj} for host machine hooks."
11195 if test "$host_xm_file" != "$build_xm_file"; then
11197 for f
in $build_xm_file; do
11200 if test $count = a
; then
11202 elif test $count = ax
; then
11203 echo "Using \`$srcdir/config/$build_xm_file' as build machine macro file."
11205 echo "Using the following build machine macro files:"
11206 for f
in $build_xm_file; do
11207 echo " $srcdir/config/$f"
11212 if test -n "$configured_native_system_header_dir"; then
11213 native_system_header_dir
=$configured_native_system_header_dir
11215 NATIVE_SYSTEM_HEADER_DIR
="$native_system_header_dir"
11219 powerpc
*-*-darwin*)
11220 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mcontext_t fields have underscores" >&5
11221 $as_echo_n "checking whether mcontext_t fields have underscores... " >&6; }
11222 if test "${gcc_cv_mcontext_underscores+set}" = set; then :
11223 $as_echo_n "(cached) " >&6
11225 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11226 /* end confdefs.h. */
11228 #include <sys/cdefs.h>
11229 #include <sys/signal.h>
11230 #include <ucontext.h>
11231 int main() { mcontext_t m; if (m->ss.srr0) return 0; return 0; }
11234 if ac_fn_c_try_compile
"$LINENO"; then :
11235 gcc_cv_mcontext_underscores
=no
11237 gcc_cv_mcontext_underscores
=yes
11239 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11241 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_mcontext_underscores" >&5
11242 $as_echo "$gcc_cv_mcontext_underscores" >&6; }
11243 if test $gcc_cv_mcontext_underscores = yes; then
11245 $as_echo "#define HAS_MCONTEXT_T_UNDERSCORES /**/" >>confdefs.h
11255 # Check if a valid thread package
11256 case ${enable_threads} in
11259 target_thread_file
='single'
11263 target_thread_file
='single'
11265 aix | dce | lynx | mipssde | posix | rtems | \
11266 single | tpf | vxworks | win32
)
11267 target_thread_file
=${enable_threads}
11270 echo "${enable_threads} is an unknown thread package" 1>&2
11275 if test x
${thread_file} = x
; then
11276 # No thread file set by target-specific clauses in config.gcc,
11277 # so use file chosen by default logic above
11278 thread_file
=${target_thread_file}
11286 if test x
$enable___cxa_atexit = xyes || \
11287 test x
$enable___cxa_atexit = x
-a x
$default_use_cxa_atexit = xyes
; then
11288 if test x
$host = x
$target; then
11290 # mingw32 doesn't have __cxa_atexit but uses atexit registration
11291 # keyed to flag_use_cxa_atexit
11299 ac_fn_c_check_func
"$LINENO" "__cxa_atexit" "ac_cv_func___cxa_atexit"
11300 if test "x$ac_cv_func___cxa_atexit" = x
""yes; then :
11303 echo "__cxa_atexit can't be enabled on this target"
11309 # We can't check for __cxa_atexit when building a cross, so assume
11313 if test x
$use_cxa_atexit = xyes
; then
11315 $as_echo "#define DEFAULT_USE_CXA_ATEXIT 2" >>confdefs.h
11320 # Look for a file containing extra machine modes.
11321 if test -n "$extra_modes" && test -f $srcdir/config
/$extra_modes; then
11322 extra_modes_file
='$(srcdir)'/config
/${extra_modes}
11325 cat >>confdefs.h
<<_ACEOF
11326 #define EXTRA_MODES_FILE "config/$extra_modes"
11331 # Convert extra_options into a form suitable for Makefile use.
11334 for f
in $extra_options; do
11335 extra_opt_files
="$extra_opt_files \$(srcdir)/config/$f"
11336 all_opt_files
="$all_opt_files $srcdir/config/$f"
11340 # auto-host.h is the file containing items generated by autoconf and is
11341 # the first file included by config.h.
11342 # If host=build, it is correct to have bconfig include auto-host.h
11343 # as well. If host!=build, we are in error and need to do more
11344 # work to find out the build config parameters.
11345 if test x
$host = x
$build
11347 build_auto
=auto-host.h
11349 # We create a subdir, then run autoconf in the subdir.
11350 # To prevent recursion we set host and build for the new
11351 # invocation of configure to the build for this invocation
11358 /* | A-Za-z
:\\/* ) realsrcdir
=${srcdir};;
11359 *) realsrcdir
=..
/${srcdir};;
11361 # Clearing GMPINC is necessary to prevent host headers being
11362 # used by the build compiler. Defining GENERATOR_FILE stops
11363 # system.h from including gmp.h.
11364 CC
="${CC_FOR_BUILD}" CFLAGS
="${CFLAGS_FOR_BUILD}" \
11365 CXX
="${CXX_FOR_BUILD}" CXXFLAGS
="${CXXFLAGS_FOR_BUILD}" \
11366 LD
="${LD_FOR_BUILD}" LDFLAGS
="${LDFLAGS_FOR_BUILD}" \
11367 GMPINC
="" CPPFLAGS
="${CPPFLAGS} -DGENERATOR_FILE" \
11368 ${realsrcdir}/configure \
11369 --enable-languages=${enable_languages-all} \
11370 --target=$target_alias --host=$build_alias --build=$build_alias
11372 # We just finished tests for the build machine, so rename
11373 # the file auto-build.h in the gcc directory.
11374 mv auto-host.h ..
/auto-build.h
11377 build_auto
=auto-build.h
11381 tm_file
="${tm_file} defaults.h"
11382 tm_p_file
="${tm_p_file} tm-preds.h"
11383 host_xm_file
="auto-host.h ansidecl.h ${host_xm_file}"
11384 build_xm_file
="${build_auto} ansidecl.h ${build_xm_file}"
11385 # We don't want ansidecl.h in target files, write code there in ISO/GNU C.
11386 # put this back in temporarily.
11387 xm_file
="auto-host.h ansidecl.h ${xm_file}"
11393 # Compile in configure arguments.
11394 if test -f configargs.h
; then
11395 # Being re-configured.
11396 gcc_config_arguments
=`grep configuration_arguments configargs.h | sed -e 's/.*"\([^"]*\)".*/\1/'`
11397 gcc_config_arguments
="$gcc_config_arguments : (reconfigured) $TOPLEVEL_CONFIGURE_ARGUMENTS"
11399 gcc_config_arguments
="$TOPLEVEL_CONFIGURE_ARGUMENTS"
11402 # Double all backslashes and backslash all quotes to turn
11403 # gcc_config_arguments into a C string.
11404 sed -e 's/\\/\\\\/g; s/"/\\"/g' <<EOF >conftest.out
11405 $gcc_config_arguments
11407 gcc_config_arguments_str
=`cat conftest.out`
11410 cat > configargs.h
<<EOF
11411 /* Generated automatically. */
11412 static const char configuration_arguments[] = "$gcc_config_arguments_str";
11413 static const char thread_model[] = "$thread_file";
11415 static const struct {
11416 const char *name, *value;
11417 } configure_default_options[] = $configure_default_options;
11420 gcc_BASEVER
=`cat $srcdir/BASE-VER`
11421 gcc_DEVPHASE
=`cat $srcdir/DEV-PHASE`
11422 gcc_DATESTAMP
=`cat $srcdir/DATESTAMP`
11423 if test -f $srcdir/REVISION
; then
11424 gcc_REVISION
=`cat $srcdir/REVISION`
11428 cat > plugin-version.h
<<EOF
11429 #include "configargs.h"
11431 #define GCCPLUGIN_VERSION_MAJOR `echo $gcc_BASEVER | sed -e 's/^\([0-9]*\).*$/\1/'`
11432 #define GCCPLUGIN_VERSION_MINOR `echo $gcc_BASEVER | sed -e 's/^[0-9]*\.\([0-9]*\).*$/\1/'`
11433 #define GCCPLUGIN_VERSION_PATCHLEVEL `echo $gcc_BASEVER | sed -e 's/^[0-9]*\.[0-9]*\.\([0-9]*\)$/\1/'`
11434 #define GCCPLUGIN_VERSION (GCCPLUGIN_VERSION_MAJOR*1000 + GCCPLUGIN_VERSION_MINOR)
11436 static char basever[] = "$gcc_BASEVER";
11437 static char datestamp[] = "$gcc_DATESTAMP";
11438 static char devphase[] = "$gcc_DEVPHASE";
11439 static char revision[] = "$gcc_REVISION";
11441 /* FIXME plugins: We should make the version information more precise.
11442 One way to do is to add a checksum. */
11444 static struct plugin_gcc_version gcc_version = {basever, datestamp,
11445 devphase, revision,
11446 configuration_arguments};
11449 # Internationalization
11450 # If we haven't got the data from the intl directory,
11451 # assume NLS is disabled.
11460 if test -f ..
/intl
/config.intl
; then
11461 . ..
/intl
/config.intl
11463 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
11464 $as_echo_n "checking whether NLS is requested... " >&6; }
11465 if test x
"$USE_NLS" != xyes
; then
11466 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11467 $as_echo "no" >&6; }
11469 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11470 $as_echo "yes" >&6; }
11472 $as_echo "#define ENABLE_NLS 1" >>confdefs.h
11475 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
11476 $as_echo_n "checking for catalogs to be installed... " >&6; }
11477 # Look for .po and .gmo files in the source directory.
11480 for cat in $srcdir/po
/*.gmo
$srcdir/po
/*.po
; do
11481 # If there aren't any .gmo files the shell will give us the
11482 # literal string "../path/to/srcdir/po/*.gmo" which has to be
11484 case "$cat" in *\
**)
11487 # The quadruple backslash is collapsed to a double backslash
11488 # by the backticks, then collapsed again by the double quotes,
11489 # leaving us with one backslash in the sed expression (right
11490 # before the dot that mustn't act as a wildcard).
11491 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
11492 lang
=`echo $cat | sed -e "s!\\\\.gmo!!"`
11493 # The user is allowed to set LINGUAS to a list of languages to
11494 # install catalogs for. If it's empty that means "all of them."
11495 if test "x$LINGUAS" = x
; then
11496 CATALOGS
="$CATALOGS $cat"
11497 XLINGUAS
="$XLINGUAS $lang"
11499 case "$LINGUAS" in *$lang*)
11500 CATALOGS
="$CATALOGS $cat"
11501 XLINGUAS
="$XLINGUAS $lang"
11506 LINGUAS
="$XLINGUAS"
11507 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
11508 $as_echo "$LINGUAS" >&6; }
11521 # If LIBINTL contains LIBICONV, then clear LIBICONV so we don't get
11522 # -liconv on the link line twice.
11523 case "$LIBINTL" in *$LIBICONV*)
11527 # Check whether --enable-secureplt was given.
11528 if test "${enable_secureplt+set}" = set; then :
11529 enableval
=$enable_secureplt;
11533 # Check whether --enable-leading-mingw64-underscores was given.
11534 if test "${enable_leading_mingw64_underscores+set}" = set; then :
11535 enableval
=$enable_leading_mingw64_underscores;
11538 if test x
"$enable_leading_mingw64_underscores" = xyes
; then :
11540 $as_echo "#define USE_MINGW64_LEADING_UNDERSCORES 1" >>confdefs.h
11544 # Check whether --enable-cld was given.
11545 if test "${enable_cld+set}" = set; then :
11546 enableval
=$enable_cld;
11552 # Check whether --enable-frame-pointer was given.
11553 if test "${enable_frame_pointer+set}" = set; then :
11554 enableval
=$enable_frame_pointer;
11558 linux
* | darwin
[8912]*)
11559 # Enable -fomit-frame-pointer by default for Linux and Darwin with
11561 enable_frame_pointer
=no
11564 enable_frame_pointer
=yes
11571 # Windows32 Registry support for specifying GCC installation paths.
11572 # Check whether --enable-win32-registry was given.
11573 if test "${enable_win32_registry+set}" = set; then :
11574 enableval
=$enable_win32_registry;
11579 win32 | pe | cygwin
* | mingw32
* | uwin
*)
11580 if test "x$enable_win32_registry" != xno
; then
11581 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing RegOpenKeyExA" >&5
11582 $as_echo_n "checking for library containing RegOpenKeyExA... " >&6; }
11583 if test "${ac_cv_search_RegOpenKeyExA+set}" = set; then :
11584 $as_echo_n "(cached) " >&6
11586 ac_func_search_save_LIBS
=$LIBS
11587 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11588 /* end confdefs.h. */
11590 /* Override any GCC internal prototype to avoid an error.
11591 Use char because int might match the return type of a GCC
11592 builtin and then its argument prototype would still apply. */
11596 char RegOpenKeyExA ();
11600 return RegOpenKeyExA ();
11605 for ac_lib
in '' advapi32
; do
11606 if test -z "$ac_lib"; then
11607 ac_res
="none required"
11610 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
11612 if ac_fn_c_try_link
"$LINENO"; then :
11613 ac_cv_search_RegOpenKeyExA
=$ac_res
11615 rm -f core conftest.err conftest.
$ac_objext \
11617 if test "${ac_cv_search_RegOpenKeyExA+set}" = set; then :
11621 if test "${ac_cv_search_RegOpenKeyExA+set}" = set; then :
11624 ac_cv_search_RegOpenKeyExA
=no
11626 rm conftest.
$ac_ext
11627 LIBS
=$ac_func_search_save_LIBS
11629 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_RegOpenKeyExA" >&5
11630 $as_echo "$ac_cv_search_RegOpenKeyExA" >&6; }
11631 ac_res
=$ac_cv_search_RegOpenKeyExA
11632 if test "$ac_res" != no
; then :
11633 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
11636 enable_win32_registry
=no
11641 if test "x$enable_win32_registry" != xno
; then
11643 $as_echo "#define ENABLE_WIN32_REGISTRY 1" >>confdefs.h
11646 if test "x$enable_win32_registry" != xyes \
11647 && test "x$enable_win32_registry" != x
; then
11649 cat >>confdefs.h
<<_ACEOF
11650 #define WIN32_REGISTRY_KEY "$enable_win32_registry"
11658 # Get an absolute path to the GCC top-level source directory
11659 holddir
=`${PWDCMD-pwd}`
11661 topdir
=`${PWDCMD-pwd}`
11664 # Conditionalize the makefile for this host machine.
11666 for f
in ${host_xmake_file}
11668 if test -f ${srcdir}/config
/$f
11670 xmake_file
="${xmake_file} \$(srcdir)/config/$f"
11674 # Conditionalize the makefile for this target machine.
11676 for f
in ${tmake_file}
11678 if test -f ${srcdir}/config
/$f
11680 tmake_file_
="${tmake_file_} \$(srcdir)/config/$f"
11683 tmake_file
="${tmake_file_}"
11685 out_object_file
=`basename $out_file .c`.o
11686 common_out_object_file
=`basename $common_out_file .c`.o
11688 tm_file_list
="options.h"
11689 tm_include_list
="options.h insn-constants.h"
11690 for f
in $tm_file; do
11693 f
=`echo $f | sed 's/^..//'`
11694 tm_file_list
="${tm_file_list} $f"
11695 tm_include_list
="${tm_include_list} $f"
11698 tm_file_list
="${tm_file_list} \$(srcdir)/$f"
11699 tm_include_list
="${tm_include_list} $f"
11702 tm_file_list
="${tm_file_list} \$(srcdir)/config/$f"
11703 tm_include_list
="${tm_include_list} config/$f"
11710 for f
in $tm_p_file; do
11713 tm_p_file_list
="${tm_p_file_list} $f"
11714 tm_p_include_list
="${tm_p_include_list} $f"
11717 tm_p_file_list
="${tm_p_file_list} \$(srcdir)/config/$f"
11718 tm_p_include_list
="${tm_p_include_list} config/$f"
11724 for f
in $xm_file; do
11727 xm_file_list
="${xm_file_list} \$(srcdir)/../include/$f"
11728 xm_include_list
="${xm_include_list} $f"
11731 xm_file_list
="${xm_file_list} $f"
11732 xm_include_list
="${xm_include_list} $f"
11735 xm_file_list
="${xm_file_list} \$(srcdir)/config/$f"
11736 xm_include_list
="${xm_include_list} config/$f"
11742 host_xm_include_list
=
11743 for f
in $host_xm_file; do
11746 host_xm_file_list
="${host_xm_file_list} \$(srcdir)/../include/$f"
11747 host_xm_include_list
="${host_xm_include_list} $f"
11750 host_xm_file_list
="${host_xm_file_list} $f"
11751 host_xm_include_list
="${host_xm_include_list} $f"
11754 host_xm_file_list
="${host_xm_file_list} \$(srcdir)/config/$f"
11755 host_xm_include_list
="${host_xm_include_list} config/$f"
11760 build_xm_file_list
=
11761 for f
in $build_xm_file; do
11764 build_xm_file_list
="${build_xm_file_list} \$(srcdir)/../include/$f"
11765 build_xm_include_list
="${build_xm_include_list} $f"
11767 auto-build.h | auto-host.h
)
11768 build_xm_file_list
="${build_xm_file_list} $f"
11769 build_xm_include_list
="${build_xm_include_list} $f"
11772 build_xm_file_list
="${build_xm_file_list} \$(srcdir)/config/$f"
11773 build_xm_include_list
="${build_xm_include_list} config/$f"
11778 # Define macro CROSS_DIRECTORY_STRUCTURE in compilation if this is a
11779 # cross-compiler which does not use the native headers and libraries.
11780 # Also use all.cross instead of all.internal and adjust SYSTEM_HEADER_DIR.
11783 SYSTEM_HEADER_DIR
='$(NATIVE_SYSTEM_HEADER_DIR)'
11785 if test "x$with_build_sysroot" != x
; then
11786 build_system_header_dir
=$with_build_sysroot'$${sysroot_headers_suffix}$(NATIVE_SYSTEM_HEADER_DIR)'
11788 # This value is used, even on a native system, because
11789 # CROSS_SYSTEM_HEADER_DIR is just
11790 # $(TARGET_SYSTEM_ROOT)$(NATIVE_SYSTEM_HEADER_DIR).
11791 build_system_header_dir
='$(CROSS_SYSTEM_HEADER_DIR)'
11794 if test x
$host != x
$target
11796 CROSS
="-DCROSS_DIRECTORY_STRUCTURE"
11798 SYSTEM_HEADER_DIR
=$build_system_header_dir
11799 case "$host","$target" in
11800 # Darwin crosses can use the host system's libraries and headers,
11801 # because of the fat library support. Of course, it must be the
11802 # same version of Darwin on both sides. Allow the user to
11803 # just say --target=foo-darwin without a version number to mean
11804 # "the version on this system".
11805 *-*-darwin*,*-*-darwin*)
11806 hostos
=`echo $host | sed 's/.*-darwin/darwin/'`
11807 targetos
=`echo $target | sed 's/.*-darwin/darwin/'`
11808 if test $hostos = $targetos -o $targetos = darwin
; then
11810 SYSTEM_HEADER_DIR
='$(NATIVE_SYSTEM_HEADER_DIR)'
11815 i?
86-*-*,x86_64-
*-* \
11816 | powerpc
*-*-*,powerpc64
*-*-*)
11817 CROSS
="$CROSS -DNATIVE_CROSS" ;;
11822 if test "x$with_headers" = x
; then
11829 elif test "x$TARGET_SYSTEM_ROOT" != x
; then
11830 SYSTEM_HEADER_DIR
=$build_system_header_dir
11833 # If this is a cross-compiler that does not
11834 # have its own set of headers then define
11837 # If this is using newlib, without having the headers available now,
11838 # then define inhibit_libc in LIBGCC2_CFLAGS.
11839 # This prevents libgcc2 from containing any code which requires libc
11841 : ${inhibit_libc=false}
11842 if { { test x
$host != x
$target && test "x$with_sysroot" = x
; } ||
11843 test x
$with_newlib = xyes
; } &&
11844 { test "x$with_headers" = x ||
test "x$with_headers" = xno
; } ; then
11849 # When building gcc with a cross-compiler, we need to adjust things so
11850 # that the generator programs are still built with the native compiler.
11851 # Also, we cannot run fixincludes.
11853 # These are the normal (build=host) settings:
11854 CC_FOR_BUILD
='$(CC)'
11855 CXX_FOR_BUILD
='$(CXX)'
11856 BUILD_CFLAGS
='$(ALL_CFLAGS)'
11857 BUILD_CXXFLAGS
='$(ALL_CXXFLAGS)'
11858 BUILD_LDFLAGS
='$(LDFLAGS)'
11859 STMP_FIXINC
=stmp-fixinc
11861 # And these apply if build != host, or we are generating coverage data
11862 if test x
$build != x
$host ||
test "x$coverage_flags" != x
11864 BUILD_CFLAGS
='$(INTERNAL_CFLAGS) $(T_CFLAGS) $(CFLAGS_FOR_BUILD)'
11865 BUILD_CXXFLAGS
='$(INTERNAL_CFLAGS) $(T_CFLAGS) $(CXXFLAGS_FOR_BUILD)'
11866 BUILD_LDFLAGS
='$(LDFLAGS_FOR_BUILD)'
11869 # Expand extra_headers to include complete path.
11870 # This substitutes for lots of t-* files.
11871 extra_headers_list
=
11872 # Prepend $(srcdir)/config/${cpu_type}/ to every entry in extra_headers.
11873 for file in ${extra_headers} ; do
11874 extra_headers_list
="${extra_headers_list} \$(srcdir)/config/${cpu_type}/${file}"
11877 # If use_gcc_tgmath is set, append ginclude/tgmath.h.
11878 if test x
"$use_gcc_tgmath" = xyes
11879 then extra_headers_list
="${extra_headers_list} \$(srcdir)/ginclude/tgmath.h"
11882 # Define collect2 in Makefile.
11883 case $host_can_use_collect2 in
11885 *) collect2
='collect2$(exeext)' ;;
11889 # Add a definition of USE_COLLECT2 if system wants one.
11890 case $use_collect2 in
11891 no
) use_collect2
= ;;
11894 host_xm_defines
="${host_xm_defines} USE_COLLECT2"
11895 xm_defines
="${xm_defines} USE_COLLECT2"
11896 case $host_can_use_collect2 in
11898 as_fn_error
"collect2 is required but cannot be built on this system" "$LINENO" 5
11905 cat >>confdefs.h
<<_ACEOF
11906 #define LTOPLUGINSONAME "${host_lto_plugin_soname}"
11910 # ---------------------------
11911 # Assembler & linker features
11912 # ---------------------------
11914 # During stage 2, ld is actually gcc/collect-ld, which is a small script to
11915 # discern between when to use prev-ld/ld-new and when to use ld/ld-new.
11916 # However when ld-new is first executed from the build tree, libtool will
11917 # relink it as .libs/lt-ld-new, so that it can give it an RPATH that refers
11918 # to the build tree. While doing this we need to use the previous-stage
11919 # linker, or we have an infinite loop. The presence of a shell script as
11920 # ld/ld-new, and the fact that the script *uses ld itself*, is what confuses
11921 # the gcc/collect-ld script. So we need to know how libtool works, or
11922 # exec-tool will fail.
11927 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
11928 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
11933 macro_version
='2.2.7a'
11934 macro_revision
='1.3134'
11948 ltmain
="$ac_aux_dir/ltmain.sh"
11950 # Backslashify metacharacters that are still active within
11951 # double-quoted strings.
11952 sed_quote_subst
='s/\(["`$\\]\)/\\\1/g'
11954 # Same as above, but do not quote variable references.
11955 double_quote_subst
='s/\(["`\\]\)/\\\1/g'
11957 # Sed substitution to delay expansion of an escaped shell variable in a
11958 # double_quote_subst'ed string.
11959 delay_variable_subst
='s/\\\\\\\\\\\$/\\\\\\$/g'
11961 # Sed substitution to delay expansion of an escaped single quote.
11962 delay_single_quote_subst
='s/'\''/'\'\\\\\\\'\''/g'
11964 # Sed substitution to avoid accidental globbing in evaled expressions
11965 no_glob_subst
='s/\*/\\\*/g'
11967 ECHO
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
11968 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
11969 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
11971 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
11972 $as_echo_n "checking how to print strings... " >&6; }
11973 # Test print first, because it will be a builtin if present.
11974 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
11975 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
11977 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
11980 # Use this function as a fallback that always works.
11981 func_fallback_echo ()
11983 eval 'cat <<_LTECHO_EOF
11987 ECHO='func_fallback_echo
'
11990 # func_echo_all arg...
11991 # Invoke $ECHO with all args, space-separated.
11998 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
11999 $as_echo "printf" >&6; } ;;
12000 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
12001 $as_echo "print -r" >&6; } ;;
12002 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
12003 $as_echo "cat" >&6; } ;;
12019 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
12020 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
12021 if test "${ac_cv_path_SED+set}" = set; then :
12022 $as_echo_n "(cached) " >&6
12024 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
12025 for ac_i in 1 2 3 4 5 6 7; do
12026 ac_script="$ac_script$as_nl$ac_script"
12028 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
12029 { ac_script=; unset ac_script;}
12030 if test -z "$SED"; then
12031 ac_path_SED_found=false
12032 # Loop through the user's path and
test for each of PROGNAME-LIST
12033 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
12034 for as_dir
in $PATH
12037 test -z "$as_dir" && as_dir
=.
12038 for ac_prog
in sed gsed
; do
12039 for ac_exec_ext
in '' $ac_executable_extensions; do
12040 ac_path_SED
="$as_dir/$ac_prog$ac_exec_ext"
12041 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } ||
continue
12042 # Check for GNU ac_path_SED and select it if it is found.
12043 # Check for GNU $ac_path_SED
12044 case `"$ac_path_SED" --version 2>&1` in
12046 ac_cv_path_SED
="$ac_path_SED" ac_path_SED_found
=:;;
12049 $as_echo_n 0123456789 >"conftest.in"
12052 cat "conftest.in" "conftest.in" >"conftest.tmp"
12053 mv "conftest.tmp" "conftest.in"
12054 cp "conftest.in" "conftest.nl"
12055 $as_echo '' >> "conftest.nl"
12056 "$ac_path_SED" -f conftest.
sed < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
12057 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
12058 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
12059 if test $ac_count -gt ${ac_path_SED_max-0}; then
12060 # Best one so far, save it but keep looking for a better one
12061 ac_cv_path_SED
="$ac_path_SED"
12062 ac_path_SED_max
=$ac_count
12064 # 10*(2^10) chars as input seems more than enough
12065 test $ac_count -gt 10 && break
12067 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
12070 $ac_path_SED_found && break 3
12075 if test -z "$ac_cv_path_SED"; then
12076 as_fn_error
"no acceptable sed could be found in \$PATH" "$LINENO" 5
12079 ac_cv_path_SED
=$SED
12083 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
12084 $as_echo "$ac_cv_path_SED" >&6; }
12085 SED
="$ac_cv_path_SED"
12088 test -z "$SED" && SED
=sed
12089 Xsed
="$SED -e 1s/^X//"
12101 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
12102 $as_echo_n "checking for fgrep... " >&6; }
12103 if test "${ac_cv_path_FGREP+set}" = set; then :
12104 $as_echo_n "(cached) " >&6
12106 if echo 'ab*c' |
$GREP -F 'ab*c' >/dev
/null
2>&1
12107 then ac_cv_path_FGREP
="$GREP -F"
12109 if test -z "$FGREP"; then
12110 ac_path_FGREP_found
=false
12111 # Loop through the user's path and test for each of PROGNAME-LIST
12112 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
12113 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
12116 test -z "$as_dir" && as_dir
=.
12117 for ac_prog
in fgrep
; do
12118 for ac_exec_ext
in '' $ac_executable_extensions; do
12119 ac_path_FGREP
="$as_dir/$ac_prog$ac_exec_ext"
12120 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } ||
continue
12121 # Check for GNU ac_path_FGREP and select it if it is found.
12122 # Check for GNU $ac_path_FGREP
12123 case `"$ac_path_FGREP" --version 2>&1` in
12125 ac_cv_path_FGREP
="$ac_path_FGREP" ac_path_FGREP_found
=:;;
12128 $as_echo_n 0123456789 >"conftest.in"
12131 cat "conftest.in" "conftest.in" >"conftest.tmp"
12132 mv "conftest.tmp" "conftest.in"
12133 cp "conftest.in" "conftest.nl"
12134 $as_echo 'FGREP' >> "conftest.nl"
12135 "$ac_path_FGREP" FGREP
< "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
12136 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
12137 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
12138 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
12139 # Best one so far, save it but keep looking for a better one
12140 ac_cv_path_FGREP
="$ac_path_FGREP"
12141 ac_path_FGREP_max
=$ac_count
12143 # 10*(2^10) chars as input seems more than enough
12144 test $ac_count -gt 10 && break
12146 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
12149 $ac_path_FGREP_found && break 3
12154 if test -z "$ac_cv_path_FGREP"; then
12155 as_fn_error
"no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
12158 ac_cv_path_FGREP
=$FGREP
12163 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
12164 $as_echo "$ac_cv_path_FGREP" >&6; }
12165 FGREP
="$ac_cv_path_FGREP"
12168 test -z "$GREP" && GREP
=grep
12188 # Check whether --with-gnu-ld was given.
12189 if test "${with_gnu_ld+set}" = set; then :
12190 withval
=$with_gnu_ld; test "$withval" = no || with_gnu_ld
=yes
12196 if test "$GCC" = yes; then
12197 # Check if gcc -print-prog-name=ld gives a path.
12198 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
12199 $as_echo_n "checking for ld used by $CC... " >&6; }
12202 # gcc leaves a trailing carriage return which upsets mingw
12203 ac_prog
=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
12205 ac_prog
=`($CC -print-prog-name=ld) 2>&5` ;;
12208 # Accept absolute paths.
12210 re_direlt
='/[^/][^/]*/\.\./'
12211 # Canonicalize the pathname of ld
12212 ac_prog
=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
12213 while $ECHO "$ac_prog" |
$GREP "$re_direlt" > /dev
/null
2>&1; do
12214 ac_prog
=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
12216 test -z "$LD" && LD
="$ac_prog"
12219 # If it fails, then pretend we aren't using GCC.
12223 # If it is relative, then search for the first ld in PATH.
12224 with_gnu_ld
=unknown
12227 elif test "$with_gnu_ld" = yes; then
12228 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
12229 $as_echo_n "checking for GNU ld... " >&6; }
12231 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
12232 $as_echo_n "checking for non-GNU ld... " >&6; }
12234 if test "${lt_cv_path_LD+set}" = set; then :
12235 $as_echo_n "(cached) " >&6
12237 if test -z "$LD"; then
12238 lt_save_ifs
="$IFS"; IFS
=$PATH_SEPARATOR
12239 for ac_dir
in $PATH; do
12241 test -z "$ac_dir" && ac_dir
=.
12242 if test -f "$ac_dir/$ac_prog" ||
test -f "$ac_dir/$ac_prog$ac_exeext"; then
12243 lt_cv_path_LD
="$ac_dir/$ac_prog"
12244 # Check to see if the program is GNU ld. I'd rather use --version,
12245 # but apparently some variants of GNU ld only accept -v.
12246 # Break only if it was the GNU/non-GNU ld that we prefer.
12247 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
12248 *GNU
* |
*'with BFD'*)
12249 test "$with_gnu_ld" != no
&& break
12252 test "$with_gnu_ld" != yes && break
12259 lt_cv_path_LD
="$LD" # Let the user override the test with a path.
12263 LD
="$lt_cv_path_LD"
12264 if test -n "$LD"; then
12265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
12266 $as_echo "$LD" >&6; }
12268 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12269 $as_echo "no" >&6; }
12271 test -z "$LD" && as_fn_error
"no acceptable ld found in \$PATH" "$LINENO" 5
12272 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
12273 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
12274 if test "${lt_cv_prog_gnu_ld+set}" = set; then :
12275 $as_echo_n "(cached) " >&6
12277 # I'd rather use --version here, but apparently some GNU lds only accept -v.
12278 case `$LD -v 2>&1 </dev/null` in
12279 *GNU
* |
*'with BFD'*)
12280 lt_cv_prog_gnu_ld
=yes
12283 lt_cv_prog_gnu_ld
=no
12287 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
12288 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
12289 with_gnu_ld
=$lt_cv_prog_gnu_ld
12299 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
12300 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
12301 if test "${lt_cv_path_NM+set}" = set; then :
12302 $as_echo_n "(cached) " >&6
12304 if test -n "$NM"; then
12305 # Let the user override the test.
12306 lt_cv_path_NM
="$NM"
12308 lt_nm_to_check
="${ac_tool_prefix}nm"
12309 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
12310 lt_nm_to_check
="$lt_nm_to_check nm"
12312 for lt_tmp_nm
in $lt_nm_to_check; do
12313 lt_save_ifs
="$IFS"; IFS
=$PATH_SEPARATOR
12314 for ac_dir
in $PATH /usr
/ccs
/bin
/elf
/usr
/ccs
/bin
/usr
/ucb
/bin
; do
12316 test -z "$ac_dir" && ac_dir
=.
12317 tmp_nm
="$ac_dir/$lt_tmp_nm"
12318 if test -f "$tmp_nm" ||
test -f "$tmp_nm$ac_exeext" ; then
12319 # Check to see if the nm accepts a BSD-compat flag.
12320 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
12321 # nm: unknown option "B" ignored
12322 # Tru64's nm complains that /dev/null is an invalid object file
12323 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
12324 */dev
/null
* |
*'Invalid file or object type'*)
12325 lt_cv_path_NM
="$tmp_nm -B"
12329 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
12331 lt_cv_path_NM
="$tmp_nm -p"
12335 lt_cv_path_NM
=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
12336 continue # so that we can try to find one that supports BSD flags
12345 : ${lt_cv_path_NM=no}
12348 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
12349 $as_echo "$lt_cv_path_NM" >&6; }
12350 if test "$lt_cv_path_NM" != "no"; then
12351 NM
="$lt_cv_path_NM"
12353 # Didn't find any BSD compatible name lister, look for dumpbin.
12354 if test -n "$DUMPBIN"; then :
12355 # Let the user override the test.
12357 if test -n "$ac_tool_prefix"; then
12358 for ac_prog
in dumpbin
"link -dump"
12360 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
12361 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
12362 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12363 $as_echo_n "checking for $ac_word... " >&6; }
12364 if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
12365 $as_echo_n "(cached) " >&6
12367 if test -n "$DUMPBIN"; then
12368 ac_cv_prog_DUMPBIN
="$DUMPBIN" # Let the user override the test.
12370 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
12371 for as_dir
in $PATH
12374 test -z "$as_dir" && as_dir
=.
12375 for ac_exec_ext
in '' $ac_executable_extensions; do
12376 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12377 ac_cv_prog_DUMPBIN
="$ac_tool_prefix$ac_prog"
12378 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12387 DUMPBIN
=$ac_cv_prog_DUMPBIN
12388 if test -n "$DUMPBIN"; then
12389 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
12390 $as_echo "$DUMPBIN" >&6; }
12392 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12393 $as_echo "no" >&6; }
12397 test -n "$DUMPBIN" && break
12400 if test -z "$DUMPBIN"; then
12401 ac_ct_DUMPBIN
=$DUMPBIN
12402 for ac_prog
in dumpbin
"link -dump"
12404 # Extract the first word of "$ac_prog", so it can be a program name with args.
12405 set dummy
$ac_prog; ac_word
=$2
12406 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12407 $as_echo_n "checking for $ac_word... " >&6; }
12408 if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
12409 $as_echo_n "(cached) " >&6
12411 if test -n "$ac_ct_DUMPBIN"; then
12412 ac_cv_prog_ac_ct_DUMPBIN
="$ac_ct_DUMPBIN" # Let the user override the test.
12414 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
12415 for as_dir
in $PATH
12418 test -z "$as_dir" && as_dir
=.
12419 for ac_exec_ext
in '' $ac_executable_extensions; do
12420 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12421 ac_cv_prog_ac_ct_DUMPBIN
="$ac_prog"
12422 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12431 ac_ct_DUMPBIN
=$ac_cv_prog_ac_ct_DUMPBIN
12432 if test -n "$ac_ct_DUMPBIN"; then
12433 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
12434 $as_echo "$ac_ct_DUMPBIN" >&6; }
12436 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12437 $as_echo "no" >&6; }
12441 test -n "$ac_ct_DUMPBIN" && break
12444 if test "x$ac_ct_DUMPBIN" = x
; then
12447 case $cross_compiling:$ac_tool_warned in
12449 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
12450 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
12451 ac_tool_warned
=yes ;;
12453 DUMPBIN
=$ac_ct_DUMPBIN
12457 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
12459 DUMPBIN
="$DUMPBIN -symbols"
12467 if test "$DUMPBIN" != ":"; then
12471 test -z "$NM" && NM
=nm
12478 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
12479 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
12480 if test "${lt_cv_nm_interface+set}" = set; then :
12481 $as_echo_n "(cached) " >&6
12483 lt_cv_nm_interface
="BSD nm"
12484 echo "int some_variable = 0;" > conftest.
$ac_ext
12485 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
12486 (eval "$ac_compile" 2>conftest.err
)
12487 cat conftest.err
>&5
12488 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
12489 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err
> conftest.out
)
12490 cat conftest.err
>&5
12491 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
12492 cat conftest.out
>&5
12493 if $GREP 'External.*some_variable' conftest.out
> /dev
/null
; then
12494 lt_cv_nm_interface
="MS dumpbin"
12498 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
12499 $as_echo "$lt_cv_nm_interface" >&6; }
12501 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
12502 $as_echo_n "checking whether ln -s works... " >&6; }
12504 if test "$LN_S" = "ln -s"; then
12505 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12506 $as_echo "yes" >&6; }
12508 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
12509 $as_echo "no, using $LN_S" >&6; }
12512 # find the maximum length of command line arguments
12513 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
12514 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
12515 if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
12516 $as_echo_n "(cached) " >&6
12523 # On DJGPP, this test can blow up pretty badly due to problems in libc
12524 # (any single argument exceeding 2000 bytes causes a buffer overrun
12525 # during glob expansion). Even if it were fixed, the result of this
12526 # check would be larger than it should be.
12527 lt_cv_sys_max_cmd_len
=12288; # 12K is about right
12531 # Under GNU Hurd, this test is not required because there is
12532 # no limit to the length of command line arguments.
12533 # Libtool will interpret -1 as no limit whatsoever
12534 lt_cv_sys_max_cmd_len
=-1;
12537 cygwin
* | mingw
* | cegcc
*)
12538 # On Win9x/ME, this test blows up -- it succeeds, but takes
12539 # about 5 minutes as the teststring grows exponentially.
12540 # Worse, since 9x/ME are not pre-emptively multitasking,
12541 # you end up with a "frozen" computer, even though with patience
12542 # the test eventually succeeds (with a max line length of 256k).
12543 # Instead, let's just punt: use the minimum linelength reported by
12544 # all of the supported platforms: 8192 (on NT/2K/XP).
12545 lt_cv_sys_max_cmd_len
=8192;
12549 # On MiNT this can take a long time and run out of memory.
12550 lt_cv_sys_max_cmd_len
=8192;
12554 # On AmigaOS with pdksh, this test takes hours, literally.
12555 # So we just punt and use a minimum line length of 8192.
12556 lt_cv_sys_max_cmd_len
=8192;
12559 netbsd
* | freebsd
* | openbsd
* | darwin
* | dragonfly
*)
12560 # This has been around since 386BSD, at least. Likely further.
12561 if test -x /sbin
/sysctl
; then
12562 lt_cv_sys_max_cmd_len
=`/sbin/sysctl -n kern.argmax`
12563 elif test -x /usr
/sbin
/sysctl
; then
12564 lt_cv_sys_max_cmd_len
=`/usr/sbin/sysctl -n kern.argmax`
12566 lt_cv_sys_max_cmd_len
=65536 # usable default for all BSDs
12568 # And add a safety zone
12569 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \/ 4`
12570 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \* 3`
12574 # We know the value 262144 and hardcode it with a safety zone (like BSD)
12575 lt_cv_sys_max_cmd_len
=196608
12579 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
12580 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
12581 # nice to cause kernel panics so lets avoid the loop below.
12582 # First set a reasonable default.
12583 lt_cv_sys_max_cmd_len
=16384
12585 if test -x /sbin
/sysconfig
; then
12586 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
12587 *1*) lt_cv_sys_max_cmd_len
=-1 ;;
12592 lt_cv_sys_max_cmd_len
=102400
12594 sysv5
* | sco5v6
* | sysv4.2uw2
*)
12595 kargmax
=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
12596 if test -n "$kargmax"; then
12597 lt_cv_sys_max_cmd_len
=`echo $kargmax | sed 's/.*[ ]//'`
12599 lt_cv_sys_max_cmd_len
=32768
12603 lt_cv_sys_max_cmd_len
=`(getconf ARG_MAX) 2> /dev/null`
12604 if test -n "$lt_cv_sys_max_cmd_len"; then
12605 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \/ 4`
12606 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \* 3`
12608 # Make teststring a little bigger before we do anything with it.
12609 # a 1K string should be a reasonable start.
12610 for i
in 1 2 3 4 5 6 7 8 ; do
12611 teststring
=$teststring$teststring
12613 SHELL
=${SHELL-${CONFIG_SHELL-/bin/sh}}
12614 # If test is not a shell built-in, we'll probably end up computing a
12615 # maximum length that is only half of the actual maximum length, but
12617 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
12618 = "X$teststring$teststring"; } >/dev
/null
2>&1 &&
12619 test $i != 17 # 1/2 MB should be enough
12622 teststring
=$teststring$teststring
12624 # Only check the string length outside the loop.
12625 lt_cv_sys_max_cmd_len
=`expr "X$teststring" : ".*" 2>&1`
12627 # Add a significant safety factor because C++ compilers can tack on
12628 # massive amounts of additional arguments before passing them to the
12629 # linker. It appears as though 1/2 is a usable value.
12630 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \/ 2`
12637 if test -n $lt_cv_sys_max_cmd_len ; then
12638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
12639 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
12641 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
12642 $as_echo "none" >&6; }
12644 max_cmd_len
=$lt_cv_sys_max_cmd_len
12655 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
12656 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
12657 # Try some XSI features
12659 ( _lt_dummy
="a/b/c"
12660 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
12662 && eval 'test $(( 1 + 1 )) -eq 2 \
12663 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
12665 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $xsi_shell" >&5
12666 $as_echo "$xsi_shell" >&6; }
12669 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands
\"+=\"" >&5
12670 $as_echo_n "checking whether the shell understands
\"+=\"...
" >&6; }
12672 ( foo=bar; set foo baz; eval "$1+=\
$2" && test "$foo" = barbaz ) \
12674 && lt_shell_append=yes
12675 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_shell_append" >&5
12676 $as_echo "$lt_shell_append" >&6; }
12679 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
12689 # test EBCDIC or ASCII
12690 case `echo X|tr X '\101'` in
12691 A) # ASCII based system
12692 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
12693 lt_SP2NL='tr \040 \012'
12694 lt_NL2SP='tr \015\012 \040\040'
12696 *) # EBCDIC based system
12697 lt_SP2NL='tr \100 \n'
12698 lt_NL2SP='tr \r\n \100\100'
12710 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $LD option to reload object files
" >&5
12711 $as_echo_n "checking
for $LD option to reload object files...
" >&6; }
12712 if test "${lt_cv_ld_reload_flag+set}" = set; then :
12713 $as_echo_n "(cached
) " >&6
12715 lt_cv_ld_reload_flag='-r'
12717 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_ld_reload_flag" >&5
12718 $as_echo "$lt_cv_ld_reload_flag" >&6; }
12719 reload_flag=$lt_cv_ld_reload_flag
12720 case $reload_flag in
12722 *) reload_flag=" $reload_flag" ;;
12724 reload_cmds='$LD$reload_flag -o $output$reload_objs'
12727 if test "$GCC" = yes; then
12728 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
12730 reload_cmds='$LD$reload_flag -o $output$reload_objs'
12743 if test -n "$ac_tool_prefix"; then
12744 # Extract the first word of "${ac_tool_prefix}objdump
", so it can be a program name with args.
12745 set dummy ${ac_tool_prefix}objdump; ac_word=$2
12746 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12747 $as_echo_n "checking
for $ac_word...
" >&6; }
12748 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
12749 $as_echo_n "(cached
) " >&6
12751 if test -n "$OBJDUMP"; then
12752 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
12754 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12755 for as_dir in $PATH
12758 test -z "$as_dir" && as_dir=.
12759 for ac_exec_ext in '' $ac_executable_extensions; do
12760 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12761 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump
"
12762 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12771 OBJDUMP=$ac_cv_prog_OBJDUMP
12772 if test -n "$OBJDUMP"; then
12773 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJDUMP" >&5
12774 $as_echo "$OBJDUMP" >&6; }
12776 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12777 $as_echo "no
" >&6; }
12782 if test -z "$ac_cv_prog_OBJDUMP"; then
12783 ac_ct_OBJDUMP=$OBJDUMP
12784 # Extract the first word of "objdump
", so it can be a program name with args.
12785 set dummy objdump; ac_word=$2
12786 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12787 $as_echo_n "checking
for $ac_word...
" >&6; }
12788 if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
12789 $as_echo_n "(cached
) " >&6
12791 if test -n "$ac_ct_OBJDUMP"; then
12792 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
12794 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12795 for as_dir in $PATH
12798 test -z "$as_dir" && as_dir=.
12799 for ac_exec_ext in '' $ac_executable_extensions; do
12800 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12801 ac_cv_prog_ac_ct_OBJDUMP="objdump
"
12802 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12811 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
12812 if test -n "$ac_ct_OBJDUMP"; then
12813 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_OBJDUMP" >&5
12814 $as_echo "$ac_ct_OBJDUMP" >&6; }
12816 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12817 $as_echo "no
" >&6; }
12820 if test "x
$ac_ct_OBJDUMP" = x; then
12823 case $cross_compiling:$ac_tool_warned in
12825 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
12826 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
12827 ac_tool_warned=yes ;;
12829 OBJDUMP=$ac_ct_OBJDUMP
12832 OBJDUMP="$ac_cv_prog_OBJDUMP"
12835 test -z "$OBJDUMP" && OBJDUMP=objdump
12845 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries
" >&5
12846 $as_echo_n "checking how to recognize dependent libraries...
" >&6; }
12847 if test "${lt_cv_deplibs_check_method+set}" = set; then :
12848 $as_echo_n "(cached
) " >&6
12850 lt_cv_file_magic_cmd='$MAGIC_CMD'
12851 lt_cv_file_magic_test_file=
12852 lt_cv_deplibs_check_method='unknown'
12853 # Need to set the preceding variable on all platforms that support
12854 # interlibrary dependencies.
12855 # 'none' -- dependencies not supported.
12856 # `unknown' -- same as none, but documents that we really don't know.
12857 # 'pass_all' -- all dependencies passed with no checks.
12858 # 'test_compile' -- check by making test program.
12859 # 'file_magic [[regex]]' -- check by looking for files in library path
12860 # which responds to the $file_magic_cmd with a given extended regex.
12861 # If you have `file' or equivalent on your system and you're not sure
12862 # whether `pass_all' will *always* work, you probably want this one.
12866 lt_cv_deplibs_check_method=pass_all
12870 lt_cv_deplibs_check_method=pass_all
12874 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
12875 lt_cv_file_magic_cmd='/usr/bin/file -L'
12876 lt_cv_file_magic_test_file=/shlib/libc.so
12880 # func_win32_libid is a shell function defined in ltmain.sh
12881 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
12882 lt_cv_file_magic_cmd='func_win32_libid'
12886 # Base MSYS/MinGW do not provide the 'file' command needed by
12887 # func_win32_libid shell function, so use a weaker test based on 'objdump',
12888 # unless we find 'file', for example because we are cross-compiling.
12889 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
12890 if ( test "$lt_cv_nm_interface" = "BSD nm
" && file / ) >/dev/null 2>&1; then
12891 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
12892 lt_cv_file_magic_cmd='func_win32_libid'
12894 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
12895 lt_cv_file_magic_cmd='$OBJDUMP -f'
12900 # use the weaker test based on 'objdump'. See mingw*.
12901 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
12902 lt_cv_file_magic_cmd='$OBJDUMP -f'
12905 darwin* | rhapsody*)
12906 lt_cv_deplibs_check_method=pass_all
12909 freebsd* | dragonfly*)
12910 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
12913 # Not sure whether the presence of OpenBSD here was a mistake.
12914 # Let's accept both of them until this is cleared up.
12915 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
12916 lt_cv_file_magic_cmd=/usr/bin/file
12917 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
12921 lt_cv_deplibs_check_method=pass_all
12926 lt_cv_deplibs_check_method=pass_all
12930 lt_cv_deplibs_check_method=pass_all
12933 hpux10.20* | hpux11*)
12934 lt_cv_file_magic_cmd=/usr/bin/file
12937 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
12938 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
12941 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF[ -][0-9][0-9])(-bit)?( [LM]SB)? shared object( file)?[, -]* PA-RISC [0-9]\.[0-9]'
12942 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
12945 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
12946 lt_cv_file_magic_test_file=/usr/lib/libc.sl
12952 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
12953 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
12956 irix5* | irix6* | nonstopux*)
12958 *-32|*"-32 ") libmagic=32-bit;;
12959 *-n32|*"-n32 ") libmagic=N32;;
12960 *-64|*"-64 ") libmagic=64-bit;;
12961 *) libmagic=never-match;;
12963 lt_cv_deplibs_check_method=pass_all
12966 # This must be Linux ELF.
12967 linux* | k*bsd*-gnu | kopensolaris*-gnu)
12968 lt_cv_deplibs_check_method=pass_all
12972 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
12973 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
12975 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
12980 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
12981 lt_cv_file_magic_cmd=/usr/bin/file
12982 lt_cv_file_magic_test_file=/usr/lib/libnls.so
12986 lt_cv_deplibs_check_method=pass_all
12990 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8
-powerpc"; then
12991 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
12993 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
12997 osf3* | osf4* | osf5*)
12998 lt_cv_deplibs_check_method=pass_all
13002 lt_cv_deplibs_check_method=pass_all
13006 lt_cv_deplibs_check_method=pass_all
13009 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
13010 lt_cv_deplibs_check_method=pass_all
13014 case $host_vendor in
13016 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]'
13017 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
13020 lt_cv_deplibs_check_method=pass_all
13023 lt_cv_file_magic_cmd='/bin/file'
13024 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
13027 lt_cv_file_magic_cmd='/bin/file'
13028 lt_cv_deplibs_check_method="file_magic ELF
[0-9][0-9]*-bit [LM
]SB dynamic lib
"
13029 lt_cv_file_magic_test_file=/lib/libc.so
13032 lt_cv_deplibs_check_method=pass_all
13035 lt_cv_deplibs_check_method=pass_all
13041 lt_cv_deplibs_check_method=pass_all
13046 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_deplibs_check_method" >&5
13047 $as_echo "$lt_cv_deplibs_check_method" >&6; }
13048 file_magic_cmd=$lt_cv_file_magic_cmd
13049 deplibs_check_method=$lt_cv_deplibs_check_method
13050 test -z "$deplibs_check_method" && deplibs_check_method=unknown
13063 if test -n "$ac_tool_prefix"; then
13064 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
13065 set dummy ${ac_tool_prefix}ar; ac_word=$2
13066 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13067 $as_echo_n "checking
for $ac_word...
" >&6; }
13068 if test "${ac_cv_prog_AR+set}" = set; then :
13069 $as_echo_n "(cached
) " >&6
13071 if test -n "$AR"; then
13072 ac_cv_prog_AR="$AR" # Let the user override the test.
13074 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13075 for as_dir in $PATH
13078 test -z "$as_dir" && as_dir=.
13079 for ac_exec_ext in '' $ac_executable_extensions; do
13080 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13081 ac_cv_prog_AR="${ac_tool_prefix}ar"
13082 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13092 if test -n "$AR"; then
13093 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AR" >&5
13094 $as_echo "$AR" >&6; }
13096 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13097 $as_echo "no
" >&6; }
13102 if test -z "$ac_cv_prog_AR"; then
13104 # Extract the first word of "ar", so it can be a program name with args.
13105 set dummy ar; ac_word=$2
13106 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13107 $as_echo_n "checking
for $ac_word...
" >&6; }
13108 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
13109 $as_echo_n "(cached
) " >&6
13111 if test -n "$ac_ct_AR"; then
13112 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
13114 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13115 for as_dir in $PATH
13118 test -z "$as_dir" && as_dir=.
13119 for ac_exec_ext in '' $ac_executable_extensions; do
13120 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13121 ac_cv_prog_ac_ct_AR="ar"
13122 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13131 ac_ct_AR=$ac_cv_prog_ac_ct_AR
13132 if test -n "$ac_ct_AR"; then
13133 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_AR" >&5
13134 $as_echo "$ac_ct_AR" >&6; }
13136 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13137 $as_echo "no
" >&6; }
13140 if test "x
$ac_ct_AR" = x; then
13143 case $cross_compiling:$ac_tool_warned in
13145 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
13146 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
13147 ac_tool_warned=yes ;;
13152 AR="$ac_cv_prog_AR"
13155 test -z "$AR" && AR=ar
13156 test -z "$AR_FLAGS" && AR_FLAGS=cru
13168 if test -n "$ac_tool_prefix"; then
13169 # Extract the first word of "${ac_tool_prefix}strip
", so it can be a program name with args.
13170 set dummy ${ac_tool_prefix}strip; ac_word=$2
13171 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13172 $as_echo_n "checking
for $ac_word...
" >&6; }
13173 if test "${ac_cv_prog_STRIP+set}" = set; then :
13174 $as_echo_n "(cached
) " >&6
13176 if test -n "$STRIP"; then
13177 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
13179 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13180 for as_dir in $PATH
13183 test -z "$as_dir" && as_dir=.
13184 for ac_exec_ext in '' $ac_executable_extensions; do
13185 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13186 ac_cv_prog_STRIP="${ac_tool_prefix}strip
"
13187 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13196 STRIP=$ac_cv_prog_STRIP
13197 if test -n "$STRIP"; then
13198 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $STRIP" >&5
13199 $as_echo "$STRIP" >&6; }
13201 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13202 $as_echo "no
" >&6; }
13207 if test -z "$ac_cv_prog_STRIP"; then
13209 # Extract the first word of "strip
", so it can be a program name with args.
13210 set dummy strip; ac_word=$2
13211 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13212 $as_echo_n "checking
for $ac_word...
" >&6; }
13213 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
13214 $as_echo_n "(cached
) " >&6
13216 if test -n "$ac_ct_STRIP"; then
13217 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
13219 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13220 for as_dir in $PATH
13223 test -z "$as_dir" && as_dir=.
13224 for ac_exec_ext in '' $ac_executable_extensions; do
13225 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13226 ac_cv_prog_ac_ct_STRIP="strip
"
13227 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13236 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
13237 if test -n "$ac_ct_STRIP"; then
13238 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_STRIP" >&5
13239 $as_echo "$ac_ct_STRIP" >&6; }
13241 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13242 $as_echo "no
" >&6; }
13245 if test "x
$ac_ct_STRIP" = x; then
13248 case $cross_compiling:$ac_tool_warned in
13250 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
13251 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
13252 ac_tool_warned=yes ;;
13257 STRIP="$ac_cv_prog_STRIP"
13260 test -z "$STRIP" && STRIP=:
13267 if test -n "$ac_tool_prefix"; then
13268 # Extract the first word of "${ac_tool_prefix}ranlib
", so it can be a program name with args.
13269 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
13270 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13271 $as_echo_n "checking
for $ac_word...
" >&6; }
13272 if test "${ac_cv_prog_RANLIB+set}" = set; then :
13273 $as_echo_n "(cached
) " >&6
13275 if test -n "$RANLIB"; then
13276 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
13278 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13279 for as_dir in $PATH
13282 test -z "$as_dir" && as_dir=.
13283 for ac_exec_ext in '' $ac_executable_extensions; do
13284 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13285 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib
"
13286 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13295 RANLIB=$ac_cv_prog_RANLIB
13296 if test -n "$RANLIB"; then
13297 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $RANLIB" >&5
13298 $as_echo "$RANLIB" >&6; }
13300 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13301 $as_echo "no
" >&6; }
13306 if test -z "$ac_cv_prog_RANLIB"; then
13307 ac_ct_RANLIB=$RANLIB
13308 # Extract the first word of "ranlib
", so it can be a program name with args.
13309 set dummy ranlib; ac_word=$2
13310 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13311 $as_echo_n "checking
for $ac_word...
" >&6; }
13312 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
13313 $as_echo_n "(cached
) " >&6
13315 if test -n "$ac_ct_RANLIB"; then
13316 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
13318 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13319 for as_dir in $PATH
13322 test -z "$as_dir" && as_dir=.
13323 for ac_exec_ext in '' $ac_executable_extensions; do
13324 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13325 ac_cv_prog_ac_ct_RANLIB="ranlib
"
13326 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13335 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
13336 if test -n "$ac_ct_RANLIB"; then
13337 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_RANLIB" >&5
13338 $as_echo "$ac_ct_RANLIB" >&6; }
13340 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13341 $as_echo "no
" >&6; }
13344 if test "x
$ac_ct_RANLIB" = x; then
13347 case $cross_compiling:$ac_tool_warned in
13349 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
13350 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
13351 ac_tool_warned=yes ;;
13353 RANLIB=$ac_ct_RANLIB
13356 RANLIB="$ac_cv_prog_RANLIB"
13359 test -z "$RANLIB" && RANLIB=:
13366 # Determine commands to create old-style static archives.
13367 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
13368 old_postinstall_cmds='chmod 644 $oldlib'
13369 old_postuninstall_cmds=
13371 if test -n "$RANLIB"; then
13374 old_postinstall_cmds="$old_postinstall_cmds~\
$RANLIB -t \
$oldlib"
13377 old_postinstall_cmds="$old_postinstall_cmds~\
$RANLIB \
$oldlib"
13380 old_archive_cmds="$old_archive_cmds~\
$RANLIB \
$oldlib"
13385 lock_old_archive_extraction=yes ;;
13387 lock_old_archive_extraction=no ;;
13428 # If no C compiler was specified, use CC.
13431 # If no C compiler flags were specified, use CFLAGS.
13432 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
13434 # Allow CC to be a program name with arguments.
13438 # Check for command to grab the raw symbol name followed by C symbol from nm.
13439 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
command to parse
$NM output from
$compiler object
" >&5
13440 $as_echo_n "checking
command to parse
$NM output from
$compiler object...
" >&6; }
13441 if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
13442 $as_echo_n "(cached
) " >&6
13445 # These are sane defaults that work on at least a few old systems.
13446 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
13448 # Character class describing NM global symbol codes.
13449 symcode='[BCDEGRST]'
13451 # Regexp to match symbols that can be accessed directly from C.
13452 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
13454 # Define system-specific variables.
13459 cygwin* | mingw* | pw32* | cegcc*)
13460 symcode='[ABCDGISTW]'
13463 if test "$host_cpu" = ia64; then
13464 symcode='[ABCDEGRST]'
13467 irix* | nonstopux*)
13468 symcode='[BCDEGRST]'
13471 symcode='[BCDEGQRST]'
13482 sysv5* | sco5v6* | unixware* | OpenUNIX*)
13490 # If we're using GNU nm, then use its standard symbol codes.
13491 case `$NM -V 2>&1` in
13492 *GNU* | *'with BFD'*)
13493 symcode='[ABCDGIRSTW]' ;;
13496 # Transform an extracted symbol line into a proper C declaration.
13497 # Some systems (esp. on ia64) link data and code symbols differently,
13498 # so use this general approach.
13499 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
13501 # Transform an extracted symbol line into symbol name and symbol address
13502 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
13503 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \(lib[^ ]*\)$/ {\"\2\", (void *) \&\2},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"lib\2\", (void *) \&\2},/p'"
13505 # Handle CRLF in mingw tool chain
13509 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
13513 # Try without a prefix underscore, then with it.
13514 for ac_symprfx in "" "_
"; do
13516 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
13517 symxfrm="\\1 $ac_symprfx\\2 \\2"
13519 # Write the raw and C identifiers.
13520 if test "$lt_cv_nm_interface" = "MS dumpbin
"; then
13521 # Fake it for dumpbin and say T for any non-static function
13522 # and D for any global variable.
13523 # Also find C++ and __fastcall symbols from MSVC++,
13524 # which start with @ or ?.
13525 lt_cv_sys_global_symbol_pipe="$AWK '"\
13526 " {last_section=section; section=\$ 3};"\
13527 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
13528 " \$ 0!~/External *\|/{next};"\
13529 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
13530 " {if(hide[section]) next};"\
13531 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
13532 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
13533 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
13534 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
13535 " ' prfx
=^
$ac_symprfx"
13537 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
13540 # Check to see that the pipe works correctly.
13544 cat > conftest.$ac_ext <<_LT_EOF
13549 void nm_test_func(void);
13550 void nm_test_func(void){}
13554 int main(){nm_test_var='a';nm_test_func();return(0);}
13557 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
13558 (eval $ac_compile) 2>&5
13560 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
13561 test $ac_status = 0; }; then
13562 # Now try to grab the symbols.
13564 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$NM conftest.
$ac_objext \|
"$lt_cv_sys_global_symbol_pipe" \
> $nlist\""; } >&5
13565 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
13567 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
13568 test $ac_status = 0; } && test -s "$nlist"; then
13569 # Try sorting and uniquifying the output.
13570 if sort "$nlist" | uniq > "$nlist"T; then
13571 mv -f "$nlist"T "$nlist"
13576 # Make sure that we snagged all the symbols we need.
13577 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
13578 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
13579 cat <<_LT_EOF > conftest.$ac_ext
13585 # Now generate the symbol file.
13586 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
13588 cat <<_LT_EOF >> conftest.$ac_ext
13590 /* The mapping between symbol names and symbols. */
13595 lt__PROGRAM__LTX_preloaded_symbols[] =
13597 { "@PROGRAM@
", (void *) 0 },
13599 $SED "s
/^
$symcode$symcode* \
(.
*\
) \
(.
*\
)$
/ {\"\
2\", (void
*) \
&\
2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
13600 cat <<\_LT_EOF >> conftest.$ac_ext
13604 /* This works around a problem in FreeBSD linker */
13605 #ifdef FREEBSD_WORKAROUND
13606 static const void *lt_preloaded_setup() {
13607 return lt__PROGRAM__LTX_preloaded_symbols;
13615 # Now try linking the two files.
13616 mv conftest.$ac_objext conftstm.$ac_objext
13617 lt_save_LIBS="$LIBS"
13618 lt_save_CFLAGS="$CFLAGS"
13619 LIBS="conftstm.
$ac_objext"
13620 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
13621 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13622 (eval $ac_link) 2>&5
13624 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
13625 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
13628 LIBS="$lt_save_LIBS"
13629 CFLAGS="$lt_save_CFLAGS"
13631 echo "cannot
find nm_test_func
in $nlist" >&5
13634 echo "cannot
find nm_test_var
in $nlist" >&5
13637 echo "cannot run
$lt_cv_sys_global_symbol_pipe" >&5
13640 echo "$progname: failed program was
:" >&5
13641 cat conftest.$ac_ext >&5
13643 rm -rf conftest* conftst*
13645 # Do not use the global_symbol_pipe unless it works.
13646 if test "$pipe_works" = yes; then
13649 lt_cv_sys_global_symbol_pipe=
13655 if test -z "$lt_cv_sys_global_symbol_pipe"; then
13656 lt_cv_sys_global_symbol_to_cdecl=
13658 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
13659 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: failed
" >&5
13660 $as_echo "failed
" >&6; }
13662 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: ok
" >&5
13663 $as_echo "ok
" >&6; }
13687 # Check whether --enable-libtool-lock was given.
13688 if test "${enable_libtool_lock+set}" = set; then :
13689 enableval=$enable_libtool_lock;
13692 test "x
$enable_libtool_lock" != xno && enable_libtool_lock=yes
13694 # Some flags need to be propagated to the compiler or linker for good
13698 # Find out which ABI we are using.
13699 echo 'int i;' > conftest.$ac_ext
13700 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
13701 (eval $ac_compile) 2>&5
13703 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
13704 test $ac_status = 0; }; then
13705 case `/usr/bin/file conftest.$ac_objext` in
13707 HPUX_IA64_MODE="32"
13710 HPUX_IA64_MODE="64"
13717 # Find out which ABI we are using.
13718 echo '#line '$LINENO' "configure
"' > conftest.$ac_ext
13719 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
13720 (eval $ac_compile) 2>&5
13722 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
13723 test $ac_status = 0; }; then
13724 if test "$lt_cv_prog_gnu_ld" = yes; then
13725 case `/usr/bin/file conftest.$ac_objext` in
13727 LD="${LD-ld} -melf32bsmip"
13730 LD="${LD-ld} -melf32bmipn32"
13733 LD="${LD-ld} -melf64bmip"
13737 case `/usr/bin/file conftest.$ac_objext` in
13753 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
13754 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
13755 # Find out which ABI we are using.
13756 echo 'int i;' > conftest.$ac_ext
13757 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
13758 (eval $ac_compile) 2>&5
13760 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
13761 test $ac_status = 0; }; then
13762 case `/usr/bin/file conftest.o` in
13765 x86_64-*kfreebsd*-gnu)
13766 LD="${LD-ld} -m elf_i386_fbsd
"
13769 case `/usr/bin/file conftest.o` in
13771 LD="${LD-ld} -m elf32_x86_64
"
13774 LD="${LD-ld} -m elf_i386
"
13778 powerpc64le-*linux*)
13779 LD="${LD-ld} -m elf32lppclinux
"
13782 LD="${LD-ld} -m elf32ppclinux
"
13785 LD="${LD-ld} -m elf_s390
"
13788 LD="${LD-ld} -m elf32_sparc
"
13794 x86_64-*kfreebsd*-gnu)
13795 LD="${LD-ld} -m elf_x86_64_fbsd
"
13798 LD="${LD-ld} -m elf_x86_64
"
13801 LD="${LD-ld} -m elf64lppc
"
13804 LD="${LD-ld} -m elf64ppc
"
13806 s390*-*linux*|s390*-*tpf*)
13807 LD="${LD-ld} -m elf64_s390
"
13810 LD="${LD-ld} -m elf64_sparc
"
13820 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
13821 SAVE_CFLAGS="$CFLAGS"
13822 CFLAGS="$CFLAGS -belf"
13823 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs
-belf" >&5
13824 $as_echo_n "checking whether the C compiler needs
-belf...
" >&6; }
13825 if test "${lt_cv_cc_needs_belf+set}" = set; then :
13826 $as_echo_n "(cached
) " >&6
13829 ac_cpp='$CPP $CPPFLAGS'
13830 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13831 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13832 ac_compiler_gnu=$ac_cv_c_compiler_gnu
13834 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13835 /* end confdefs.h. */
13845 if ac_fn_c_try_link "$LINENO"; then :
13846 lt_cv_cc_needs_belf=yes
13848 lt_cv_cc_needs_belf=no
13850 rm -f core conftest.err conftest.$ac_objext \
13851 conftest$ac_exeext conftest.$ac_ext
13853 ac_cpp='$CPP $CPPFLAGS'
13854 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13855 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13856 ac_compiler_gnu=$ac_cv_c_compiler_gnu
13859 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_cc_needs_belf" >&5
13860 $as_echo "$lt_cv_cc_needs_belf" >&6; }
13861 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
13862 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
13863 CFLAGS="$SAVE_CFLAGS"
13867 # Find out which ABI we are using.
13868 echo 'int i;' > conftest.$ac_ext
13869 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
13870 (eval $ac_compile) 2>&5
13872 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
13873 test $ac_status = 0; }; then
13874 case `/usr/bin/file conftest.o` in
13876 case $lt_cv_prog_gnu_ld in
13877 yes*) LD="${LD-ld} -m elf64_sparc
" ;;
13879 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
13891 need_locks="$enable_libtool_lock"
13895 rhapsody* | darwin*)
13896 if test -n "$ac_tool_prefix"; then
13897 # Extract the first word of "${ac_tool_prefix}dsymutil
", so it can be a program name with args.
13898 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
13899 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13900 $as_echo_n "checking
for $ac_word...
" >&6; }
13901 if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
13902 $as_echo_n "(cached
) " >&6
13904 if test -n "$DSYMUTIL"; then
13905 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
13907 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13908 for as_dir in $PATH
13911 test -z "$as_dir" && as_dir=.
13912 for ac_exec_ext in '' $ac_executable_extensions; do
13913 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13914 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil
"
13915 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13924 DSYMUTIL=$ac_cv_prog_DSYMUTIL
13925 if test -n "$DSYMUTIL"; then
13926 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $DSYMUTIL" >&5
13927 $as_echo "$DSYMUTIL" >&6; }
13929 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13930 $as_echo "no
" >&6; }
13935 if test -z "$ac_cv_prog_DSYMUTIL"; then
13936 ac_ct_DSYMUTIL=$DSYMUTIL
13937 # Extract the first word of "dsymutil
", so it can be a program name with args.
13938 set dummy dsymutil; ac_word=$2
13939 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13940 $as_echo_n "checking
for $ac_word...
" >&6; }
13941 if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
13942 $as_echo_n "(cached
) " >&6
13944 if test -n "$ac_ct_DSYMUTIL"; then
13945 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
13947 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13948 for as_dir in $PATH
13951 test -z "$as_dir" && as_dir=.
13952 for ac_exec_ext in '' $ac_executable_extensions; do
13953 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13954 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil
"
13955 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13964 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
13965 if test -n "$ac_ct_DSYMUTIL"; then
13966 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_DSYMUTIL" >&5
13967 $as_echo "$ac_ct_DSYMUTIL" >&6; }
13969 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13970 $as_echo "no
" >&6; }
13973 if test "x
$ac_ct_DSYMUTIL" = x; then
13976 case $cross_compiling:$ac_tool_warned in
13978 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
13979 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
13980 ac_tool_warned=yes ;;
13982 DSYMUTIL=$ac_ct_DSYMUTIL
13985 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
13988 if test -n "$ac_tool_prefix"; then
13989 # Extract the first word of "${ac_tool_prefix}nmedit
", so it can be a program name with args.
13990 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
13991 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13992 $as_echo_n "checking
for $ac_word...
" >&6; }
13993 if test "${ac_cv_prog_NMEDIT+set}" = set; then :
13994 $as_echo_n "(cached
) " >&6
13996 if test -n "$NMEDIT"; then
13997 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
13999 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14000 for as_dir in $PATH
14003 test -z "$as_dir" && as_dir=.
14004 for ac_exec_ext in '' $ac_executable_extensions; do
14005 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14006 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit
"
14007 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
14016 NMEDIT=$ac_cv_prog_NMEDIT
14017 if test -n "$NMEDIT"; then
14018 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $NMEDIT" >&5
14019 $as_echo "$NMEDIT" >&6; }
14021 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
14022 $as_echo "no
" >&6; }
14027 if test -z "$ac_cv_prog_NMEDIT"; then
14028 ac_ct_NMEDIT=$NMEDIT
14029 # Extract the first word of "nmedit
", so it can be a program name with args.
14030 set dummy nmedit; ac_word=$2
14031 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
14032 $as_echo_n "checking
for $ac_word...
" >&6; }
14033 if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
14034 $as_echo_n "(cached
) " >&6
14036 if test -n "$ac_ct_NMEDIT"; then
14037 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
14039 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14040 for as_dir in $PATH
14043 test -z "$as_dir" && as_dir=.
14044 for ac_exec_ext in '' $ac_executable_extensions; do
14045 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14046 ac_cv_prog_ac_ct_NMEDIT="nmedit
"
14047 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
14056 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
14057 if test -n "$ac_ct_NMEDIT"; then
14058 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_NMEDIT" >&5
14059 $as_echo "$ac_ct_NMEDIT" >&6; }
14061 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
14062 $as_echo "no
" >&6; }
14065 if test "x
$ac_ct_NMEDIT" = x; then
14068 case $cross_compiling:$ac_tool_warned in
14070 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
14071 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
14072 ac_tool_warned=yes ;;
14074 NMEDIT=$ac_ct_NMEDIT
14077 NMEDIT="$ac_cv_prog_NMEDIT"
14080 if test -n "$ac_tool_prefix"; then
14081 # Extract the first word of "${ac_tool_prefix}lipo
", so it can be a program name with args.
14082 set dummy ${ac_tool_prefix}lipo; ac_word=$2
14083 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
14084 $as_echo_n "checking
for $ac_word...
" >&6; }
14085 if test "${ac_cv_prog_LIPO+set}" = set; then :
14086 $as_echo_n "(cached
) " >&6
14088 if test -n "$LIPO"; then
14089 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
14091 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14092 for as_dir in $PATH
14095 test -z "$as_dir" && as_dir=.
14096 for ac_exec_ext in '' $ac_executable_extensions; do
14097 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14098 ac_cv_prog_LIPO="${ac_tool_prefix}lipo
"
14099 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
14108 LIPO=$ac_cv_prog_LIPO
14109 if test -n "$LIPO"; then
14110 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LIPO" >&5
14111 $as_echo "$LIPO" >&6; }
14113 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
14114 $as_echo "no
" >&6; }
14119 if test -z "$ac_cv_prog_LIPO"; then
14121 # Extract the first word of "lipo
", so it can be a program name with args.
14122 set dummy lipo; ac_word=$2
14123 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
14124 $as_echo_n "checking
for $ac_word...
" >&6; }
14125 if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
14126 $as_echo_n "(cached
) " >&6
14128 if test -n "$ac_ct_LIPO"; then
14129 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
14131 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14132 for as_dir in $PATH
14135 test -z "$as_dir" && as_dir=.
14136 for ac_exec_ext in '' $ac_executable_extensions; do
14137 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14138 ac_cv_prog_ac_ct_LIPO="lipo
"
14139 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
14148 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
14149 if test -n "$ac_ct_LIPO"; then
14150 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_LIPO" >&5
14151 $as_echo "$ac_ct_LIPO" >&6; }
14153 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
14154 $as_echo "no
" >&6; }
14157 if test "x
$ac_ct_LIPO" = x; then
14160 case $cross_compiling:$ac_tool_warned in
14162 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
14163 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
14164 ac_tool_warned=yes ;;
14169 LIPO="$ac_cv_prog_LIPO"
14172 if test -n "$ac_tool_prefix"; then
14173 # Extract the first word of "${ac_tool_prefix}otool
", so it can be a program name with args.
14174 set dummy ${ac_tool_prefix}otool; ac_word=$2
14175 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
14176 $as_echo_n "checking
for $ac_word...
" >&6; }
14177 if test "${ac_cv_prog_OTOOL+set}" = set; then :
14178 $as_echo_n "(cached
) " >&6
14180 if test -n "$OTOOL"; then
14181 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
14183 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14184 for as_dir in $PATH
14187 test -z "$as_dir" && as_dir=.
14188 for ac_exec_ext in '' $ac_executable_extensions; do
14189 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14190 ac_cv_prog_OTOOL="${ac_tool_prefix}otool
"
14191 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
14200 OTOOL=$ac_cv_prog_OTOOL
14201 if test -n "$OTOOL"; then
14202 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OTOOL" >&5
14203 $as_echo "$OTOOL" >&6; }
14205 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
14206 $as_echo "no
" >&6; }
14211 if test -z "$ac_cv_prog_OTOOL"; then
14213 # Extract the first word of "otool
", so it can be a program name with args.
14214 set dummy otool; ac_word=$2
14215 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
14216 $as_echo_n "checking
for $ac_word...
" >&6; }
14217 if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
14218 $as_echo_n "(cached
) " >&6
14220 if test -n "$ac_ct_OTOOL"; then
14221 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
14223 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14224 for as_dir in $PATH
14227 test -z "$as_dir" && as_dir=.
14228 for ac_exec_ext in '' $ac_executable_extensions; do
14229 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14230 ac_cv_prog_ac_ct_OTOOL="otool
"
14231 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
14240 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
14241 if test -n "$ac_ct_OTOOL"; then
14242 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_OTOOL" >&5
14243 $as_echo "$ac_ct_OTOOL" >&6; }
14245 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
14246 $as_echo "no
" >&6; }
14249 if test "x
$ac_ct_OTOOL" = x; then
14252 case $cross_compiling:$ac_tool_warned in
14254 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
14255 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
14256 ac_tool_warned=yes ;;
14261 OTOOL="$ac_cv_prog_OTOOL"
14264 if test -n "$ac_tool_prefix"; then
14265 # Extract the first word of "${ac_tool_prefix}otool64
", so it can be a program name with args.
14266 set dummy ${ac_tool_prefix}otool64; ac_word=$2
14267 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
14268 $as_echo_n "checking
for $ac_word...
" >&6; }
14269 if test "${ac_cv_prog_OTOOL64+set}" = set; then :
14270 $as_echo_n "(cached
) " >&6
14272 if test -n "$OTOOL64"; then
14273 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
14275 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14276 for as_dir in $PATH
14279 test -z "$as_dir" && as_dir=.
14280 for ac_exec_ext in '' $ac_executable_extensions; do
14281 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14282 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64
"
14283 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
14292 OTOOL64=$ac_cv_prog_OTOOL64
14293 if test -n "$OTOOL64"; then
14294 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OTOOL64" >&5
14295 $as_echo "$OTOOL64" >&6; }
14297 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
14298 $as_echo "no
" >&6; }
14303 if test -z "$ac_cv_prog_OTOOL64"; then
14304 ac_ct_OTOOL64=$OTOOL64
14305 # Extract the first word of "otool64
", so it can be a program name with args.
14306 set dummy otool64; ac_word=$2
14307 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
14308 $as_echo_n "checking
for $ac_word...
" >&6; }
14309 if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
14310 $as_echo_n "(cached
) " >&6
14312 if test -n "$ac_ct_OTOOL64"; then
14313 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
14315 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14316 for as_dir in $PATH
14319 test -z "$as_dir" && as_dir=.
14320 for ac_exec_ext in '' $ac_executable_extensions; do
14321 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14322 ac_cv_prog_ac_ct_OTOOL64="otool64
"
14323 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
14332 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
14333 if test -n "$ac_ct_OTOOL64"; then
14334 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_OTOOL64" >&5
14335 $as_echo "$ac_ct_OTOOL64" >&6; }
14337 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
14338 $as_echo "no
" >&6; }
14341 if test "x
$ac_ct_OTOOL64" = x; then
14344 case $cross_compiling:$ac_tool_warned in
14346 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
14347 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
14348 ac_tool_warned=yes ;;
14350 OTOOL64=$ac_ct_OTOOL64
14353 OTOOL64="$ac_cv_prog_OTOOL64"
14382 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for -single_module linker flag
" >&5
14383 $as_echo_n "checking
for -single_module linker flag...
" >&6; }
14384 if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
14385 $as_echo_n "(cached
) " >&6
14387 lt_cv_apple_cc_single_mod=no
14388 if test -z "${LT_MULTI_MODULE}"; then
14389 # By default we will add the -single_module flag. You can override
14390 # by either setting the environment variable LT_MULTI_MODULE
14391 # non-empty at configure time, or by adding -multi_module to the
14393 rm -rf libconftest.dylib*
14394 echo "int foo
(void
){return 1;}" > conftest.c
14395 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
14396 -dynamiclib -Wl,-single_module conftest.c
" >&5
14397 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
14398 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
14400 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
14401 lt_cv_apple_cc_single_mod=yes
14403 cat conftest.err >&5
14405 rm -rf libconftest.dylib*
14409 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_apple_cc_single_mod" >&5
14410 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
14411 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for -exported_symbols_list linker flag
" >&5
14412 $as_echo_n "checking
for -exported_symbols_list linker flag...
" >&6; }
14413 if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
14414 $as_echo_n "(cached
) " >&6
14416 lt_cv_ld_exported_symbols_list=no
14417 save_LDFLAGS=$LDFLAGS
14418 echo "_main
" > conftest.sym
14419 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym
"
14420 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14421 /* end confdefs.h. */
14431 if ac_fn_c_try_link "$LINENO"; then :
14432 lt_cv_ld_exported_symbols_list=yes
14434 lt_cv_ld_exported_symbols_list=no
14436 rm -f core conftest.err conftest.$ac_objext \
14437 conftest$ac_exeext conftest.$ac_ext
14438 LDFLAGS="$save_LDFLAGS"
14441 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_ld_exported_symbols_list" >&5
14442 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
14443 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for -force_load linker flag
" >&5
14444 $as_echo_n "checking
for -force_load linker flag...
" >&6; }
14445 if test "${lt_cv_ld_force_load+set}" = set; then :
14446 $as_echo_n "(cached
) " >&6
14448 lt_cv_ld_force_load=no
14449 cat > conftest.c << _LT_EOF
14450 int forced_loaded() { return 2;}
14452 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c
" >&5
14453 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
14454 echo "$AR cru libconftest.a conftest.o
" >&5
14455 $AR cru libconftest.a conftest.o 2>&5
14456 cat > conftest.c << _LT_EOF
14457 int main() { return 0;}
14459 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c
-Wl,-force_load,.
/libconftest.a
" >&5
14460 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
14462 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
14463 lt_cv_ld_force_load=yes
14465 cat conftest.err >&5
14467 rm -f conftest.err libconftest.a conftest conftest.c
14468 rm -rf conftest.dSYM
14471 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_ld_force_load" >&5
14472 $as_echo "$lt_cv_ld_force_load" >&6; }
14474 rhapsody* | darwin1.[012])
14475 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
14477 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
14478 darwin*) # darwin 5.x on
14479 # if running on 10.5 or later, the deployment target defaults
14480 # to the OS version, if on x86, and 10.4, the deployment
14481 # target defaults to 10.4. Don't you love it?
14482 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
14483 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
14484 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
14486 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
14488 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
14492 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
14493 _lt_dar_single_mod='$single_module'
14495 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
14496 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
14498 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
14500 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no
"; then
14501 _lt_dsymutil='~$DSYMUTIL $lib || :'
14508 for ac_header in dlfcn.h
14510 ac_fn_c_check_header_preproc "$LINENO" "dlfcn.h
" "ac_cv_header_dlfcn_h
"
14511 if test "x
$ac_cv_header_dlfcn_h" = x""yes; then :
14512 cat >>confdefs.h <<_ACEOF
14513 #define HAVE_DLFCN_H 1
14530 enable_win32_dll=no
14533 # Check whether --enable-shared was given.
14534 if test "${enable_shared+set}" = set; then :
14535 enableval=$enable_shared; p=${PACKAGE-default}
14537 yes) enable_shared=yes ;;
14538 no) enable_shared=no ;;
14541 # Look at the argument we got. We use all the common list separators.
14542 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
14543 for pkg in $enableval; do
14545 if test "X
$pkg" = "X
$p"; then
14564 # Check whether --enable-static was given.
14565 if test "${enable_static+set}" = set; then :
14566 enableval=$enable_static; p=${PACKAGE-default}
14568 yes) enable_static=yes ;;
14569 no) enable_static=no ;;
14572 # Look at the argument we got. We use all the common list separators.
14573 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
14574 for pkg in $enableval; do
14576 if test "X
$pkg" = "X
$p"; then
14596 # Check whether --with-pic was given.
14597 if test "${with_pic+set}" = set; then :
14598 withval=$with_pic; pic_mode="$withval"
14604 test -z "$pic_mode" && pic_mode=default
14612 # Check whether --enable-fast-install was given.
14613 if test "${enable_fast_install+set}" = set; then :
14614 enableval=$enable_fast_install; p=${PACKAGE-default}
14616 yes) enable_fast_install=yes ;;
14617 no) enable_fast_install=no ;;
14619 enable_fast_install=no
14620 # Look at the argument we got. We use all the common list separators.
14621 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
14622 for pkg in $enableval; do
14624 if test "X
$pkg" = "X
$p"; then
14625 enable_fast_install=yes
14632 enable_fast_install=yes
14645 # This can be used to rebuild libtool when needed
14646 LIBTOOL_DEPS="$ltmain"
14648 # Always use our own libtool.
14649 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
14676 test -z "$LN_S" && LN_S="ln -s"
14691 if test -n "${ZSH_VERSION+set}" ; then
14692 setopt NO_GLOB_SUBST
14695 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for objdir
" >&5
14696 $as_echo_n "checking
for objdir...
" >&6; }
14697 if test "${lt_cv_objdir+set}" = set; then :
14698 $as_echo_n "(cached
) " >&6
14700 rm -f .libs 2>/dev/null
14701 mkdir .libs 2>/dev/null
14702 if test -d .libs; then
14705 # MS-DOS does not allow filenames that begin with a dot.
14708 rmdir .libs 2>/dev/null
14710 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_objdir" >&5
14711 $as_echo "$lt_cv_objdir" >&6; }
14712 objdir=$lt_cv_objdir
14718 cat >>confdefs.h <<_ACEOF
14719 #define LT_OBJDIR "$lt_cv_objdir/"
14727 # AIX sometimes has problems with the GCC collect2 program. For some
14728 # reason, if we set the COLLECT_NAMES environment variable, the problems
14729 # vanish in a puff of smoke.
14730 if test "X
${COLLECT_NAMES+set}" != Xset; then
14732 export COLLECT_NAMES
14737 # Global variables:
14739 can_build_shared=yes
14741 # All known linkers require a `.a' archive for static linking (except MSVC,
14742 # which needs '.lib').
14745 with_gnu_ld="$lt_cv_prog_gnu_ld"
14748 old_CFLAGS="$CFLAGS"
14750 # Set sane defaults for various variables
14751 test -z "$CC" && CC=cc
14752 test -z "$LTCC" && LTCC=$CC
14753 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
14754 test -z "$LD" && LD=ld
14755 test -z "$ac_objext" && ac_objext=o
14757 for cc_temp in $compiler""; do
14759 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
14760 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
14765 cc_basename=`$ECHO "$cc_temp" | $SED "s
%.
*/%%; s
%^
$host_alias-%%"`
14768 # Only perform the check for file, if the check method requires it
14769 test -z "$MAGIC_CMD" && MAGIC_CMD=file
14770 case $deplibs_check_method in
14772 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
14773 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ac_tool_prefix}file" >&5
14774 $as_echo_n "checking
for ${ac_tool_prefix}file...
" >&6; }
14775 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
14776 $as_echo_n "(cached
) " >&6
14780 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
14783 lt_save_MAGIC_CMD="$MAGIC_CMD"
14784 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
14785 ac_dummy="/usr
/bin
$PATH_SEPARATOR$PATH"
14786 for ac_dir in $ac_dummy; do
14788 test -z "$ac_dir" && ac_dir=.
14789 if test -f $ac_dir/${ac_tool_prefix}file; then
14790 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
14791 if test -n "$file_magic_test_file"; then
14792 case $deplibs_check_method in
14794 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \
(.
*\
)"`
14795 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
14796 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
14797 $EGREP "$file_magic_regex" > /dev/null; then
14802 *** Warning: the command libtool uses to detect shared libraries,
14803 *** $file_magic_cmd, produces output that libtool cannot recognize.
14804 *** The result is that libtool may fail to recognize shared libraries
14805 *** as such. This will affect the creation of libtool libraries that
14806 *** depend on shared libraries, but programs linked with such libtool
14807 *** libraries will work regardless of this problem. Nevertheless, you
14808 *** may want to report the problem to your system manager and/or to
14809 *** bug-libtool@gnu.org
14819 MAGIC_CMD="$lt_save_MAGIC_CMD"
14824 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
14825 if test -n "$MAGIC_CMD"; then
14826 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $MAGIC_CMD" >&5
14827 $as_echo "$MAGIC_CMD" >&6; }
14829 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
14830 $as_echo "no
" >&6; }
14837 if test -z "$lt_cv_path_MAGIC_CMD"; then
14838 if test -n "$ac_tool_prefix"; then
14839 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for file" >&5
14840 $as_echo_n "checking
for file...
" >&6; }
14841 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
14842 $as_echo_n "(cached
) " >&6
14846 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
14849 lt_save_MAGIC_CMD="$MAGIC_CMD"
14850 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
14851 ac_dummy="/usr
/bin
$PATH_SEPARATOR$PATH"
14852 for ac_dir in $ac_dummy; do
14854 test -z "$ac_dir" && ac_dir=.
14855 if test -f $ac_dir/file; then
14856 lt_cv_path_MAGIC_CMD="$ac_dir/file"
14857 if test -n "$file_magic_test_file"; then
14858 case $deplibs_check_method in
14860 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \
(.
*\
)"`
14861 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
14862 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
14863 $EGREP "$file_magic_regex" > /dev/null; then
14868 *** Warning: the command libtool uses to detect shared libraries,
14869 *** $file_magic_cmd, produces output that libtool cannot recognize.
14870 *** The result is that libtool may fail to recognize shared libraries
14871 *** as such. This will affect the creation of libtool libraries that
14872 *** depend on shared libraries, but programs linked with such libtool
14873 *** libraries will work regardless of this problem. Nevertheless, you
14874 *** may want to report the problem to your system manager and/or to
14875 *** bug-libtool@gnu.org
14885 MAGIC_CMD="$lt_save_MAGIC_CMD"
14890 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
14891 if test -n "$MAGIC_CMD"; then
14892 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $MAGIC_CMD" >&5
14893 $as_echo "$MAGIC_CMD" >&6; }
14895 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
14896 $as_echo "no
" >&6; }
14909 # Use C for the default configuration in the libtool script
14913 ac_cpp='$CPP $CPPFLAGS'
14914 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
14915 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
14916 ac_compiler_gnu=$ac_cv_c_compiler_gnu
14919 # Source file extension for C test sources.
14922 # Object file extension for compiled C test sources.
14926 # Code to be used in simple compile tests
14927 lt_simple_compile_test_code="int some_variable
= 0;"
14929 # Code to be used in simple link tests
14930 lt_simple_link_test_code='int main(){return(0);}'
14938 # If no C compiler was specified, use CC.
14941 # If no C compiler flags were specified, use CFLAGS.
14942 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
14944 # Allow CC to be a program name with arguments.
14947 # Save the default compiler, since it gets overwritten when the other
14948 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
14949 compiler_DEFAULT=$CC
14951 # save warnings/boilerplate of simple test code
14952 ac_outfile=conftest.$ac_objext
14953 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
14954 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
14955 _lt_compiler_boilerplate=`cat conftest.err`
14958 ac_outfile=conftest.$ac_objext
14959 echo "$lt_simple_link_test_code" >conftest.$ac_ext
14960 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
14961 _lt_linker_boilerplate=`cat conftest.err`
14966 ## There is no encapsulation within the following macros, do not change
14967 ## the running order or otherwise move them around unless you know exactly
14968 ## what you are doing...
14969 if test -n "$compiler"; then
14971 lt_prog_compiler_no_builtin_flag=
14973 if test "$GCC" = yes; then
14974 case $cc_basename in
14976 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
14978 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
14981 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if $compiler supports
-fno-rtti -fno-exceptions" >&5
14982 $as_echo_n "checking
if $compiler supports
-fno-rtti -fno-exceptions...
" >&6; }
14983 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
14984 $as_echo_n "(cached
) " >&6
14986 lt_cv_prog_compiler_rtti_exceptions=no
14987 ac_outfile=conftest.$ac_objext
14988 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
14989 lt_compiler_flag="-fno-rtti -fno-exceptions"
14990 # Insert the option either (1) after the last *FLAGS variable, or
14991 # (2) before a word containing "conftest.
", or (3) at the end.
14992 # Note that $ac_compile itself does not contain backslashes and begins
14993 # with a dollar sign (not a hyphen), so the echo should work correctly.
14994 # The option is referenced via a variable to avoid confusing sed.
14995 lt_compile=`echo "$ac_compile" | $SED \
14996 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
14997 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
14998 -e 's:$: $lt_compiler_flag:'`
14999 (eval echo "\"\
$as_me:$LINENO: $lt_compile\"" >&5)
15000 (eval "$lt_compile" 2>conftest.err)
15002 cat conftest.err >&5
15003 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
15004 if (exit $ac_status) && test -s "$ac_outfile"; then
15005 # The compiler can only warn and ignore the option if not recognized
15006 # So say no if there are warnings other than the usual output.
15007 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
15008 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
15009 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
15010 lt_cv_prog_compiler_rtti_exceptions=yes
15016 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_prog_compiler_rtti_exceptions" >&5
15017 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
15019 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
15020 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
15032 lt_prog_compiler_wl=
15033 lt_prog_compiler_pic=
15034 lt_prog_compiler_static=
15036 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $compiler option to produce PIC
" >&5
15037 $as_echo_n "checking
for $compiler option to produce PIC...
" >&6; }
15039 if test "$GCC" = yes; then
15040 lt_prog_compiler_wl='-Wl,'
15041 lt_prog_compiler_static='-static'
15045 # All AIX code is PIC.
15046 if test "$host_cpu" = ia64; then
15047 # AIX 5 now supports IA64 processor
15048 lt_prog_compiler_static='-Bstatic'
15050 lt_prog_compiler_pic='-fPIC'
15056 # see comment about AmigaOS4 .so support
15057 lt_prog_compiler_pic='-fPIC'
15060 # FIXME: we need at least 68020 code to build shared libraries, but
15061 # adding the `-m68020' flag to GCC prevents building anything better,
15063 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
15068 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
15069 # PIC is the default for these OSes.
15072 mingw* | cygwin* | pw32* | os2* | cegcc*)
15073 # This hack is so that the source file can tell whether it is being
15074 # built for inclusion in a dll (and should export symbols for example).
15075 # Although the cygwin gcc ignores -fPIC, still need this for old-style
15076 # (--disable-auto-import) libraries
15077 lt_prog_compiler_pic='-DDLL_EXPORT'
15080 darwin* | rhapsody*)
15081 # PIC is the default on this platform
15082 # Common symbols not allowed in MH_DYLIB files
15083 lt_prog_compiler_pic='-fno-common'
15087 # PIC is the default for Haiku.
15088 # The "-static" flag exists, but is broken.
15089 lt_prog_compiler_static=
15093 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
15094 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
15095 # sets the default TLS model and affects inlining.
15101 lt_prog_compiler_pic='-fPIC'
15107 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
15108 # Instead, we relocate shared libraries at runtime.
15112 # Just because we use GCC doesn't mean we suddenly get shared libraries
15113 # on systems that don't support them.
15114 lt_prog_compiler_can_build_shared=no
15119 # QNX uses GNU C++, but need to define -shared option too, otherwise
15120 # it will coredump.
15121 lt_prog_compiler_pic='-fPIC -shared'
15125 if test -d /usr/nec; then
15126 lt_prog_compiler_pic=-Kconform_pic
15131 lt_prog_compiler_pic='-fPIC'
15135 case $cc_basename in
15136 nvcc*) # Cuda Compiler Driver 2.2
15137 lt_prog_compiler_wl='-Xlinker '
15138 lt_prog_compiler_pic='-Xcompiler -fPIC'
15142 # PORTME Check for flag to pass linker flags through the system compiler.
15145 lt_prog_compiler_wl='-Wl,'
15146 if test "$host_cpu" = ia64; then
15147 # AIX 5 now supports IA64 processor
15148 lt_prog_compiler_static='-Bstatic'
15150 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
15154 mingw* | cygwin* | pw32* | os2* | cegcc*)
15155 # This hack is so that the source file can tell whether it is being
15156 # built for inclusion in a dll (and should export symbols for example).
15157 lt_prog_compiler_pic='-DDLL_EXPORT'
15160 hpux9* | hpux10* | hpux11*)
15161 lt_prog_compiler_wl='-Wl,'
15162 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
15163 # not for PA HP-UX.
15169 lt_prog_compiler_pic='+Z'
15172 # Is there a better lt_prog_compiler_static that works with the bundled CC?
15173 lt_prog_compiler_static='${wl}-a ${wl}archive'
15176 irix5* | irix6* | nonstopux*)
15177 lt_prog_compiler_wl='-Wl,'
15178 # PIC (with -KPIC) is the default.
15179 lt_prog_compiler_static='-non_shared'
15182 linux* | k*bsd*-gnu | kopensolaris*-gnu)
15183 case $cc_basename in
15184 # old Intel for x86_64 which still supported -KPIC.
15186 lt_prog_compiler_wl='-Wl,'
15187 lt_prog_compiler_pic='-KPIC'
15188 lt_prog_compiler_static='-static'
15190 # icc used to be incompatible with GCC.
15191 # ICC 10 doesn't accept -KPIC any more.
15193 lt_prog_compiler_wl='-Wl,'
15194 lt_prog_compiler_pic='-fPIC'
15195 lt_prog_compiler_static='-static'
15197 # Lahey Fortran 8.1.
15199 lt_prog_compiler_wl='-Wl,'
15200 lt_prog_compiler_pic='--shared'
15201 lt_prog_compiler_static='--static'
15203 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
15204 # Portland Group compilers (*not* the Pentium gcc compiler,
15205 # which looks to be a dead project)
15206 lt_prog_compiler_wl='-Wl,'
15207 lt_prog_compiler_pic='-fpic'
15208 lt_prog_compiler_static='-Bstatic'
15211 lt_prog_compiler_wl='-Wl,'
15212 # All Alpha code is PIC.
15213 lt_prog_compiler_static='-non_shared'
15215 xl* | bgxl* | bgf* | mpixl*)
15216 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
15217 lt_prog_compiler_wl='-Wl,'
15218 lt_prog_compiler_pic='-qpic'
15219 lt_prog_compiler_static='-qstaticlink'
15222 case `$CC -V 2>&1 | sed 5q` in
15223 *Sun\ F* | *Sun*Fortran*)
15224 # Sun Fortran 8.3 passes all unrecognized flags to the linker
15225 lt_prog_compiler_pic='-KPIC'
15226 lt_prog_compiler_static='-Bstatic'
15227 lt_prog_compiler_wl=''
15231 lt_prog_compiler_pic='-KPIC'
15232 lt_prog_compiler_static='-Bstatic'
15233 lt_prog_compiler_wl='-Wl,'
15241 lt_prog_compiler_pic='-KPIC'
15242 lt_prog_compiler_static='-Bstatic'
15246 # QNX uses GNU C++, but need to define -shared option too, otherwise
15247 # it will coredump.
15248 lt_prog_compiler_pic='-fPIC -shared'
15251 osf3* | osf4* | osf5*)
15252 lt_prog_compiler_wl='-Wl,'
15253 # All OSF/1 code is PIC.
15254 lt_prog_compiler_static='-non_shared'
15258 lt_prog_compiler_static='-non_shared'
15262 lt_prog_compiler_pic='-KPIC'
15263 lt_prog_compiler_static='-Bstatic'
15264 case $cc_basename in
15265 f77* | f90* | f95*)
15266 lt_prog_compiler_wl='-Qoption ld ';;
15268 lt_prog_compiler_wl='-Wl,';;
15273 lt_prog_compiler_wl='-Qoption ld '
15274 lt_prog_compiler_pic='-PIC'
15275 lt_prog_compiler_static='-Bstatic'
15278 sysv4 | sysv4.2uw2* | sysv4.3*)
15279 lt_prog_compiler_wl='-Wl,'
15280 lt_prog_compiler_pic='-KPIC'
15281 lt_prog_compiler_static='-Bstatic'
15285 if test -d /usr/nec ;then
15286 lt_prog_compiler_pic='-Kconform_pic'
15287 lt_prog_compiler_static='-Bstatic'
15291 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
15292 lt_prog_compiler_wl='-Wl,'
15293 lt_prog_compiler_pic='-KPIC'
15294 lt_prog_compiler_static='-Bstatic'
15298 lt_prog_compiler_wl='-Wl,'
15299 lt_prog_compiler_can_build_shared=no
15303 lt_prog_compiler_pic='-pic'
15304 lt_prog_compiler_static='-Bstatic'
15308 lt_prog_compiler_can_build_shared=no
15314 # For platforms which do not support PIC, -DPIC is meaningless:
15316 lt_prog_compiler_pic=
15319 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
15322 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_prog_compiler_pic" >&5
15323 $as_echo "$lt_prog_compiler_pic" >&6; }
15331 # Check to make sure the PIC flag actually works.
15333 if test -n "$lt_prog_compiler_pic"; then
15334 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if $compiler PIC flag
$lt_prog_compiler_pic works
" >&5
15335 $as_echo_n "checking
if $compiler PIC flag
$lt_prog_compiler_pic works...
" >&6; }
15336 if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
15337 $as_echo_n "(cached
) " >&6
15339 lt_cv_prog_compiler_pic_works=no
15340 ac_outfile=conftest.$ac_objext
15341 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
15342 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
15343 # Insert the option either (1) after the last *FLAGS variable, or
15344 # (2) before a word containing "conftest.
", or (3) at the end.
15345 # Note that $ac_compile itself does not contain backslashes and begins
15346 # with a dollar sign (not a hyphen), so the echo should work correctly.
15347 # The option is referenced via a variable to avoid confusing sed.
15348 lt_compile=`echo "$ac_compile" | $SED \
15349 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
15350 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
15351 -e 's:$: $lt_compiler_flag:'`
15352 (eval echo "\"\
$as_me:$LINENO: $lt_compile\"" >&5)
15353 (eval "$lt_compile" 2>conftest.err)
15355 cat conftest.err >&5
15356 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
15357 if (exit $ac_status) && test -s "$ac_outfile"; then
15358 # The compiler can only warn and ignore the option if not recognized
15359 # So say no if there are warnings other than the usual output.
15360 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
15361 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
15362 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
15363 lt_cv_prog_compiler_pic_works=yes
15369 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_prog_compiler_pic_works" >&5
15370 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
15372 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
15373 case $lt_prog_compiler_pic in
15375 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
15378 lt_prog_compiler_pic=
15379 lt_prog_compiler_can_build_shared=no
15390 # Check to make sure the static flag actually works.
15392 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
15393 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if $compiler static flag
$lt_tmp_static_flag works
" >&5
15394 $as_echo_n "checking
if $compiler static flag
$lt_tmp_static_flag works...
" >&6; }
15395 if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
15396 $as_echo_n "(cached
) " >&6
15398 lt_cv_prog_compiler_static_works=no
15399 save_LDFLAGS="$LDFLAGS"
15400 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
15401 echo "$lt_simple_link_test_code" > conftest.$ac_ext
15402 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
15403 # The linker can only warn and ignore the option if not recognized
15404 # So say no if there are warnings
15405 if test -s conftest.err; then
15406 # Append any errors to the config.log.
15407 cat conftest.err 1>&5
15408 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
15409 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
15410 if diff conftest.exp conftest.er2 >/dev/null; then
15411 lt_cv_prog_compiler_static_works=yes
15414 lt_cv_prog_compiler_static_works=yes
15418 LDFLAGS="$save_LDFLAGS"
15421 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_prog_compiler_static_works" >&5
15422 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
15424 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
15427 lt_prog_compiler_static=
15436 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if $compiler supports
-c -o file.
$ac_objext" >&5
15437 $as_echo_n "checking
if $compiler supports
-c -o file.
$ac_objext...
" >&6; }
15438 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
15439 $as_echo_n "(cached
) " >&6
15441 lt_cv_prog_compiler_c_o=no
15442 $RM -r conftest 2>/dev/null
15446 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
15448 lt_compiler_flag="-o out
/conftest2.
$ac_objext"
15449 # Insert the option either (1) after the last *FLAGS variable, or
15450 # (2) before a word containing "conftest.
", or (3) at the end.
15451 # Note that $ac_compile itself does not contain backslashes and begins
15452 # with a dollar sign (not a hyphen), so the echo should work correctly.
15453 lt_compile=`echo "$ac_compile" | $SED \
15454 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
15455 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
15456 -e 's:$: $lt_compiler_flag:'`
15457 (eval echo "\"\
$as_me:$LINENO: $lt_compile\"" >&5)
15458 (eval "$lt_compile" 2>out/conftest.err)
15460 cat out/conftest.err >&5
15461 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
15462 if (exit $ac_status) && test -s out/conftest2.$ac_objext
15464 # The compiler can only warn and ignore the option if not recognized
15465 # So say no if there are warnings
15466 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
15467 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
15468 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
15469 lt_cv_prog_compiler_c_o=yes
15474 # SGI C++ compiler will create directory out/ii_files/ for
15475 # template instantiation
15476 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
15477 $RM out/* && rmdir out
15483 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_prog_compiler_c_o" >&5
15484 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
15491 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if $compiler supports
-c -o file.
$ac_objext" >&5
15492 $as_echo_n "checking
if $compiler supports
-c -o file.
$ac_objext...
" >&6; }
15493 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
15494 $as_echo_n "(cached
) " >&6
15496 lt_cv_prog_compiler_c_o=no
15497 $RM -r conftest 2>/dev/null
15501 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
15503 lt_compiler_flag="-o out
/conftest2.
$ac_objext"
15504 # Insert the option either (1) after the last *FLAGS variable, or
15505 # (2) before a word containing "conftest.
", or (3) at the end.
15506 # Note that $ac_compile itself does not contain backslashes and begins
15507 # with a dollar sign (not a hyphen), so the echo should work correctly.
15508 lt_compile=`echo "$ac_compile" | $SED \
15509 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
15510 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
15511 -e 's:$: $lt_compiler_flag:'`
15512 (eval echo "\"\
$as_me:$LINENO: $lt_compile\"" >&5)
15513 (eval "$lt_compile" 2>out/conftest.err)
15515 cat out/conftest.err >&5
15516 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
15517 if (exit $ac_status) && test -s out/conftest2.$ac_objext
15519 # The compiler can only warn and ignore the option if not recognized
15520 # So say no if there are warnings
15521 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
15522 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
15523 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
15524 lt_cv_prog_compiler_c_o=yes
15529 # SGI C++ compiler will create directory out/ii_files/ for
15530 # template instantiation
15531 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
15532 $RM out/* && rmdir out
15538 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_prog_compiler_c_o" >&5
15539 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
15544 hard_links="nottested
"
15545 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
15546 # do not overwrite the value of need_locks provided by the user
15547 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if we can lock with hard links
" >&5
15548 $as_echo_n "checking
if we can lock with hard links...
" >&6; }
15551 ln conftest.a conftest.b 2>/dev/null && hard_links=no
15553 ln conftest.a conftest.b 2>&5 || hard_links=no
15554 ln conftest.a conftest.b 2>/dev/null && hard_links=no
15555 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $hard_links" >&5
15556 $as_echo "$hard_links" >&6; }
15557 if test "$hard_links" = no; then
15558 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: \
`$CC' does not support \`-c -o', so \`make -j' may be unsafe
" >&5
15559 $as_echo "$as_me: WARNING
: \
`$CC' does not support \`-c -o', so \`make -j' may be unsafe
" >&2;}
15571 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the
$compiler linker
($LD) supports shared libraries
" >&5
15572 $as_echo_n "checking whether the
$compiler linker
($LD) supports shared libraries...
" >&6; }
15575 allow_undefined_flag=
15576 always_export_symbols=no
15578 archive_expsym_cmds=
15579 compiler_needs_object=no
15580 enable_shared_with_static_runtimes=no
15581 export_dynamic_flag_spec=
15582 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
15583 hardcode_automatic=no
15585 hardcode_direct_absolute=no
15586 hardcode_libdir_flag_spec=
15587 hardcode_libdir_flag_spec_ld=
15588 hardcode_libdir_separator=
15589 hardcode_minus_L=no
15590 hardcode_shlibpath_var=unsupported
15592 link_all_deplibs=unknown
15594 module_expsym_cmds=
15595 old_archive_from_new_cmds=
15596 old_archive_from_expsyms_cmds=
15597 thread_safe_flag_spec=
15598 whole_archive_flag_spec=
15599 # include_expsyms should be a list of space-separated symbols to be *always*
15600 # included in the symbol list
15602 # exclude_expsyms can be an extended regexp of symbols to exclude
15603 # it will be wrapped by ` (' and `)$', so one must not match beginning or
15604 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
15605 # as well as any symbol that contains `d'.
15606 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
15607 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
15608 # platforms (ab)use it in PIC code, but their linkers get confused if
15609 # the symbol is explicitly referenced. Since portable code cannot
15610 # rely on this symbol name, it's probably fine to never include it in
15611 # preloaded symbol tables.
15612 # Exclude shared library initialization/finalization symbols.
15613 extract_expsyms_cmds=
15616 cygwin* | mingw* | pw32* | cegcc*)
15617 # FIXME: the MSVC++ port hasn't been tested in a loooong time
15618 # When not using gcc, we currently assume that we are using
15619 # Microsoft Visual C++.
15620 if test "$GCC" != yes; then
15625 # we just hope/assume this is gcc and not c89 (= MSVC++)
15635 # On some targets, GNU ld is compatible enough with the native linker
15636 # that we're better off using the native interface for both.
15637 lt_use_gnu_ld_interface=no
15638 if test "$with_gnu_ld" = yes; then
15641 # The AIX port of GNU ld has always aspired to compatibility
15642 # with the native linker. However, as the warning in the GNU ld
15643 # block says, versions before 2.19.5* couldn't really create working
15644 # shared libraries, regardless of the interface used.
15645 case `$LD -v 2>&1` in
15646 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
15647 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
15648 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
15650 lt_use_gnu_ld_interface=yes
15655 lt_use_gnu_ld_interface=yes
15660 if test "$lt_use_gnu_ld_interface" = yes; then
15661 # If archive_cmds runs LD, not CC, wlarc should be empty
15664 # Set some defaults for GNU ld with shared library support. These
15665 # are reset later if shared libraries are not supported. Putting them
15666 # here allows them to be overridden if necessary.
15667 runpath_var=LD_RUN_PATH
15668 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
15669 export_dynamic_flag_spec='${wl}--export-dynamic'
15670 # ancient GNU ld didn't support --whole-archive et. al.
15671 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
15672 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
15674 whole_archive_flag_spec=
15676 supports_anon_versioning=no
15677 case `$LD -v 2>&1` in
15678 *GNU\ gold*) supports_anon_versioning=yes ;;
15679 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
15680 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
15681 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
15682 *\ 2.11.*) ;; # other 2.11 versions
15683 *) supports_anon_versioning=yes ;;
15686 # See if GNU ld supports shared libraries.
15689 # On AIX/PPC, the GNU linker is very broken
15690 if test "$host_cpu" != ia64; then
15694 *** Warning: the GNU linker, at least up to release 2.19, is reported
15695 *** to be unable to reliably create shared libraries on AIX.
15696 *** Therefore, libtool is disabling shared libraries support. If you
15697 *** really care for shared libraries, you may want to install binutils
15698 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
15699 *** You will then need to restart the configuration process.
15708 # see comment about AmigaOS4 .so support
15709 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
15710 archive_expsym_cmds=''
15713 archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
15714 hardcode_libdir_flag_spec
='-L$libdir'
15715 hardcode_minus_L
=yes
15721 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
15722 allow_undefined_flag
=unsupported
15723 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
15724 # support --undefined. This deserves some investigation. FIXME
15725 archive_cmds
='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
15731 cygwin
* | mingw
* | pw32
* | cegcc
*)
15732 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
15733 # as there is no search path for DLLs.
15734 hardcode_libdir_flag_spec
='-L$libdir'
15735 export_dynamic_flag_spec
='${wl}--export-all-symbols'
15736 allow_undefined_flag
=unsupported
15737 always_export_symbols
=no
15738 enable_shared_with_static_runtimes
=yes
15739 export_symbols_cmds
='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
15741 if $LD --help 2>&1 |
$GREP 'auto-import' > /dev
/null
; then
15742 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
15743 # If the export-symbols file already is a .def file (1st line
15744 # is EXPORTS), use it as is; otherwise, prepend...
15745 archive_expsym_cmds
='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
15746 cp $export_symbols $output_objdir/$soname.def;
15748 echo EXPORTS > $output_objdir/$soname.def;
15749 cat $export_symbols >> $output_objdir/$soname.def;
15751 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
15758 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
15759 link_all_deplibs
=yes
15764 hardcode_shlibpath_var
=no
15765 hardcode_libdir_flag_spec
='${wl}-rpath,$libdir'
15766 export_dynamic_flag_spec
='${wl}-E'
15767 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
15768 # Instead, shared libraries are loaded at an image base (0x10000000 by
15769 # default) and relocated if they conflict, which is a slow very memory
15770 # consuming and fragmenting process. To avoid this, we pick a random,
15771 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
15772 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
15773 archive_cmds
='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
15774 archive_expsym_cmds
='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
15777 gnu
* | linux
* | tpf
* | k
*bsd
*-gnu | kopensolaris
*-gnu)
15779 if test "$host_os" = linux-dietlibc
; then
15780 case $cc_basename in
15781 diet\
*) tmp_diet
=yes;; # linux-dietlibc with static linking (!diet-dyn)
15784 if $LD --help 2>&1 |
$EGREP ': supported targets:.* elf' > /dev
/null \
15785 && test "$tmp_diet" = no
15788 tmp_sharedflag
='-shared'
15789 case $cc_basename,$host_cpu in
15790 pgcc
*) # Portland Group C compiler
15791 whole_archive_flag_spec
='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
15792 tmp_addflag
=' $pic_flag'
15794 pgf77
* | pgf90
* | pgf95
* | pgfortran
*)
15795 # Portland Group f77 and f90 compilers
15796 whole_archive_flag_spec
='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
15797 tmp_addflag
=' $pic_flag -Mnomain' ;;
15798 ecc
*,ia64
* | icc
*,ia64
*) # Intel C compiler on ia64
15799 tmp_addflag
=' -i_dynamic' ;;
15800 efc
*,ia64
* | ifort
*,ia64
*) # Intel Fortran compiler on ia64
15801 tmp_addflag
=' -i_dynamic -nofor_main' ;;
15802 ifc
* | ifort
*) # Intel Fortran compiler
15803 tmp_addflag
=' -nofor_main' ;;
15804 lf95
*) # Lahey Fortran 8.1
15805 whole_archive_flag_spec
=
15806 tmp_sharedflag
='--shared' ;;
15807 xl
[cC
]* | bgxl
[cC
]* | mpixl
[cC
]*) # IBM XL C 8.0 on PPC (deal with xlf below)
15808 tmp_sharedflag
='-qmkshrobj'
15810 nvcc
*) # Cuda Compiler Driver 2.2
15811 whole_archive_flag_spec
='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
15812 compiler_needs_object
=yes
15815 case `$CC -V 2>&1 | sed 5q` in
15816 *Sun\ C
*) # Sun C 5.9
15817 whole_archive_flag_spec
='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
15818 compiler_needs_object
=yes
15819 tmp_sharedflag
='-G' ;;
15820 *Sun\ F
*) # Sun Fortran 8.3
15821 tmp_sharedflag
='-G' ;;
15823 archive_cmds
='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
15825 if test "x$supports_anon_versioning" = xyes
; then
15826 archive_expsym_cmds
='echo "{ global:" > $output_objdir/$libname.ver~
15827 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
15828 echo "local: *; };" >> $output_objdir/$libname.ver~
15829 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
15832 case $cc_basename in
15833 xlf
* | bgf
* | bgxlf
* | mpixlf
*)
15834 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
15835 whole_archive_flag_spec
='--whole-archive$convenience --no-whole-archive'
15836 hardcode_libdir_flag_spec
=
15837 hardcode_libdir_flag_spec_ld
='-rpath $libdir'
15838 archive_cmds
='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
15839 if test "x$supports_anon_versioning" = xyes
; then
15840 archive_expsym_cmds
='echo "{ global:" > $output_objdir/$libname.ver~
15841 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
15842 echo "local: *; };" >> $output_objdir/$libname.ver~
15843 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
15853 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
15854 archive_cmds
='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
15857 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
15858 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
15863 if $LD -v 2>&1 |
$GREP 'BFD 2\.8' > /dev
/null
; then
15867 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
15868 *** create shared libraries on Solaris systems. Therefore, libtool
15869 *** is disabling shared libraries support. We urge you to upgrade GNU
15870 *** binutils to release 2.9.1 or newer. Another option is to modify
15871 *** your PATH or compiler configuration so that the native linker is
15872 *** used, and then restart.
15875 elif $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
15876 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
15877 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
15883 sysv5
* | sco3.2v5
* | sco5v6
* | unixware
* | OpenUNIX
*)
15884 case `$LD -v 2>&1` in
15885 *\
[01].
* |
*\
2.
[0-9].
* |
*\
2.1[0-5].
*)
15889 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
15890 *** reliably create shared libraries on SCO systems. Therefore, libtool
15891 *** is disabling shared libraries support. We urge you to upgrade GNU
15892 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
15893 *** your PATH or compiler configuration so that the native linker is
15894 *** used, and then restart.
15899 # For security reasons, it is highly recommended that you always
15900 # use absolute paths for naming shared libraries, and exclude the
15901 # DT_RUNPATH tag from executables and libraries. But doing so
15902 # requires that you compile everything twice, which is a pain.
15903 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
15904 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
15905 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
15906 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
15915 archive_cmds
='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
15917 hardcode_direct
=yes
15918 hardcode_shlibpath_var
=no
15922 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
15923 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
15924 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
15931 if test "$ld_shlibs" = no
; then
15933 hardcode_libdir_flag_spec
=
15934 export_dynamic_flag_spec
=
15935 whole_archive_flag_spec
=
15938 # PORTME fill in a description of your system's linker (not GNU ld)
15941 allow_undefined_flag
=unsupported
15942 always_export_symbols
=yes
15943 archive_expsym_cmds
='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname'
15944 # Note: this linker hardcodes the directories in LIBPATH if there
15945 # are no directories specified by -L.
15946 hardcode_minus_L
=yes
15947 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
15948 # Neither direct hardcoding nor static linking is supported with a
15950 hardcode_direct
=unsupported
15955 if test "$host_cpu" = ia64
; then
15956 # On IA64, the linker does run time linking by default, so we don't
15957 # have to do anything special.
15958 aix_use_runtimelinking
=no
15959 exp_sym_flag
='-Bexport'
15962 # If we're using GNU nm, then we don't want the "-C" option.
15963 # -C means demangle to AIX nm, but means don't demangle with GNU nm
15964 # Also, AIX nm treats weak defined symbols like other global
15965 # defined symbols, whereas GNU nm marks them as "W".
15966 if $NM -V 2>&1 |
$GREP 'GNU' > /dev
/null
; then
15967 export_symbols_cmds
='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
15969 export_symbols_cmds
='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
15971 aix_use_runtimelinking
=no
15973 # Test if we are trying to use run time linking or normal
15974 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
15975 # need to do runtime linking.
15976 case $host_os in aix4.
[23]|aix4.
[23].
*|aix
[5-9]*)
15977 for ld_flag
in $LDFLAGS; do
15978 if (test $ld_flag = "-brtl" ||
test $ld_flag = "-Wl,-brtl"); then
15979 aix_use_runtimelinking
=yes
15986 exp_sym_flag
='-bexport'
15987 no_entry_flag
='-bnoentry'
15990 # When large executables or shared objects are built, AIX ld can
15991 # have problems creating the table of contents. If linking a library
15992 # or program results in "error TOC overflow" add -mminimal-toc to
15993 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
15994 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
15997 hardcode_direct
=yes
15998 hardcode_direct_absolute
=yes
15999 hardcode_libdir_separator
=':'
16000 link_all_deplibs
=yes
16001 file_list_spec
='${wl}-f,'
16003 if test "$GCC" = yes; then
16004 case $host_os in aix4.
[012]|aix4.
[012].
*)
16005 # We only want to do this on AIX 4.2 and lower, the check
16006 # below for broken collect2 doesn't work under 4.3+
16007 collect2name
=`${CC} -print-prog-name=collect2`
16008 if test -f "$collect2name" &&
16009 strings "$collect2name" |
$GREP resolve_lib_name
>/dev
/null
16011 # We have reworked collect2
16014 # We have old collect2
16015 hardcode_direct
=unsupported
16016 # It fails to find uninstalled libraries when the uninstalled
16017 # path is not listed in the libpath. Setting hardcode_minus_L
16018 # to unsupported forces relinking
16019 hardcode_minus_L
=yes
16020 hardcode_libdir_flag_spec
='-L$libdir'
16021 hardcode_libdir_separator
=
16025 shared_flag
='-shared'
16026 if test "$aix_use_runtimelinking" = yes; then
16027 shared_flag
="$shared_flag "'${wl}-G'
16031 if test "$host_cpu" = ia64
; then
16032 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
16033 # chokes on -Wl,-G. The following line is correct:
16036 if test "$aix_use_runtimelinking" = yes; then
16037 shared_flag
='${wl}-G'
16039 shared_flag
='${wl}-bM:SRE'
16044 export_dynamic_flag_spec
='${wl}-bexpall'
16045 # It seems that -bexpall does not export symbols beginning with
16046 # underscore (_), so it is better to generate a list of symbols to export.
16047 always_export_symbols
=yes
16048 if test "$aix_use_runtimelinking" = yes; then
16049 # Warning - without using the other runtime loading flags (-brtl),
16050 # -berok will link without error, but may produce a broken library.
16051 allow_undefined_flag
='-berok'
16052 # Determine the default libpath from the value encoded in an
16053 # empty executable.
16054 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16055 /* end confdefs.h. */
16065 if ac_fn_c_try_link
"$LINENO"; then :
16067 lt_aix_libpath_sed
='
16068 /Import File Strings/,/^$/ {
16074 aix_libpath
=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
16075 # Check for a 64-bit object if we didn't find anything.
16076 if test -z "$aix_libpath"; then
16077 aix_libpath
=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
16080 rm -f core conftest.err conftest.
$ac_objext \
16081 conftest
$ac_exeext conftest.
$ac_ext
16082 if test -z "$aix_libpath"; then aix_libpath
="/usr/lib:/lib"; fi
16084 hardcode_libdir_flag_spec
='${wl}-blibpath:$libdir:'"$aix_libpath"
16085 archive_expsym_cmds
='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
16087 if test "$host_cpu" = ia64
; then
16088 hardcode_libdir_flag_spec
='${wl}-R $libdir:/usr/lib:/lib'
16089 allow_undefined_flag
="-z nodefs"
16090 archive_expsym_cmds
="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols"
16092 # Determine the default libpath from the value encoded in an
16093 # empty executable.
16094 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16095 /* end confdefs.h. */
16105 if ac_fn_c_try_link
"$LINENO"; then :
16107 lt_aix_libpath_sed
='
16108 /Import File Strings/,/^$/ {
16114 aix_libpath
=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
16115 # Check for a 64-bit object if we didn't find anything.
16116 if test -z "$aix_libpath"; then
16117 aix_libpath
=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
16120 rm -f core conftest.err conftest.
$ac_objext \
16121 conftest
$ac_exeext conftest.
$ac_ext
16122 if test -z "$aix_libpath"; then aix_libpath
="/usr/lib:/lib"; fi
16124 hardcode_libdir_flag_spec
='${wl}-blibpath:$libdir:'"$aix_libpath"
16125 # Warning - without using the other run time loading flags,
16126 # -berok will link without error, but may produce a broken library.
16127 no_undefined_flag
=' ${wl}-bernotok'
16128 allow_undefined_flag
=' ${wl}-berok'
16129 if test "$with_gnu_ld" = yes; then
16130 # We only use this code for GNU lds that support --whole-archive.
16131 whole_archive_flag_spec
='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
16133 # Exported symbols can be pulled into shared objects from archives
16134 whole_archive_flag_spec
='$convenience'
16136 archive_cmds_need_lc
=yes
16137 # This is similar to how AIX traditionally builds its shared libraries.
16138 archive_expsym_cmds
="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
16146 # see comment about AmigaOS4 .so support
16147 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
16148 archive_expsym_cmds
=''
16151 archive_cmds
='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
16152 hardcode_libdir_flag_spec
='-L$libdir'
16153 hardcode_minus_L
=yes
16159 export_dynamic_flag_spec
=-rdynamic
16162 cygwin
* | mingw
* | pw32
* | cegcc
*)
16163 # When not using gcc, we currently assume that we are using
16164 # Microsoft Visual C++.
16165 # hardcode_libdir_flag_spec is actually meaningless, as there is
16166 # no search path for DLLs.
16167 hardcode_libdir_flag_spec
=' '
16168 allow_undefined_flag
=unsupported
16169 # Tell ltmain to make .lib files, not .a files.
16171 # Tell ltmain to make .dll files, not .so files.
16173 # FIXME: Setting linknames here is a bad hack.
16174 archive_cmds
='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
16175 # The linker will automatically build a .lib file if we build a DLL.
16176 old_archive_from_new_cmds
='true'
16177 # FIXME: Should let the user specify the lib program.
16178 old_archive_cmds
='lib -OUT:$oldlib$oldobjs$old_deplibs'
16179 fix_srcfile_path
='`cygpath -w "$srcfile"`'
16180 enable_shared_with_static_runtimes
=yes
16183 darwin
* | rhapsody
*)
16186 archive_cmds_need_lc
=no
16188 hardcode_automatic
=yes
16189 hardcode_shlibpath_var
=unsupported
16190 if test "$lt_cv_ld_force_load" = "yes"; then
16191 whole_archive_flag_spec
='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
16193 whole_archive_flag_spec
=''
16195 link_all_deplibs
=yes
16196 allow_undefined_flag
="$_lt_dar_allow_undefined"
16197 case $cc_basename in
16198 ifort
*) _lt_dar_can_shared
=yes ;;
16199 *) _lt_dar_can_shared
=$GCC ;;
16201 if test "$_lt_dar_can_shared" = "yes"; then
16202 output_verbose_link_cmd
=func_echo_all
16203 archive_cmds
="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
16204 module_cmds
="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
16205 archive_expsym_cmds
="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}"
16206 module_expsym_cmds
="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}"
16215 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
16216 hardcode_libdir_flag_spec
='-L$libdir'
16217 hardcode_shlibpath_var
=no
16220 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
16221 # support. Future versions do this automatically, but an explicit c++rt0.o
16222 # does not break anything, and helps significantly (at the cost of a little
16225 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
16226 hardcode_libdir_flag_spec
='-R$libdir'
16227 hardcode_direct
=yes
16228 hardcode_shlibpath_var
=no
16231 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
16233 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
16234 hardcode_direct
=yes
16235 hardcode_minus_L
=yes
16236 hardcode_shlibpath_var
=no
16239 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
16240 freebsd
* | dragonfly
*)
16241 archive_cmds
='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
16242 hardcode_libdir_flag_spec
='-R$libdir'
16243 hardcode_direct
=yes
16244 hardcode_shlibpath_var
=no
16248 if test "$GCC" = yes; then
16249 archive_cmds
='$RM $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
16251 archive_cmds
='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
16253 hardcode_libdir_flag_spec
='${wl}+b ${wl}$libdir'
16254 hardcode_libdir_separator
=:
16255 hardcode_direct
=yes
16257 # hardcode_minus_L: Not really in the search PATH,
16258 # but as the default location of the library.
16259 hardcode_minus_L
=yes
16260 export_dynamic_flag_spec
='${wl}-E'
16264 if test "$GCC" = yes && test "$with_gnu_ld" = no
; then
16265 archive_cmds
='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
16267 archive_cmds
='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
16269 if test "$with_gnu_ld" = no
; then
16270 hardcode_libdir_flag_spec
='${wl}+b ${wl}$libdir'
16271 hardcode_libdir_flag_spec_ld
='+b $libdir'
16272 hardcode_libdir_separator
=:
16273 hardcode_direct
=yes
16274 hardcode_direct_absolute
=yes
16275 export_dynamic_flag_spec
='${wl}-E'
16276 # hardcode_minus_L: Not really in the search PATH,
16277 # but as the default location of the library.
16278 hardcode_minus_L
=yes
16283 if test "$GCC" = yes && test "$with_gnu_ld" = no
; then
16286 archive_cmds
='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
16289 archive_cmds
='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
16292 archive_cmds
='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
16298 archive_cmds
='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
16301 archive_cmds
='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
16305 # Older versions of the 11.00 compiler do not understand -b yet
16306 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
16307 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
16308 $as_echo_n "checking if $CC understands -b... " >&6; }
16309 if test "${lt_cv_prog_compiler__b+set}" = set; then :
16310 $as_echo_n "(cached) " >&6
16312 lt_cv_prog_compiler__b
=no
16313 save_LDFLAGS
="$LDFLAGS"
16314 LDFLAGS
="$LDFLAGS -b"
16315 echo "$lt_simple_link_test_code" > conftest.
$ac_ext
16316 if (eval $ac_link 2>conftest.err
) && test -s conftest
$ac_exeext; then
16317 # The linker can only warn and ignore the option if not recognized
16318 # So say no if there are warnings
16319 if test -s conftest.err
; then
16320 # Append any errors to the config.log.
16321 cat conftest.err
1>&5
16322 $ECHO "$_lt_linker_boilerplate" |
$SED '/^$/d' > conftest.exp
16323 $SED '/^$/d; /^ *+/d' conftest.err
>conftest.er2
16324 if diff conftest.exp conftest.er2
>/dev
/null
; then
16325 lt_cv_prog_compiler__b
=yes
16328 lt_cv_prog_compiler__b
=yes
16332 LDFLAGS
="$save_LDFLAGS"
16335 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
16336 $as_echo "$lt_cv_prog_compiler__b" >&6; }
16338 if test x
"$lt_cv_prog_compiler__b" = xyes
; then
16339 archive_cmds
='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
16341 archive_cmds
='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
16347 if test "$with_gnu_ld" = no
; then
16348 hardcode_libdir_flag_spec
='${wl}+b ${wl}$libdir'
16349 hardcode_libdir_separator
=:
16354 hardcode_shlibpath_var
=no
16357 hardcode_direct
=yes
16358 hardcode_direct_absolute
=yes
16359 export_dynamic_flag_spec
='${wl}-E'
16361 # hardcode_minus_L: Not really in the search PATH,
16362 # but as the default location of the library.
16363 hardcode_minus_L
=yes
16369 irix5
* | irix6
* | nonstopux
*)
16370 if test "$GCC" = yes; then
16371 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
16372 # Try to use the -exported_symbol ld option, if it does not
16373 # work, assume that -exports_file does not work either and
16374 # implicitly export all symbols.
16375 save_LDFLAGS
="$LDFLAGS"
16376 LDFLAGS
="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
16377 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16378 /* end confdefs.h. */
16381 if ac_fn_c_try_link
"$LINENO"; then :
16382 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
16385 rm -f core conftest.err conftest.
$ac_objext \
16386 conftest
$ac_exeext conftest.
$ac_ext
16387 LDFLAGS
="$save_LDFLAGS"
16389 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
16390 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
16392 archive_cmds_need_lc
='no'
16393 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
16394 hardcode_libdir_separator
=:
16396 link_all_deplibs
=yes
16400 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
16401 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
16403 archive_cmds
='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
16405 hardcode_libdir_flag_spec
='-R$libdir'
16406 hardcode_direct
=yes
16407 hardcode_shlibpath_var
=no
16411 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
16412 hardcode_direct
=yes
16413 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
16414 hardcode_libdir_separator
=:
16415 hardcode_shlibpath_var
=no
16422 if test -f /usr
/libexec
/ld.so
; then
16423 hardcode_direct
=yes
16424 hardcode_shlibpath_var
=no
16425 hardcode_direct_absolute
=yes
16426 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" ||
test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
16427 archive_cmds
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
16428 archive_expsym_cmds
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
16429 hardcode_libdir_flag_spec
='${wl}-rpath,$libdir'
16430 export_dynamic_flag_spec
='${wl}-E'
16433 openbsd
[01].
* | openbsd2.
[0-7] | openbsd2.
[0-7].
*)
16434 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
16435 hardcode_libdir_flag_spec
='-R$libdir'
16438 archive_cmds
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
16439 hardcode_libdir_flag_spec
='${wl}-rpath,$libdir'
16449 hardcode_libdir_flag_spec
='-L$libdir'
16450 hardcode_minus_L
=yes
16451 allow_undefined_flag
=unsupported
16452 archive_cmds
='$ECHO "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~echo DATA >> $output_objdir/$libname.def~echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
16453 old_archive_from_new_cmds
='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
16457 if test "$GCC" = yes; then
16458 allow_undefined_flag
=' ${wl}-expect_unresolved ${wl}\*'
16459 archive_cmds
='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
16461 allow_undefined_flag
=' -expect_unresolved \*'
16462 archive_cmds
='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
16464 archive_cmds_need_lc
='no'
16465 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
16466 hardcode_libdir_separator
=:
16469 osf4
* | osf5
*) # as osf3* with the addition of -msym flag
16470 if test "$GCC" = yes; then
16471 allow_undefined_flag
=' ${wl}-expect_unresolved ${wl}\*'
16472 archive_cmds
='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
16473 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
16475 allow_undefined_flag
=' -expect_unresolved \*'
16476 archive_cmds
='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
16477 archive_expsym_cmds
='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
16478 $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
16480 # Both c and cxx compiler support -rpath directly
16481 hardcode_libdir_flag_spec
='-rpath $libdir'
16483 archive_cmds_need_lc
='no'
16484 hardcode_libdir_separator
=:
16488 no_undefined_flag
=' -z defs'
16489 if test "$GCC" = yes; then
16491 archive_cmds
='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
16492 archive_expsym_cmds
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
16493 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
16495 case `$CC -V 2>&1` in
16498 archive_cmds
='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
16499 archive_expsym_cmds
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
16500 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
16504 archive_cmds
='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
16505 archive_expsym_cmds
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
16506 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
16510 hardcode_libdir_flag_spec
='-R$libdir'
16511 hardcode_shlibpath_var
=no
16513 solaris2.
[0-5] | solaris2.
[0-5].
*) ;;
16515 # The compiler driver will combine and reorder linker options,
16516 # but understands `-z linker_flag'. GCC discards it without `$wl',
16517 # but is careful enough not to reorder.
16518 # Supported since Solaris 2.6 (maybe 2.5.1?)
16519 if test "$GCC" = yes; then
16520 whole_archive_flag_spec
='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
16522 whole_archive_flag_spec
='-z allextract$convenience -z defaultextract'
16526 link_all_deplibs
=yes
16530 if test "x$host_vendor" = xsequent
; then
16531 # Use $CC to link under sequent, because it throws in some extra .o
16532 # files that make .init and .fini sections work.
16533 archive_cmds
='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
16535 archive_cmds
='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
16537 hardcode_libdir_flag_spec
='-L$libdir'
16538 hardcode_direct
=yes
16539 hardcode_minus_L
=yes
16540 hardcode_shlibpath_var
=no
16544 case $host_vendor in
16546 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
16547 hardcode_direct
=yes # is this really true???
16550 ## LD is ld it makes a PLAMLIB
16551 ## CC just makes a GrossModule.
16552 archive_cmds
='$LD -G -o $lib $libobjs $deplibs $linker_flags'
16553 reload_cmds
='$CC -r -o $output$reload_objs'
16557 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
16558 hardcode_direct
=no
#Motorola manual says yes, but my tests say they lie
16561 runpath_var
='LD_RUN_PATH'
16562 hardcode_shlibpath_var
=no
16566 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
16567 hardcode_shlibpath_var
=no
16568 export_dynamic_flag_spec
='-Bexport'
16572 if test -d /usr
/nec
; then
16573 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
16574 hardcode_shlibpath_var
=no
16575 runpath_var
=LD_RUN_PATH
16576 hardcode_runpath_var
=yes
16581 sysv4
*uw2
* | sysv5OpenUNIX
* | sysv5UnixWare7.
[01].
[10]* | unixware7
* | sco3.2v5.0.
[024]*)
16582 no_undefined_flag
='${wl}-z,text'
16583 archive_cmds_need_lc
=no
16584 hardcode_shlibpath_var
=no
16585 runpath_var
='LD_RUN_PATH'
16587 if test "$GCC" = yes; then
16588 archive_cmds
='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
16589 archive_expsym_cmds
='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
16591 archive_cmds
='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
16592 archive_expsym_cmds
='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
16596 sysv5
* | sco3.2v5
* | sco5v6
*)
16597 # Note: We can NOT use -z defs as we might desire, because we do not
16598 # link with -lc, and that would cause any symbols used from libc to
16599 # always be unresolved, which means just about no library would
16600 # ever link correctly. If we're not using GNU ld we use -z text
16601 # though, which does catch some bad symbols but isn't as heavy-handed
16603 no_undefined_flag
='${wl}-z,text'
16604 allow_undefined_flag
='${wl}-z,nodefs'
16605 archive_cmds_need_lc
=no
16606 hardcode_shlibpath_var
=no
16607 hardcode_libdir_flag_spec
='${wl}-R,$libdir'
16608 hardcode_libdir_separator
=':'
16609 link_all_deplibs
=yes
16610 export_dynamic_flag_spec
='${wl}-Bexport'
16611 runpath_var
='LD_RUN_PATH'
16613 if test "$GCC" = yes; then
16614 archive_cmds
='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
16615 archive_expsym_cmds
='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
16617 archive_cmds
='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
16618 archive_expsym_cmds
='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
16623 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
16624 hardcode_libdir_flag_spec
='-L$libdir'
16625 hardcode_shlibpath_var
=no
16633 if test x
$host_vendor = xsni
; then
16635 sysv4 | sysv4.2uw2
* | sysv4.3
* | sysv5
*)
16636 export_dynamic_flag_spec
='${wl}-Blargedynsym'
16642 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
16643 $as_echo "$ld_shlibs" >&6; }
16644 test "$ld_shlibs" = no
&& can_build_shared
=no
16646 with_gnu_ld
=$with_gnu_ld
16663 # Do we need to explicitly link libc?
16665 case "x$archive_cmds_need_lc" in
16667 # Assume -lc should be added
16668 archive_cmds_need_lc
=yes
16670 if test "$enable_shared" = yes && test "$GCC" = yes; then
16671 case $archive_cmds in
16673 # FIXME: we may have to deal with multi-command sequences.
16676 # Test whether the compiler implicitly links with -lc since on some
16677 # systems, -lgcc has to come before -lc. If gcc already passes -lc
16678 # to ld, don't add -lc before -lgcc.
16679 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
16680 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
16681 if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
16682 $as_echo_n "(cached) " >&6
16685 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
16687 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
16688 (eval $ac_compile) 2>&5
16690 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16691 test $ac_status = 0; } 2>conftest.err
; then
16694 libobjs
=conftest.
$ac_objext
16696 wl
=$lt_prog_compiler_wl
16697 pic_flag
=$lt_prog_compiler_pic
16703 lt_save_allow_undefined_flag
=$allow_undefined_flag
16704 allow_undefined_flag
=
16705 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
16706 (eval $archive_cmds 2\
>\
&1 \|
$GREP \" -lc \" \
>/dev
/null
2\
>\
&1) 2>&5
16708 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16709 test $ac_status = 0; }
16711 lt_cv_archive_cmds_need_lc
=no
16713 lt_cv_archive_cmds_need_lc
=yes
16715 allow_undefined_flag
=$lt_save_allow_undefined_flag
16717 cat conftest.err
1>&5
16722 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
16723 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
16724 archive_cmds_need_lc
=$lt_cv_archive_cmds_need_lc
16887 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
16888 $as_echo_n "checking dynamic linker characteristics... " >&6; }
16890 if test "$GCC" = yes; then
16892 darwin
*) lt_awk_arg
="/^libraries:/,/LR/" ;;
16893 *) lt_awk_arg
="/^libraries:/" ;;
16896 mingw
* | cegcc
*) lt_sed_strip_eq
="s,=\([A-Za-z]:\),\1,g" ;;
16897 *) lt_sed_strip_eq
="s,=/,/,g" ;;
16899 lt_search_path_spec
=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
16900 case $lt_search_path_spec in
16902 # if the path contains ";" then we assume it to be the separator
16903 # otherwise default to the standard path separator (i.e. ":") - it is
16904 # assumed that no part of a normal pathname contains ";" but that should
16905 # okay in the real world where ";" in dirpaths is itself problematic.
16906 lt_search_path_spec
=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
16909 lt_search_path_spec
=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
16912 # Ok, now we have the path, separated by spaces, we can step through it
16913 # and add multilib dir if necessary.
16914 lt_tmp_lt_search_path_spec
=
16915 lt_multi_os_dir
=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
16916 for lt_sys_path
in $lt_search_path_spec; do
16917 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
16918 lt_tmp_lt_search_path_spec
="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
16920 test -d "$lt_sys_path" && \
16921 lt_tmp_lt_search_path_spec
="$lt_tmp_lt_search_path_spec $lt_sys_path"
16924 lt_search_path_spec
=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
16925 BEGIN {RS=" "; FS="/|\n";} {
16928 for (lt_i = NF; lt_i > 0; lt_i--) {
16929 if ($lt_i != "" && $lt_i != ".") {
16930 if ($lt_i == "..") {
16933 if (lt_count == 0) {
16934 lt_foo="/" $lt_i lt_foo;
16941 if (lt_foo != "") { lt_freq[lt_foo]++; }
16942 if (lt_freq[lt_foo] == 1) { print lt_foo; }
16944 # AWK program above erroneously prepends '/' to C:/dos/paths
16947 mingw
* | cegcc
*) lt_search_path_spec
=`$ECHO "$lt_search_path_spec" |\
16948 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
16950 sys_lib_search_path_spec
=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
16952 sys_lib_search_path_spec
="/lib /usr/lib /usr/local/lib"
16954 library_names_spec
=
16955 libname_spec
='lib$name'
16959 postuninstall_cmds
=
16963 shlibpath_overrides_runpath
=unknown
16965 dynamic_linker
="$host_os ld.so"
16966 sys_lib_dlsearch_path_spec
="/lib /usr/lib"
16967 need_lib_prefix
=unknown
16968 hardcode_into_libs
=no
16970 # when you set need_version to no, make sure it does not cause -set_version
16971 # flags to be left without arguments
16972 need_version
=unknown
16977 library_names_spec
='${libname}${release}${shared_ext}$versuffix $libname.a'
16978 shlibpath_var
=LIBPATH
16980 # AIX 3 has no versioning support, so we append a major version to the name.
16981 soname_spec
='${libname}${release}${shared_ext}$major'
16988 hardcode_into_libs
=yes
16989 if test "$host_cpu" = ia64
; then
16990 # AIX 5 supports IA64
16991 library_names_spec
='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
16992 shlibpath_var
=LD_LIBRARY_PATH
16994 # With GCC up to 2.95.x, collect2 would create an import file
16995 # for dependence libraries. The import file would start with
16996 # the line `#! .'. This would cause the generated library to
16997 # depend on `.', always an invalid library. This was fixed in
16998 # development snapshots of GCC prior to 3.0.
17000 aix4 | aix4.
[01] | aix4.
[01].
*)
17001 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
17003 echo '#endif'; } |
${CC} -E - |
$GREP yes > /dev
/null
; then
17006 can_build_shared
=no
17010 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
17011 # soname into executable. Probably we can add versioning support to
17012 # collect2, so additional links can be useful in future.
17013 if test "$aix_use_runtimelinking" = yes; then
17014 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
17015 # instead of lib<name>.a to let people know that these are not
17016 # typical AIX shared libraries.
17017 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
17019 # We preserve .a as extension for shared libraries through AIX4.2
17020 # and later when we are not doing run time linking.
17021 library_names_spec
='${libname}${release}.a $libname.a'
17022 soname_spec
='${libname}${release}${shared_ext}$major'
17024 shlibpath_var
=LIBPATH
17031 # Since July 2007 AmigaOS4 officially supports .so libraries.
17032 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
17033 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
17036 library_names_spec
='$libname.ixlibrary $libname.a'
17037 # Create ${libname}_ixlibrary.a entries in /sys/libs.
17038 finish_eval
='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
17044 library_names_spec
='${libname}${shared_ext}'
17045 dynamic_linker
="$host_os ld.so"
17046 shlibpath_var
=LIBRARY_PATH
17052 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
17053 soname_spec
='${libname}${release}${shared_ext}$major'
17054 finish_cmds
='PATH="\$PATH:/sbin" ldconfig $libdir'
17055 shlibpath_var
=LD_LIBRARY_PATH
17056 sys_lib_search_path_spec
="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
17057 sys_lib_dlsearch_path_spec
="/shlib /usr/lib /usr/local/lib"
17058 # the default ld.so.conf also contains /usr/contrib/lib and
17059 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
17060 # libtool to hard-code these into programs
17063 cygwin
* | mingw
* | pw32
* | cegcc
*)
17064 version_type
=windows
17069 case $GCC,$host_os in
17070 yes,cygwin
* |
yes,mingw
* |
yes,pw32
* |
yes,cegcc
*)
17071 library_names_spec
='$libname.dll.a'
17072 # DLL is installed to $(libdir)/../bin by postinstall_cmds
17073 postinstall_cmds
='base_file=`basename \${file}`~
17074 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
17075 dldir=$destdir/`dirname \$dlpath`~
17076 test -d \$dldir || mkdir -p \$dldir~
17077 $install_prog $dir/$dlname \$dldir/$dlname~
17078 chmod a+x \$dldir/$dlname~
17079 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
17080 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
17082 postuninstall_cmds
='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
17083 dlpath=$dir/\$dldll~
17085 shlibpath_overrides_runpath
=yes
17089 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
17090 soname_spec
='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
17092 sys_lib_search_path_spec
="$sys_lib_search_path_spec /usr/lib/w32api"
17095 # MinGW DLLs use traditional 'lib' prefix
17096 soname_spec
='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
17099 # pw32 DLLs use 'pw' prefix rather than 'lib'
17100 library_names_spec
='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
17106 library_names_spec
='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
17109 dynamic_linker
='Win32 ld.exe'
17110 # FIXME: first we should search . and the directory the executable is in
17114 darwin
* | rhapsody
*)
17115 dynamic_linker
="$host_os dyld"
17116 version_type
=darwin
17119 library_names_spec
='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
17120 soname_spec
='${libname}${release}${major}$shared_ext'
17121 shlibpath_overrides_runpath
=yes
17122 shlibpath_var
=DYLD_LIBRARY_PATH
17123 shrext_cmds
='`test .$module = .yes && echo .so || echo .dylib`'
17125 sys_lib_search_path_spec
="$sys_lib_search_path_spec /usr/local/lib"
17126 sys_lib_dlsearch_path_spec
='/usr/local/lib /lib /usr/lib'
17133 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
17134 soname_spec
='${libname}${release}${shared_ext}$major'
17135 shlibpath_var
=LD_LIBRARY_PATH
17138 freebsd
* | dragonfly
*)
17139 # DragonFly does not have aout. When/if they implement a new
17140 # versioning mechanism, adjust this.
17141 if test -x /usr
/bin
/objformat
; then
17142 objformat
=`/usr/bin/objformat`
17145 freebsd
[23].
*) objformat
=aout
;;
17146 *) objformat
=elf
;;
17149 version_type
=freebsd-
$objformat
17150 case $version_type in
17152 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
17157 library_names_spec
='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
17161 shlibpath_var
=LD_LIBRARY_PATH
17164 shlibpath_overrides_runpath
=yes
17166 freebsd3.
[01]* | freebsdelf3.
[01]*)
17167 shlibpath_overrides_runpath
=yes
17168 hardcode_into_libs
=yes
17170 freebsd3.
[2-9]* | freebsdelf3.
[2-9]* | \
17171 freebsd4.
[0-5] | freebsdelf4.
[0-5] | freebsd4.1
.1 | freebsdelf4.1
.1)
17172 shlibpath_overrides_runpath
=no
17173 hardcode_into_libs
=yes
17175 *) # from 4.6 on, and DragonFly
17176 shlibpath_overrides_runpath
=yes
17177 hardcode_into_libs
=yes
17186 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
17187 soname_spec
='${libname}${release}${shared_ext}$major'
17188 shlibpath_var
=LD_LIBRARY_PATH
17189 hardcode_into_libs
=yes
17196 dynamic_linker
="$host_os runtime_loader"
17197 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
17198 soname_spec
='${libname}${release}${shared_ext}$major'
17199 shlibpath_var
=LIBRARY_PATH
17200 shlibpath_overrides_runpath
=yes
17201 sys_lib_dlsearch_path_spec
='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
17202 hardcode_into_libs
=yes
17205 hpux9
* | hpux10
* | hpux11
*)
17206 # Give a soname corresponding to the major version so that dld.sl refuses to
17207 # link against other versions.
17214 hardcode_into_libs
=yes
17215 dynamic_linker
="$host_os dld.so"
17216 shlibpath_var
=LD_LIBRARY_PATH
17217 shlibpath_overrides_runpath
=yes # Unless +noenvvar is specified.
17218 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
17219 soname_spec
='${libname}${release}${shared_ext}$major'
17220 if test "X$HPUX_IA64_MODE" = X32
; then
17221 sys_lib_search_path_spec
="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
17223 sys_lib_search_path_spec
="/usr/lib/hpux64 /usr/local/lib/hpux64"
17225 sys_lib_dlsearch_path_spec
=$sys_lib_search_path_spec
17229 hardcode_into_libs
=yes
17230 dynamic_linker
="$host_os dld.sl"
17231 shlibpath_var
=LD_LIBRARY_PATH
# How should we handle SHLIB_PATH
17232 shlibpath_overrides_runpath
=yes # Unless +noenvvar is specified.
17233 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
17234 soname_spec
='${libname}${release}${shared_ext}$major'
17235 sys_lib_search_path_spec
="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
17236 sys_lib_dlsearch_path_spec
=$sys_lib_search_path_spec
17240 dynamic_linker
="$host_os dld.sl"
17241 shlibpath_var
=SHLIB_PATH
17242 shlibpath_overrides_runpath
=no
# +s is required to enable SHLIB_PATH
17243 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
17244 soname_spec
='${libname}${release}${shared_ext}$major'
17247 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
17248 postinstall_cmds
='chmod 555 $lib'
17249 # or fails outright, so override atomically:
17250 install_override_mode
=555
17257 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
17258 soname_spec
='${libname}${release}${shared_ext}$major'
17259 dynamic_linker
='Interix 3.x ld.so.1 (PE, like ELF)'
17260 shlibpath_var
=LD_LIBRARY_PATH
17261 shlibpath_overrides_runpath
=no
17262 hardcode_into_libs
=yes
17265 irix5
* | irix6
* | nonstopux
*)
17267 nonstopux
*) version_type
=nonstopux
;;
17269 if test "$lt_cv_prog_gnu_ld" = yes; then
17277 soname_spec
='${libname}${release}${shared_ext}$major'
17278 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
17280 irix5
* | nonstopux
*)
17281 libsuff
= shlibsuff
=
17284 case $LD in # libtool.m4 will add one of these switches to LD
17285 *-32|
*"-32 "|
*-melf32bsmip|
*"-melf32bsmip ")
17286 libsuff
= shlibsuff
= libmagic
=32-bit;;
17287 *-n32|
*"-n32 "|
*-melf32bmipn32|
*"-melf32bmipn32 ")
17288 libsuff
=32 shlibsuff
=N32 libmagic
=N32
;;
17289 *-64|
*"-64 "|
*-melf64bmip|
*"-melf64bmip ")
17290 libsuff
=64 shlibsuff
=64 libmagic
=64-bit;;
17291 *) libsuff
= shlibsuff
= libmagic
=never-match
;;
17295 shlibpath_var
=LD_LIBRARY
${shlibsuff}_PATH
17296 shlibpath_overrides_runpath
=no
17297 sys_lib_search_path_spec
="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
17298 sys_lib_dlsearch_path_spec
="/usr/lib${libsuff} /lib${libsuff}"
17299 hardcode_into_libs
=yes
17302 # No shared lib support for Linux oldld, aout, or coff.
17303 linux
*oldld
* | linux
*aout
* | linux
*coff
*)
17307 # This must be Linux ELF.
17308 linux
* | k
*bsd
*-gnu | kopensolaris
*-gnu)
17312 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
17313 soname_spec
='${libname}${release}${shared_ext}$major'
17314 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -n $libdir'
17315 shlibpath_var
=LD_LIBRARY_PATH
17316 shlibpath_overrides_runpath
=no
17318 # Some binutils ld are patched to set DT_RUNPATH
17319 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
17320 $as_echo_n "(cached) " >&6
17322 lt_cv_shlibpath_overrides_runpath
=no
17323 save_LDFLAGS
=$LDFLAGS
17324 save_libdir
=$libdir
17325 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
17326 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
17327 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17328 /* end confdefs.h. */
17338 if ac_fn_c_try_link
"$LINENO"; then :
17339 if ($OBJDUMP -p conftest
$ac_exeext) 2>/dev
/null |
grep "RUNPATH.*$libdir" >/dev
/null
; then :
17340 lt_cv_shlibpath_overrides_runpath
=yes
17343 rm -f core conftest.err conftest.
$ac_objext \
17344 conftest
$ac_exeext conftest.
$ac_ext
17345 LDFLAGS
=$save_LDFLAGS
17346 libdir
=$save_libdir
17350 shlibpath_overrides_runpath
=$lt_cv_shlibpath_overrides_runpath
17352 # This implies no fast_install, which is unacceptable.
17353 # Some rework will be needed to allow for fast_install
17354 # before this can be enabled.
17355 hardcode_into_libs
=yes
17357 # Append ld.so.conf contents to the search path
17358 if test -f /etc
/ld.so.conf
; then
17359 lt_ld_extra
=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
17360 sys_lib_dlsearch_path_spec
="/lib /usr/lib $lt_ld_extra"
17363 # We used to test for /lib/ld.so.1 and disable shared libraries on
17364 # powerpc, because MkLinux only supported shared libraries with the
17365 # GNU dynamic linker. Since this was broken with cross compilers,
17366 # most powerpc-linux boxes support dynamic linking these days and
17367 # people can always --disable-shared, the test was removed, and we
17368 # assume the GNU/Linux dynamic linker is in use.
17369 dynamic_linker
='GNU/Linux ld.so'
17376 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
17377 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
17378 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -m $libdir'
17379 dynamic_linker
='NetBSD (a.out) ld.so'
17381 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
17382 soname_spec
='${libname}${release}${shared_ext}$major'
17383 dynamic_linker
='NetBSD ld.elf_so'
17385 shlibpath_var
=LD_LIBRARY_PATH
17386 shlibpath_overrides_runpath
=yes
17387 hardcode_into_libs
=yes
17392 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
17393 shlibpath_var
=LD_LIBRARY_PATH
17394 shlibpath_overrides_runpath
=yes
17401 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
17402 soname_spec
='${libname}${release}${shared_ext}$major'
17403 shlibpath_var
=LD_LIBRARY_PATH
17404 shlibpath_overrides_runpath
=no
17405 hardcode_into_libs
=yes
17406 dynamic_linker
='ldqnx.so'
17411 sys_lib_dlsearch_path_spec
="/usr/lib"
17413 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
17415 openbsd3.3 | openbsd3.3.
*) need_version
=yes ;;
17416 *) need_version
=no
;;
17418 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
17419 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -m $libdir'
17420 shlibpath_var
=LD_LIBRARY_PATH
17421 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" ||
test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
17423 openbsd2.
[89] | openbsd2.
[89].
*)
17424 shlibpath_overrides_runpath
=no
17427 shlibpath_overrides_runpath
=yes
17431 shlibpath_overrides_runpath
=yes
17436 libname_spec
='$name'
17439 library_names_spec
='$libname${shared_ext} $libname.a'
17440 dynamic_linker
='OS/2 ld.exe'
17441 shlibpath_var
=LIBPATH
17444 osf3
* | osf4
* | osf5
*)
17448 soname_spec
='${libname}${release}${shared_ext}$major'
17449 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
17450 shlibpath_var
=LD_LIBRARY_PATH
17451 sys_lib_search_path_spec
="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
17452 sys_lib_dlsearch_path_spec
="$sys_lib_search_path_spec"
17463 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
17464 soname_spec
='${libname}${release}${shared_ext}$major'
17465 shlibpath_var
=LD_LIBRARY_PATH
17466 shlibpath_overrides_runpath
=yes
17467 hardcode_into_libs
=yes
17468 # ldd complains unless libraries are executable
17469 postinstall_cmds
='chmod +x $lib'
17474 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
17475 finish_cmds
='PATH="\$PATH:/usr/etc" ldconfig $libdir'
17476 shlibpath_var
=LD_LIBRARY_PATH
17477 shlibpath_overrides_runpath
=yes
17478 if test "$with_gnu_ld" = yes; then
17486 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
17487 soname_spec
='${libname}${release}${shared_ext}$major'
17488 shlibpath_var
=LD_LIBRARY_PATH
17489 case $host_vendor in
17491 shlibpath_overrides_runpath
=no
17493 runpath_var
=LD_RUN_PATH
17501 shlibpath_overrides_runpath
=no
17502 sys_lib_search_path_spec
='/lib /usr/lib /usr/ccs/lib'
17508 if test -d /usr
/nec
;then
17510 library_names_spec
='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
17511 soname_spec
='$libname${shared_ext}.$major'
17512 shlibpath_var
=LD_LIBRARY_PATH
17516 sysv5
* | sco3.2v5
* | sco5v6
* | unixware
* | OpenUNIX
* | sysv4
*uw2
*)
17517 version_type
=freebsd-elf
17520 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
17521 soname_spec
='${libname}${release}${shared_ext}$major'
17522 shlibpath_var
=LD_LIBRARY_PATH
17523 shlibpath_overrides_runpath
=yes
17524 hardcode_into_libs
=yes
17525 if test "$with_gnu_ld" = yes; then
17526 sys_lib_search_path_spec
='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
17528 sys_lib_search_path_spec
='/usr/ccs/lib /usr/lib'
17531 sys_lib_search_path_spec
="$sys_lib_search_path_spec /lib"
17535 sys_lib_dlsearch_path_spec
='/usr/lib'
17539 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
17543 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
17544 shlibpath_var
=LD_LIBRARY_PATH
17545 shlibpath_overrides_runpath
=no
17546 hardcode_into_libs
=yes
17551 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
17552 soname_spec
='${libname}${release}${shared_ext}$major'
17553 shlibpath_var
=LD_LIBRARY_PATH
17560 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
17561 $as_echo "$dynamic_linker" >&6; }
17562 test "$dynamic_linker" = no
&& can_build_shared
=no
17564 variables_saved_for_relink
="PATH $shlibpath_var $runpath_var"
17565 if test "$GCC" = yes; then
17566 variables_saved_for_relink
="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
17569 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
17570 sys_lib_search_path_spec
="$lt_cv_sys_lib_search_path_spec"
17572 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
17573 sys_lib_dlsearch_path_spec
="$lt_cv_sys_lib_dlsearch_path_spec"
17667 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
17668 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
17670 if test -n "$hardcode_libdir_flag_spec" ||
17671 test -n "$runpath_var" ||
17672 test "X$hardcode_automatic" = "Xyes" ; then
17674 # We can hardcode non-existent directories.
17675 if test "$hardcode_direct" != no
&&
17676 # If the only mechanism to avoid hardcoding is shlibpath_var, we
17677 # have to relink, otherwise we might link with an installed library
17678 # when we should be linking with a yet-to-be-installed one
17679 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
17680 test "$hardcode_minus_L" != no
; then
17681 # Linking always hardcodes the temporary library directory.
17682 hardcode_action
=relink
17684 # We can link without hardcoding, and we can hardcode nonexisting dirs.
17685 hardcode_action
=immediate
17688 # We cannot hardcode anything, or else we can only hardcode existing
17690 hardcode_action
=unsupported
17692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
17693 $as_echo "$hardcode_action" >&6; }
17695 if test "$hardcode_action" = relink ||
17696 test "$inherit_rpath" = yes; then
17697 # Fast installation is not supported
17698 enable_fast_install
=no
17699 elif test "$shlibpath_overrides_runpath" = yes ||
17700 test "$enable_shared" = no
; then
17701 # Fast installation is not necessary
17702 enable_fast_install
=needless
17710 if test "x$enable_dlopen" != xyes
; then
17711 enable_dlopen
=unknown
17712 enable_dlopen_self
=unknown
17713 enable_dlopen_self_static
=unknown
17720 lt_cv_dlopen
="load_add_on"
17722 lt_cv_dlopen_self
=yes
17725 mingw
* | pw32
* | cegcc
*)
17726 lt_cv_dlopen
="LoadLibrary"
17731 lt_cv_dlopen
="dlopen"
17736 # if libdl is installed we need to link against it
17737 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
17738 $as_echo_n "checking for dlopen in -ldl... " >&6; }
17739 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
17740 $as_echo_n "(cached) " >&6
17742 ac_check_lib_save_LIBS
=$LIBS
17744 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17745 /* end confdefs.h. */
17747 /* Override any GCC internal prototype to avoid an error.
17748 Use char because int might match the return type of a GCC
17749 builtin and then its argument prototype would still apply. */
17762 if ac_fn_c_try_link
"$LINENO"; then :
17763 ac_cv_lib_dl_dlopen
=yes
17765 ac_cv_lib_dl_dlopen
=no
17767 rm -f core conftest.err conftest.
$ac_objext \
17768 conftest
$ac_exeext conftest.
$ac_ext
17769 LIBS
=$ac_check_lib_save_LIBS
17771 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
17772 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
17773 if test "x$ac_cv_lib_dl_dlopen" = x
""yes; then :
17774 lt_cv_dlopen
="dlopen" lt_cv_dlopen_libs
="-ldl"
17777 lt_cv_dlopen
="dyld"
17779 lt_cv_dlopen_self
=yes
17786 ac_fn_c_check_func
"$LINENO" "shl_load" "ac_cv_func_shl_load"
17787 if test "x$ac_cv_func_shl_load" = x
""yes; then :
17788 lt_cv_dlopen
="shl_load"
17790 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
17791 $as_echo_n "checking for shl_load in -ldld... " >&6; }
17792 if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
17793 $as_echo_n "(cached) " >&6
17795 ac_check_lib_save_LIBS
=$LIBS
17797 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17798 /* end confdefs.h. */
17800 /* Override any GCC internal prototype to avoid an error.
17801 Use char because int might match the return type of a GCC
17802 builtin and then its argument prototype would still apply. */
17810 return shl_load ();
17815 if ac_fn_c_try_link
"$LINENO"; then :
17816 ac_cv_lib_dld_shl_load
=yes
17818 ac_cv_lib_dld_shl_load
=no
17820 rm -f core conftest.err conftest.
$ac_objext \
17821 conftest
$ac_exeext conftest.
$ac_ext
17822 LIBS
=$ac_check_lib_save_LIBS
17824 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
17825 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
17826 if test "x$ac_cv_lib_dld_shl_load" = x
""yes; then :
17827 lt_cv_dlopen
="shl_load" lt_cv_dlopen_libs
="-ldld"
17829 ac_fn_c_check_func
"$LINENO" "dlopen" "ac_cv_func_dlopen"
17830 if test "x$ac_cv_func_dlopen" = x
""yes; then :
17831 lt_cv_dlopen
="dlopen"
17833 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
17834 $as_echo_n "checking for dlopen in -ldl... " >&6; }
17835 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
17836 $as_echo_n "(cached) " >&6
17838 ac_check_lib_save_LIBS
=$LIBS
17840 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17841 /* end confdefs.h. */
17843 /* Override any GCC internal prototype to avoid an error.
17844 Use char because int might match the return type of a GCC
17845 builtin and then its argument prototype would still apply. */
17858 if ac_fn_c_try_link
"$LINENO"; then :
17859 ac_cv_lib_dl_dlopen
=yes
17861 ac_cv_lib_dl_dlopen
=no
17863 rm -f core conftest.err conftest.
$ac_objext \
17864 conftest
$ac_exeext conftest.
$ac_ext
17865 LIBS
=$ac_check_lib_save_LIBS
17867 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
17868 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
17869 if test "x$ac_cv_lib_dl_dlopen" = x
""yes; then :
17870 lt_cv_dlopen
="dlopen" lt_cv_dlopen_libs
="-ldl"
17872 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
17873 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
17874 if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
17875 $as_echo_n "(cached) " >&6
17877 ac_check_lib_save_LIBS
=$LIBS
17878 LIBS
="-lsvld $LIBS"
17879 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17880 /* end confdefs.h. */
17882 /* Override any GCC internal prototype to avoid an error.
17883 Use char because int might match the return type of a GCC
17884 builtin and then its argument prototype would still apply. */
17897 if ac_fn_c_try_link
"$LINENO"; then :
17898 ac_cv_lib_svld_dlopen
=yes
17900 ac_cv_lib_svld_dlopen
=no
17902 rm -f core conftest.err conftest.
$ac_objext \
17903 conftest
$ac_exeext conftest.
$ac_ext
17904 LIBS
=$ac_check_lib_save_LIBS
17906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
17907 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
17908 if test "x$ac_cv_lib_svld_dlopen" = x
""yes; then :
17909 lt_cv_dlopen
="dlopen" lt_cv_dlopen_libs
="-lsvld"
17911 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
17912 $as_echo_n "checking for dld_link in -ldld... " >&6; }
17913 if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
17914 $as_echo_n "(cached) " >&6
17916 ac_check_lib_save_LIBS
=$LIBS
17918 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17919 /* end confdefs.h. */
17921 /* Override any GCC internal prototype to avoid an error.
17922 Use char because int might match the return type of a GCC
17923 builtin and then its argument prototype would still apply. */
17931 return dld_link ();
17936 if ac_fn_c_try_link
"$LINENO"; then :
17937 ac_cv_lib_dld_dld_link
=yes
17939 ac_cv_lib_dld_dld_link
=no
17941 rm -f core conftest.err conftest.
$ac_objext \
17942 conftest
$ac_exeext conftest.
$ac_ext
17943 LIBS
=$ac_check_lib_save_LIBS
17945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
17946 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
17947 if test "x$ac_cv_lib_dld_dld_link" = x
""yes; then :
17948 lt_cv_dlopen
="dld_link" lt_cv_dlopen_libs
="-ldld"
17969 if test "x$lt_cv_dlopen" != xno
; then
17975 case $lt_cv_dlopen in
17977 save_CPPFLAGS
="$CPPFLAGS"
17978 test "x$ac_cv_header_dlfcn_h" = xyes
&& CPPFLAGS
="$CPPFLAGS -DHAVE_DLFCN_H"
17980 save_LDFLAGS
="$LDFLAGS"
17981 wl
=$lt_prog_compiler_wl eval LDFLAGS
=\"\
$LDFLAGS $export_dynamic_flag_spec\"
17984 LIBS
="$lt_cv_dlopen_libs $LIBS"
17986 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
17987 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
17988 if test "${lt_cv_dlopen_self+set}" = set; then :
17989 $as_echo_n "(cached) " >&6
17991 if test "$cross_compiling" = yes; then :
17992 lt_cv_dlopen_self
=cross
17994 lt_dlunknown
=0; lt_dlno_uscore
=1; lt_dlneed_uscore
=2
17995 lt_status
=$lt_dlunknown
17996 cat > conftest.
$ac_ext <<_LT_EOF
17997 #line 17997 "configure"
17998 #include "confdefs.h"
18007 # define LT_DLGLOBAL RTLD_GLOBAL
18010 # define LT_DLGLOBAL DL_GLOBAL
18012 # define LT_DLGLOBAL 0
18016 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
18017 find out it does not work in some platform. */
18018 #ifndef LT_DLLAZY_OR_NOW
18020 # define LT_DLLAZY_OR_NOW RTLD_LAZY
18023 # define LT_DLLAZY_OR_NOW DL_LAZY
18026 # define LT_DLLAZY_OR_NOW RTLD_NOW
18029 # define LT_DLLAZY_OR_NOW DL_NOW
18031 # define LT_DLLAZY_OR_NOW 0
18038 /* When -fvisbility=hidden is used, assume the code has been annotated
18039 correspondingly for the symbols needed. */
18040 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
18041 void fnord () __attribute__((visibility("default")));
18044 void fnord () { int i=42; }
18047 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
18048 int status = $lt_dlunknown;
18052 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
18055 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
18056 else puts (dlerror ());
18058 /* dlclose (self); */
18066 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
18067 (eval $ac_link) 2>&5
18069 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
18070 test $ac_status = 0; } && test -s conftest
${ac_exeext} 2>/dev
/null
; then
18071 (.
/conftest
; exit; ) >&5 2>/dev
/null
18073 case x
$lt_status in
18074 x
$lt_dlno_uscore) lt_cv_dlopen_self
=yes ;;
18075 x
$lt_dlneed_uscore) lt_cv_dlopen_self
=yes ;;
18076 x
$lt_dlunknown|x
*) lt_cv_dlopen_self
=no
;;
18079 # compilation failed
18080 lt_cv_dlopen_self
=no
18087 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
18088 $as_echo "$lt_cv_dlopen_self" >&6; }
18090 if test "x$lt_cv_dlopen_self" = xyes
; then
18091 wl
=$lt_prog_compiler_wl eval LDFLAGS
=\"\
$LDFLAGS $lt_prog_compiler_static\"
18092 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
18093 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
18094 if test "${lt_cv_dlopen_self_static+set}" = set; then :
18095 $as_echo_n "(cached) " >&6
18097 if test "$cross_compiling" = yes; then :
18098 lt_cv_dlopen_self_static
=cross
18100 lt_dlunknown
=0; lt_dlno_uscore
=1; lt_dlneed_uscore
=2
18101 lt_status
=$lt_dlunknown
18102 cat > conftest.
$ac_ext <<_LT_EOF
18103 #line 18103 "configure"
18104 #include "confdefs.h"
18113 # define LT_DLGLOBAL RTLD_GLOBAL
18116 # define LT_DLGLOBAL DL_GLOBAL
18118 # define LT_DLGLOBAL 0
18122 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
18123 find out it does not work in some platform. */
18124 #ifndef LT_DLLAZY_OR_NOW
18126 # define LT_DLLAZY_OR_NOW RTLD_LAZY
18129 # define LT_DLLAZY_OR_NOW DL_LAZY
18132 # define LT_DLLAZY_OR_NOW RTLD_NOW
18135 # define LT_DLLAZY_OR_NOW DL_NOW
18137 # define LT_DLLAZY_OR_NOW 0
18144 /* When -fvisbility=hidden is used, assume the code has been annotated
18145 correspondingly for the symbols needed. */
18146 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
18147 void fnord () __attribute__((visibility("default")));
18150 void fnord () { int i=42; }
18153 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
18154 int status = $lt_dlunknown;
18158 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
18161 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
18162 else puts (dlerror ());
18164 /* dlclose (self); */
18172 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
18173 (eval $ac_link) 2>&5
18175 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
18176 test $ac_status = 0; } && test -s conftest
${ac_exeext} 2>/dev
/null
; then
18177 (.
/conftest
; exit; ) >&5 2>/dev
/null
18179 case x
$lt_status in
18180 x
$lt_dlno_uscore) lt_cv_dlopen_self_static
=yes ;;
18181 x
$lt_dlneed_uscore) lt_cv_dlopen_self_static
=yes ;;
18182 x
$lt_dlunknown|x
*) lt_cv_dlopen_self_static
=no
;;
18185 # compilation failed
18186 lt_cv_dlopen_self_static
=no
18193 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
18194 $as_echo "$lt_cv_dlopen_self_static" >&6; }
18197 CPPFLAGS
="$save_CPPFLAGS"
18198 LDFLAGS
="$save_LDFLAGS"
18203 case $lt_cv_dlopen_self in
18204 yes|no
) enable_dlopen_self
=$lt_cv_dlopen_self ;;
18205 *) enable_dlopen_self
=unknown
;;
18208 case $lt_cv_dlopen_self_static in
18209 yes|no
) enable_dlopen_self_static
=$lt_cv_dlopen_self_static ;;
18210 *) enable_dlopen_self_static
=unknown
;;
18232 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
18233 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
18234 if test -n "$STRIP" && $STRIP -V 2>&1 |
$GREP "GNU strip" >/dev
/null
; then
18235 test -z "$old_striplib" && old_striplib
="$STRIP --strip-debug"
18236 test -z "$striplib" && striplib
="$STRIP --strip-unneeded"
18237 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
18238 $as_echo "yes" >&6; }
18240 # FIXME - insert some real tests, host_os isn't really good enough
18243 if test -n "$STRIP" ; then
18244 striplib
="$STRIP -x"
18245 old_striplib
="$STRIP -S"
18246 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
18247 $as_echo "yes" >&6; }
18249 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
18250 $as_echo "no" >&6; }
18254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
18255 $as_echo "no" >&6; }
18271 # Report which library types will actually be built
18272 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
18273 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
18274 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
18275 $as_echo "$can_build_shared" >&6; }
18277 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
18278 $as_echo_n "checking whether to build shared libraries... " >&6; }
18279 test "$can_build_shared" = "no" && enable_shared
=no
18281 # On AIX, shared libraries and static libraries use the same namespace, and
18282 # are all built from PIC.
18285 test "$enable_shared" = yes && enable_static
=no
18286 if test -n "$RANLIB"; then
18287 archive_cmds
="$archive_cmds~\$RANLIB \$lib"
18288 postinstall_cmds
='$RANLIB $lib'
18293 if test "$host_cpu" != ia64
&& test "$aix_use_runtimelinking" = no
; then
18294 test "$enable_shared" = yes && enable_static
=no
18298 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
18299 $as_echo "$enable_shared" >&6; }
18301 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
18302 $as_echo_n "checking whether to build static libraries... " >&6; }
18303 # Make sure either enable_shared or enable_static is yes.
18304 test "$enable_shared" = yes || enable_static
=yes
18305 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
18306 $as_echo "$enable_static" >&6; }
18313 ac_cpp
='$CPP $CPPFLAGS'
18314 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18315 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18316 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
18320 if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
18321 ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
18322 (test "X$CXX" != "Xg++"))) ; then
18324 ac_cpp
='$CXXCPP $CPPFLAGS'
18325 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18326 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18327 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
18328 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C++ preprocessor" >&5
18329 $as_echo_n "checking how to run the C++ preprocessor... " >&6; }
18330 if test -z "$CXXCPP"; then
18331 if test "${ac_cv_prog_CXXCPP+set}" = set; then :
18332 $as_echo_n "(cached) " >&6
18334 # Double quotes because CXXCPP needs to be expanded
18335 for CXXCPP
in "$CXX -E" "/lib/cpp"
18337 ac_preproc_ok
=false
18338 for ac_cxx_preproc_warn_flag
in '' yes
18340 # Use a header file that comes with gcc, so configuring glibc
18341 # with a fresh cross-compiler works.
18342 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18343 # <limits.h> exists even on freestanding compilers.
18344 # On the NeXT, cc -E runs the code through the compiler's parser,
18345 # not just through cpp. "Syntax error" is here to catch this case.
18346 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18347 /* end confdefs.h. */
18349 # include <limits.h>
18351 # include <assert.h>
18355 if ac_fn_cxx_try_cpp
"$LINENO"; then :
18358 # Broken: fails on valid input.
18361 rm -f conftest.err conftest.
$ac_ext
18363 # OK, works on sane cases. Now check whether nonexistent headers
18364 # can be detected and how.
18365 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18366 /* end confdefs.h. */
18367 #include <ac_nonexistent.h>
18369 if ac_fn_cxx_try_cpp
"$LINENO"; then :
18370 # Broken: success on invalid input.
18373 # Passes both tests.
18377 rm -f conftest.err conftest.
$ac_ext
18380 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
18381 rm -f conftest.err conftest.
$ac_ext
18382 if $ac_preproc_ok; then :
18387 ac_cv_prog_CXXCPP
=$CXXCPP
18390 CXXCPP
=$ac_cv_prog_CXXCPP
18392 ac_cv_prog_CXXCPP
=$CXXCPP
18394 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXXCPP" >&5
18395 $as_echo "$CXXCPP" >&6; }
18396 ac_preproc_ok
=false
18397 for ac_cxx_preproc_warn_flag
in '' yes
18399 # Use a header file that comes with gcc, so configuring glibc
18400 # with a fresh cross-compiler works.
18401 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18402 # <limits.h> exists even on freestanding compilers.
18403 # On the NeXT, cc -E runs the code through the compiler's parser,
18404 # not just through cpp. "Syntax error" is here to catch this case.
18405 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18406 /* end confdefs.h. */
18408 # include <limits.h>
18410 # include <assert.h>
18414 if ac_fn_cxx_try_cpp
"$LINENO"; then :
18417 # Broken: fails on valid input.
18420 rm -f conftest.err conftest.
$ac_ext
18422 # OK, works on sane cases. Now check whether nonexistent headers
18423 # can be detected and how.
18424 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18425 /* end confdefs.h. */
18426 #include <ac_nonexistent.h>
18428 if ac_fn_cxx_try_cpp
"$LINENO"; then :
18429 # Broken: success on invalid input.
18432 # Passes both tests.
18436 rm -f conftest.err conftest.
$ac_ext
18439 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
18440 rm -f conftest.err conftest.
$ac_ext
18441 if $ac_preproc_ok; then :
18444 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
18445 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
18446 as_fn_error
"C++ preprocessor \"$CXXCPP\" fails sanity check
18447 See \`config.log' for more details." "$LINENO" 5; }
18451 ac_cpp
='$CPP $CPPFLAGS'
18452 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18453 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18454 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
18457 _lt_caught_CXX_error
=yes
18461 ac_cpp
='$CXXCPP $CPPFLAGS'
18462 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18463 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18464 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
18466 archive_cmds_need_lc_CXX
=no
18467 allow_undefined_flag_CXX
=
18468 always_export_symbols_CXX
=no
18469 archive_expsym_cmds_CXX
=
18470 compiler_needs_object_CXX
=no
18471 export_dynamic_flag_spec_CXX
=
18472 hardcode_direct_CXX
=no
18473 hardcode_direct_absolute_CXX
=no
18474 hardcode_libdir_flag_spec_CXX
=
18475 hardcode_libdir_flag_spec_ld_CXX
=
18476 hardcode_libdir_separator_CXX
=
18477 hardcode_minus_L_CXX
=no
18478 hardcode_shlibpath_var_CXX
=unsupported
18479 hardcode_automatic_CXX
=no
18480 inherit_rpath_CXX
=no
18482 module_expsym_cmds_CXX
=
18483 link_all_deplibs_CXX
=unknown
18484 old_archive_cmds_CXX
=$old_archive_cmds
18485 reload_flag_CXX
=$reload_flag
18486 reload_cmds_CXX
=$reload_cmds
18487 no_undefined_flag_CXX
=
18488 whole_archive_flag_spec_CXX
=
18489 enable_shared_with_static_runtimes_CXX
=no
18491 # Source file extension for C++ test sources.
18494 # Object file extension for compiled C++ test sources.
18498 # No sense in running all these tests if we already determined that
18499 # the CXX compiler isn't working. Some variables (like enable_shared)
18500 # are currently assumed to apply to all compilers on this platform,
18501 # and will be corrupted by setting them based on a non-working compiler.
18502 if test "$_lt_caught_CXX_error" != yes; then
18503 # Code to be used in simple compile tests
18504 lt_simple_compile_test_code
="int some_variable = 0;"
18506 # Code to be used in simple link tests
18507 lt_simple_link_test_code
='int main(int, char *[]) { return(0); }'
18509 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
18516 # If no C compiler was specified, use CC.
18519 # If no C compiler flags were specified, use CFLAGS.
18520 LTCFLAGS
=${LTCFLAGS-"$CFLAGS"}
18522 # Allow CC to be a program name with arguments.
18526 # save warnings/boilerplate of simple test code
18527 ac_outfile
=conftest.
$ac_objext
18528 echo "$lt_simple_compile_test_code" >conftest.
$ac_ext
18529 eval "$ac_compile" 2>&1 >/dev
/null |
$SED '/^$/d; /^ *+/d' >conftest.err
18530 _lt_compiler_boilerplate
=`cat conftest.err`
18533 ac_outfile
=conftest.
$ac_objext
18534 echo "$lt_simple_link_test_code" >conftest.
$ac_ext
18535 eval "$ac_link" 2>&1 >/dev
/null |
$SED '/^$/d; /^ *+/d' >conftest.err
18536 _lt_linker_boilerplate
=`cat conftest.err`
18540 # Allow CC to be a program name with arguments.
18545 lt_save_with_gnu_ld
=$with_gnu_ld
18546 lt_save_path_LD
=$lt_cv_path_LD
18547 if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then
18548 lt_cv_prog_gnu_ld
=$lt_cv_prog_gnu_ldcxx
18550 $as_unset lt_cv_prog_gnu_ld
18552 if test -n "${lt_cv_path_LDCXX+set}"; then
18553 lt_cv_path_LD
=$lt_cv_path_LDCXX
18555 $as_unset lt_cv_path_LD
18557 test -z "${LDCXX+set}" || LD
=$LDCXX
18561 for cc_temp
in $compiler""; do
18563 compile |
*[\\/]compile | ccache |
*[\\/]ccache
) ;;
18564 distcc |
*[\\/]distcc | purify |
*[\\/]purify
) ;;
18569 cc_basename
=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
18572 if test -n "$compiler"; then
18573 # We don't want -fno-exception when compiling C++ code, so set the
18574 # no_builtin_flag separately
18575 if test "$GXX" = yes; then
18576 lt_prog_compiler_no_builtin_flag_CXX
=' -fno-builtin'
18578 lt_prog_compiler_no_builtin_flag_CXX
=
18581 if test "$GXX" = yes; then
18582 # Set up default GNU C++ configuration
18586 # Check whether --with-gnu-ld was given.
18587 if test "${with_gnu_ld+set}" = set; then :
18588 withval
=$with_gnu_ld; test "$withval" = no || with_gnu_ld
=yes
18594 if test "$GCC" = yes; then
18595 # Check if gcc -print-prog-name=ld gives a path.
18596 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
18597 $as_echo_n "checking for ld used by $CC... " >&6; }
18600 # gcc leaves a trailing carriage return which upsets mingw
18601 ac_prog
=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
18603 ac_prog
=`($CC -print-prog-name=ld) 2>&5` ;;
18606 # Accept absolute paths.
18608 re_direlt
='/[^/][^/]*/\.\./'
18609 # Canonicalize the pathname of ld
18610 ac_prog
=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
18611 while $ECHO "$ac_prog" |
$GREP "$re_direlt" > /dev
/null
2>&1; do
18612 ac_prog
=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
18614 test -z "$LD" && LD
="$ac_prog"
18617 # If it fails, then pretend we aren't using GCC.
18621 # If it is relative, then search for the first ld in PATH.
18622 with_gnu_ld
=unknown
18625 elif test "$with_gnu_ld" = yes; then
18626 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
18627 $as_echo_n "checking for GNU ld... " >&6; }
18629 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
18630 $as_echo_n "checking for non-GNU ld... " >&6; }
18632 if test "${lt_cv_path_LD+set}" = set; then :
18633 $as_echo_n "(cached) " >&6
18635 if test -z "$LD"; then
18636 lt_save_ifs
="$IFS"; IFS
=$PATH_SEPARATOR
18637 for ac_dir
in $PATH; do
18639 test -z "$ac_dir" && ac_dir
=.
18640 if test -f "$ac_dir/$ac_prog" ||
test -f "$ac_dir/$ac_prog$ac_exeext"; then
18641 lt_cv_path_LD
="$ac_dir/$ac_prog"
18642 # Check to see if the program is GNU ld. I'd rather use --version,
18643 # but apparently some variants of GNU ld only accept -v.
18644 # Break only if it was the GNU/non-GNU ld that we prefer.
18645 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
18646 *GNU
* |
*'with BFD'*)
18647 test "$with_gnu_ld" != no
&& break
18650 test "$with_gnu_ld" != yes && break
18657 lt_cv_path_LD
="$LD" # Let the user override the test with a path.
18661 LD
="$lt_cv_path_LD"
18662 if test -n "$LD"; then
18663 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
18664 $as_echo "$LD" >&6; }
18666 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
18667 $as_echo "no" >&6; }
18669 test -z "$LD" && as_fn_error
"no acceptable ld found in \$PATH" "$LINENO" 5
18670 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
18671 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
18672 if test "${lt_cv_prog_gnu_ld+set}" = set; then :
18673 $as_echo_n "(cached) " >&6
18675 # I'd rather use --version here, but apparently some GNU lds only accept -v.
18676 case `$LD -v 2>&1 </dev/null` in
18677 *GNU
* |
*'with BFD'*)
18678 lt_cv_prog_gnu_ld
=yes
18681 lt_cv_prog_gnu_ld
=no
18685 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
18686 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
18687 with_gnu_ld
=$lt_cv_prog_gnu_ld
18695 # Check if GNU C++ uses GNU ld as the underlying linker, since the
18696 # archiving commands below assume that GNU ld is being used.
18697 if test "$with_gnu_ld" = yes; then
18698 archive_cmds_CXX
='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
18699 archive_expsym_cmds_CXX
='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
18701 hardcode_libdir_flag_spec_CXX
='${wl}-rpath ${wl}$libdir'
18702 export_dynamic_flag_spec_CXX
='${wl}--export-dynamic'
18704 # If archive_cmds runs LD, not CC, wlarc should be empty
18705 # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to
18706 # investigate it a little bit more. (MM)
18709 # ancient GNU ld didn't support --whole-archive et. al.
18710 if eval "`$CC -print-prog-name=ld` --help 2>&1" |
18711 $GREP 'no-whole-archive' > /dev
/null
; then
18712 whole_archive_flag_spec_CXX
="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
18714 whole_archive_flag_spec_CXX
=
18720 # A generic and very simple default shared library creation
18721 # command for GNU C++ for the case where it uses the native
18722 # linker, instead of GNU ld. If possible, this setting should
18723 # overridden to take advantage of the native linker features on
18724 # the platform it is being used on.
18725 archive_cmds_CXX
='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
18728 # Commands to make compiler produce verbose output that lists
18729 # what "hidden" libraries, object files and flags are used when
18730 # linking a shared library.
18731 output_verbose_link_cmd
='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
18739 # PORTME: fill in a description of your system's C++ link characteristics
18740 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
18741 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
18745 # FIXME: insert proper C++ library support
18749 if test "$host_cpu" = ia64
; then
18750 # On IA64, the linker does run time linking by default, so we don't
18751 # have to do anything special.
18752 aix_use_runtimelinking
=no
18753 exp_sym_flag
='-Bexport'
18756 aix_use_runtimelinking
=no
18758 # Test if we are trying to use run time linking or normal
18759 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
18760 # need to do runtime linking.
18761 case $host_os in aix4.
[23]|aix4.
[23].
*|aix
[5-9]*)
18762 for ld_flag
in $LDFLAGS; do
18765 aix_use_runtimelinking
=yes
18773 exp_sym_flag
='-bexport'
18774 no_entry_flag
='-bnoentry'
18777 # When large executables or shared objects are built, AIX ld can
18778 # have problems creating the table of contents. If linking a library
18779 # or program results in "error TOC overflow" add -mminimal-toc to
18780 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
18781 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
18783 archive_cmds_CXX
=''
18784 hardcode_direct_CXX
=yes
18785 hardcode_direct_absolute_CXX
=yes
18786 hardcode_libdir_separator_CXX
=':'
18787 link_all_deplibs_CXX
=yes
18788 file_list_spec_CXX
='${wl}-f,'
18790 if test "$GXX" = yes; then
18791 case $host_os in aix4.
[012]|aix4.
[012].
*)
18792 # We only want to do this on AIX 4.2 and lower, the check
18793 # below for broken collect2 doesn't work under 4.3+
18794 collect2name
=`${CC} -print-prog-name=collect2`
18795 if test -f "$collect2name" &&
18796 strings "$collect2name" |
$GREP resolve_lib_name
>/dev
/null
18798 # We have reworked collect2
18801 # We have old collect2
18802 hardcode_direct_CXX
=unsupported
18803 # It fails to find uninstalled libraries when the uninstalled
18804 # path is not listed in the libpath. Setting hardcode_minus_L
18805 # to unsupported forces relinking
18806 hardcode_minus_L_CXX
=yes
18807 hardcode_libdir_flag_spec_CXX
='-L$libdir'
18808 hardcode_libdir_separator_CXX
=
18811 shared_flag
='-shared'
18812 if test "$aix_use_runtimelinking" = yes; then
18813 shared_flag
="$shared_flag "'${wl}-G'
18817 if test "$host_cpu" = ia64
; then
18818 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
18819 # chokes on -Wl,-G. The following line is correct:
18822 if test "$aix_use_runtimelinking" = yes; then
18823 shared_flag
='${wl}-G'
18825 shared_flag
='${wl}-bM:SRE'
18830 export_dynamic_flag_spec_CXX
='${wl}-bexpall'
18831 # It seems that -bexpall does not export symbols beginning with
18832 # underscore (_), so it is better to generate a list of symbols to
18834 always_export_symbols_CXX
=yes
18835 if test "$aix_use_runtimelinking" = yes; then
18836 # Warning - without using the other runtime loading flags (-brtl),
18837 # -berok will link without error, but may produce a broken library.
18838 allow_undefined_flag_CXX
='-berok'
18839 # Determine the default libpath from the value encoded in an empty
18841 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18842 /* end confdefs.h. */
18852 if ac_fn_cxx_try_link
"$LINENO"; then :
18854 lt_aix_libpath_sed
='
18855 /Import File Strings/,/^$/ {
18861 aix_libpath
=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
18862 # Check for a 64-bit object if we didn't find anything.
18863 if test -z "$aix_libpath"; then
18864 aix_libpath
=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
18867 rm -f core conftest.err conftest.
$ac_objext \
18868 conftest
$ac_exeext conftest.
$ac_ext
18869 if test -z "$aix_libpath"; then aix_libpath
="/usr/lib:/lib"; fi
18871 hardcode_libdir_flag_spec_CXX
='${wl}-blibpath:$libdir:'"$aix_libpath"
18873 archive_expsym_cmds_CXX
='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
18875 if test "$host_cpu" = ia64
; then
18876 hardcode_libdir_flag_spec_CXX
='${wl}-R $libdir:/usr/lib:/lib'
18877 allow_undefined_flag_CXX
="-z nodefs"
18878 archive_expsym_cmds_CXX
="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols"
18880 # Determine the default libpath from the value encoded in an
18881 # empty executable.
18882 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18883 /* end confdefs.h. */
18893 if ac_fn_cxx_try_link
"$LINENO"; then :
18895 lt_aix_libpath_sed
='
18896 /Import File Strings/,/^$/ {
18902 aix_libpath
=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
18903 # Check for a 64-bit object if we didn't find anything.
18904 if test -z "$aix_libpath"; then
18905 aix_libpath
=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
18908 rm -f core conftest.err conftest.
$ac_objext \
18909 conftest
$ac_exeext conftest.
$ac_ext
18910 if test -z "$aix_libpath"; then aix_libpath
="/usr/lib:/lib"; fi
18912 hardcode_libdir_flag_spec_CXX
='${wl}-blibpath:$libdir:'"$aix_libpath"
18913 # Warning - without using the other run time loading flags,
18914 # -berok will link without error, but may produce a broken library.
18915 no_undefined_flag_CXX
=' ${wl}-bernotok'
18916 allow_undefined_flag_CXX
=' ${wl}-berok'
18917 if test "$with_gnu_ld" = yes; then
18918 # We only use this code for GNU lds that support --whole-archive.
18919 whole_archive_flag_spec_CXX
='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
18921 # Exported symbols can be pulled into shared objects from archives
18922 whole_archive_flag_spec_CXX
='$convenience'
18924 archive_cmds_need_lc_CXX
=yes
18925 # This is similar to how AIX traditionally builds its shared
18927 archive_expsym_cmds_CXX
="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
18933 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
18934 allow_undefined_flag_CXX
=unsupported
18935 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
18936 # support --undefined. This deserves some investigation. FIXME
18937 archive_cmds_CXX
='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
18944 case $cc_basename in
18946 # FIXME: insert proper C++ library support
18952 cygwin
* | mingw
* | pw32
* | cegcc
*)
18953 # _LT_TAGVAR(hardcode_libdir_flag_spec, CXX) is actually meaningless,
18954 # as there is no search path for DLLs.
18955 hardcode_libdir_flag_spec_CXX
='-L$libdir'
18956 export_dynamic_flag_spec_CXX
='${wl}--export-all-symbols'
18957 allow_undefined_flag_CXX
=unsupported
18958 always_export_symbols_CXX
=no
18959 enable_shared_with_static_runtimes_CXX
=yes
18961 if $LD --help 2>&1 |
$GREP 'auto-import' > /dev
/null
; then
18962 archive_cmds_CXX
='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
18963 # If the export-symbols file already is a .def file (1st line
18964 # is EXPORTS), use it as is; otherwise, prepend...
18965 archive_expsym_cmds_CXX
='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
18966 cp $export_symbols $output_objdir/$soname.def;
18968 echo EXPORTS > $output_objdir/$soname.def;
18969 cat $export_symbols >> $output_objdir/$soname.def;
18971 $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
18976 darwin
* | rhapsody
*)
18979 archive_cmds_need_lc_CXX
=no
18980 hardcode_direct_CXX
=no
18981 hardcode_automatic_CXX
=yes
18982 hardcode_shlibpath_var_CXX
=unsupported
18983 if test "$lt_cv_ld_force_load" = "yes"; then
18984 whole_archive_flag_spec_CXX
='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
18986 whole_archive_flag_spec_CXX
=''
18988 link_all_deplibs_CXX
=yes
18989 allow_undefined_flag_CXX
="$_lt_dar_allow_undefined"
18990 case $cc_basename in
18991 ifort
*) _lt_dar_can_shared
=yes ;;
18992 *) _lt_dar_can_shared
=$GCC ;;
18994 if test "$_lt_dar_can_shared" = "yes"; then
18995 output_verbose_link_cmd
=func_echo_all
18996 archive_cmds_CXX
="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
18997 module_cmds_CXX
="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
18998 archive_expsym_cmds_CXX
="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}"
18999 module_expsym_cmds_CXX
="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}"
19000 if test "$lt_cv_apple_cc_single_mod" != "yes"; then
19001 archive_cmds_CXX
="\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dsymutil}"
19002 archive_expsym_cmds_CXX
="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dar_export_syms}${_lt_dsymutil}"
19012 case $cc_basename in
19014 # FIXME: insert proper C++ library support
19018 # Green Hills C++ Compiler
19019 # FIXME: insert proper C++ library support
19023 # FIXME: insert proper C++ library support
19030 # C++ shared libraries reported to be fairly broken before
19036 archive_cmds_need_lc_CXX
=no
19039 freebsd
* | dragonfly
*)
19040 # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
19049 archive_cmds_CXX
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
19050 link_all_deplibs_CXX
=yes
19054 hardcode_libdir_flag_spec_CXX
='${wl}+b ${wl}$libdir'
19055 hardcode_libdir_separator_CXX
=:
19056 export_dynamic_flag_spec_CXX
='${wl}-E'
19057 hardcode_direct_CXX
=yes
19058 hardcode_minus_L_CXX
=yes # Not in the search PATH,
19059 # but as the default
19060 # location of the library.
19062 case $cc_basename in
19064 # FIXME: insert proper C++ library support
19068 archive_cmds_CXX
='$RM $output_objdir/$soname~$CC -b ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
19069 # Commands to make compiler produce verbose output that lists
19070 # what "hidden" libraries, object files and flags are used when
19071 # linking a shared library.
19073 # There doesn't appear to be a way to prevent this compiler from
19074 # explicitly linking system object files so we need to strip them
19075 # from the output so that they don't get included in the library
19077 output_verbose_link_cmd
='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
19080 if test "$GXX" = yes; then
19081 archive_cmds_CXX
='$RM $output_objdir/$soname~$CC -shared -nostdlib -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
19083 # FIXME: insert proper C++ library support
19091 if test $with_gnu_ld = no
; then
19092 hardcode_libdir_flag_spec_CXX
='${wl}+b ${wl}$libdir'
19093 hardcode_libdir_separator_CXX
=:
19099 export_dynamic_flag_spec_CXX
='${wl}-E'
19105 hardcode_direct_CXX
=no
19106 hardcode_shlibpath_var_CXX
=no
19109 hardcode_direct_CXX
=yes
19110 hardcode_direct_absolute_CXX
=yes
19111 hardcode_minus_L_CXX
=yes # Not in the search PATH,
19112 # but as the default
19113 # location of the library.
19117 case $cc_basename in
19119 # FIXME: insert proper C++ library support
19125 archive_cmds_CXX
='$CC -b ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
19128 archive_cmds_CXX
='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
19131 archive_cmds_CXX
='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
19134 # Commands to make compiler produce verbose output that lists
19135 # what "hidden" libraries, object files and flags are used when
19136 # linking a shared library.
19138 # There doesn't appear to be a way to prevent this compiler from
19139 # explicitly linking system object files so we need to strip them
19140 # from the output so that they don't get included in the library
19142 output_verbose_link_cmd
='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
19145 if test "$GXX" = yes; then
19146 if test $with_gnu_ld = no
; then
19149 archive_cmds_CXX
='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
19152 archive_cmds_CXX
='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
19155 archive_cmds_CXX
='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
19160 # FIXME: insert proper C++ library support
19168 hardcode_direct_CXX
=no
19169 hardcode_shlibpath_var_CXX
=no
19170 hardcode_libdir_flag_spec_CXX
='${wl}-rpath,$libdir'
19171 export_dynamic_flag_spec_CXX
='${wl}-E'
19172 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
19173 # Instead, shared libraries are loaded at an image base (0x10000000 by
19174 # default) and relocated if they conflict, which is a slow very memory
19175 # consuming and fragmenting process. To avoid this, we pick a random,
19176 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
19177 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
19178 archive_cmds_CXX
='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
19179 archive_expsym_cmds_CXX
='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
19182 case $cc_basename in
19185 archive_cmds_CXX
='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
19187 # Archives containing C++ object files must be created using
19188 # "CC -ar", where "CC" is the IRIX C++ compiler. This is
19189 # necessary to make sure instantiated templates are included
19191 old_archive_cmds_CXX
='$CC -ar -WR,-u -o $oldlib $oldobjs'
19194 if test "$GXX" = yes; then
19195 if test "$with_gnu_ld" = no
; then
19196 archive_cmds_CXX
='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
19198 archive_cmds_CXX
='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` -o $lib'
19201 link_all_deplibs_CXX
=yes
19204 hardcode_libdir_flag_spec_CXX
='${wl}-rpath ${wl}$libdir'
19205 hardcode_libdir_separator_CXX
=:
19206 inherit_rpath_CXX
=yes
19209 linux
* | k
*bsd
*-gnu | kopensolaris
*-gnu)
19210 case $cc_basename in
19212 # Kuck and Associates, Inc. (KAI) C++ Compiler
19214 # KCC will only create a shared library if the output file
19215 # ends with ".so" (or ".sl" for HP-UX), so rename the library
19216 # to its proper name (with version) after linking.
19217 archive_cmds_CXX
='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
19218 archive_expsym_cmds_CXX
='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
19219 # Commands to make compiler produce verbose output that lists
19220 # what "hidden" libraries, object files and flags are used when
19221 # linking a shared library.
19223 # There doesn't appear to be a way to prevent this compiler from
19224 # explicitly linking system object files so we need to strip them
19225 # from the output so that they don't get included in the library
19227 output_verbose_link_cmd
='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
19229 hardcode_libdir_flag_spec_CXX
='${wl}-rpath,$libdir'
19230 export_dynamic_flag_spec_CXX
='${wl}--export-dynamic'
19232 # Archives containing C++ object files must be created using
19233 # "CC -Bstatic", where "CC" is the KAI C++ compiler.
19234 old_archive_cmds_CXX
='$CC -Bstatic -o $oldlib $oldobjs'
19239 # version 8.0 and above of icpc choke on multiply defined symbols
19240 # if we add $predep_objects and $postdep_objects, however 7.1 and
19241 # earlier do not add the objects themselves.
19242 case `$CC -V 2>&1` in
19244 archive_cmds_CXX
='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
19245 archive_expsym_cmds_CXX
='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
19247 *) # Version 8.0 or newer
19250 ia64
*) tmp_idyn
=' -i_dynamic';;
19252 archive_cmds_CXX
='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
19253 archive_expsym_cmds_CXX
='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
19256 archive_cmds_need_lc_CXX
=no
19257 hardcode_libdir_flag_spec_CXX
='${wl}-rpath,$libdir'
19258 export_dynamic_flag_spec_CXX
='${wl}--export-dynamic'
19259 whole_archive_flag_spec_CXX
='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
19262 # Portland Group C++ compiler
19264 *pgCC\
[1-5].
* |
*pgcpp\
[1-5].
*)
19265 prelink_cmds_CXX
='tpldir=Template.dir~
19267 $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
19268 compile_command="$compile_command `find $tpldir -name \*.o | $NL2SP`"'
19269 old_archive_cmds_CXX
='tpldir=Template.dir~
19271 $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
19272 $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | $NL2SP`~
19274 archive_cmds_CXX
='tpldir=Template.dir~
19276 $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
19277 $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
19278 archive_expsym_cmds_CXX
='tpldir=Template.dir~
19280 $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
19281 $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
19283 *) # Version 6 and above use weak symbols
19284 archive_cmds_CXX
='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
19285 archive_expsym_cmds_CXX
='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
19289 hardcode_libdir_flag_spec_CXX
='${wl}--rpath ${wl}$libdir'
19290 export_dynamic_flag_spec_CXX
='${wl}--export-dynamic'
19291 whole_archive_flag_spec_CXX
='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
19295 archive_cmds_CXX
='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
19296 archive_expsym_cmds_CXX
='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib ${wl}-retain-symbols-file $wl$export_symbols'
19298 runpath_var
=LD_RUN_PATH
19299 hardcode_libdir_flag_spec_CXX
='-rpath $libdir'
19300 hardcode_libdir_separator_CXX
=:
19302 # Commands to make compiler produce verbose output that lists
19303 # what "hidden" libraries, object files and flags are used when
19304 # linking a shared library.
19306 # There doesn't appear to be a way to prevent this compiler from
19307 # explicitly linking system object files so we need to strip them
19308 # from the output so that they don't get included in the library
19310 output_verbose_link_cmd
='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed'
19312 xl
* | mpixl
* | bgxl
*)
19313 # IBM XL 8.0 on PPC, with GNU ld
19314 hardcode_libdir_flag_spec_CXX
='${wl}-rpath ${wl}$libdir'
19315 export_dynamic_flag_spec_CXX
='${wl}--export-dynamic'
19316 archive_cmds_CXX
='$CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
19317 if test "x$supports_anon_versioning" = xyes
; then
19318 archive_expsym_cmds_CXX
='echo "{ global:" > $output_objdir/$libname.ver~
19319 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
19320 echo "local: *; };" >> $output_objdir/$libname.ver~
19321 $CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
19325 case `$CC -V 2>&1 | sed 5q` in
19328 no_undefined_flag_CXX
=' -zdefs'
19329 archive_cmds_CXX
='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
19330 archive_expsym_cmds_CXX
='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file ${wl}$export_symbols'
19331 hardcode_libdir_flag_spec_CXX
='-R$libdir'
19332 whole_archive_flag_spec_CXX
='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
19333 compiler_needs_object_CXX
=yes
19335 # Not sure whether something based on
19336 # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1
19338 output_verbose_link_cmd
='func_echo_all'
19340 # Archives containing C++ object files must be created using
19341 # "CC -xar", where "CC" is the Sun C++ compiler. This is
19342 # necessary to make sure instantiated templates are included
19344 old_archive_cmds_CXX
='$CC -xar -o $oldlib $oldobjs'
19352 # FIXME: insert proper C++ library support
19357 # FIXME: insert proper C++ library support
19362 case $cc_basename in
19364 # FIXME: insert proper C++ library support
19368 # FIXME: insert proper C++ library support
19375 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
19376 archive_cmds_CXX
='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
19378 hardcode_libdir_flag_spec_CXX
='-R$libdir'
19379 hardcode_direct_CXX
=yes
19380 hardcode_shlibpath_var_CXX
=no
19382 # Workaround some broken pre-1.5 toolchains
19383 output_verbose_link_cmd
='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
19391 # C++ shared libraries are fairly broken
19396 if test -f /usr
/libexec
/ld.so
; then
19397 hardcode_direct_CXX
=yes
19398 hardcode_shlibpath_var_CXX
=no
19399 hardcode_direct_absolute_CXX
=yes
19400 archive_cmds_CXX
='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
19401 hardcode_libdir_flag_spec_CXX
='${wl}-rpath,$libdir'
19402 if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" ||
test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
19403 archive_expsym_cmds_CXX
='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
19404 export_dynamic_flag_spec_CXX
='${wl}-E'
19405 whole_archive_flag_spec_CXX
="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
19407 output_verbose_link_cmd
=func_echo_all
19413 osf3
* | osf4
* | osf5
*)
19414 case $cc_basename in
19416 # Kuck and Associates, Inc. (KAI) C++ Compiler
19418 # KCC will only create a shared library if the output file
19419 # ends with ".so" (or ".sl" for HP-UX), so rename the library
19420 # to its proper name (with version) after linking.
19421 archive_cmds_CXX
='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
19423 hardcode_libdir_flag_spec_CXX
='${wl}-rpath,$libdir'
19424 hardcode_libdir_separator_CXX
=:
19426 # Archives containing C++ object files must be created using
19427 # the KAI C++ compiler.
19429 osf3
*) old_archive_cmds_CXX
='$CC -Bstatic -o $oldlib $oldobjs' ;;
19430 *) old_archive_cmds_CXX
='$CC -o $oldlib $oldobjs' ;;
19434 # Rational C++ 2.4.1
19435 # FIXME: insert proper C++ library support
19441 allow_undefined_flag_CXX
=' ${wl}-expect_unresolved ${wl}\*'
19442 archive_cmds_CXX
='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && func_echo_all "${wl}-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
19443 hardcode_libdir_flag_spec_CXX
='${wl}-rpath ${wl}$libdir'
19446 allow_undefined_flag_CXX
=' -expect_unresolved \*'
19447 archive_cmds_CXX
='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
19448 archive_expsym_cmds_CXX
='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
19449 echo "-hidden">> $lib.exp~
19450 $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname ${wl}-input ${wl}$lib.exp `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~
19452 hardcode_libdir_flag_spec_CXX
='-rpath $libdir'
19456 hardcode_libdir_separator_CXX
=:
19458 # Commands to make compiler produce verbose output that lists
19459 # what "hidden" libraries, object files and flags are used when
19460 # linking a shared library.
19462 # There doesn't appear to be a way to prevent this compiler from
19463 # explicitly linking system object files so we need to strip them
19464 # from the output so that they don't get included in the library
19466 output_verbose_link_cmd
='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
19469 if test "$GXX" = yes && test "$with_gnu_ld" = no
; then
19470 allow_undefined_flag_CXX
=' ${wl}-expect_unresolved ${wl}\*'
19473 archive_cmds_CXX
='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
19476 archive_cmds_CXX
='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
19480 hardcode_libdir_flag_spec_CXX
='${wl}-rpath ${wl}$libdir'
19481 hardcode_libdir_separator_CXX
=:
19483 # Commands to make compiler produce verbose output that lists
19484 # what "hidden" libraries, object files and flags are used when
19485 # linking a shared library.
19486 output_verbose_link_cmd
='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
19489 # FIXME: insert proper C++ library support
19497 # FIXME: insert proper C++ library support
19502 case $cc_basename in
19505 # FIXME: insert proper C++ library support
19510 # FIXME: insert proper C++ library support
19514 # FIXME: insert proper C++ library support
19521 case $cc_basename in
19523 # Sun C++ 4.2, 5.x and Centerline C++
19524 archive_cmds_need_lc_CXX
=yes
19525 no_undefined_flag_CXX
=' -zdefs'
19526 archive_cmds_CXX
='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
19527 archive_expsym_cmds_CXX
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
19528 $CC -G${allow_undefined_flag} ${wl}-M ${wl}$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
19530 hardcode_libdir_flag_spec_CXX
='-R$libdir'
19531 hardcode_shlibpath_var_CXX
=no
19533 solaris2.
[0-5] | solaris2.
[0-5].
*) ;;
19535 # The compiler driver will combine and reorder linker options,
19536 # but understands `-z linker_flag'.
19537 # Supported since Solaris 2.6 (maybe 2.5.1?)
19538 whole_archive_flag_spec_CXX
='-z allextract$convenience -z defaultextract'
19541 link_all_deplibs_CXX
=yes
19543 output_verbose_link_cmd
='func_echo_all'
19545 # Archives containing C++ object files must be created using
19546 # "CC -xar", where "CC" is the Sun C++ compiler. This is
19547 # necessary to make sure instantiated templates are included
19549 old_archive_cmds_CXX
='$CC -xar -o $oldlib $oldobjs'
19552 # Green Hills C++ Compiler
19553 archive_cmds_CXX
='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
19555 # The C++ compiler must be used to create the archive.
19556 old_archive_cmds_CXX
='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
19559 # GNU C++ compiler with Solaris linker
19560 if test "$GXX" = yes && test "$with_gnu_ld" = no
; then
19561 no_undefined_flag_CXX
=' ${wl}-z ${wl}defs'
19562 if $CC --version |
$GREP -v '^2\.7' > /dev
/null
; then
19563 archive_cmds_CXX
='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
19564 archive_expsym_cmds_CXX
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
19565 $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
19567 # Commands to make compiler produce verbose output that lists
19568 # what "hidden" libraries, object files and flags are used when
19569 # linking a shared library.
19570 output_verbose_link_cmd
='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
19572 # g++ 2.7 appears to require `-G' NOT `-shared' on this
19574 archive_cmds_CXX
='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
19575 archive_expsym_cmds_CXX
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
19576 $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
19578 # Commands to make compiler produce verbose output that lists
19579 # what "hidden" libraries, object files and flags are used when
19580 # linking a shared library.
19581 output_verbose_link_cmd
='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
19584 hardcode_libdir_flag_spec_CXX
='${wl}-R $wl$libdir'
19586 solaris2.
[0-5] | solaris2.
[0-5].
*) ;;
19588 whole_archive_flag_spec_CXX
='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
19596 sysv4
*uw2
* | sysv5OpenUNIX
* | sysv5UnixWare7.
[01].
[10]* | unixware7
* | sco3.2v5.0.
[024]*)
19597 no_undefined_flag_CXX
='${wl}-z,text'
19598 archive_cmds_need_lc_CXX
=no
19599 hardcode_shlibpath_var_CXX
=no
19600 runpath_var
='LD_RUN_PATH'
19602 case $cc_basename in
19604 archive_cmds_CXX
='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
19605 archive_expsym_cmds_CXX
='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
19608 archive_cmds_CXX
='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
19609 archive_expsym_cmds_CXX
='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
19614 sysv5
* | sco3.2v5
* | sco5v6
*)
19615 # Note: We can NOT use -z defs as we might desire, because we do not
19616 # link with -lc, and that would cause any symbols used from libc to
19617 # always be unresolved, which means just about no library would
19618 # ever link correctly. If we're not using GNU ld we use -z text
19619 # though, which does catch some bad symbols but isn't as heavy-handed
19621 no_undefined_flag_CXX
='${wl}-z,text'
19622 allow_undefined_flag_CXX
='${wl}-z,nodefs'
19623 archive_cmds_need_lc_CXX
=no
19624 hardcode_shlibpath_var_CXX
=no
19625 hardcode_libdir_flag_spec_CXX
='${wl}-R,$libdir'
19626 hardcode_libdir_separator_CXX
=':'
19627 link_all_deplibs_CXX
=yes
19628 export_dynamic_flag_spec_CXX
='${wl}-Bexport'
19629 runpath_var
='LD_RUN_PATH'
19631 case $cc_basename in
19633 archive_cmds_CXX
='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
19634 archive_expsym_cmds_CXX
='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
19635 old_archive_cmds_CXX
='$CC -Tprelink_objects $oldobjs~
19636 '"$old_archive_cmds_CXX"
19637 reload_cmds_CXX
='$CC -Tprelink_objects $reload_objs~
19638 '"$reload_cmds_CXX"
19641 archive_cmds_CXX
='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
19642 archive_expsym_cmds_CXX
='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
19648 case $cc_basename in
19650 # NonStop-UX NCC 3.20
19651 # FIXME: insert proper C++ library support
19655 # FIXME: insert proper C++ library support
19662 # FIXME: insert proper C++ library support
19667 # FIXME: insert proper C++ library support
19672 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs_CXX" >&5
19673 $as_echo "$ld_shlibs_CXX" >&6; }
19674 test "$ld_shlibs_CXX" = no
&& can_build_shared
=no
19680 ## There is no encapsulation within the following macros, do not change
19681 ## the running order or otherwise move them around unless you know exactly
19682 ## what you are doing...
19683 # Dependencies to place before and after the object being linked:
19684 predep_objects_CXX
=
19685 postdep_objects_CXX
=
19688 compiler_lib_search_path_CXX
=
19690 cat > conftest.
$ac_ext <<_LT_EOF
19694 Foo (void) { a = 0; }
19700 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
19701 (eval $ac_compile) 2>&5
19703 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
19704 test $ac_status = 0; }; then
19705 # Parse the compiler output and extract the necessary
19706 # objects, libraries and library flags.
19708 # Sentinel used to keep track of whether or not we are before
19709 # the conftest object file.
19710 pre_test_object_deps_done
=no
19712 for p
in `eval "$output_verbose_link_cmd"`; do
19716 # Some compilers place space between "-{L,R}" and the path.
19717 # Remove the space.
19718 if test $p = "-L" ||
19719 test $p = "-R"; then
19726 if test "$pre_test_object_deps_done" = no
; then
19729 # Internal compiler library paths should come after those
19730 # provided the user. The postdeps already come after the
19731 # user supplied libs so there is no need to process them.
19732 if test -z "$compiler_lib_search_path_CXX"; then
19733 compiler_lib_search_path_CXX
="${prev}${p}"
19735 compiler_lib_search_path_CXX
="${compiler_lib_search_path_CXX} ${prev}${p}"
19738 # The "-l" case would never come before the object being
19739 # linked, so don't bother handling this case.
19742 if test -z "$postdeps_CXX"; then
19743 postdeps_CXX
="${prev}${p}"
19745 postdeps_CXX
="${postdeps_CXX} ${prev}${p}"
19751 # This assumes that the test object file only shows up
19752 # once in the compiler output.
19753 if test "$p" = "conftest.$objext"; then
19754 pre_test_object_deps_done
=yes
19758 if test "$pre_test_object_deps_done" = no
; then
19759 if test -z "$predep_objects_CXX"; then
19760 predep_objects_CXX
="$p"
19762 predep_objects_CXX
="$predep_objects_CXX $p"
19765 if test -z "$postdep_objects_CXX"; then
19766 postdep_objects_CXX
="$p"
19768 postdep_objects_CXX
="$postdep_objects_CXX $p"
19773 *) ;; # Ignore the rest.
19781 echo "libtool.m4: error: problem compiling CXX test program"
19784 $RM -f confest.
$objext
19786 # PORTME: override above test on systems where it is broken
19789 # Interix 3.5 installs completely hosed .la files for C++, so rather than
19790 # hack all around it, let's just trust "g++" to DTRT.
19791 predep_objects_CXX
=
19792 postdep_objects_CXX
=
19797 case `$CC -V 2>&1 | sed 5q` in
19801 # The more standards-conforming stlport4 library is
19802 # incompatible with the Cstd library. Avoid specifying
19803 # it if it's in CXXFLAGS. Ignore libCrun as
19804 # -library=stlport4 depends on it.
19805 case " $CXX $CXXFLAGS " in
19806 *" -library=stlport4 "*)
19807 solaris_use_stlport4
=yes
19811 if test "$solaris_use_stlport4" != yes; then
19812 postdeps_CXX
='-library=Cstd -library=Crun'
19819 case $cc_basename in
19821 # The more standards-conforming stlport4 library is
19822 # incompatible with the Cstd library. Avoid specifying
19823 # it if it's in CXXFLAGS. Ignore libCrun as
19824 # -library=stlport4 depends on it.
19825 case " $CXX $CXXFLAGS " in
19826 *" -library=stlport4 "*)
19827 solaris_use_stlport4
=yes
19831 # Adding this requires a known-good setup of shared libraries for
19832 # Sun compiler versions before 5.6, else PIC objects from an old
19833 # archive will be linked into the output, leading to subtle bugs.
19834 if test "$solaris_use_stlport4" != yes; then
19835 postdeps_CXX
='-library=Cstd -library=Crun'
19843 case " $postdeps_CXX " in
19844 *" -lc "*) archive_cmds_need_lc_CXX
=no
;;
19846 compiler_lib_search_dirs_CXX
=
19847 if test -n "${compiler_lib_search_path_CXX}"; then
19848 compiler_lib_search_dirs_CXX
=`echo " ${compiler_lib_search_path_CXX}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
19881 lt_prog_compiler_wl_CXX
=
19882 lt_prog_compiler_pic_CXX
=
19883 lt_prog_compiler_static_CXX
=
19885 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
19886 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
19888 # C++ specific cases for pic, static, wl, etc.
19889 if test "$GXX" = yes; then
19890 lt_prog_compiler_wl_CXX
='-Wl,'
19891 lt_prog_compiler_static_CXX
='-static'
19895 # All AIX code is PIC.
19896 if test "$host_cpu" = ia64
; then
19897 # AIX 5 now supports IA64 processor
19898 lt_prog_compiler_static_CXX
='-Bstatic'
19900 lt_prog_compiler_pic_CXX
='-fPIC'
19906 # see comment about AmigaOS4 .so support
19907 lt_prog_compiler_pic_CXX
='-fPIC'
19910 # FIXME: we need at least 68020 code to build shared libraries, but
19911 # adding the `-m68020' flag to GCC prevents building anything better,
19913 lt_prog_compiler_pic_CXX
='-m68020 -resident32 -malways-restore-a4'
19918 beos
* | irix5
* | irix6
* | nonstopux
* | osf3
* | osf4
* | osf5
*)
19919 # PIC is the default for these OSes.
19921 mingw
* | cygwin
* | os2
* | pw32
* | cegcc
*)
19922 # This hack is so that the source file can tell whether it is being
19923 # built for inclusion in a dll (and should export symbols for example).
19924 # Although the cygwin gcc ignores -fPIC, still need this for old-style
19925 # (--disable-auto-import) libraries
19926 lt_prog_compiler_pic_CXX
='-DDLL_EXPORT'
19928 darwin
* | rhapsody
*)
19929 # PIC is the default on this platform
19930 # Common symbols not allowed in MH_DYLIB files
19931 lt_prog_compiler_pic_CXX
='-fno-common'
19934 # DJGPP does not support shared libraries at all
19935 lt_prog_compiler_pic_CXX
=
19938 # PIC is the default for Haiku.
19939 # The "-static" flag exists, but is broken.
19940 lt_prog_compiler_static_CXX
=
19943 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
19944 # Instead, we relocate shared libraries at runtime.
19947 if test -d /usr
/nec
; then
19948 lt_prog_compiler_pic_CXX
=-Kconform_pic
19952 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
19953 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
19954 # sets the default TLS model and affects inlining.
19959 lt_prog_compiler_pic_CXX
='-fPIC'
19964 # QNX uses GNU C++, but need to define -shared option too, otherwise
19965 # it will coredump.
19966 lt_prog_compiler_pic_CXX
='-fPIC -shared'
19969 lt_prog_compiler_pic_CXX
='-fPIC'
19975 # All AIX code is PIC.
19976 if test "$host_cpu" = ia64
; then
19977 # AIX 5 now supports IA64 processor
19978 lt_prog_compiler_static_CXX
='-Bstatic'
19980 lt_prog_compiler_static_CXX
='-bnso -bI:/lib/syscalls.exp'
19984 case $cc_basename in
19986 # Green Hills C++ Compiler
19987 # _LT_TAGVAR(lt_prog_compiler_static, CXX)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a"
19992 case $cc_basename in
19994 lt_prog_compiler_pic_CXX
='-KPIC'
19997 # Green Hills C++ Compiler
19998 lt_prog_compiler_pic_CXX
='-pic'
20004 freebsd
* | dragonfly
*)
20005 # FreeBSD uses GNU C++
20007 hpux9
* | hpux10
* | hpux11
*)
20008 case $cc_basename in
20010 lt_prog_compiler_wl_CXX
='-Wl,'
20011 lt_prog_compiler_static_CXX
='${wl}-a ${wl}archive'
20012 if test "$host_cpu" != ia64
; then
20013 lt_prog_compiler_pic_CXX
='+Z'
20017 lt_prog_compiler_wl_CXX
='-Wl,'
20018 lt_prog_compiler_static_CXX
='${wl}-a ${wl}archive'
20024 lt_prog_compiler_pic_CXX
='+Z'
20033 # This is c89, which is MS Visual C++ (no shared libs)
20034 # Anyone wants to do a port?
20036 irix5
* | irix6
* | nonstopux
*)
20037 case $cc_basename in
20039 lt_prog_compiler_wl_CXX
='-Wl,'
20040 lt_prog_compiler_static_CXX
='-non_shared'
20041 # CC pic flag -KPIC is the default.
20047 linux
* | k
*bsd
*-gnu | kopensolaris
*-gnu)
20048 case $cc_basename in
20051 lt_prog_compiler_wl_CXX
='--backend -Wl,'
20052 lt_prog_compiler_pic_CXX
='-fPIC'
20055 # old Intel C++ for x86_64 which still supported -KPIC.
20056 lt_prog_compiler_wl_CXX
='-Wl,'
20057 lt_prog_compiler_pic_CXX
='-KPIC'
20058 lt_prog_compiler_static_CXX
='-static'
20061 # Intel C++, used to be incompatible with GCC.
20062 # ICC 10 doesn't accept -KPIC any more.
20063 lt_prog_compiler_wl_CXX
='-Wl,'
20064 lt_prog_compiler_pic_CXX
='-fPIC'
20065 lt_prog_compiler_static_CXX
='-static'
20068 # Portland Group C++ compiler
20069 lt_prog_compiler_wl_CXX
='-Wl,'
20070 lt_prog_compiler_pic_CXX
='-fpic'
20071 lt_prog_compiler_static_CXX
='-Bstatic'
20075 # Make sure the PIC flag is empty. It appears that all Alpha
20076 # Linux and Compaq Tru64 Unix objects are PIC.
20077 lt_prog_compiler_pic_CXX
=
20078 lt_prog_compiler_static_CXX
='-non_shared'
20080 xlc
* | xlC
* | bgxl
[cC
]* | mpixl
[cC
]*)
20081 # IBM XL 8.0, 9.0 on PPC and BlueGene
20082 lt_prog_compiler_wl_CXX
='-Wl,'
20083 lt_prog_compiler_pic_CXX
='-qpic'
20084 lt_prog_compiler_static_CXX
='-qstaticlink'
20087 case `$CC -V 2>&1 | sed 5q` in
20090 lt_prog_compiler_pic_CXX
='-KPIC'
20091 lt_prog_compiler_static_CXX
='-Bstatic'
20092 lt_prog_compiler_wl_CXX
='-Qoption ld '
20103 case $cc_basename in
20105 lt_prog_compiler_pic_CXX
='-W c,exportall'
20114 # QNX uses GNU C++, but need to define -shared option too, otherwise
20115 # it will coredump.
20116 lt_prog_compiler_pic_CXX
='-fPIC -shared'
20118 osf3
* | osf4
* | osf5
*)
20119 case $cc_basename in
20121 lt_prog_compiler_wl_CXX
='--backend -Wl,'
20124 # Rational C++ 2.4.1
20125 lt_prog_compiler_pic_CXX
='-pic'
20128 # Digital/Compaq C++
20129 lt_prog_compiler_wl_CXX
='-Wl,'
20130 # Make sure the PIC flag is empty. It appears that all Alpha
20131 # Linux and Compaq Tru64 Unix objects are PIC.
20132 lt_prog_compiler_pic_CXX
=
20133 lt_prog_compiler_static_CXX
='-non_shared'
20142 case $cc_basename in
20144 # Sun C++ 4.2, 5.x and Centerline C++
20145 lt_prog_compiler_pic_CXX
='-KPIC'
20146 lt_prog_compiler_static_CXX
='-Bstatic'
20147 lt_prog_compiler_wl_CXX
='-Qoption ld '
20150 # Green Hills C++ Compiler
20151 lt_prog_compiler_pic_CXX
='-PIC'
20158 case $cc_basename in
20161 lt_prog_compiler_pic_CXX
='-pic'
20162 lt_prog_compiler_static_CXX
='-Bstatic'
20166 lt_prog_compiler_pic_CXX
='-pic'
20172 sysv5
* | unixware
* | sco3.2v5
* | sco5v6
* | OpenUNIX
*)
20173 case $cc_basename in
20175 lt_prog_compiler_wl_CXX
='-Wl,'
20176 lt_prog_compiler_pic_CXX
='-KPIC'
20177 lt_prog_compiler_static_CXX
='-Bstatic'
20182 case $cc_basename in
20184 # NonStop-UX NCC 3.20
20185 lt_prog_compiler_pic_CXX
='-KPIC'
20194 lt_prog_compiler_can_build_shared_CXX
=no
20200 # For platforms which do not support PIC, -DPIC is meaningless:
20202 lt_prog_compiler_pic_CXX
=
20205 lt_prog_compiler_pic_CXX
="$lt_prog_compiler_pic_CXX -DPIC"
20208 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic_CXX" >&5
20209 $as_echo "$lt_prog_compiler_pic_CXX" >&6; }
20214 # Check to make sure the PIC flag actually works.
20216 if test -n "$lt_prog_compiler_pic_CXX"; then
20217 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5
20218 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works... " >&6; }
20219 if test "${lt_cv_prog_compiler_pic_works_CXX+set}" = set; then :
20220 $as_echo_n "(cached) " >&6
20222 lt_cv_prog_compiler_pic_works_CXX
=no
20223 ac_outfile
=conftest.
$ac_objext
20224 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
20225 lt_compiler_flag
="$lt_prog_compiler_pic_CXX -DPIC"
20226 # Insert the option either (1) after the last *FLAGS variable, or
20227 # (2) before a word containing "conftest.", or (3) at the end.
20228 # Note that $ac_compile itself does not contain backslashes and begins
20229 # with a dollar sign (not a hyphen), so the echo should work correctly.
20230 # The option is referenced via a variable to avoid confusing sed.
20231 lt_compile
=`echo "$ac_compile" | $SED \
20232 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
20233 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
20234 -e 's:$: $lt_compiler_flag:'`
20235 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
20236 (eval "$lt_compile" 2>conftest.err
)
20238 cat conftest.err
>&5
20239 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20240 if (exit $ac_status) && test -s "$ac_outfile"; then
20241 # The compiler can only warn and ignore the option if not recognized
20242 # So say no if there are warnings other than the usual output.
20243 $ECHO "$_lt_compiler_boilerplate" |
$SED '/^$/d' >conftest.exp
20244 $SED '/^$/d; /^ *+/d' conftest.err
>conftest.er2
20245 if test ! -s conftest.er2 ||
diff conftest.exp conftest.er2
>/dev
/null
; then
20246 lt_cv_prog_compiler_pic_works_CXX
=yes
20252 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works_CXX" >&5
20253 $as_echo "$lt_cv_prog_compiler_pic_works_CXX" >&6; }
20255 if test x
"$lt_cv_prog_compiler_pic_works_CXX" = xyes
; then
20256 case $lt_prog_compiler_pic_CXX in
20258 *) lt_prog_compiler_pic_CXX
=" $lt_prog_compiler_pic_CXX" ;;
20261 lt_prog_compiler_pic_CXX
=
20262 lt_prog_compiler_can_build_shared_CXX
=no
20270 # Check to make sure the static flag actually works.
20272 wl
=$lt_prog_compiler_wl_CXX eval lt_tmp_static_flag
=\"$lt_prog_compiler_static_CXX\"
20273 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
20274 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
20275 if test "${lt_cv_prog_compiler_static_works_CXX+set}" = set; then :
20276 $as_echo_n "(cached) " >&6
20278 lt_cv_prog_compiler_static_works_CXX
=no
20279 save_LDFLAGS
="$LDFLAGS"
20280 LDFLAGS
="$LDFLAGS $lt_tmp_static_flag"
20281 echo "$lt_simple_link_test_code" > conftest.
$ac_ext
20282 if (eval $ac_link 2>conftest.err
) && test -s conftest
$ac_exeext; then
20283 # The linker can only warn and ignore the option if not recognized
20284 # So say no if there are warnings
20285 if test -s conftest.err
; then
20286 # Append any errors to the config.log.
20287 cat conftest.err
1>&5
20288 $ECHO "$_lt_linker_boilerplate" |
$SED '/^$/d' > conftest.exp
20289 $SED '/^$/d; /^ *+/d' conftest.err
>conftest.er2
20290 if diff conftest.exp conftest.er2
>/dev
/null
; then
20291 lt_cv_prog_compiler_static_works_CXX
=yes
20294 lt_cv_prog_compiler_static_works_CXX
=yes
20298 LDFLAGS
="$save_LDFLAGS"
20301 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works_CXX" >&5
20302 $as_echo "$lt_cv_prog_compiler_static_works_CXX" >&6; }
20304 if test x
"$lt_cv_prog_compiler_static_works_CXX" = xyes
; then
20307 lt_prog_compiler_static_CXX
=
20313 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
20314 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
20315 if test "${lt_cv_prog_compiler_c_o_CXX+set}" = set; then :
20316 $as_echo_n "(cached) " >&6
20318 lt_cv_prog_compiler_c_o_CXX
=no
20319 $RM -r conftest
2>/dev
/null
20323 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
20325 lt_compiler_flag
="-o out/conftest2.$ac_objext"
20326 # Insert the option either (1) after the last *FLAGS variable, or
20327 # (2) before a word containing "conftest.", or (3) at the end.
20328 # Note that $ac_compile itself does not contain backslashes and begins
20329 # with a dollar sign (not a hyphen), so the echo should work correctly.
20330 lt_compile
=`echo "$ac_compile" | $SED \
20331 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
20332 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
20333 -e 's:$: $lt_compiler_flag:'`
20334 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
20335 (eval "$lt_compile" 2>out
/conftest.err
)
20337 cat out
/conftest.err
>&5
20338 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20339 if (exit $ac_status) && test -s out
/conftest2.
$ac_objext
20341 # The compiler can only warn and ignore the option if not recognized
20342 # So say no if there are warnings
20343 $ECHO "$_lt_compiler_boilerplate" |
$SED '/^$/d' > out
/conftest.exp
20344 $SED '/^$/d; /^ *+/d' out
/conftest.err
>out
/conftest.er2
20345 if test ! -s out
/conftest.er2 ||
diff out
/conftest.exp out
/conftest.er2
>/dev
/null
; then
20346 lt_cv_prog_compiler_c_o_CXX
=yes
20351 # SGI C++ compiler will create directory out/ii_files/ for
20352 # template instantiation
20353 test -d out
/ii_files
&& $RM out
/ii_files
/* && rmdir out
/ii_files
20354 $RM out
/* && rmdir out
20360 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o_CXX" >&5
20361 $as_echo "$lt_cv_prog_compiler_c_o_CXX" >&6; }
20365 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
20366 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
20367 if test "${lt_cv_prog_compiler_c_o_CXX+set}" = set; then :
20368 $as_echo_n "(cached) " >&6
20370 lt_cv_prog_compiler_c_o_CXX
=no
20371 $RM -r conftest
2>/dev
/null
20375 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
20377 lt_compiler_flag
="-o out/conftest2.$ac_objext"
20378 # Insert the option either (1) after the last *FLAGS variable, or
20379 # (2) before a word containing "conftest.", or (3) at the end.
20380 # Note that $ac_compile itself does not contain backslashes and begins
20381 # with a dollar sign (not a hyphen), so the echo should work correctly.
20382 lt_compile
=`echo "$ac_compile" | $SED \
20383 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
20384 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
20385 -e 's:$: $lt_compiler_flag:'`
20386 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
20387 (eval "$lt_compile" 2>out
/conftest.err
)
20389 cat out
/conftest.err
>&5
20390 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20391 if (exit $ac_status) && test -s out
/conftest2.
$ac_objext
20393 # The compiler can only warn and ignore the option if not recognized
20394 # So say no if there are warnings
20395 $ECHO "$_lt_compiler_boilerplate" |
$SED '/^$/d' > out
/conftest.exp
20396 $SED '/^$/d; /^ *+/d' out
/conftest.err
>out
/conftest.er2
20397 if test ! -s out
/conftest.er2 ||
diff out
/conftest.exp out
/conftest.er2
>/dev
/null
; then
20398 lt_cv_prog_compiler_c_o_CXX
=yes
20403 # SGI C++ compiler will create directory out/ii_files/ for
20404 # template instantiation
20405 test -d out
/ii_files
&& $RM out
/ii_files
/* && rmdir out
/ii_files
20406 $RM out
/* && rmdir out
20412 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o_CXX" >&5
20413 $as_echo "$lt_cv_prog_compiler_c_o_CXX" >&6; }
20418 hard_links
="nottested"
20419 if test "$lt_cv_prog_compiler_c_o_CXX" = no
&& test "$need_locks" != no
; then
20420 # do not overwrite the value of need_locks provided by the user
20421 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
20422 $as_echo_n "checking if we can lock with hard links... " >&6; }
20425 ln conftest.a conftest.b
2>/dev
/null
&& hard_links
=no
20427 ln conftest.a conftest.b
2>&5 || hard_links
=no
20428 ln conftest.a conftest.b
2>/dev
/null
&& hard_links
=no
20429 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
20430 $as_echo "$hard_links" >&6; }
20431 if test "$hard_links" = no
; then
20432 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
20433 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
20442 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
20443 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
20445 export_symbols_cmds_CXX
='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
20448 # If we're using GNU nm, then we don't want the "-C" option.
20449 # -C means demangle to AIX nm, but means don't demangle with GNU nm
20450 # Also, AIX nm treats weak defined symbols like other global defined
20451 # symbols, whereas GNU nm marks them as "W".
20452 if $NM -V 2>&1 |
$GREP 'GNU' > /dev
/null
; then
20453 export_symbols_cmds_CXX
='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
20455 export_symbols_cmds_CXX
='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
20459 export_symbols_cmds_CXX
="$ltdll_cmds"
20461 cygwin
* | mingw
* | cegcc
*)
20462 export_symbols_cmds_CXX
='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;/^.*[ ]__nm__/s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.* //'\'' | sort | uniq > $export_symbols'
20465 export_symbols_cmds_CXX
='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
20468 exclude_expsyms_CXX
='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
20470 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs_CXX" >&5
20471 $as_echo "$ld_shlibs_CXX" >&6; }
20472 test "$ld_shlibs_CXX" = no
&& can_build_shared
=no
20474 with_gnu_ld_CXX
=$with_gnu_ld
20482 # Do we need to explicitly link libc?
20484 case "x$archive_cmds_need_lc_CXX" in
20486 # Assume -lc should be added
20487 archive_cmds_need_lc_CXX
=yes
20489 if test "$enable_shared" = yes && test "$GCC" = yes; then
20490 case $archive_cmds_CXX in
20492 # FIXME: we may have to deal with multi-command sequences.
20495 # Test whether the compiler implicitly links with -lc since on some
20496 # systems, -lgcc has to come before -lc. If gcc already passes -lc
20497 # to ld, don't add -lc before -lgcc.
20498 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
20499 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
20500 if test "${lt_cv_archive_cmds_need_lc_CXX+set}" = set; then :
20501 $as_echo_n "(cached) " >&6
20504 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
20506 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
20507 (eval $ac_compile) 2>&5
20509 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
20510 test $ac_status = 0; } 2>conftest.err
; then
20513 libobjs
=conftest.
$ac_objext
20515 wl
=$lt_prog_compiler_wl_CXX
20516 pic_flag
=$lt_prog_compiler_pic_CXX
20522 lt_save_allow_undefined_flag
=$allow_undefined_flag_CXX
20523 allow_undefined_flag_CXX
=
20524 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds_CXX 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
20525 (eval $archive_cmds_CXX 2\
>\
&1 \|
$GREP \" -lc \" \
>/dev
/null
2\
>\
&1) 2>&5
20527 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
20528 test $ac_status = 0; }
20530 lt_cv_archive_cmds_need_lc_CXX
=no
20532 lt_cv_archive_cmds_need_lc_CXX
=yes
20534 allow_undefined_flag_CXX
=$lt_save_allow_undefined_flag
20536 cat conftest.err
1>&5
20541 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc_CXX" >&5
20542 $as_echo "$lt_cv_archive_cmds_need_lc_CXX" >&6; }
20543 archive_cmds_need_lc_CXX
=$lt_cv_archive_cmds_need_lc_CXX
20613 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
20614 $as_echo_n "checking dynamic linker characteristics... " >&6; }
20616 library_names_spec
=
20617 libname_spec
='lib$name'
20621 postuninstall_cmds
=
20625 shlibpath_overrides_runpath
=unknown
20627 dynamic_linker
="$host_os ld.so"
20628 sys_lib_dlsearch_path_spec
="/lib /usr/lib"
20629 need_lib_prefix
=unknown
20630 hardcode_into_libs
=no
20632 # when you set need_version to no, make sure it does not cause -set_version
20633 # flags to be left without arguments
20634 need_version
=unknown
20639 library_names_spec
='${libname}${release}${shared_ext}$versuffix $libname.a'
20640 shlibpath_var
=LIBPATH
20642 # AIX 3 has no versioning support, so we append a major version to the name.
20643 soname_spec
='${libname}${release}${shared_ext}$major'
20650 hardcode_into_libs
=yes
20651 if test "$host_cpu" = ia64
; then
20652 # AIX 5 supports IA64
20653 library_names_spec
='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
20654 shlibpath_var
=LD_LIBRARY_PATH
20656 # With GCC up to 2.95.x, collect2 would create an import file
20657 # for dependence libraries. The import file would start with
20658 # the line `#! .'. This would cause the generated library to
20659 # depend on `.', always an invalid library. This was fixed in
20660 # development snapshots of GCC prior to 3.0.
20662 aix4 | aix4.
[01] | aix4.
[01].
*)
20663 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
20665 echo '#endif'; } |
${CC} -E - |
$GREP yes > /dev
/null
; then
20668 can_build_shared
=no
20672 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
20673 # soname into executable. Probably we can add versioning support to
20674 # collect2, so additional links can be useful in future.
20675 if test "$aix_use_runtimelinking" = yes; then
20676 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
20677 # instead of lib<name>.a to let people know that these are not
20678 # typical AIX shared libraries.
20679 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
20681 # We preserve .a as extension for shared libraries through AIX4.2
20682 # and later when we are not doing run time linking.
20683 library_names_spec
='${libname}${release}.a $libname.a'
20684 soname_spec
='${libname}${release}${shared_ext}$major'
20686 shlibpath_var
=LIBPATH
20693 # Since July 2007 AmigaOS4 officially supports .so libraries.
20694 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
20695 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
20698 library_names_spec
='$libname.ixlibrary $libname.a'
20699 # Create ${libname}_ixlibrary.a entries in /sys/libs.
20700 finish_eval
='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
20706 library_names_spec
='${libname}${shared_ext}'
20707 dynamic_linker
="$host_os ld.so"
20708 shlibpath_var
=LIBRARY_PATH
20714 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
20715 soname_spec
='${libname}${release}${shared_ext}$major'
20716 finish_cmds
='PATH="\$PATH:/sbin" ldconfig $libdir'
20717 shlibpath_var
=LD_LIBRARY_PATH
20718 sys_lib_search_path_spec
="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
20719 sys_lib_dlsearch_path_spec
="/shlib /usr/lib /usr/local/lib"
20720 # the default ld.so.conf also contains /usr/contrib/lib and
20721 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
20722 # libtool to hard-code these into programs
20725 cygwin
* | mingw
* | pw32
* | cegcc
*)
20726 version_type
=windows
20731 case $GCC,$host_os in
20732 yes,cygwin
* |
yes,mingw
* |
yes,pw32
* |
yes,cegcc
*)
20733 library_names_spec
='$libname.dll.a'
20734 # DLL is installed to $(libdir)/../bin by postinstall_cmds
20735 postinstall_cmds
='base_file=`basename \${file}`~
20736 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
20737 dldir=$destdir/`dirname \$dlpath`~
20738 test -d \$dldir || mkdir -p \$dldir~
20739 $install_prog $dir/$dlname \$dldir/$dlname~
20740 chmod a+x \$dldir/$dlname~
20741 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
20742 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
20744 postuninstall_cmds
='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
20745 dlpath=$dir/\$dldll~
20747 shlibpath_overrides_runpath
=yes
20751 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
20752 soname_spec
='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
20756 # MinGW DLLs use traditional 'lib' prefix
20757 soname_spec
='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
20760 # pw32 DLLs use 'pw' prefix rather than 'lib'
20761 library_names_spec
='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
20767 library_names_spec
='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
20770 dynamic_linker
='Win32 ld.exe'
20771 # FIXME: first we should search . and the directory the executable is in
20775 darwin
* | rhapsody
*)
20776 dynamic_linker
="$host_os dyld"
20777 version_type
=darwin
20780 library_names_spec
='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
20781 soname_spec
='${libname}${release}${major}$shared_ext'
20782 shlibpath_overrides_runpath
=yes
20783 shlibpath_var
=DYLD_LIBRARY_PATH
20784 shrext_cmds
='`test .$module = .yes && echo .so || echo .dylib`'
20786 sys_lib_dlsearch_path_spec
='/usr/local/lib /lib /usr/lib'
20793 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
20794 soname_spec
='${libname}${release}${shared_ext}$major'
20795 shlibpath_var
=LD_LIBRARY_PATH
20798 freebsd
* | dragonfly
*)
20799 # DragonFly does not have aout. When/if they implement a new
20800 # versioning mechanism, adjust this.
20801 if test -x /usr
/bin
/objformat
; then
20802 objformat
=`/usr/bin/objformat`
20805 freebsd
[23].
*) objformat
=aout
;;
20806 *) objformat
=elf
;;
20809 version_type
=freebsd-
$objformat
20810 case $version_type in
20812 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
20817 library_names_spec
='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
20821 shlibpath_var
=LD_LIBRARY_PATH
20824 shlibpath_overrides_runpath
=yes
20826 freebsd3.
[01]* | freebsdelf3.
[01]*)
20827 shlibpath_overrides_runpath
=yes
20828 hardcode_into_libs
=yes
20830 freebsd3.
[2-9]* | freebsdelf3.
[2-9]* | \
20831 freebsd4.
[0-5] | freebsdelf4.
[0-5] | freebsd4.1
.1 | freebsdelf4.1
.1)
20832 shlibpath_overrides_runpath
=no
20833 hardcode_into_libs
=yes
20835 *) # from 4.6 on, and DragonFly
20836 shlibpath_overrides_runpath
=yes
20837 hardcode_into_libs
=yes
20846 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
20847 soname_spec
='${libname}${release}${shared_ext}$major'
20848 shlibpath_var
=LD_LIBRARY_PATH
20849 hardcode_into_libs
=yes
20856 dynamic_linker
="$host_os runtime_loader"
20857 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
20858 soname_spec
='${libname}${release}${shared_ext}$major'
20859 shlibpath_var
=LIBRARY_PATH
20860 shlibpath_overrides_runpath
=yes
20861 sys_lib_dlsearch_path_spec
='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
20862 hardcode_into_libs
=yes
20865 hpux9
* | hpux10
* | hpux11
*)
20866 # Give a soname corresponding to the major version so that dld.sl refuses to
20867 # link against other versions.
20874 hardcode_into_libs
=yes
20875 dynamic_linker
="$host_os dld.so"
20876 shlibpath_var
=LD_LIBRARY_PATH
20877 shlibpath_overrides_runpath
=yes # Unless +noenvvar is specified.
20878 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
20879 soname_spec
='${libname}${release}${shared_ext}$major'
20880 if test "X$HPUX_IA64_MODE" = X32
; then
20881 sys_lib_search_path_spec
="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
20883 sys_lib_search_path_spec
="/usr/lib/hpux64 /usr/local/lib/hpux64"
20885 sys_lib_dlsearch_path_spec
=$sys_lib_search_path_spec
20889 hardcode_into_libs
=yes
20890 dynamic_linker
="$host_os dld.sl"
20891 shlibpath_var
=LD_LIBRARY_PATH
# How should we handle SHLIB_PATH
20892 shlibpath_overrides_runpath
=yes # Unless +noenvvar is specified.
20893 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
20894 soname_spec
='${libname}${release}${shared_ext}$major'
20895 sys_lib_search_path_spec
="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
20896 sys_lib_dlsearch_path_spec
=$sys_lib_search_path_spec
20900 dynamic_linker
="$host_os dld.sl"
20901 shlibpath_var
=SHLIB_PATH
20902 shlibpath_overrides_runpath
=no
# +s is required to enable SHLIB_PATH
20903 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
20904 soname_spec
='${libname}${release}${shared_ext}$major'
20907 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
20908 postinstall_cmds
='chmod 555 $lib'
20909 # or fails outright, so override atomically:
20910 install_override_mode
=555
20917 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
20918 soname_spec
='${libname}${release}${shared_ext}$major'
20919 dynamic_linker
='Interix 3.x ld.so.1 (PE, like ELF)'
20920 shlibpath_var
=LD_LIBRARY_PATH
20921 shlibpath_overrides_runpath
=no
20922 hardcode_into_libs
=yes
20925 irix5
* | irix6
* | nonstopux
*)
20927 nonstopux
*) version_type
=nonstopux
;;
20929 if test "$lt_cv_prog_gnu_ld" = yes; then
20937 soname_spec
='${libname}${release}${shared_ext}$major'
20938 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
20940 irix5
* | nonstopux
*)
20941 libsuff
= shlibsuff
=
20944 case $LD in # libtool.m4 will add one of these switches to LD
20945 *-32|
*"-32 "|
*-melf32bsmip|
*"-melf32bsmip ")
20946 libsuff
= shlibsuff
= libmagic
=32-bit;;
20947 *-n32|
*"-n32 "|
*-melf32bmipn32|
*"-melf32bmipn32 ")
20948 libsuff
=32 shlibsuff
=N32 libmagic
=N32
;;
20949 *-64|
*"-64 "|
*-melf64bmip|
*"-melf64bmip ")
20950 libsuff
=64 shlibsuff
=64 libmagic
=64-bit;;
20951 *) libsuff
= shlibsuff
= libmagic
=never-match
;;
20955 shlibpath_var
=LD_LIBRARY
${shlibsuff}_PATH
20956 shlibpath_overrides_runpath
=no
20957 sys_lib_search_path_spec
="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
20958 sys_lib_dlsearch_path_spec
="/usr/lib${libsuff} /lib${libsuff}"
20959 hardcode_into_libs
=yes
20962 # No shared lib support for Linux oldld, aout, or coff.
20963 linux
*oldld
* | linux
*aout
* | linux
*coff
*)
20967 # This must be Linux ELF.
20968 linux
* | k
*bsd
*-gnu | kopensolaris
*-gnu)
20972 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
20973 soname_spec
='${libname}${release}${shared_ext}$major'
20974 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -n $libdir'
20975 shlibpath_var
=LD_LIBRARY_PATH
20976 shlibpath_overrides_runpath
=no
20978 # Some binutils ld are patched to set DT_RUNPATH
20979 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
20980 $as_echo_n "(cached) " >&6
20982 lt_cv_shlibpath_overrides_runpath
=no
20983 save_LDFLAGS
=$LDFLAGS
20984 save_libdir
=$libdir
20985 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl_CXX\"; \
20986 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec_CXX\""
20987 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
20988 /* end confdefs.h. */
20998 if ac_fn_cxx_try_link
"$LINENO"; then :
20999 if ($OBJDUMP -p conftest
$ac_exeext) 2>/dev
/null |
grep "RUNPATH.*$libdir" >/dev
/null
; then :
21000 lt_cv_shlibpath_overrides_runpath
=yes
21003 rm -f core conftest.err conftest.
$ac_objext \
21004 conftest
$ac_exeext conftest.
$ac_ext
21005 LDFLAGS
=$save_LDFLAGS
21006 libdir
=$save_libdir
21010 shlibpath_overrides_runpath
=$lt_cv_shlibpath_overrides_runpath
21012 # This implies no fast_install, which is unacceptable.
21013 # Some rework will be needed to allow for fast_install
21014 # before this can be enabled.
21015 hardcode_into_libs
=yes
21017 # Append ld.so.conf contents to the search path
21018 if test -f /etc
/ld.so.conf
; then
21019 lt_ld_extra
=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
21020 sys_lib_dlsearch_path_spec
="/lib /usr/lib $lt_ld_extra"
21023 # We used to test for /lib/ld.so.1 and disable shared libraries on
21024 # powerpc, because MkLinux only supported shared libraries with the
21025 # GNU dynamic linker. Since this was broken with cross compilers,
21026 # most powerpc-linux boxes support dynamic linking these days and
21027 # people can always --disable-shared, the test was removed, and we
21028 # assume the GNU/Linux dynamic linker is in use.
21029 dynamic_linker
='GNU/Linux ld.so'
21036 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
21037 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
21038 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -m $libdir'
21039 dynamic_linker
='NetBSD (a.out) ld.so'
21041 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
21042 soname_spec
='${libname}${release}${shared_ext}$major'
21043 dynamic_linker
='NetBSD ld.elf_so'
21045 shlibpath_var
=LD_LIBRARY_PATH
21046 shlibpath_overrides_runpath
=yes
21047 hardcode_into_libs
=yes
21052 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
21053 shlibpath_var
=LD_LIBRARY_PATH
21054 shlibpath_overrides_runpath
=yes
21061 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
21062 soname_spec
='${libname}${release}${shared_ext}$major'
21063 shlibpath_var
=LD_LIBRARY_PATH
21064 shlibpath_overrides_runpath
=no
21065 hardcode_into_libs
=yes
21066 dynamic_linker
='ldqnx.so'
21071 sys_lib_dlsearch_path_spec
="/usr/lib"
21073 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
21075 openbsd3.3 | openbsd3.3.
*) need_version
=yes ;;
21076 *) need_version
=no
;;
21078 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
21079 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -m $libdir'
21080 shlibpath_var
=LD_LIBRARY_PATH
21081 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" ||
test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
21083 openbsd2.
[89] | openbsd2.
[89].
*)
21084 shlibpath_overrides_runpath
=no
21087 shlibpath_overrides_runpath
=yes
21091 shlibpath_overrides_runpath
=yes
21096 libname_spec
='$name'
21099 library_names_spec
='$libname${shared_ext} $libname.a'
21100 dynamic_linker
='OS/2 ld.exe'
21101 shlibpath_var
=LIBPATH
21104 osf3
* | osf4
* | osf5
*)
21108 soname_spec
='${libname}${release}${shared_ext}$major'
21109 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
21110 shlibpath_var
=LD_LIBRARY_PATH
21111 sys_lib_search_path_spec
="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
21112 sys_lib_dlsearch_path_spec
="$sys_lib_search_path_spec"
21123 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
21124 soname_spec
='${libname}${release}${shared_ext}$major'
21125 shlibpath_var
=LD_LIBRARY_PATH
21126 shlibpath_overrides_runpath
=yes
21127 hardcode_into_libs
=yes
21128 # ldd complains unless libraries are executable
21129 postinstall_cmds
='chmod +x $lib'
21134 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
21135 finish_cmds
='PATH="\$PATH:/usr/etc" ldconfig $libdir'
21136 shlibpath_var
=LD_LIBRARY_PATH
21137 shlibpath_overrides_runpath
=yes
21138 if test "$with_gnu_ld" = yes; then
21146 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
21147 soname_spec
='${libname}${release}${shared_ext}$major'
21148 shlibpath_var
=LD_LIBRARY_PATH
21149 case $host_vendor in
21151 shlibpath_overrides_runpath
=no
21153 runpath_var
=LD_RUN_PATH
21161 shlibpath_overrides_runpath
=no
21162 sys_lib_search_path_spec
='/lib /usr/lib /usr/ccs/lib'
21168 if test -d /usr
/nec
;then
21170 library_names_spec
='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
21171 soname_spec
='$libname${shared_ext}.$major'
21172 shlibpath_var
=LD_LIBRARY_PATH
21176 sysv5
* | sco3.2v5
* | sco5v6
* | unixware
* | OpenUNIX
* | sysv4
*uw2
*)
21177 version_type
=freebsd-elf
21180 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
21181 soname_spec
='${libname}${release}${shared_ext}$major'
21182 shlibpath_var
=LD_LIBRARY_PATH
21183 shlibpath_overrides_runpath
=yes
21184 hardcode_into_libs
=yes
21185 if test "$with_gnu_ld" = yes; then
21186 sys_lib_search_path_spec
='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
21188 sys_lib_search_path_spec
='/usr/ccs/lib /usr/lib'
21191 sys_lib_search_path_spec
="$sys_lib_search_path_spec /lib"
21195 sys_lib_dlsearch_path_spec
='/usr/lib'
21199 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
21203 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
21204 shlibpath_var
=LD_LIBRARY_PATH
21205 shlibpath_overrides_runpath
=no
21206 hardcode_into_libs
=yes
21211 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
21212 soname_spec
='${libname}${release}${shared_ext}$major'
21213 shlibpath_var
=LD_LIBRARY_PATH
21220 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
21221 $as_echo "$dynamic_linker" >&6; }
21222 test "$dynamic_linker" = no
&& can_build_shared
=no
21224 variables_saved_for_relink
="PATH $shlibpath_var $runpath_var"
21225 if test "$GCC" = yes; then
21226 variables_saved_for_relink
="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
21229 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
21230 sys_lib_search_path_spec
="$lt_cv_sys_lib_search_path_spec"
21232 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
21233 sys_lib_dlsearch_path_spec
="$lt_cv_sys_lib_dlsearch_path_spec"
21273 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
21274 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
21275 hardcode_action_CXX
=
21276 if test -n "$hardcode_libdir_flag_spec_CXX" ||
21277 test -n "$runpath_var_CXX" ||
21278 test "X$hardcode_automatic_CXX" = "Xyes" ; then
21280 # We can hardcode non-existent directories.
21281 if test "$hardcode_direct_CXX" != no
&&
21282 # If the only mechanism to avoid hardcoding is shlibpath_var, we
21283 # have to relink, otherwise we might link with an installed library
21284 # when we should be linking with a yet-to-be-installed one
21285 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, CXX)" != no &&
21286 test "$hardcode_minus_L_CXX" != no
; then
21287 # Linking always hardcodes the temporary library directory.
21288 hardcode_action_CXX
=relink
21290 # We can link without hardcoding, and we can hardcode nonexisting dirs.
21291 hardcode_action_CXX
=immediate
21294 # We cannot hardcode anything, or else we can only hardcode existing
21296 hardcode_action_CXX
=unsupported
21298 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action_CXX" >&5
21299 $as_echo "$hardcode_action_CXX" >&6; }
21301 if test "$hardcode_action_CXX" = relink ||
21302 test "$inherit_rpath_CXX" = yes; then
21303 # Fast installation is not supported
21304 enable_fast_install
=no
21305 elif test "$shlibpath_overrides_runpath" = yes ||
21306 test "$enable_shared" = no
; then
21307 # Fast installation is not necessary
21308 enable_fast_install
=needless
21317 fi # test -n "$compiler"
21323 with_gnu_ld
=$lt_save_with_gnu_ld
21324 lt_cv_path_LDCXX
=$lt_cv_path_LD
21325 lt_cv_path_LD
=$lt_save_path_LD
21326 lt_cv_prog_gnu_ldcxx
=$lt_cv_prog_gnu_ld
21327 lt_cv_prog_gnu_ld
=$lt_save_with_gnu_ld
21328 fi # test "$_lt_caught_CXX_error" != yes
21331 ac_cpp
='$CPP $CPPFLAGS'
21332 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21333 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21334 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
21351 # Only expand once:
21357 # Identify the assembler which will work hand-in-glove with the newly
21358 # built GCC, so that we can examine its features. This is the assembler
21359 # which will be driven by the driver program.
21361 # If build != host, and we aren't building gas in-tree, we identify a
21362 # build->target assembler and hope that it will have the same features
21363 # as the host->target assembler we'll be using.
21364 gcc_cv_gas_major_version
=
21365 gcc_cv_gas_minor_version
=
21366 gcc_cv_as_gas_srcdir
=`echo $srcdir | sed -e 's,/gcc$,,'`/gas
21368 if test "${gcc_cv_as+set}" = set; then :
21372 if test -x "$DEFAULT_ASSEMBLER"; then
21373 gcc_cv_as
="$DEFAULT_ASSEMBLER"
21374 elif test -f $gcc_cv_as_gas_srcdir/configure.
in \
21375 && test -f ..
/gas
/Makefile \
21376 && test x
$build = x
$host; then
21377 gcc_cv_as
=..
/gas
/as-new
$build_exeext
21378 elif test -x as
$build_exeext; then
21379 # Build using assembler in the current directory.
21380 gcc_cv_as
=.
/as
$build_exeext
21381 elif ( set dummy
$AS_FOR_TARGET; test -x $2 ); then
21382 gcc_cv_as
="$AS_FOR_TARGET"
21384 # Extract the first word of "$AS_FOR_TARGET", so it can be a program name with args.
21385 set dummy
$AS_FOR_TARGET; ac_word
=$2
21386 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
21387 $as_echo_n "checking for $ac_word... " >&6; }
21388 if test "${ac_cv_path_gcc_cv_as+set}" = set; then :
21389 $as_echo_n "(cached) " >&6
21393 ac_cv_path_gcc_cv_as
="$gcc_cv_as" # Let the user override the test with a path.
21396 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
21397 for as_dir
in $PATH
21400 test -z "$as_dir" && as_dir
=.
21401 for ac_exec_ext
in '' $ac_executable_extensions; do
21402 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
21403 ac_cv_path_gcc_cv_as
="$as_dir/$ac_word$ac_exec_ext"
21404 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
21414 gcc_cv_as
=$ac_cv_path_gcc_cv_as
21415 if test -n "$gcc_cv_as"; then
21416 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as" >&5
21417 $as_echo "$gcc_cv_as" >&6; }
21419 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
21420 $as_echo "no" >&6; }
21427 ORIGINAL_AS_FOR_TARGET
=$gcc_cv_as
21429 case "$ORIGINAL_AS_FOR_TARGET" in
21430 .
/as | .
/as
$build_exeext) ;;
21431 *) ac_config_files
="$ac_config_files as:exec-tool.in"
21435 { $as_echo "$as_me:${as_lineno-$LINENO}: checking what assembler to use" >&5
21436 $as_echo_n "checking what assembler to use... " >&6; }
21437 if test "$gcc_cv_as" = ..
/gas
/as-new
$build_exeext; then
21438 # Single tree build which includes gas. We want to prefer it
21439 # over whatever linker top-level may have detected, since
21440 # we'll use what we're building after installation anyway.
21441 { $as_echo "$as_me:${as_lineno-$LINENO}: result: newly built gas" >&5
21442 $as_echo "newly built gas" >&6; }
21444 gcc_cv_as_bfd_srcdir
=`echo $srcdir | sed -e 's,/gcc$,,'`/bfd
21445 for f
in $gcc_cv_as_bfd_srcdir/configure \
21446 $gcc_cv_as_gas_srcdir/configure \
21447 $gcc_cv_as_gas_srcdir/configure.
in \
21448 $gcc_cv_as_gas_srcdir/Makefile.
in ; do
21449 gcc_cv_gas_version
=`sed -n -e 's/^[ ]*VERSION=[^0-9A-Za-z_]*\([0-9]*\.[0-9]*.*\)/VERSION=\1/p' < $f`
21450 if test x
$gcc_cv_gas_version != x
; then
21454 case $gcc_cv_gas_version in
21456 *) as_fn_error
"cannot find version of in-tree assembler" "$LINENO" 5;;
21458 gcc_cv_gas_major_version
=`expr "$gcc_cv_gas_version" : "VERSION=\([0-9]*\)"`
21459 gcc_cv_gas_minor_version
=`expr "$gcc_cv_gas_version" : "VERSION=[0-9]*\.\([0-9]*\)"`
21460 gcc_cv_gas_patch_version
=`expr "$gcc_cv_gas_version" : "VERSION=[0-9]*\.[0-9]*\.\([0-9]*\)"`
21461 case $gcc_cv_gas_patch_version in
21462 "") gcc_cv_gas_patch_version
="0" ;;
21464 gcc_cv_gas_vers
=`expr \( \( $gcc_cv_gas_major_version \* 1000 \) \
21465 + $gcc_cv_gas_minor_version \) \* 1000 \
21466 + $gcc_cv_gas_patch_version`
21468 in_tree_gas_is_elf
=no
21469 if grep 'obj_format = elf' ..
/gas
/Makefile
> /dev
/null \
21470 ||
(grep 'obj_format = multi' ..
/gas
/Makefile \
21471 && grep 'extra_objects =.* obj-elf' ..
/gas
/Makefile
) > /dev
/null
21473 in_tree_gas_is_elf
=yes
21476 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as" >&5
21477 $as_echo "$gcc_cv_as" >&6; }
21482 # Check whether --enable-ld was given.
21483 if test "${enable_ld+set}" = set; then :
21484 enableval
=$enable_ld; case "${enableval}" in
21492 # Check whether --enable-gold was given.
21493 if test "${enable_gold+set}" = set; then :
21494 enableval
=$enable_gold; case "${enableval}" in
21496 install_gold_as_default
=yes
21499 if test x
${default_ld} != x
; then
21500 install_gold_as_default
=yes
21506 as_fn_error
"invalid --enable-gold argument" "$LINENO" 5
21510 install_gold_as_default
=no
21514 # Identify the linker which will work hand-in-glove with the newly
21515 # built GCC, so that we can examine its features. This is the linker
21516 # which will be driven by the driver program.
21518 # If build != host, and we aren't building gas in-tree, we identify a
21519 # build->target linker and hope that it will have the same features
21520 # as the host->target linker we'll be using.
21521 gcc_cv_gld_major_version
=
21522 gcc_cv_gld_minor_version
=
21523 gcc_cv_ld_gld_srcdir
=`echo $srcdir | sed -e 's,/gcc$,,'`/ld
21524 gcc_cv_ld_gold_srcdir
=`echo $srcdir | sed -e 's,/gcc$,,'`/gold
21525 gcc_cv_ld_bfd_srcdir
=`echo $srcdir | sed -e 's,/gcc$,,'`/bfd
21527 if test "${gcc_cv_ld+set}" = set; then :
21531 if test -x "$DEFAULT_LINKER"; then
21532 gcc_cv_ld
="$DEFAULT_LINKER"
21533 elif test $install_gold_as_default = yes \
21534 && test -f $gcc_cv_ld_gold_srcdir/configure.ac \
21535 && test -f ..
/gold
/Makefile \
21536 && test x
$build = x
$host; then
21537 gcc_cv_ld
=..
/gold
/ld-new
$build_exeext
21538 elif test -f $gcc_cv_ld_gld_srcdir/configure.
in \
21539 && test -f ..
/ld
/Makefile \
21540 && test x
$build = x
$host; then
21541 gcc_cv_ld
=..
/ld
/ld-new
$build_exeext
21542 elif test -x collect-ld
$build_exeext; then
21543 # Build using linker in the current directory.
21544 gcc_cv_ld
=.
/collect-ld
$build_exeext
21545 elif ( set dummy
$LD_FOR_TARGET; test -x $2 ); then
21546 gcc_cv_ld
="$LD_FOR_TARGET"
21548 # Extract the first word of "$LD_FOR_TARGET", so it can be a program name with args.
21549 set dummy
$LD_FOR_TARGET; ac_word
=$2
21550 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
21551 $as_echo_n "checking for $ac_word... " >&6; }
21552 if test "${ac_cv_path_gcc_cv_ld+set}" = set; then :
21553 $as_echo_n "(cached) " >&6
21557 ac_cv_path_gcc_cv_ld
="$gcc_cv_ld" # Let the user override the test with a path.
21560 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
21561 for as_dir
in $PATH
21564 test -z "$as_dir" && as_dir
=.
21565 for ac_exec_ext
in '' $ac_executable_extensions; do
21566 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
21567 ac_cv_path_gcc_cv_ld
="$as_dir/$ac_word$ac_exec_ext"
21568 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
21578 gcc_cv_ld
=$ac_cv_path_gcc_cv_ld
21579 if test -n "$gcc_cv_ld"; then
21580 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_ld" >&5
21581 $as_echo "$gcc_cv_ld" >&6; }
21583 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
21584 $as_echo "no" >&6; }
21591 ORIGINAL_PLUGIN_LD_FOR_TARGET
=$gcc_cv_ld
21592 PLUGIN_LD_SUFFIX
=`basename $gcc_cv_ld | sed -e "s,$target_alias-,,"`
21593 # if the PLUGIN_LD is set ld-new, just have it as ld
21594 # as that is the installed named.
21595 if test x
$PLUGIN_LD_SUFFIX = xld-new \
21596 ||
test x
$PLUGIN_LD_SUFFIX = xcollect-ld
; then
21597 PLUGIN_LD_SUFFIX
=ld
21600 # Check whether --with-plugin-ld was given.
21601 if test "${with_plugin_ld+set}" = set; then :
21602 withval
=$with_plugin_ld; if test x
"$withval" != x
; then
21603 ORIGINAL_PLUGIN_LD_FOR_TARGET
="$withval"
21604 PLUGIN_LD_SUFFIX
=`echo $withval | sed -e "s,$target_alias-,,"`
21610 cat >>confdefs.h
<<_ACEOF
21611 #define PLUGIN_LD_SUFFIX "$PLUGIN_LD_SUFFIX"
21615 # Check to see if we are using gold instead of ld
21616 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using gold" >&5
21617 $as_echo_n "checking whether we are using gold... " >&6; }
21619 if test x
$gcc_cv_ld != x
; then
21620 if $gcc_cv_ld --version 2>/dev
/null |
sed 1q \
21621 |
grep "GNU gold" > /dev
/null
; then
21625 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_is_gold" >&5
21626 $as_echo "$ld_is_gold" >&6; }
21628 ORIGINAL_LD_FOR_TARGET
=$gcc_cv_ld
21630 case "$ORIGINAL_LD_FOR_TARGET" in
21631 .
/collect-ld | .
/collect-ld
$build_exeext) ;;
21632 *) ac_config_files
="$ac_config_files collect-ld:exec-tool.in"
21636 { $as_echo "$as_me:${as_lineno-$LINENO}: checking what linker to use" >&5
21637 $as_echo_n "checking what linker to use... " >&6; }
21638 if test "$gcc_cv_ld" = ..
/ld
/ld-new
$build_exeext \
21639 ||
test "$gcc_cv_ld" = ..
/gold
/ld-new
$build_exeext; then
21640 # Single tree build which includes ld. We want to prefer it
21641 # over whatever linker top-level may have detected, since
21642 # we'll use what we're building after installation anyway.
21643 { $as_echo "$as_me:${as_lineno-$LINENO}: result: newly built ld" >&5
21644 $as_echo "newly built ld" >&6; }
21646 in_tree_ld_is_elf
=no
21647 if (grep 'EMUL = .*elf' ..
/ld
/Makefile \
21648 ||
grep 'EMUL = .*linux' ..
/ld
/Makefile \
21649 ||
grep 'EMUL = .*lynx' ..
/ld
/Makefile
) > /dev
/null
; then
21650 in_tree_ld_is_elf
=yes
21651 elif test "$ld_is_gold" = yes; then
21652 in_tree_ld_is_elf
=yes
21654 for f
in $gcc_cv_ld_bfd_srcdir/configure
$gcc_cv_ld_gld_srcdir/configure
$gcc_cv_ld_gld_srcdir/configure.
in $gcc_cv_ld_gld_srcdir/Makefile.
in
21656 gcc_cv_gld_version
=`sed -n -e 's/^[ ]*VERSION=[^0-9A-Za-z_]*\([0-9]*\.[0-9]*.*\)/VERSION=\1/p' < $f`
21657 if test x
$gcc_cv_gld_version != x
; then
21661 case $gcc_cv_gld_version in
21663 *) as_fn_error
"cannot find version of in-tree linker" "$LINENO" 5 ;;
21665 gcc_cv_gld_major_version
=`expr "$gcc_cv_gld_version" : "VERSION=\([0-9]*\)"`
21666 gcc_cv_gld_minor_version
=`expr "$gcc_cv_gld_version" : "VERSION=[0-9]*\.\([0-9]*\)"`
21667 ORIGINAL_LD_BFD_FOR_TARGET
=..
/ld
/ld-new
$build_exeext
21668 ORIGINAL_LD_GOLD_FOR_TARGET
=..
/gold
/ld-new
$build_exeext
21670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_ld" >&5
21671 $as_echo "$gcc_cv_ld" >&6; }
21673 gcc_cvs_ld_program
=`dirname $gcc_cv_ld`/`basename $gcc_cv_ld $host_exeext`
21674 ORIGINAL_LD_BFD_FOR_TARGET
=${gcc_cvs_ld_program}.bfd
$host_exeext
21675 ORIGINAL_LD_GOLD_FOR_TARGET
=${gcc_cvs_ld_program}.gold
$host_exeext
21681 # Figure out what nm we will be using.
21682 gcc_cv_binutils_srcdir
=`echo $srcdir | sed -e 's,/gcc$,,'`/binutils
21683 if test "${gcc_cv_nm+set}" = set; then :
21687 if test -f $gcc_cv_binutils_srcdir/configure.
in \
21688 && test -f ..
/binutils
/Makefile \
21689 && test x
$build = x
$host; then
21690 gcc_cv_nm
=..
/binutils
/nm-new
$build_exeext
21691 elif test -x nm
$build_exeext; then
21692 gcc_cv_nm
=.
/nm
$build_exeext
21693 elif ( set dummy
$NM_FOR_TARGET; test -x $2 ); then
21694 gcc_cv_nm
="$NM_FOR_TARGET"
21696 # Extract the first word of "$NM_FOR_TARGET", so it can be a program name with args.
21697 set dummy
$NM_FOR_TARGET; ac_word
=$2
21698 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
21699 $as_echo_n "checking for $ac_word... " >&6; }
21700 if test "${ac_cv_path_gcc_cv_nm+set}" = set; then :
21701 $as_echo_n "(cached) " >&6
21705 ac_cv_path_gcc_cv_nm
="$gcc_cv_nm" # Let the user override the test with a path.
21708 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
21709 for as_dir
in $PATH
21712 test -z "$as_dir" && as_dir
=.
21713 for ac_exec_ext
in '' $ac_executable_extensions; do
21714 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
21715 ac_cv_path_gcc_cv_nm
="$as_dir/$ac_word$ac_exec_ext"
21716 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
21726 gcc_cv_nm
=$ac_cv_path_gcc_cv_nm
21727 if test -n "$gcc_cv_nm"; then
21728 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_nm" >&5
21729 $as_echo "$gcc_cv_nm" >&6; }
21731 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
21732 $as_echo "no" >&6; }
21739 { $as_echo "$as_me:${as_lineno-$LINENO}: checking what nm to use" >&5
21740 $as_echo_n "checking what nm to use... " >&6; }
21741 if test "$gcc_cv_nm" = ..
/binutils
/nm-new
$build_exeext; then
21742 # Single tree build which includes binutils.
21743 { $as_echo "$as_me:${as_lineno-$LINENO}: result: newly built nm" >&5
21744 $as_echo "newly built nm" >&6; }
21747 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_nm" >&5
21748 $as_echo "$gcc_cv_nm" >&6; }
21752 ORIGINAL_NM_FOR_TARGET
=$gcc_cv_nm
21754 case "$ORIGINAL_NM_FOR_TARGET" in
21755 .
/nm | .
/nm
$build_exeext) ;;
21756 *) ac_config_files
="$ac_config_files nm:exec-tool.in"
21761 # Figure out what objdump we will be using.
21762 if test "${gcc_cv_objdump+set}" = set; then :
21766 if test -f $gcc_cv_binutils_srcdir/configure.
in \
21767 && test -f ..
/binutils
/Makefile \
21768 && test x
$build = x
$host; then
21769 # Single tree build which includes binutils.
21770 gcc_cv_objdump
=..
/binutils
/objdump
$build_exeext
21771 elif test -x objdump
$build_exeext; then
21772 gcc_cv_objdump
=.
/objdump
$build_exeext
21773 elif ( set dummy
$OBJDUMP_FOR_TARGET; test -x $2 ); then
21774 gcc_cv_objdump
="$OBJDUMP_FOR_TARGET"
21776 # Extract the first word of "$OBJDUMP_FOR_TARGET", so it can be a program name with args.
21777 set dummy
$OBJDUMP_FOR_TARGET; ac_word
=$2
21778 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
21779 $as_echo_n "checking for $ac_word... " >&6; }
21780 if test "${ac_cv_path_gcc_cv_objdump+set}" = set; then :
21781 $as_echo_n "(cached) " >&6
21783 case $gcc_cv_objdump in
21785 ac_cv_path_gcc_cv_objdump
="$gcc_cv_objdump" # Let the user override the test with a path.
21788 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
21789 for as_dir
in $PATH
21792 test -z "$as_dir" && as_dir
=.
21793 for ac_exec_ext
in '' $ac_executable_extensions; do
21794 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
21795 ac_cv_path_gcc_cv_objdump
="$as_dir/$ac_word$ac_exec_ext"
21796 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
21806 gcc_cv_objdump
=$ac_cv_path_gcc_cv_objdump
21807 if test -n "$gcc_cv_objdump"; then
21808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_objdump" >&5
21809 $as_echo "$gcc_cv_objdump" >&6; }
21811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
21812 $as_echo "no" >&6; }
21819 { $as_echo "$as_me:${as_lineno-$LINENO}: checking what objdump to use" >&5
21820 $as_echo_n "checking what objdump to use... " >&6; }
21821 if test "$gcc_cv_objdump" = ..
/binutils
/objdump
$build_exeext; then
21822 # Single tree build which includes binutils.
21823 { $as_echo "$as_me:${as_lineno-$LINENO}: result: newly built objdump" >&5
21824 $as_echo "newly built objdump" >&6; }
21825 elif test x
$gcc_cv_objdump = x
; then
21826 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
21827 $as_echo "not found" >&6; }
21829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_objdump" >&5
21830 $as_echo "$gcc_cv_objdump" >&6; }
21833 # Figure out what readelf we will be using.
21834 if test "${gcc_cv_readelf+set}" = set; then :
21838 if test -f $gcc_cv_binutils_srcdir/configure.
in \
21839 && test -f ..
/binutils
/Makefile \
21840 && test x
$build = x
$host; then
21841 # Single tree build which includes binutils.
21842 gcc_cv_readelf
=..
/binutils
/readelf
$build_exeext
21843 elif test -x readelf
$build_exeext; then
21844 gcc_cv_readelf
=.
/readelf
$build_exeext
21846 # Extract the first word of "readelf", so it can be a program name with args.
21847 set dummy readelf
; ac_word
=$2
21848 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
21849 $as_echo_n "checking for $ac_word... " >&6; }
21850 if test "${ac_cv_path_gcc_cv_readelf+set}" = set; then :
21851 $as_echo_n "(cached) " >&6
21853 case $gcc_cv_readelf in
21855 ac_cv_path_gcc_cv_readelf
="$gcc_cv_readelf" # Let the user override the test with a path.
21858 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
21859 for as_dir
in $PATH
21862 test -z "$as_dir" && as_dir
=.
21863 for ac_exec_ext
in '' $ac_executable_extensions; do
21864 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
21865 ac_cv_path_gcc_cv_readelf
="$as_dir/$ac_word$ac_exec_ext"
21866 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
21876 gcc_cv_readelf
=$ac_cv_path_gcc_cv_readelf
21877 if test -n "$gcc_cv_readelf"; then
21878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_readelf" >&5
21879 $as_echo "$gcc_cv_readelf" >&6; }
21881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
21882 $as_echo "no" >&6; }
21889 { $as_echo "$as_me:${as_lineno-$LINENO}: checking what readelf to use" >&5
21890 $as_echo_n "checking what readelf to use... " >&6; }
21891 if test "$gcc_cv_readelf" = ..
/binutils
/readelf
$build_exeext; then
21892 # Single tree build which includes binutils.
21893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: newly built readelf" >&5
21894 $as_echo "newly built readelf" >&6; }
21895 elif test x
$gcc_cv_readelf = x
; then
21896 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
21897 $as_echo "not found" >&6; }
21899 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_readelf" >&5
21900 $as_echo "$gcc_cv_readelf" >&6; }
21903 # Figure out what assembler alignment features are present.
21904 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler flags" >&5
21905 $as_echo_n "checking assembler flags... " >&6; }
21906 if test "${gcc_cv_as_flags+set}" = set; then :
21907 $as_echo_n "(cached) " >&6
21910 i
[34567]86-*-linux*)
21911 gcc_cv_as_flags
=--32
21913 x86_64-
*-linux-gnux32)
21914 gcc_cv_as_flags
=--x32
21917 gcc_cv_as_flags
=--64
21919 powerpc
*-*-darwin*)
21920 gcc_cv_as_flags
="-arch ppc"
21923 gcc_cv_as_flags
=" "
21927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_flags" >&5
21928 $as_echo "$gcc_cv_as_flags" >&6; }
21930 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for .balign and .p2align" >&5
21931 $as_echo_n "checking assembler for .balign and .p2align... " >&6; }
21932 if test "${gcc_cv_as_balign_and_p2align+set}" = set; then :
21933 $as_echo_n "(cached) " >&6
21935 gcc_cv_as_balign_and_p2align
=no
21936 if test $in_tree_gas = yes; then
21937 if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 6 \) \* 1000 + 0`
21938 then gcc_cv_as_balign_and_p2align
=yes
21940 elif test x
$gcc_cv_as != x
; then
21941 $as_echo '.balign 4
21942 .p2align 2' > conftest.s
21943 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
21944 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
21945 (eval $ac_try) 2>&5
21947 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
21948 test $ac_status = 0; }; }
21950 gcc_cv_as_balign_and_p2align
=yes
21952 echo "configure: failed program was" >&5
21955 rm -f conftest.o conftest.s
21958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_balign_and_p2align" >&5
21959 $as_echo "$gcc_cv_as_balign_and_p2align" >&6; }
21960 if test $gcc_cv_as_balign_and_p2align = yes; then
21962 $as_echo "#define HAVE_GAS_BALIGN_AND_P2ALIGN 1" >>confdefs.h
21966 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for .p2align with maximum skip" >&5
21967 $as_echo_n "checking assembler for .p2align with maximum skip... " >&6; }
21968 if test "${gcc_cv_as_max_skip_p2align+set}" = set; then :
21969 $as_echo_n "(cached) " >&6
21971 gcc_cv_as_max_skip_p2align
=no
21972 if test $in_tree_gas = yes; then
21973 if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 8 \) \* 1000 + 0`
21974 then gcc_cv_as_max_skip_p2align
=yes
21976 elif test x
$gcc_cv_as != x
; then
21977 $as_echo '.p2align 4,,7' > conftest.s
21978 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
21979 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
21980 (eval $ac_try) 2>&5
21982 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
21983 test $ac_status = 0; }; }
21985 gcc_cv_as_max_skip_p2align
=yes
21987 echo "configure: failed program was" >&5
21990 rm -f conftest.o conftest.s
21993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_max_skip_p2align" >&5
21994 $as_echo "$gcc_cv_as_max_skip_p2align" >&6; }
21995 if test $gcc_cv_as_max_skip_p2align = yes; then
21997 $as_echo "#define HAVE_GAS_MAX_SKIP_P2ALIGN 1" >>confdefs.h
22001 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for .literal16" >&5
22002 $as_echo_n "checking assembler for .literal16... " >&6; }
22003 if test "${gcc_cv_as_literal16+set}" = set; then :
22004 $as_echo_n "(cached) " >&6
22006 gcc_cv_as_literal16
=no
22007 if test $in_tree_gas = yes; then
22008 if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 8 \) \* 1000 + 0`
22009 then gcc_cv_as_literal16
=yes
22011 elif test x
$gcc_cv_as != x
; then
22012 $as_echo '.literal16' > conftest.s
22013 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
22014 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
22015 (eval $ac_try) 2>&5
22017 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
22018 test $ac_status = 0; }; }
22020 gcc_cv_as_literal16
=yes
22022 echo "configure: failed program was" >&5
22025 rm -f conftest.o conftest.s
22028 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_literal16" >&5
22029 $as_echo "$gcc_cv_as_literal16" >&6; }
22030 if test $gcc_cv_as_literal16 = yes; then
22032 $as_echo "#define HAVE_GAS_LITERAL16 1" >>confdefs.h
22036 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for working .subsection -1" >&5
22037 $as_echo_n "checking assembler for working .subsection -1... " >&6; }
22038 if test "${gcc_cv_as_subsection_m1+set}" = set; then :
22039 $as_echo_n "(cached) " >&6
22041 gcc_cv_as_subsection_m1
=no
22042 if test $in_tree_gas = yes; then
22043 if test $in_tree_gas_is_elf = yes \
22044 && test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 9 \) \* 1000 + 0`
22045 then gcc_cv_as_subsection_m1
=yes
22047 elif test x
$gcc_cv_as != x
; then
22048 $as_echo 'conftest_label1: .word 0
22050 conftest_label2: .word 0
22051 .previous' > conftest.s
22052 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
22053 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
22054 (eval $ac_try) 2>&5
22056 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
22057 test $ac_status = 0; }; }
22059 if test x
$gcc_cv_nm != x
; then
22060 $gcc_cv_nm conftest.o |
grep conftest_label1
> conftest.nm1
22061 $gcc_cv_nm conftest.o |
grep conftest_label2 |
sed -e 's/label2/label1/' > conftest.nm2
22062 if cmp conftest.nm1 conftest.nm2
> /dev
/null
2>&1
22064 else gcc_cv_as_subsection_m1
=yes
22066 rm -f conftest.nm1 conftest.nm2
22069 echo "configure: failed program was" >&5
22072 rm -f conftest.o conftest.s
22075 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_subsection_m1" >&5
22076 $as_echo "$gcc_cv_as_subsection_m1" >&6; }
22077 if test $gcc_cv_as_subsection_m1 = yes; then
22079 $as_echo "#define HAVE_GAS_SUBSECTION_ORDERING 1" >>confdefs.h
22083 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for .weak" >&5
22084 $as_echo_n "checking assembler for .weak... " >&6; }
22085 if test "${gcc_cv_as_weak+set}" = set; then :
22086 $as_echo_n "(cached) " >&6
22089 if test $in_tree_gas = yes; then
22090 if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 2 \) \* 1000 + 0`
22091 then gcc_cv_as_weak
=yes
22093 elif test x
$gcc_cv_as != x
; then
22094 $as_echo ' .weak foobar' > conftest.s
22095 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
22096 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
22097 (eval $ac_try) 2>&5
22099 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
22100 test $ac_status = 0; }; }
22104 echo "configure: failed program was" >&5
22107 rm -f conftest.o conftest.s
22110 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_weak" >&5
22111 $as_echo "$gcc_cv_as_weak" >&6; }
22112 if test $gcc_cv_as_weak = yes; then
22114 $as_echo "#define HAVE_GAS_WEAK 1" >>confdefs.h
22118 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for .weakref" >&5
22119 $as_echo_n "checking assembler for .weakref... " >&6; }
22120 if test "${gcc_cv_as_weakref+set}" = set; then :
22121 $as_echo_n "(cached) " >&6
22123 gcc_cv_as_weakref
=no
22124 if test $in_tree_gas = yes; then
22125 if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 17 \) \* 1000 + 0`
22126 then gcc_cv_as_weakref
=yes
22128 elif test x
$gcc_cv_as != x
; then
22129 $as_echo ' .weakref foobar, barfnot' > conftest.s
22130 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
22131 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
22132 (eval $ac_try) 2>&5
22134 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
22135 test $ac_status = 0; }; }
22137 gcc_cv_as_weakref
=yes
22139 echo "configure: failed program was" >&5
22142 rm -f conftest.o conftest.s
22145 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_weakref" >&5
22146 $as_echo "$gcc_cv_as_weakref" >&6; }
22147 if test $gcc_cv_as_weakref = yes; then
22149 $as_echo "#define HAVE_GAS_WEAKREF 1" >>confdefs.h
22153 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for .nsubspa comdat" >&5
22154 $as_echo_n "checking assembler for .nsubspa comdat... " >&6; }
22155 if test "${gcc_cv_as_nsubspa_comdat+set}" = set; then :
22156 $as_echo_n "(cached) " >&6
22158 gcc_cv_as_nsubspa_comdat
=no
22159 if test $in_tree_gas = yes; then
22160 if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 15 \) \* 1000 + 91`
22161 then gcc_cv_as_nsubspa_comdat
=yes
22163 elif test x
$gcc_cv_as != x
; then
22164 $as_echo ' .SPACE $TEXT$
22165 .NSUBSPA $CODE$,COMDAT' > conftest.s
22166 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
22167 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
22168 (eval $ac_try) 2>&5
22170 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
22171 test $ac_status = 0; }; }
22173 gcc_cv_as_nsubspa_comdat
=yes
22175 echo "configure: failed program was" >&5
22178 rm -f conftest.o conftest.s
22181 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_nsubspa_comdat" >&5
22182 $as_echo "$gcc_cv_as_nsubspa_comdat" >&6; }
22183 if test $gcc_cv_as_nsubspa_comdat = yes; then
22185 $as_echo "#define HAVE_GAS_NSUBSPA_COMDAT 1" >>confdefs.h
22189 # .hidden needs to be supported in both the assembler and the linker,
22190 # because GNU LD versions before 2.12.1 have buggy support for STV_HIDDEN.
22191 # This is irritatingly difficult to feature test for; we have to check the
22192 # date string after the version number. If we've got an in-tree
22193 # ld, we don't know its patchlevel version, so we set the baseline at 2.13
22195 # The gcc_GAS_CHECK_FEATURE call just sets a cache variable.
22196 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for .hidden" >&5
22197 $as_echo_n "checking assembler for .hidden... " >&6; }
22198 if test "${gcc_cv_as_hidden+set}" = set; then :
22199 $as_echo_n "(cached) " >&6
22201 gcc_cv_as_hidden
=no
22202 if test $in_tree_gas = yes; then
22203 if test $in_tree_gas_is_elf = yes \
22204 && test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 13 \) \* 1000 + 0`
22205 then gcc_cv_as_hidden
=yes
22207 elif test x
$gcc_cv_as != x
; then
22208 $as_echo ' .hidden foobar
22209 foobar:' > conftest.s
22210 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
22211 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
22212 (eval $ac_try) 2>&5
22214 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
22215 test $ac_status = 0; }; }
22217 gcc_cv_as_hidden
=yes
22219 echo "configure: failed program was" >&5
22222 rm -f conftest.o conftest.s
22225 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_hidden" >&5
22226 $as_echo "$gcc_cv_as_hidden" >&6; }
22228 case "${target}" in
22230 # Darwin as has some visibility support, though with a different syntax.
22231 gcc_cv_as_hidden
=yes
22235 # gnu_indirect_function type is an extension proposed at
22236 # http://groups.google/com/group/generic-abi/files. It allows dynamic runtime
22237 # selection of function implementation
22238 # Check whether --enable-gnu-indirect-function was given.
22239 if test "${enable_gnu_indirect_function+set}" = set; then :
22240 enableval
=$enable_gnu_indirect_function; case $enable_gnu_indirect_function in
22242 *) as_fn_error
"'$enable_gnu_indirect_function' is an invalid value for --enable-gnu-indirect-function.
22243 Valid choices are 'yes' and 'no'." "$LINENO" 5 ;;
22246 enable_gnu_indirect_function
="$default_gnu_indirect_function"
22250 gif
=`if test x$enable_gnu_indirect_function = xyes; then echo 1; else echo 0; fi`
22252 cat >>confdefs.h
<<_ACEOF
22253 #define HAVE_GNU_INDIRECT_FUNCTION $gif
22258 if test $in_tree_ld != yes ; then
22259 ld_ver
=`$gcc_cv_ld --version 2>/dev/null | sed 1q`
22260 if echo "$ld_ver" |
grep GNU
> /dev
/null
; then
22261 if test x
"$ld_is_gold" = xyes
; then
22262 # GNU gold --version looks like this:
22264 # GNU gold (GNU Binutils 2.21.51.20110225) 1.11
22266 # We extract the binutils version which is more familiar and specific
22267 # than the gold version.
22268 ld_vers
=`echo $ld_ver | sed -n \
22269 -e 's,^[^)]*[ ]\([0-9][0-9]*\.[0-9][0-9]*[^)]*\)) .*$,\1,p'`
22271 # GNU ld --version looks like this:
22273 # GNU ld (GNU Binutils) 2.21.51.20110225
22274 ld_vers
=`echo $ld_ver | sed -n \
22275 -e 's,^.*[ ]\([0-9][0-9]*\.[0-9][0-9]*.*\)$,\1,p'`
22277 ld_date
=`echo $ld_ver | sed -n 's,^.*\([2-9][0-9][0-9][0-9]\)[-]*\([01][0-9]\)[-]*\([0-3][0-9]\).*$,\1\2\3,p'`
22278 ld_vers_major
=`expr "$ld_vers" : '\([0-9]*\)'`
22279 ld_vers_minor
=`expr "$ld_vers" : '[0-9]*\.\([0-9]*\)'`
22280 ld_vers_patch
=`expr "$ld_vers" : '[0-9]*\.[0-9]*\.\([0-9]*\)'`
22282 case "${target}" in
22284 # See acinclude.m4 (gcc_SUN_LD_VERSION) for the version number
22287 # Don't reuse gcc_gv_sun_ld_vers_* in case a linker other than
22288 # /usr/ccs/bin/ld has been configured.
22289 ld_ver
=`$gcc_cv_ld -V 2>&1`
22290 if echo "$ld_ver" |
grep 'Solaris Link Editors' > /dev
/null
; then
22291 ld_vers
=`echo $ld_ver | sed -n \
22292 -e 's,^.*: 5\.[0-9][0-9]*-\([0-9]\.[0-9][0-9]*\).*$,\1,p'`
22293 ld_vers_major
=`expr "$ld_vers" : '\([0-9]*\)'`
22294 ld_vers_minor
=`expr "$ld_vers" : '[0-9]*\.\([0-9]*\)'`
22301 { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker for .hidden support" >&5
22302 $as_echo_n "checking linker for .hidden support... " >&6; }
22303 if test "${gcc_cv_ld_hidden+set}" = set; then :
22304 $as_echo_n "(cached) " >&6
22306 if test $in_tree_ld = yes ; then
22307 gcc_cv_ld_hidden
=no
22308 if test "$gcc_cv_gld_major_version" -eq 2 -a "$gcc_cv_gld_minor_version" -ge 13 -o "$gcc_cv_gld_major_version" -gt 2 \
22309 && test $in_tree_ld_is_elf = yes; then
22310 gcc_cv_ld_hidden
=yes
22313 gcc_cv_ld_hidden
=yes
22314 if test x
"$ld_is_gold" = xyes
; then
22316 elif echo "$ld_ver" |
grep GNU
> /dev
/null
; then
22317 case "${target}" in
22318 mmix-knuth-mmixware
)
22319 # The linker emits by default mmo, not ELF, so "no" is appropriate.
22320 gcc_cv_ld_hidden
=no
22323 if test 0"$ld_date" -lt 20020404; then
22324 if test -n "$ld_date"; then
22325 # If there was date string, but was earlier than 2002-04-04, fail
22326 gcc_cv_ld_hidden
=no
22327 elif test -z "$ld_vers"; then
22328 # If there was no date string nor ld version number, something is wrong
22329 gcc_cv_ld_hidden
=no
22331 test -z "$ld_vers_patch" && ld_vers_patch
=0
22332 if test "$ld_vers_major" -lt 2; then
22333 gcc_cv_ld_hidden
=no
22334 elif test "$ld_vers_major" -eq 2 -a "$ld_vers_minor" -lt 12; then
22335 gcc_cv_ld_hidden
="no"
22336 elif test "$ld_vers_major" -eq 2 -a "$ld_vers_minor" -eq 12 -a "$ld_vers_patch" -eq 0; then
22337 gcc_cv_ld_hidden
=no
22342 case "${target}" in
22344 # Darwin ld has some visibility support.
22345 gcc_cv_ld_hidden
=yes
22347 hppa64
*-*-hpux* | ia64
*-*-hpux*)
22348 gcc_cv_ld_hidden
=yes
22350 *-*-solaris2.1
[0-9]*)
22351 # Support for .hidden in Sun ld appeared in Solaris 9 FCS, but
22352 # .symbolic was only added in Solaris 9 12/02.
22353 gcc_cv_ld_hidden
=yes
22356 gcc_cv_ld_hidden
=no
22362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_ld_hidden" >&5
22363 $as_echo "$gcc_cv_ld_hidden" >&6; }
22364 libgcc_visibility
=no
22367 if test $gcc_cv_as_hidden = yes && test $gcc_cv_ld_hidden = yes; then
22368 libgcc_visibility
=yes
22370 $as_echo "#define HAVE_GAS_HIDDEN 1" >>confdefs.h
22374 { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker read-only and read-write section mixing" >&5
22375 $as_echo_n "checking linker read-only and read-write section mixing... " >&6; }
22376 gcc_cv_ld_ro_rw_mix
=unknown
22377 if test $in_tree_ld = yes ; then
22378 if test "$gcc_cv_gld_major_version" -eq 2 -a "$gcc_cv_gld_minor_version" -ge 10 -o "$gcc_cv_gld_major_version" -gt 2 \
22379 && test $in_tree_ld_is_elf = yes; then
22380 gcc_cv_ld_ro_rw_mix
=read-write
22382 elif test x
$gcc_cv_as != x
-a x
$gcc_cv_ld != x
-a x
$gcc_cv_objdump != x
; then
22383 echo '.section myfoosect, "a"' > conftest1.s
22384 echo '.section myfoosect, "aw"' > conftest2.s
22385 echo '.byte 1' >> conftest2.s
22386 echo '.section myfoosect, "a"' > conftest3.s
22387 echo '.byte 0' >> conftest3.s
22388 if $gcc_cv_as -o conftest1.o conftest1.s
> /dev
/null
2>&1 \
22389 && $gcc_cv_as -o conftest2.o conftest2.s
> /dev
/null
2>&1 \
22390 && $gcc_cv_as -o conftest3.o conftest3.s
> /dev
/null
2>&1 \
22391 && $gcc_cv_ld -shared -o conftest1.so conftest1.o \
22392 conftest2.o conftest3.o
> /dev
/null
2>&1; then
22393 gcc_cv_ld_ro_rw_mix
=`$gcc_cv_objdump -h conftest1.so \
22394 | sed -e '/myfoosect/!d' -e N`
22395 if echo "$gcc_cv_ld_ro_rw_mix" |
grep CONTENTS
> /dev
/null
; then
22396 if echo "$gcc_cv_ld_ro_rw_mix" |
grep READONLY
> /dev
/null
; then
22397 gcc_cv_ld_ro_rw_mix
=read-only
22399 gcc_cv_ld_ro_rw_mix
=read-write
22403 rm -f conftest.
* conftest
[123].
*
22405 if test x
$gcc_cv_ld_ro_rw_mix = xread-write
; then
22407 $as_echo "#define HAVE_LD_RO_RW_SECTION_MIXING 1" >>confdefs.h
22410 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_ld_ro_rw_mix" >&5
22411 $as_echo "$gcc_cv_ld_ro_rw_mix" >&6; }
22413 if test "x${build}" = "x${target}" && test "x${build}" = "x${host}"; then
22414 case "${target}" in
22417 # Solaris 2 ld -V output looks like this for a regular version:
22419 # ld: Software Generation Utilities - Solaris Link Editors: 5.11-1.1699
22421 # but test versions add stuff at the end:
22423 # ld: Software Generation Utilities - Solaris Link Editors: 5.11-1.1701:onnv-ab196087-6931056-03/25/10
22425 gcc_cv_sun_ld_ver
=`/usr/ccs/bin/ld -V 2>&1`
22426 if echo "$gcc_cv_sun_ld_ver" |
grep 'Solaris Link Editors' > /dev
/null
; then
22427 gcc_cv_sun_ld_vers
=`echo $gcc_cv_sun_ld_ver | sed -n \
22428 -e 's,^.*: 5\.[0-9][0-9]*-\([0-9]\.[0-9][0-9]*\).*$,\1,p'`
22429 gcc_cv_sun_ld_vers_major
=`expr "$gcc_cv_sun_ld_vers" : '\([0-9]*\)'`
22430 gcc_cv_sun_ld_vers_minor
=`expr "$gcc_cv_sun_ld_vers" : '[0-9]*\.\([0-9]*\)'`
22436 # Check whether --enable-initfini-array was given.
22437 if test "${enable_initfini_array+set}" = set; then :
22438 enableval
=$enable_initfini_array;
22441 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for .preinit_array/.init_array/.fini_array support" >&5
22442 $as_echo_n "checking for .preinit_array/.init_array/.fini_array support... " >&6; }
22443 if test "${gcc_cv_initfini_array+set}" = set; then :
22444 $as_echo_n "(cached) " >&6
22446 if test "x${build}" = "x${target}" && test "x${build}" = "x${host}"; then
22447 case "${target}" in
22449 if test "$cross_compiling" = yes; then :
22450 gcc_cv_initfini_array
=no
22452 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
22453 /* end confdefs.h. */
22456 #error Not an ELF OS
22458 /* We turn on .preinit_array/.init_array/.fini_array support for ia64
22459 if it can be used. */
22461 int main (void) { return x; }
22462 int foo (void) { x = 0; }
22463 int (*fp) (void) __attribute__ ((section (".init_array"))) = foo;
22466 if ac_fn_c_try_run
"$LINENO"; then :
22467 gcc_cv_initfini_array
=yes
22469 gcc_cv_initfini_array
=no
22471 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
22472 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
22476 gcc_cv_initfini_array
=no
22477 if test $in_tree_ld = yes ; then
22478 if test "$gcc_cv_gld_major_version" -eq 2 \
22479 -a "$gcc_cv_gld_minor_version" -ge 22 \
22480 -o "$gcc_cv_gld_major_version" -gt 2 \
22481 && test $in_tree_ld_is_elf = yes; then
22482 gcc_cv_initfini_array
=yes
22484 elif test x
$gcc_cv_as != x
-a x
$gcc_cv_ld != x
-a x
$gcc_cv_objdump != x
; then
22485 cat > conftest.s
<<\EOF
22486 .section .dtors
,"a",%progbits
22488 .byte
'A', 'A', 'A', 'A'
22489 .section .ctors
,"a",%progbits
22491 .byte
'B', 'B', 'B', 'B'
22492 .section .fini_array
.65530,"a",%progbits
22494 .byte
'C', 'C', 'C', 'C'
22495 .section .init_array
.65530,"a",%progbits
22497 .byte
'D', 'D', 'D', 'D'
22498 .section .dtors
.64528,"a",%progbits
22500 .byte
'E', 'E', 'E', 'E'
22501 .section .ctors
.64528,"a",%progbits
22503 .byte
'F', 'F', 'F', 'F'
22504 .section .fini_array
.01005,"a",%progbits
22506 .byte
'G', 'G', 'G', 'G'
22507 .section .init_array
.01005,"a",%progbits
22509 .byte
'H', 'H', 'H', 'H'
22514 if $gcc_cv_as -o conftest.o conftest.s
> /dev
/null
2>&1 \
22515 && $gcc_cv_ld -o conftest conftest.o
> /dev
/null
2>&1 \
22516 && $gcc_cv_objdump -s -j .init_array conftest \
22517 |
grep HHHHFFFFDDDDBBBB
> /dev
/null
2>&1 \
22518 && $gcc_cv_objdump -s -j .fini_array conftest \
22519 |
grep GGGGEEEECCCCAAAA
> /dev
/null
2>&1; then
22520 gcc_cv_initfini_array
=yes
22522 rm -f conftest conftest.
*
22524 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
22525 /* end confdefs.h. */
22528 # error Not an ELF OS
22530 #include <stdlib.h>
22531 #if defined __GLIBC_PREREQ
22532 # if __GLIBC_PREREQ (2, 4)
22534 # error GLIBC 2.4 required
22537 # if defined __sun__ && defined __svr4__
22538 /* Solaris ld.so.1 supports .init_array/.fini_array since Solaris 8. */
22540 # error The C library not known to support .init_array/.fini_array
22545 if ac_fn_c_try_cpp
"$LINENO"; then :
22548 gcc_cv_initfini_array
=no
22550 rm -f conftest.err conftest.
$ac_ext;;
22553 { $as_echo "$as_me:${as_lineno-$LINENO}: checking cross compile... guessing" >&5
22554 $as_echo_n "checking cross compile... guessing... " >&6; }
22555 gcc_cv_initfini_array
=no
22558 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_initfini_array" >&5
22559 $as_echo "$gcc_cv_initfini_array" >&6; }
22560 enable_initfini_array
=$gcc_cv_initfini_array
22564 if test $enable_initfini_array = yes; then
22566 $as_echo "#define HAVE_INITFINI_ARRAY_SUPPORT 1" >>confdefs.h
22570 # Check if we have .[us]leb128, and support symbol arithmetic with it.
22571 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for .sleb128 and .uleb128" >&5
22572 $as_echo_n "checking assembler for .sleb128 and .uleb128... " >&6; }
22573 if test "${gcc_cv_as_leb128+set}" = set; then :
22574 $as_echo_n "(cached) " >&6
22576 gcc_cv_as_leb128
=no
22577 if test $in_tree_gas = yes; then
22578 if test $in_tree_gas_is_elf = yes \
22579 && test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 11 \) \* 1000 + 0`
22580 then gcc_cv_as_leb128
=yes
22582 elif test x
$gcc_cv_as != x
; then
22589 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
22590 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
22591 (eval $ac_try) 2>&5
22593 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
22594 test $ac_status = 0; }; }
22596 # GAS versions before 2.11 do not support uleb128,
22597 # despite appearing to.
22598 # ??? There exists an elf-specific test that will crash
22599 # the assembler. Perhaps it's better to figure out whether
22600 # arbitrary sections are supported and try the test.
22601 as_ver
=`$gcc_cv_as --version 2>/dev/null | sed 1q`
22602 if echo "$as_ver" |
grep GNU
> /dev
/null
; then
22603 as_vers
=`echo $as_ver | sed -n \
22604 -e 's,^.*[ ]\([0-9][0-9]*\.[0-9][0-9]*.*\)$,\1,p'`
22605 as_major
=`expr "$as_vers" : '\([0-9]*\)'`
22606 as_minor
=`expr "$as_vers" : '[0-9]*\.\([0-9]*\)'`
22607 if test $as_major -eq 2 && test $as_minor -lt 11
22609 else gcc_cv_as_leb128
=yes
22613 echo "configure: failed program was" >&5
22616 rm -f conftest.o conftest.s
22619 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_leb128" >&5
22620 $as_echo "$gcc_cv_as_leb128" >&6; }
22621 if test $gcc_cv_as_leb128 = yes; then
22623 $as_echo "#define HAVE_AS_LEB128 1" >>confdefs.h
22627 # Check if we have assembler support for unwind directives.
22628 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for cfi directives" >&5
22629 $as_echo_n "checking assembler for cfi directives... " >&6; }
22630 if test "${gcc_cv_as_cfi_directive+set}" = set; then :
22631 $as_echo_n "(cached) " >&6
22633 gcc_cv_as_cfi_directive
=no
22634 if test x
$gcc_cv_as != x
; then
22640 .cfi_escape 1, 2, 3, 4, 5
22641 .cfi_endproc' > conftest.s
22642 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
22643 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
22644 (eval $ac_try) 2>&5
22646 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
22647 test $ac_status = 0; }; }
22651 # If the linker used on Solaris (like Sun ld) isn't capable of merging
22652 # read-only and read-write sections, we need to make sure that the
22653 # assembler used emits read-write .eh_frame sections.
22654 if test "x$gcc_cv_ld_ro_rw_mix" != xread-write
; then
22655 if test "x$gcc_cv_objdump" != x
; then
22656 if $gcc_cv_objdump -h conftest.o
2>/dev
/null | \
22657 sed -e /.eh_frame
/!d
-e N |
grep READONLY
> /dev
/null
; then
22658 gcc_cv_as_cfi_directive
=no
22661 i?
86-*-solaris2.1
[0-9]* | x86_64-
*-solaris2.1
[0-9]*)
22662 # On Solaris/x86, make sure that GCC and assembler agree on using
22663 # read-only .eh_frame sections for 64-bit.
22664 if test x
$gas = xyes
; then
22665 as_ix86_64_opt
="--64"
22667 as_ix86_64_opt
="-xarch=amd64"
22669 if $gcc_cv_as $as_ix86_64_opt -o conftest.o conftest.s
> /dev
/null
2>&1 && \
22670 $gcc_cv_objdump -h conftest.o
2>/dev
/null | \
22671 sed -e /.eh_frame
/!d
-e N | \
22672 grep READONLY
> /dev
/null
; then
22673 gcc_cv_as_cfi_directive
=yes
22675 gcc_cv_as_cfi_directive
=no
22679 gcc_cv_as_cfi_directive
=yes
22684 # no objdump, err on the side of caution
22685 gcc_cv_as_cfi_directive
=no
22688 gcc_cv_as_cfi_directive
=yes
22692 gcc_cv_as_cfi_directive
=yes
22696 echo "configure: failed program was" >&5
22699 rm -f conftest.o conftest.s
22702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_cfi_directive" >&5
22703 $as_echo "$gcc_cv_as_cfi_directive" >&6; }
22705 if test $gcc_cv_as_cfi_directive = yes && test x
$gcc_cv_objdump != x
; then
22706 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for working cfi advance" >&5
22707 $as_echo_n "checking assembler for working cfi advance... " >&6; }
22708 if test "${gcc_cv_as_cfi_advance_working+set}" = set; then :
22709 $as_echo_n "(cached) " >&6
22711 gcc_cv_as_cfi_advance_working
=no
22712 if test x
$gcc_cv_as != x
; then
22715 .cfi_adjust_cfa_offset 64
22717 .cfi_adjust_cfa_offset 128
22718 .cfi_endproc' > conftest.s
22719 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
22720 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
22721 (eval $ac_try) 2>&5
22723 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
22724 test $ac_status = 0; }; }
22727 if $gcc_cv_objdump -Wf conftest.o
2>/dev
/null \
22728 |
grep 'DW_CFA_advance_loc[24]:[ ][ ]*75040[ ]' >/dev
/null
; then
22729 gcc_cv_as_cfi_advance_working
=yes
22733 echo "configure: failed program was" >&5
22736 rm -f conftest.o conftest.s
22739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_cfi_advance_working" >&5
22740 $as_echo "$gcc_cv_as_cfi_advance_working" >&6; }
22743 # no objdump, err on the side of caution
22744 gcc_cv_as_cfi_advance_working
=no
22748 cat >>confdefs.h
<<_ACEOF
22749 #define HAVE_GAS_CFI_DIRECTIVE `if test $gcc_cv_as_cfi_directive = yes \
22750 && test $gcc_cv_as_cfi_advance_working = yes; then echo 1; else echo 0; fi`
22755 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for cfi personality directive" >&5
22756 $as_echo_n "checking assembler for cfi personality directive... " >&6; }
22757 if test "${gcc_cv_as_cfi_personality_directive+set}" = set; then :
22758 $as_echo_n "(cached) " >&6
22760 gcc_cv_as_cfi_personality_directive
=no
22761 if test x
$gcc_cv_as != x
; then
22764 .cfi_personality 0, symbol
22765 .cfi_endproc' > conftest.s
22766 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
22767 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
22768 (eval $ac_try) 2>&5
22770 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
22771 test $ac_status = 0; }; }
22773 gcc_cv_as_cfi_personality_directive
=yes
22775 echo "configure: failed program was" >&5
22778 rm -f conftest.o conftest.s
22781 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_cfi_personality_directive" >&5
22782 $as_echo "$gcc_cv_as_cfi_personality_directive" >&6; }
22785 cat >>confdefs.h
<<_ACEOF
22786 #define HAVE_GAS_CFI_PERSONALITY_DIRECTIVE `if test $gcc_cv_as_cfi_personality_directive = yes;
22787 then echo 1; else echo 0; fi`
22791 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for cfi sections directive" >&5
22792 $as_echo_n "checking assembler for cfi sections directive... " >&6; }
22793 if test "${gcc_cv_as_cfi_sections_directive+set}" = set; then :
22794 $as_echo_n "(cached) " >&6
22796 gcc_cv_as_cfi_sections_directive
=no
22797 if test x
$gcc_cv_as != x
; then
22799 .cfi_sections .debug_frame, .eh_frame
22801 .cfi_endproc' > conftest.s
22802 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
22803 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
22804 (eval $ac_try) 2>&5
22806 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
22807 test $ac_status = 0; }; }
22810 win32 | pe | cygwin
* | mingw32
* | uwin
*)
22811 # Need to check that we generated the correct relocation for the
22812 # .debug_frame section. This was fixed for binutils 2.21.
22813 gcc_cv_as_cfi_sections_directive
=no
22814 if test "x$gcc_cv_objdump" != x
; then
22815 if $gcc_cv_objdump -j .debug_frame
-r conftest.o
2>/dev
/null | \
22816 grep secrel
> /dev
/null
; then
22817 gcc_cv_as_cfi_sections_directive
=yes
22822 gcc_cv_as_cfi_sections_directive
=yes
22826 echo "configure: failed program was" >&5
22829 rm -f conftest.o conftest.s
22832 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_cfi_sections_directive" >&5
22833 $as_echo "$gcc_cv_as_cfi_sections_directive" >&6; }
22837 cat >>confdefs.h
<<_ACEOF
22838 #define HAVE_GAS_CFI_SECTIONS_DIRECTIVE `if test $gcc_cv_as_cfi_sections_directive = yes;
22839 then echo 1; else echo 0; fi`
22843 # GAS versions up to and including 2.11.0 may mis-optimize
22845 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for eh_frame optimization" >&5
22846 $as_echo_n "checking assembler for eh_frame optimization... " >&6; }
22847 if test "${gcc_cv_as_eh_frame+set}" = set; then :
22848 $as_echo_n "(cached) " >&6
22850 gcc_cv_as_eh_frame
=no
22851 if test $in_tree_gas = yes; then
22852 if test $in_tree_gas_is_elf = yes \
22853 && test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 12 \) \* 1000 + 0`
22854 then gcc_cv_as_eh_frame
=yes
22856 elif test x
$gcc_cv_as != x
; then
22863 .section .eh_frame,"aw",@progbits
22865 .4byte .LECIE1-.LSCIE1
22879 .4byte .LEFDE1-.LASFDE1
22881 .4byte .LASFDE1-__FRAME_BEGIN__
22888 .LEFDE1:' > conftest.s
22889 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
22890 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
22891 (eval $ac_try) 2>&5
22893 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
22894 test $ac_status = 0; }; }
22896 cat > conftest.lit
<<EOF
22897 0000 10000000 00000000 017a0001 781a0004 .........z..x...
22898 0010 01000000 12000000 18000000 00000000 ................
22899 0020 08000000 04080000 0044 .........D
22901 cat > conftest.big
<<EOF
22902 0000 00000010 00000000 017a0001 781a0004 .........z..x...
22903 0010 00000001 00000012 00000018 00000000 ................
22904 0020 00000008 04000000 0844 .........D
22906 # If the assembler didn't choke, and we can objdump,
22907 # and we got the correct data, then succeed.
22908 # The text in the here-document typically retains its unix-style line
22909 # endings, while the output of objdump will use host line endings.
22910 # Therefore, use diff -b for the comparisons.
22911 if test x
$gcc_cv_objdump != x \
22912 && $gcc_cv_objdump -s -j .eh_frame conftest.o
2>/dev
/null \
22913 |
tail -3 > conftest.got \
22914 && { diff -b conftest.lit conftest.got
> /dev
/null
2>&1 \
22915 ||
diff -b conftest.big conftest.got
> /dev
/null
2>&1; }
22917 gcc_cv_as_eh_frame
=yes
22918 elif { ac_try
='$gcc_cv_as -o conftest.o --traditional-format /dev/null'
22919 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
22920 (eval $ac_try) 2>&5
22922 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
22923 test $ac_status = 0; }; }; then
22924 gcc_cv_as_eh_frame
=buggy
22926 # Uh oh, what do we do now?
22927 gcc_cv_as_eh_frame
=no
22930 echo "configure: failed program was" >&5
22933 rm -f conftest.o conftest.s
22936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_eh_frame" >&5
22937 $as_echo "$gcc_cv_as_eh_frame" >&6; }
22940 if test $gcc_cv_as_eh_frame = buggy
; then
22942 $as_echo "#define USE_AS_TRADITIONAL_FORMAT 1" >>confdefs.h
22946 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for section merging support" >&5
22947 $as_echo_n "checking assembler for section merging support... " >&6; }
22948 if test "${gcc_cv_as_shf_merge+set}" = set; then :
22949 $as_echo_n "(cached) " >&6
22951 gcc_cv_as_shf_merge
=no
22952 if test $in_tree_gas = yes; then
22953 if test $in_tree_gas_is_elf = yes \
22954 && test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 12 \) \* 1000 + 0`
22955 then gcc_cv_as_shf_merge
=yes
22957 elif test x
$gcc_cv_as != x
; then
22958 $as_echo '.section .rodata.str, "aMS", @progbits, 1' > conftest.s
22959 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags --fatal-warnings -o conftest.o conftest.s >&5'
22960 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
22961 (eval $ac_try) 2>&5
22963 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
22964 test $ac_status = 0; }; }
22966 gcc_cv_as_shf_merge
=yes
22968 echo "configure: failed program was" >&5
22971 rm -f conftest.o conftest.s
22974 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_shf_merge" >&5
22975 $as_echo "$gcc_cv_as_shf_merge" >&6; }
22977 if test $gcc_cv_as_shf_merge = no
; then
22978 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for section merging support" >&5
22979 $as_echo_n "checking assembler for section merging support... " >&6; }
22980 if test "${gcc_cv_as_shf_merge+set}" = set; then :
22981 $as_echo_n "(cached) " >&6
22983 gcc_cv_as_shf_merge
=no
22984 if test $in_tree_gas = yes; then
22985 if test $in_tree_gas_is_elf = yes \
22986 && test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 12 \) \* 1000 + 0`
22987 then gcc_cv_as_shf_merge
=yes
22989 elif test x
$gcc_cv_as != x
; then
22990 $as_echo '.section .rodata.str, "aMS", %progbits, 1' > conftest.s
22991 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags --fatal-warnings -o conftest.o conftest.s >&5'
22992 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
22993 (eval $ac_try) 2>&5
22995 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
22996 test $ac_status = 0; }; }
22998 gcc_cv_as_shf_merge
=yes
23000 echo "configure: failed program was" >&5
23003 rm -f conftest.o conftest.s
23006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_shf_merge" >&5
23007 $as_echo "$gcc_cv_as_shf_merge" >&6; }
23011 cat >>confdefs.h
<<_ACEOF
23012 #define HAVE_GAS_SHF_MERGE `if test $gcc_cv_as_shf_merge = yes; then echo 1; else echo 0; fi`
23016 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for COMDAT group support (GNU as)" >&5
23017 $as_echo_n "checking assembler for COMDAT group support (GNU as)... " >&6; }
23018 if test "${gcc_cv_as_comdat_group+set}" = set; then :
23019 $as_echo_n "(cached) " >&6
23021 gcc_cv_as_comdat_group
=no
23022 if test $in_tree_gas = yes; then
23023 if test $in_tree_gas_is_elf = yes \
23024 && test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 16 \) \* 1000 + 0`
23025 then gcc_cv_as_comdat_group
=yes
23027 elif test x
$gcc_cv_as != x
; then
23028 $as_echo '.section .text,"axG",@progbits,.foo,comdat' > conftest.s
23029 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags --fatal-warnings -o conftest.o conftest.s >&5'
23030 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
23031 (eval $ac_try) 2>&5
23033 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
23034 test $ac_status = 0; }; }
23036 gcc_cv_as_comdat_group
=yes
23038 echo "configure: failed program was" >&5
23041 rm -f conftest.o conftest.s
23044 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_comdat_group" >&5
23045 $as_echo "$gcc_cv_as_comdat_group" >&6; }
23047 if test $gcc_cv_as_comdat_group = yes; then
23048 gcc_cv_as_comdat_group_percent
=no
23049 gcc_cv_as_comdat_group_group
=no
23051 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for COMDAT group support (GNU as, %type)" >&5
23052 $as_echo_n "checking assembler for COMDAT group support (GNU as, %type)... " >&6; }
23053 if test "${gcc_cv_as_comdat_group_percent+set}" = set; then :
23054 $as_echo_n "(cached) " >&6
23056 gcc_cv_as_comdat_group_percent
=no
23057 if test $in_tree_gas = yes; then
23058 if test $in_tree_gas_is_elf = yes \
23059 && test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 16 \) \* 1000 + 0`
23060 then gcc_cv_as_comdat_group_percent
=yes
23062 elif test x
$gcc_cv_as != x
; then
23063 $as_echo '.section .text,"axG",%progbits,.foo,comdat' > conftest.s
23064 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags --fatal-warnings -o conftest.o conftest.s >&5'
23065 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
23066 (eval $ac_try) 2>&5
23068 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
23069 test $ac_status = 0; }; }
23071 gcc_cv_as_comdat_group_percent
=yes
23073 echo "configure: failed program was" >&5
23076 rm -f conftest.o conftest.s
23079 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_comdat_group_percent" >&5
23080 $as_echo "$gcc_cv_as_comdat_group_percent" >&6; }
23082 if test $gcc_cv_as_comdat_group_percent = yes; then
23083 gcc_cv_as_comdat_group_group
=no
23085 if test -z "${gcc_cv_as_comdat_group_group+set}"; then
23086 gcc_cv_as_comdat_group_group
=no
23088 case "${target}" in
23089 # Sun as uses a completely different syntax.
23091 case "${target}" in
23092 sparc
*-*-solaris2*)
23094 .group foo,".text%foo",#comdat
23095 .section ".text%foo", #alloc,#execinstr,#progbits
23100 i?
86-*-solaris2* | x86_64-
*-solaris2.1
[0-9]*)
23102 .group foo,.text%foo,#comdat
23103 .section .text%foo, "ax", @progbits
23109 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for COMDAT group support (Sun as, .group)" >&5
23110 $as_echo_n "checking assembler for COMDAT group support (Sun as, .group)... " >&6; }
23111 if test "${gcc_cv_as_comdat_group_group+set}" = set; then :
23112 $as_echo_n "(cached) " >&6
23114 gcc_cv_as_comdat_group_group
=no
23115 if test x
$gcc_cv_as != x
; then
23116 $as_echo "$conftest_s" > conftest.s
23117 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
23118 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
23119 (eval $ac_try) 2>&5
23121 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
23122 test $ac_status = 0; }; }
23124 gcc_cv_as_comdat_group_group
=yes
23126 echo "configure: failed program was" >&5
23129 rm -f conftest.o conftest.s
23132 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_comdat_group_group" >&5
23133 $as_echo "$gcc_cv_as_comdat_group_group" >&6; }
23139 if test x
"$ld_is_gold" = xyes
; then
23141 elif test $in_tree_ld = yes ; then
23143 if test "$gcc_cv_gld_major_version" -eq 2 -a "$gcc_cv_gld_minor_version" -ge 16 -o "$gcc_cv_gld_major_version" -gt 2 \
23144 && test $in_tree_ld_is_elf = yes; then
23147 elif echo "$ld_ver" |
grep GNU
> /dev
/null
; then
23149 if test 0"$ld_date" -lt 20050308; then
23150 if test -n "$ld_date"; then
23151 # If there was date string, but was earlier than 2005-03-08, fail
23153 elif test "$ld_vers_major" -lt 2; then
23155 elif test "$ld_vers_major" -eq 2 -a "$ld_vers_minor" -lt 16; then
23160 case "${target}" in
23161 *-*-solaris2.1
[1-9]*)
23163 # Sun ld has COMDAT group support since Solaris 9, but it doesn't
23164 # interoperate with GNU as until Solaris 11 build 130, i.e. ld
23167 # If using Sun as for COMDAT group as emitted by GCC, one needs at
23168 # least ld version 1.2267.
23169 if test "$ld_vers_major" -gt 1; then
23171 elif test "x$gas_flag" = xyes
&& test "$ld_vers_minor" -ge 1688; then
23173 elif test "$ld_vers_minor" -ge 2267; then
23178 # Assume linkers other than GNU ld don't support COMDAT group.
23183 # Allow overriding the automatic COMDAT group tests above.
23184 # Check whether --enable-comdat was given.
23185 if test "${enable_comdat+set}" = set; then :
23186 enableval
=$enable_comdat; comdat_group
="$enable_comdat"
23189 if test $comdat_group = no
; then
23190 gcc_cv_as_comdat_group
=no
23191 gcc_cv_as_comdat_group_percent
=no
23192 gcc_cv_as_comdat_group_group
=no
23195 cat >>confdefs.h
<<_ACEOF
23196 #define HAVE_COMDAT_GROUP `if test $gcc_cv_as_comdat_group = yes \
23197 || test $gcc_cv_as_comdat_group_percent = yes \
23198 || test $gcc_cv_as_comdat_group_group = yes; then echo 1; else echo 0; fi`
23202 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for line table discriminator support" >&5
23203 $as_echo_n "checking assembler for line table discriminator support... " >&6; }
23204 if test "${gcc_cv_as_discriminator+set}" = set; then :
23205 $as_echo_n "(cached) " >&6
23207 gcc_cv_as_discriminator
=no
23208 if test $in_tree_gas = yes; then
23209 if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 19 \) \* 1000 + 51`
23210 then gcc_cv_as_discriminator
=yes
23212 elif test x
$gcc_cv_as != x
; then
23215 .loc 1 1 0 discriminator 1' > conftest.s
23216 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
23217 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
23218 (eval $ac_try) 2>&5
23220 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
23221 test $ac_status = 0; }; }
23223 gcc_cv_as_discriminator
=yes
23225 echo "configure: failed program was" >&5
23228 rm -f conftest.o conftest.s
23231 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_discriminator" >&5
23232 $as_echo "$gcc_cv_as_discriminator" >&6; }
23233 if test $gcc_cv_as_discriminator = yes; then
23235 $as_echo "#define HAVE_GAS_DISCRIMINATOR 1" >>confdefs.h
23239 # Thread-local storage - the check is heavily parameterized.
23247 .section ".tdata","awT",@progbits
23250 ldq $27,__tls_get_addr($29) !literal!1
23251 lda $16,foo($29) !tlsgd!1
23252 jsr $26,($27),__tls_get_addr !lituse_tlsgd!1
23253 ldq $27,__tls_get_addr($29) !literal!2
23254 lda $16,foo($29) !tlsldm!2
23255 jsr $26,($27),__tls_get_addr !lituse_tlsldm!2
23256 ldq $1,foo($29) !gotdtprel
23257 ldah $2,foo($29) !dtprelhi
23258 lda $3,foo($2) !dtprello
23259 lda $4,foo($29) !dtprel
23260 ldq $1,foo($29) !gottprel
23261 ldah $2,foo($29) !tprelhi
23262 lda $3,foo($2) !tprello
23263 lda $4,foo($29) !tprel'
23266 tls_as_opt
=--fatal-warnings
23268 cris-
*-*|crisv32-
*-*)
23270 .section ".tdata","awT",@progbits
23277 tls_as_opt
=--fatal-warnings
23281 .section ".tdata","awT",@progbits
23284 call #gettlsoff(x)'
23293 .section ".tdata","awT",@progbits
23297 addil LT%foo-$tls_gdidx$,gp
23298 ldo RT%foo-$tls_gdidx$(%r1),%arg0
23301 addil LT%foo-$tls_ldidx$,gp
23303 ldo RT%foo-$tls_ldidx$(%r1),%arg0
23304 addil LR%foo-$tls_dtpoff$,%ret0
23305 ldo RR%foo-$tls_dtpoff$(%r1),%t1
23307 addil LT%foo-$tls_ieoff$,gp
23308 ldw RT%foo-$tls_ieoff$(%r1),%t2
23311 addil LR%foo-$tls_leoff$,%t1
23312 ldo RR%foo-$tls_leoff$(%r1),%t2'
23315 tls_as_opt
=--fatal-warnings
23319 .section ".tdata","awT",%progbits
23322 .word foo(gottpoff)
23330 i
[34567]86-*-* | x86_64-
*-*)
23332 i
[34567]86-*-solaris2.
* | x86_64-
*-solaris2.1
[0-9]*)
23339 if test x
$on_solaris = xyes
&& test x
$gas_flag = xno
; then
23341 .section .tdata,"awt",@progbits'
23346 $as_echo "#define TLS_SECTION_ASM_FLAG 't'" >>confdefs.h
23350 .section ".tdata","awT",@progbits'
23354 tls_as_opt
="--fatal-warnings"
23358 conftest_s
="$conftest_s
23362 leal foo@tlsgd(,%ebx,1), %eax
23363 leal foo@tlsldm(%ebx), %eax
23364 leal foo@dtpoff(%eax), %edx
23365 movl foo@gottpoff(%ebx), %eax
23366 subl foo@gottpoff(%ebx), %eax
23367 addl foo@gotntpoff(%ebx), %eax
23368 movl foo@indntpoff, %eax
23369 movl \$foo@tpoff, %eax
23370 subl \$foo@tpoff, %eax
23371 leal foo@ntpoff(%ecx), %eax"
23374 if test x
$on_solaris = xyes
; then
23376 yes) tls_as_opt
="$tls_as_opt --64" ;;
23377 no
) tls_as_opt
="$tls_as_opt -xarch=amd64" ;;
23380 conftest_s
="$conftest_s
23384 leaq foo@tlsgd(%rip), %rdi
23385 leaq foo@tlsld(%rip), %rdi
23386 leaq foo@dtpoff(%rax), %rdx
23387 movq foo@gottpoff(%rip), %rax
23388 movq \$foo@tpoff, %rax"
23394 .section ".tdata","awT",@progbits
23397 addl r16 = @ltoff(@dtpmod(foo#)), gp
23398 addl r17 = @ltoff(@dtprel(foo#)), gp
23399 addl r18 = @ltoff(@tprel(foo#)), gp
23400 addl r19 = @dtprel(foo#), gp
23401 adds r21 = @dtprel(foo#), r13
23402 movl r23 = @dtprel(foo#)
23403 addl r20 = @tprel(foo#), gp
23404 adds r22 = @tprel(foo#), r13
23405 movl r24 = @tprel(foo#)'
23408 tls_as_opt
=--fatal-warnings
23412 .section .tdata,"awT",@progbits
23416 addik r5,r20,x@TLSGD
23417 addik r5,r20,x@TLSLDM'
23420 tls_as_opt
='--fatal-warnings'
23424 .section .tdata,"awT",@progbits
23428 addiu $4, $28, %tlsgd(x)
23429 addiu $4, $28, %tlsldm(x)
23430 lui $4, %dtprel_hi(x)
23431 addiu $4, $4, %dtprel_lo(x)
23432 lw $4, %gottprel(x)($28)
23433 lui $4, %tprel_hi(x)
23434 addiu $4, $4, %tprel_lo(x)'
23437 tls_as_opt
='-32 --fatal-warnings'
23441 .section .tdata,"awT",@progbits
23446 move.l x@TLSGD(%a5),%a0
23447 move.l x@TLSLDM(%a5),%a0
23448 move.l x@TLSLDO(%a5),%a0
23449 move.l x@TLSIE(%a5),%a0
23450 move.l x@TLSLE(%a5),%a0'
23453 tls_as_opt
='--fatal-warnings'
23457 .section ".tdata","awT",@progbits'
23460 tls_as_opt
="--fatal-warnings"
23464 .section ".tdata","awT",%progbits
23468 add x0, x0, #:tlsgd_lo12:x
23473 tls_as_opt
='--fatal-warnings'
23477 .extern __get_tpointer
23495 .section ".tdata","awT",@progbits
23503 addi 3,2,ld0@got@tlsgd
23509 addi 3,2,x1@got@tlsld
23515 addis 9,3,x2@dtprel@ha
23516 addi 9,9,x2@dtprel@l
23519 ld 9,x3@got@dtprel(2)
23525 tls_as_opt
="-a64 --fatal-warnings"
23529 .section ".tdata","awT",@progbits
23537 addi 3,31,ld0@got@tlsgd
23539 addi 3,31,x1@got@tlsld
23542 addis 9,3,x2@dtprel@ha
23543 addi 9,9,x2@dtprel@l
23544 lwz 9,x3@got@tprel(31)
23547 addis 9,2,x2@tprel@ha
23548 addi 9,9,x2@tprel@l'
23551 tls_as_opt
="-a32 --fatal-warnings"
23555 .section ".tdata","awT",@progbits
23562 .long foo@GOTNTPOFF
23563 .long foo@INDNTPOFF
23564 l %r1,foo@GOTNTPOFF(%r12)
23565 l %r1,0(%r1):tls_load:foo
23566 bas %r14,0(%r1,%r13):tls_gdcall:foo
23567 bas %r14,0(%r1,%r13):tls_ldcall:foo'
23570 tls_as_opt
="-m31 --fatal-warnings"
23574 .section ".tdata","awT",@progbits
23581 .quad foo@GOTNTPOFF
23582 lg %r1,foo@GOTNTPOFF(%r12)
23583 larl %r1,foo@INDNTPOFF
23584 brasl %r14,__tls_get_offset@PLT:tls_gdcall:foo
23585 brasl %r14,__tls_get_offset@PLT:tls_ldcall:foo'
23588 tls_as_opt
="-m64 -Aesame --fatal-warnings"
23590 sh-
*-* | sh
[34]-*-*)
23592 .section ".tdata","awT",@progbits
23602 tls_as_opt
=--fatal-warnings
23606 sparc
*-sun-solaris2.
*)
23613 if test x
$on_solaris = xyes
&& test x
$gas_flag = xno
; then
23615 .section ".tdata",#alloc,#write,#tls'
23620 .section ".tdata","awT",@progbits'
23623 tls_as_opt
="-32 --fatal-warnings"
23625 conftest_s
="$conftest_s
23628 sethi %tgd_hi22(foo), %o0
23629 add %o0, %tgd_lo10(foo), %o1
23630 add %l7, %o1, %o0, %tgd_add(foo)
23631 call __tls_get_addr, %tgd_call(foo)
23632 sethi %tldm_hi22(foo), %l1
23633 add %l1, %tldm_lo10(foo), %l2
23634 add %l7, %l2, %o0, %tldm_add(foo)
23635 call __tls_get_addr, %tldm_call(foo)
23636 sethi %tldo_hix22(foo), %l3
23637 xor %l3, %tldo_lox10(foo), %l4
23638 add %o0, %l4, %l5, %tldo_add(foo)
23639 sethi %tie_hi22(foo), %o3
23640 add %o3, %tie_lo10(foo), %o3
23641 ld [%l7 + %o3], %o2, %tie_ld(foo)
23642 add %g7, %o2, %o4, %tie_add(foo)
23643 sethi %tle_hix22(foo), %l1
23644 xor %l1, %tle_lox10(foo), %o5
23645 ld [%g7 + %o5], %o1"
23649 .section ".tdata","awT",@progbits
23652 addli r0, zero, tls_gd(foo)
23653 auli r0, zero, tls_gd_ha16(foo)
23654 addli r0, r0, tls_gd_lo16(foo)
23656 addli r0, zero, tls_ie(foo)
23657 auli r0, r0, tls_ie_ha16(foo)
23658 addli r0, r0, tls_ie_lo16(foo)'
23661 tls_as_opt
="--fatal-warnings"
23665 .section ".tdata","awT",@progbits
23668 shl16insli r0, zero, hw0_last_tls_gd(foo)
23669 shl16insli r0, zero, hw1_last_tls_gd(foo)
23670 shl16insli r0, r0, hw0_tls_gd(foo)
23672 shl16insli r0, zero, hw1_last_tls_ie(foo)
23673 shl16insli r0, r0, hw0_tls_ie(foo)'
23676 tls_as_opt
="--fatal-warnings"
23680 .section ".tdata","awT",@progbits
23683 movi a8, foo@TLSFUNC
23684 movi a10, foo@TLSARG
23685 callx8.tls a8, foo@TLSCALL'
23691 if test "x$enable_tls" = xno
; then
23692 : # TLS explicitly disabled.
23693 elif test "x$enable_tls" = xyes
; then
23694 set_have_as_tls
=yes # TLS explicitly enabled.
23695 elif test -z "$tls_first_major"; then
23696 : # If we don't have a check, assume no support.
23698 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for thread-local storage support" >&5
23699 $as_echo_n "checking assembler for thread-local storage support... " >&6; }
23700 if test "${gcc_cv_as_tls+set}" = set; then :
23701 $as_echo_n "(cached) " >&6
23704 if test $in_tree_gas = yes; then
23705 if test $gcc_cv_gas_vers -ge `expr \( \( $tls_first_major \* 1000 \) + $tls_first_minor \) \* 1000 + 0`
23706 then gcc_cv_as_tls
=yes
23708 elif test x
$gcc_cv_as != x
; then
23709 $as_echo "$conftest_s" > conftest.s
23710 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags $tls_as_opt -o conftest.o conftest.s >&5'
23711 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
23712 (eval $ac_try) 2>&5
23714 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
23715 test $ac_status = 0; }; }
23719 echo "configure: failed program was" >&5
23722 rm -f conftest.o conftest.s
23725 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_tls" >&5
23726 $as_echo "$gcc_cv_as_tls" >&6; }
23727 if test $gcc_cv_as_tls = yes; then
23728 set_have_as_tls
=yes
23731 if test $set_have_as_tls = yes ; then
23733 $as_echo "#define HAVE_AS_TLS 1" >>confdefs.h
23737 # Target-specific assembler checks.
23739 { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker -Bstatic/-Bdynamic option" >&5
23740 $as_echo_n "checking linker -Bstatic/-Bdynamic option... " >&6; }
23741 gcc_cv_ld_static_dynamic
=no
23742 gcc_cv_ld_static_option
='-Bstatic'
23743 gcc_cv_ld_dynamic_option
='-Bdynamic'
23744 if test $in_tree_ld = yes ; then
23745 if test "$gcc_cv_gld_major_version" -eq 2 -a "$gcc_cv_gld_minor_version" -ge 10 -o "$gcc_cv_gld_major_version" -gt 2; then
23746 gcc_cv_ld_static_dynamic
=yes
23748 elif test x
$gcc_cv_ld != x
; then
23749 # Check if linker supports -Bstatic/-Bdynamic option
23750 if $gcc_cv_ld --help 2>/dev
/null |
grep -- -Bstatic > /dev
/null \
23751 && $gcc_cv_ld --help 2>/dev
/null |
grep -- -Bdynamic > /dev
/null
; then
23752 gcc_cv_ld_static_dynamic
=yes
23755 # AIX ld uses -b flags
23756 *-*-aix4.
[23]* |
*-*-aix[5-9]*)
23757 gcc_cv_ld_static_dynamic
=yes
23758 gcc_cv_ld_static_option
="-bstatic"
23759 gcc_cv_ld_dynamic_option
="-bdynamic"
23761 # HP-UX ld uses -a flags to select between shared and archive.
23763 if test x
"$gnu_ld" = xno
; then
23764 gcc_cv_ld_static_dynamic
=yes
23765 gcc_cv_ld_static_option
="-aarchive_shared"
23766 gcc_cv_ld_dynamic_option
="-adefault"
23769 # Solaris 2 ld always supports -Bstatic/-Bdynamic.
23771 gcc_cv_ld_static_dynamic
=yes
23776 if test x
"$gcc_cv_ld_static_dynamic" = xyes
; then
23778 $as_echo "#define HAVE_LD_STATIC_DYNAMIC 1" >>confdefs.h
23781 cat >>confdefs.h
<<_ACEOF
23782 #define LD_STATIC_OPTION "$gcc_cv_ld_static_option"
23786 cat >>confdefs.h
<<_ACEOF
23787 #define LD_DYNAMIC_OPTION "$gcc_cv_ld_dynamic_option"
23791 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_ld_static_dynamic" >&5
23792 $as_echo "$gcc_cv_ld_static_dynamic" >&6; }
23794 if test x
"$demangler_in_ld" = xyes
; then
23795 { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker --demangle support" >&5
23796 $as_echo_n "checking linker --demangle support... " >&6; }
23797 gcc_cv_ld_demangle
=no
23798 if test $in_tree_ld = yes; then
23799 if test "$gcc_cv_gld_major_version" -eq 2 -a "$gcc_cv_gld_minor_version" -ge 14 -o "$gcc_cv_gld_major_version" -gt 2; then \
23800 gcc_cv_ld_demangle
=yes
23802 elif test x
$gcc_cv_ld != x
-a x
"$gnu_ld" = xyes
; then
23803 # Check if the GNU linker supports --demangle option
23804 if $gcc_cv_ld --help 2>/dev
/null |
grep no-demangle
> /dev
/null
; then
23805 gcc_cv_ld_demangle
=yes
23808 if test x
"$gcc_cv_ld_demangle" = xyes
; then
23810 $as_echo "#define HAVE_LD_DEMANGLE 1" >>confdefs.h
23813 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_ld_demangle" >&5
23814 $as_echo "$gcc_cv_ld_demangle" >&6; }
23817 { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker plugin support" >&5
23818 $as_echo_n "checking linker plugin support... " >&6; }
23819 gcc_cv_lto_plugin
=0
23820 if test -f liblto_plugin.la
; then
23821 save_ld_ver
="$ld_ver"
23822 save_ld_vers_major
="$ld_vers_major"
23823 save_ld_vers_minor
="$ld_vers_minor"
23824 save_ld_is_gold
="$ld_is_gold"
23828 if test $in_tree_ld = yes -a x
"$ORIGINAL_PLUGIN_LD_FOR_TARGET" = x
"$gcc_cv_ld"; then
23830 # FIXME: ld_is_gold?
23831 ld_vers_major
="$gcc_cv_gld_major_version"
23832 ld_vers_minor
="$gcc_cv_gld_minor_version"
23834 # Determine plugin linker version.
23835 # FIXME: Partial duplicate from above, generalize.
23836 ld_ver
=`$ORIGINAL_PLUGIN_LD_FOR_TARGET --version 2>/dev/null | sed 1q`
23837 if echo "$ld_ver" |
grep GNU
> /dev
/null
; then
23838 if echo "$ld_ver" |
grep "GNU gold" > /dev
/null
; then
23840 ld_vers
=`echo $ld_ver | sed -n \
23841 -e 's,^[^)]*[ ]\([0-9][0-9]*\.[0-9][0-9]*[^)]*\)) .*$,\1,p'`
23843 ld_vers
=`echo $ld_ver | sed -n \
23844 -e 's,^.*[ ]\([0-9][0-9]*\.[0-9][0-9]*.*\)$,\1,p'`
23846 ld_vers_major
=`expr "$ld_vers" : '\([0-9]*\)'`
23847 ld_vers_minor
=`expr "$ld_vers" : '[0-9]*\.\([0-9]*\)'`
23851 # Determine plugin support.
23852 if echo "$ld_ver" |
grep GNU
> /dev
/null
; then
23853 # Require GNU ld or gold 2.21+ for plugin support by default.
23854 if test "$ld_vers_major" -eq 2 -a "$ld_vers_minor" -ge 21; then
23855 gcc_cv_lto_plugin
=2
23856 # Allow -fuse-linker-plugin to enable plugin support in GNU gold 2.20.
23857 elif test "$ld_is_gold" = yes -a "$ld_vers_major" -eq 2 -a "$ld_vers_minor" -eq 20; then
23858 gcc_cv_lto_plugin
=1
23862 ld_ver
="$save_ld_ver"
23863 ld_vers_major
="$save_ld_vers_major"
23864 ld_vers_minor
="$save_ld_vers_minor"
23865 ld_is_gold
="$save_ld_is_gold"
23868 cat >>confdefs.h
<<_ACEOF
23869 #define HAVE_LTO_PLUGIN $gcc_cv_lto_plugin
23872 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_lto_plugin" >&5
23873 $as_echo "$gcc_cv_lto_plugin" >&6; }
23877 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for -mabi option" >&5
23878 $as_echo_n "checking assembler for -mabi option... " >&6; }
23879 if test "${gcc_cv_as_aarch64_mabi+set}" = set; then :
23880 $as_echo_n "(cached) " >&6
23882 gcc_cv_as_aarch64_mabi
=no
23883 if test x
$gcc_cv_as != x
; then
23884 $as_echo '.text' > conftest.s
23885 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -mabi=lp64 -o conftest.o conftest.s >&5'
23886 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
23887 (eval $ac_try) 2>&5
23889 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
23890 test $ac_status = 0; }; }
23892 gcc_cv_as_aarch64_mabi
=yes
23894 echo "configure: failed program was" >&5
23897 rm -f conftest.o conftest.s
23900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_aarch64_mabi" >&5
23901 $as_echo "$gcc_cv_as_aarch64_mabi" >&6; }
23903 if test x
$gcc_cv_as_aarch64_mabi = xyes
; then
23905 $as_echo "#define HAVE_AS_MABI_OPTION 1" >>confdefs.h
23908 if test x
$with_abi = xilp32
; then
23909 as_fn_error
"Assembler does not support -mabi=ilp32.\
23910 Upgrade the Assembler." "$LINENO" 5
23912 if test x
"$with_multilib_list" = xdefault
; then
23913 TM_MULTILIB_CONFIG
=lp64
23915 aarch64_multilibs
=`echo $with_multilib_list | sed -e 's/,/ /g'`
23916 for aarch64_multilib
in ${aarch64_multilibs}; do
23917 case ${aarch64_multilib} in
23919 as_fn_error
"Assembler does not support -mabi=ilp32.\
23920 Upgrade the Assembler." "$LINENO" 5
23930 # All TARGET_ABI_OSF targets.
23931 alpha
*-*-linux* | alpha
*-*-*bsd
*)
23932 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for explicit relocation support" >&5
23933 $as_echo_n "checking assembler for explicit relocation support... " >&6; }
23934 if test "${gcc_cv_as_alpha_explicit_relocs+set}" = set; then :
23935 $as_echo_n "(cached) " >&6
23937 gcc_cv_as_alpha_explicit_relocs
=no
23938 if test $in_tree_gas = yes; then
23939 if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 12 \) \* 1000 + 0`
23940 then gcc_cv_as_alpha_explicit_relocs
=yes
23942 elif test x
$gcc_cv_as != x
; then
23943 $as_echo ' .set nomacro
23945 extbl $3, $2, $3 !lituse_bytoff!1
23946 ldq $2, a($29) !literal!1
23947 ldq $4, b($29) !literal!2
23948 ldq_u $3, 0($2) !lituse_base!1
23949 ldq $27, f($29) !literal!5
23950 jsr $26, ($27), f !lituse_jsr!5
23951 ldah $29, 0($26) !gpdisp!3
23952 lda $0, c($29) !gprel
23953 ldah $1, d($29) !gprelhigh
23954 lda $1, d($1) !gprellow
23955 lda $29, 0($29) !gpdisp!3' > conftest.s
23956 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
23957 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
23958 (eval $ac_try) 2>&5
23960 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
23961 test $ac_status = 0; }; }
23963 gcc_cv_as_alpha_explicit_relocs
=yes
23965 echo "configure: failed program was" >&5
23968 rm -f conftest.o conftest.s
23971 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_alpha_explicit_relocs" >&5
23972 $as_echo "$gcc_cv_as_alpha_explicit_relocs" >&6; }
23973 if test $gcc_cv_as_alpha_explicit_relocs = yes; then
23975 $as_echo "#define HAVE_AS_EXPLICIT_RELOCS 1" >>confdefs.h
23978 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for jsrdirect relocation support" >&5
23979 $as_echo_n "checking assembler for jsrdirect relocation support... " >&6; }
23980 if test "${gcc_cv_as_alpha_jsrdirect_relocs+set}" = set; then :
23981 $as_echo_n "(cached) " >&6
23983 gcc_cv_as_alpha_jsrdirect_relocs
=no
23984 if test $in_tree_gas = yes; then
23985 if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 16 \) \* 1000 + 90`
23986 then gcc_cv_as_alpha_jsrdirect_relocs
=yes
23988 elif test x
$gcc_cv_as != x
; then
23989 $as_echo ' .set nomacro
23991 ldq $27, a($29) !literal!1
23992 jsr $26, ($27), a !lituse_jsrdirect!1' > conftest.s
23993 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
23994 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
23995 (eval $ac_try) 2>&5
23997 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
23998 test $ac_status = 0; }; }
24000 gcc_cv_as_alpha_jsrdirect_relocs
=yes
24002 echo "configure: failed program was" >&5
24005 rm -f conftest.o conftest.s
24008 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_alpha_jsrdirect_relocs" >&5
24009 $as_echo "$gcc_cv_as_alpha_jsrdirect_relocs" >&6; }
24010 if test $gcc_cv_as_alpha_jsrdirect_relocs = yes; then
24012 $as_echo "#define HAVE_AS_JSRDIRECT_RELOCS 1" >>confdefs.h
24018 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for -no-mul-bug-abort option" >&5
24019 $as_echo_n "checking assembler for -no-mul-bug-abort option... " >&6; }
24020 if test "${gcc_cv_as_cris_no_mul_bug+set}" = set; then :
24021 $as_echo_n "(cached) " >&6
24023 gcc_cv_as_cris_no_mul_bug
=no
24024 if test $in_tree_gas = yes; then
24025 if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 15 \) \* 1000 + 91`
24026 then gcc_cv_as_cris_no_mul_bug
=yes
24028 elif test x
$gcc_cv_as != x
; then
24029 $as_echo '.text' > conftest.s
24030 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -no-mul-bug-abort -o conftest.o conftest.s >&5'
24031 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
24032 (eval $ac_try) 2>&5
24034 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24035 test $ac_status = 0; }; }
24037 gcc_cv_as_cris_no_mul_bug
=yes
24039 echo "configure: failed program was" >&5
24042 rm -f conftest.o conftest.s
24045 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_cris_no_mul_bug" >&5
24046 $as_echo "$gcc_cv_as_cris_no_mul_bug" >&6; }
24047 if test $gcc_cv_as_cris_no_mul_bug = yes; then
24049 $as_echo "#define HAVE_AS_NO_MUL_BUG_ABORT_OPTION 1" >>confdefs.h
24055 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for .register" >&5
24056 $as_echo_n "checking assembler for .register... " >&6; }
24057 if test "${gcc_cv_as_sparc_register_op+set}" = set; then :
24058 $as_echo_n "(cached) " >&6
24060 gcc_cv_as_sparc_register_op
=no
24061 if test x
$gcc_cv_as != x
; then
24062 $as_echo '.register %g2, #scratch' > conftest.s
24063 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
24064 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
24065 (eval $ac_try) 2>&5
24067 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24068 test $ac_status = 0; }; }
24070 gcc_cv_as_sparc_register_op
=yes
24072 echo "configure: failed program was" >&5
24075 rm -f conftest.o conftest.s
24078 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_sparc_register_op" >&5
24079 $as_echo "$gcc_cv_as_sparc_register_op" >&6; }
24080 if test $gcc_cv_as_sparc_register_op = yes; then
24082 $as_echo "#define HAVE_AS_REGISTER_PSEUDO_OP 1" >>confdefs.h
24086 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for #nobits" >&5
24087 $as_echo_n "checking assembler for #nobits... " >&6; }
24088 if test "${gcc_cv_as_sparc_nobits+set}" = set; then :
24089 $as_echo_n "(cached) " >&6
24091 gcc_cv_as_sparc_nobits
=no
24092 if test x
$gcc_cv_as != x
; then
24093 $as_echo '.section "nobits",#alloc,#write,#nobits
24094 .section "progbits",#alloc,#write,#progbits' > conftest.s
24095 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
24096 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
24097 (eval $ac_try) 2>&5
24099 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24100 test $ac_status = 0; }; }
24102 gcc_cv_as_sparc_nobits
=yes
24104 echo "configure: failed program was" >&5
24107 rm -f conftest.o conftest.s
24110 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_sparc_nobits" >&5
24111 $as_echo "$gcc_cv_as_sparc_nobits" >&6; }
24114 cat >>confdefs.h
<<_ACEOF
24115 #define HAVE_AS_SPARC_NOBITS `if test $gcc_cv_as_sparc_nobits = yes; then echo 1; else echo 0; fi`
24119 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for -relax option" >&5
24120 $as_echo_n "checking assembler for -relax option... " >&6; }
24121 if test "${gcc_cv_as_sparc_relax+set}" = set; then :
24122 $as_echo_n "(cached) " >&6
24124 gcc_cv_as_sparc_relax
=no
24125 if test x
$gcc_cv_as != x
; then
24126 $as_echo '.text' > conftest.s
24127 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -relax -o conftest.o conftest.s >&5'
24128 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
24129 (eval $ac_try) 2>&5
24131 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24132 test $ac_status = 0; }; }
24134 gcc_cv_as_sparc_relax
=yes
24136 echo "configure: failed program was" >&5
24139 rm -f conftest.o conftest.s
24142 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_sparc_relax" >&5
24143 $as_echo "$gcc_cv_as_sparc_relax" >&6; }
24144 if test $gcc_cv_as_sparc_relax = yes; then
24146 $as_echo "#define HAVE_AS_RELAX_OPTION 1" >>confdefs.h
24150 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for GOTDATA_OP relocs" >&5
24151 $as_echo_n "checking assembler for GOTDATA_OP relocs... " >&6; }
24152 if test "${gcc_cv_as_sparc_gotdata_op+set}" = set; then :
24153 $as_echo_n "(cached) " >&6
24155 gcc_cv_as_sparc_gotdata_op
=no
24156 if test x
$gcc_cv_as != x
; then
24162 sethi %gdop_hix22(foo), %g1
24163 xor %g1, %gdop_lox10(foo), %g1
24164 ld [%l7 + %g1], %g2, %gdop(foo)' > conftest.s
24165 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -K PIC -o conftest.o conftest.s >&5'
24166 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
24167 (eval $ac_try) 2>&5
24169 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24170 test $ac_status = 0; }; }
24172 if test x
$gcc_cv_ld != x \
24173 && $gcc_cv_ld -o conftest conftest.o
-G > /dev
/null
2>&1; then
24174 if test x
$gcc_cv_objdump != x
; then
24175 if $gcc_cv_objdump -s -j .text conftest
2> /dev
/null \
24176 |
grep ' 03000004 82186004 c405c001'> /dev
/null
2>&1; then
24177 gcc_cv_as_sparc_gotdata_op
=no
24179 gcc_cv_as_sparc_gotdata_op
=yes
24185 echo "configure: failed program was" >&5
24188 rm -f conftest.o conftest.s
24191 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_sparc_gotdata_op" >&5
24192 $as_echo "$gcc_cv_as_sparc_gotdata_op" >&6; }
24193 if test $gcc_cv_as_sparc_gotdata_op = yes; then
24195 $as_echo "#define HAVE_AS_SPARC_GOTDATA_OP 1" >>confdefs.h
24199 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for unaligned pcrel relocs" >&5
24200 $as_echo_n "checking assembler for unaligned pcrel relocs... " >&6; }
24201 if test "${gcc_cv_as_sparc_ua_pcrel+set}" = set; then :
24202 $as_echo_n "(cached) " >&6
24204 gcc_cv_as_sparc_ua_pcrel
=no
24205 if test x
$gcc_cv_as != x
; then
24212 .uaword %r_disp32(foo)' > conftest.s
24213 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -K PIC -o conftest.o conftest.s >&5'
24214 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
24215 (eval $ac_try) 2>&5
24217 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24218 test $ac_status = 0; }; }
24220 if test x
$gcc_cv_ld != x \
24221 && $gcc_cv_ld -o conftest conftest.o
-G > /dev
/null
2>&1; then
24222 gcc_cv_as_sparc_ua_pcrel
=yes
24226 echo "configure: failed program was" >&5
24229 rm -f conftest.o conftest.s
24232 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_sparc_ua_pcrel" >&5
24233 $as_echo "$gcc_cv_as_sparc_ua_pcrel" >&6; }
24234 if test $gcc_cv_as_sparc_ua_pcrel = yes; then
24236 $as_echo "#define HAVE_AS_SPARC_UA_PCREL 1" >>confdefs.h
24239 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for unaligned pcrel relocs against hidden symbols" >&5
24240 $as_echo_n "checking assembler for unaligned pcrel relocs against hidden symbols... " >&6; }
24241 if test "${gcc_cv_as_sparc_ua_pcrel_hidden+set}" = set; then :
24242 $as_echo_n "(cached) " >&6
24244 gcc_cv_as_sparc_ua_pcrel_hidden
=no
24245 if test x
$gcc_cv_as != x
; then
24249 .uaword %r_disp32(foo)
24250 .byte 0x32, 0x33, 0x34
24254 .skip 4' > conftest.s
24255 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -K PIC -o conftest.o conftest.s >&5'
24256 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
24257 (eval $ac_try) 2>&5
24259 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24260 test $ac_status = 0; }; }
24262 if test x
$gcc_cv_ld != x
&& test x
$gcc_cv_objdump != x \
24263 && $gcc_cv_ld -o conftest conftest.o
-G > /dev
/null
2>&1 \
24264 && $gcc_cv_objdump -s -j .data conftest
2> /dev
/null \
24265 |
grep ' 31000000 07323334' > /dev
/null
2>&1; then
24266 if $gcc_cv_objdump -R conftest
2> /dev
/null \
24267 |
grep 'DISP32' > /dev
/null
2>&1; then
24270 gcc_cv_as_sparc_ua_pcrel_hidden
=yes
24275 echo "configure: failed program was" >&5
24278 rm -f conftest.o conftest.s
24281 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_sparc_ua_pcrel_hidden" >&5
24282 $as_echo "$gcc_cv_as_sparc_ua_pcrel_hidden" >&6; }
24283 if test $gcc_cv_as_sparc_ua_pcrel_hidden = yes; then
24285 $as_echo "#define HAVE_AS_SPARC_UA_PCREL_HIDDEN 1" >>confdefs.h
24289 fi # unaligned pcrel relocs
24291 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for offsetable %lo()" >&5
24292 $as_echo_n "checking assembler for offsetable %lo()... " >&6; }
24293 if test "${gcc_cv_as_sparc_offsetable_lo10+set}" = set; then :
24294 $as_echo_n "(cached) " >&6
24296 gcc_cv_as_sparc_offsetable_lo10
=no
24297 if test x
$gcc_cv_as != x
; then
24299 or %g1, %lo(ab) + 12, %g1
24300 or %g1, %lo(ab + 12), %g1' > conftest.s
24301 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -xarch=v9 -o conftest.o conftest.s >&5'
24302 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
24303 (eval $ac_try) 2>&5
24305 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24306 test $ac_status = 0; }; }
24308 if test x
$gcc_cv_objdump != x \
24309 && $gcc_cv_objdump -s -j .text conftest.o
2> /dev
/null \
24310 |
grep ' 82106000 82106000' > /dev
/null
2>&1; then
24311 gcc_cv_as_sparc_offsetable_lo10
=yes
24314 echo "configure: failed program was" >&5
24317 rm -f conftest.o conftest.s
24320 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_sparc_offsetable_lo10" >&5
24321 $as_echo "$gcc_cv_as_sparc_offsetable_lo10" >&6; }
24322 if test $gcc_cv_as_sparc_offsetable_lo10 = yes; then
24324 $as_echo "#define HAVE_AS_OFFSETABLE_LO10 1" >>confdefs.h
24328 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for FMAF, HPC, and VIS 3.0 instructions" >&5
24329 $as_echo_n "checking assembler for FMAF, HPC, and VIS 3.0 instructions... " >&6; }
24330 if test "${gcc_cv_as_sparc_fmaf+set}" = set; then :
24331 $as_echo_n "(cached) " >&6
24333 gcc_cv_as_sparc_fmaf
=no
24334 if test x
$gcc_cv_as != x
; then
24336 .register %g2, #scratch
24337 .register %g3, #scratch
24339 fmaddd %f0, %f2, %f4, %f6
24340 addxccc %g1, %g2, %g3
24341 fsrl32 %f2, %f4, %f8
24342 fnaddd %f10, %f12, %f14' > conftest.s
24343 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -xarch=v9d -o conftest.o conftest.s >&5'
24344 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
24345 (eval $ac_try) 2>&5
24347 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24348 test $ac_status = 0; }; }
24350 gcc_cv_as_sparc_fmaf
=yes
24352 echo "configure: failed program was" >&5
24355 rm -f conftest.o conftest.s
24358 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_sparc_fmaf" >&5
24359 $as_echo "$gcc_cv_as_sparc_fmaf" >&6; }
24360 if test $gcc_cv_as_sparc_fmaf = yes; then
24362 $as_echo "#define HAVE_AS_FMAF_HPC_VIS3 1" >>confdefs.h
24366 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for SPARC4 instructions" >&5
24367 $as_echo_n "checking assembler for SPARC4 instructions... " >&6; }
24368 if test "${gcc_cv_as_sparc_sparc4+set}" = set; then :
24369 $as_echo_n "(cached) " >&6
24371 gcc_cv_as_sparc_sparc4
=no
24372 if test x
$gcc_cv_as != x
; then
24374 .register %g2, #scratch
24375 .register %g3, #scratch
24378 1: cwbneg %g2, %g3, 1f
24381 aes_kexpand0 %f4, %f6, %f8
24382 des_round %f38, %f40, %f42, %f44
24383 camellia_f %f54, %f56, %f58, %f60
24384 kasumi_fi_xor %f46, %f48, %f50, %f52' > conftest.s
24385 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -xarch=sparc4 -o conftest.o conftest.s >&5'
24386 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
24387 (eval $ac_try) 2>&5
24389 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24390 test $ac_status = 0; }; }
24392 gcc_cv_as_sparc_sparc4
=yes
24394 echo "configure: failed program was" >&5
24397 rm -f conftest.o conftest.s
24400 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_sparc_sparc4" >&5
24401 $as_echo "$gcc_cv_as_sparc_sparc4" >&6; }
24402 if test $gcc_cv_as_sparc_sparc4 = yes; then
24404 $as_echo "#define HAVE_AS_SPARC4 1" >>confdefs.h
24408 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for LEON instructions" >&5
24409 $as_echo_n "checking assembler for LEON instructions... " >&6; }
24410 if test "${gcc_cv_as_sparc_leon+set}" = set; then :
24411 $as_echo_n "(cached) " >&6
24413 gcc_cv_as_sparc_leon
=no
24414 if test x
$gcc_cv_as != x
; then
24416 .register %g2, #scratch
24417 .register %g3, #scratch
24421 casa [%g2] 0xb, %g3, %g1' > conftest.s
24422 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -Aleon -o conftest.o conftest.s >&5'
24423 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
24424 (eval $ac_try) 2>&5
24426 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24427 test $ac_status = 0; }; }
24429 gcc_cv_as_sparc_leon
=yes
24431 echo "configure: failed program was" >&5
24434 rm -f conftest.o conftest.s
24437 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_sparc_leon" >&5
24438 $as_echo "$gcc_cv_as_sparc_leon" >&6; }
24439 if test $gcc_cv_as_sparc_leon = yes; then
24441 $as_echo "#define HAVE_AS_LEON 1" >>confdefs.h
24446 i
[34567]86-*-* | x86_64-
*-*)
24449 # Full C++ conformance when using a shared libstdc++-v3 requires some
24450 # support from the Cygwin DLL, which in more recent versions exports
24451 # wrappers to aid in interposing and redirecting operators new, delete,
24452 # etc., as per n2800 #17.6.4.6 [replacement.functions]. Check if we
24453 # are configuring for a version of Cygwin that exports the wrappers.
24454 if test x
$host = x
$target && test x
$host_cpu = xi686
; then
24455 ac_fn_c_check_func
"$LINENO" "__wrap__Znaj" "ac_cv_func___wrap__Znaj"
24456 if test "x$ac_cv_func___wrap__Znaj" = x
""yes; then :
24457 gcc_ac_cygwin_dll_wrappers
=yes
24459 gcc_ac_cygwin_dll_wrappers
=no
24463 # Can't check presence of libc functions during cross-compile, so
24464 # we just have to assume we're building for an up-to-date target.
24465 gcc_ac_cygwin_dll_wrappers
=yes
24468 cat >>confdefs.h
<<_ACEOF
24469 #define USE_CYGWIN_LIBSTDCXX_WRAPPERS `if test $gcc_ac_cygwin_dll_wrappers = yes; then echo 1; else echo 0; fi`
24474 cygwin
* | pe | mingw32
* | interix
*)
24475 # Recent binutils allows the three-operand form of ".comm" on PE. This
24476 # definition is used unconditionally to initialise the default state of
24477 # the target option variable that governs usage of the feature.
24478 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for .comm with alignment" >&5
24479 $as_echo_n "checking assembler for .comm with alignment... " >&6; }
24480 if test "${gcc_cv_as_comm_has_align+set}" = set; then :
24481 $as_echo_n "(cached) " >&6
24483 gcc_cv_as_comm_has_align
=no
24484 if test $in_tree_gas = yes; then
24485 if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 19 \) \* 1000 + 52`
24486 then gcc_cv_as_comm_has_align
=yes
24488 elif test x
$gcc_cv_as != x
; then
24489 $as_echo '.comm foo,1,32' > conftest.s
24490 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
24491 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
24492 (eval $ac_try) 2>&5
24494 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24495 test $ac_status = 0; }; }
24497 gcc_cv_as_comm_has_align
=yes
24499 echo "configure: failed program was" >&5
24502 rm -f conftest.o conftest.s
24505 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_comm_has_align" >&5
24506 $as_echo "$gcc_cv_as_comm_has_align" >&6; }
24509 cat >>confdefs.h
<<_ACEOF
24510 #define HAVE_GAS_ALIGNED_COMM `if test $gcc_cv_as_comm_has_align = yes; then echo 1; else echo 0; fi`
24513 # Used for DWARF 2 in PE
24514 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for .secrel32 relocs" >&5
24515 $as_echo_n "checking assembler for .secrel32 relocs... " >&6; }
24516 if test "${gcc_cv_as_ix86_pe_secrel32+set}" = set; then :
24517 $as_echo_n "(cached) " >&6
24519 gcc_cv_as_ix86_pe_secrel32
=no
24520 if test $in_tree_gas = yes; then
24521 if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 15 \) \* 1000 + 91`
24522 then gcc_cv_as_ix86_pe_secrel32
=yes
24524 elif test x
$gcc_cv_as != x
; then
24528 .secrel32 foo' > conftest.s
24529 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
24530 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
24531 (eval $ac_try) 2>&5
24533 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24534 test $ac_status = 0; }; }
24536 if test x
$gcc_cv_ld != x \
24537 && $gcc_cv_ld -o conftest conftest.o
> /dev
/null
2>&1; then
24538 gcc_cv_as_ix86_pe_secrel32
=yes
24542 echo "configure: failed program was" >&5
24545 rm -f conftest.o conftest.s
24548 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_ix86_pe_secrel32" >&5
24549 $as_echo "$gcc_cv_as_ix86_pe_secrel32" >&6; }
24550 if test $gcc_cv_as_ix86_pe_secrel32 = yes; then
24552 $as_echo "#define HAVE_GAS_PE_SECREL32_RELOC 1" >>confdefs.h
24555 # Test if the assembler supports the extended form of the .section
24556 # directive that specifies section alignment. LTO support uses this,
24557 # but normally only after installation, so we warn but don't fail the
24558 # configure if LTO is enabled but the assembler does not support it.
24559 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for .section with alignment" >&5
24560 $as_echo_n "checking assembler for .section with alignment... " >&6; }
24561 if test "${gcc_cv_as_section_has_align+set}" = set; then :
24562 $as_echo_n "(cached) " >&6
24564 gcc_cv_as_section_has_align
=no
24565 if test $in_tree_gas = yes; then
24566 if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 20 \) \* 1000 + 1`
24567 then gcc_cv_as_section_has_align
=yes
24569 elif test x
$gcc_cv_as != x
; then
24570 $as_echo '.section lto_test,"dr0"' > conftest.s
24571 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -fatal-warnings -o conftest.o conftest.s >&5'
24572 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
24573 (eval $ac_try) 2>&5
24575 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24576 test $ac_status = 0; }; }
24578 gcc_cv_as_section_has_align
=yes
24580 echo "configure: failed program was" >&5
24583 rm -f conftest.o conftest.s
24586 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_section_has_align" >&5
24587 $as_echo "$gcc_cv_as_section_has_align" >&6; }
24589 if test x
$gcc_cv_as_section_has_align != xyes
; then
24590 case ",$enable_languages," in
24592 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: LTO for $target requires binutils >= 2.20.1, but version found appears insufficient; LTO will not work until binutils is upgraded." >&5
24593 $as_echo "$as_me: WARNING: LTO for $target requires binutils >= 2.20.1, but version found appears insufficient; LTO will not work until binutils is upgraded." >&2;}
24597 # Test if the assembler supports the section flag 'e' for specifying
24598 # an excluded section.
24599 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for .section with e" >&5
24600 $as_echo_n "checking assembler for .section with e... " >&6; }
24601 if test "${gcc_cv_as_section_has_e+set}" = set; then :
24602 $as_echo_n "(cached) " >&6
24604 gcc_cv_as_section_has_e
=no
24605 if test $in_tree_gas = yes; then
24606 if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 22 \) \* 1000 + 51`
24607 then gcc_cv_as_section_has_e
=yes
24609 elif test x
$gcc_cv_as != x
; then
24610 $as_echo '.section foo1,"e"
24611 .byte 0,0,0,0' > conftest.s
24612 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
24613 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
24614 (eval $ac_try) 2>&5
24616 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24617 test $ac_status = 0; }; }
24619 gcc_cv_as_section_has_e
=yes
24621 echo "configure: failed program was" >&5
24624 rm -f conftest.o conftest.s
24627 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_section_has_e" >&5
24628 $as_echo "$gcc_cv_as_section_has_e" >&6; }
24631 cat >>confdefs.h
<<_ACEOF
24632 #define HAVE_GAS_SECTION_EXCLUDE `if test $gcc_cv_as_section_has_e = yes; then echo 1; else echo 0; fi`
24638 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for filds and fists mnemonics" >&5
24639 $as_echo_n "checking assembler for filds and fists mnemonics... " >&6; }
24640 if test "${gcc_cv_as_ix86_filds+set}" = set; then :
24641 $as_echo_n "(cached) " >&6
24643 gcc_cv_as_ix86_filds
=no
24644 if test x
$gcc_cv_as != x
; then
24645 $as_echo 'filds mem; fists mem' > conftest.s
24646 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
24647 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
24648 (eval $ac_try) 2>&5
24650 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24651 test $ac_status = 0; }; }
24653 gcc_cv_as_ix86_filds
=yes
24655 echo "configure: failed program was" >&5
24658 rm -f conftest.o conftest.s
24661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_ix86_filds" >&5
24662 $as_echo "$gcc_cv_as_ix86_filds" >&6; }
24663 if test $gcc_cv_as_ix86_filds = yes; then
24665 $as_echo "#define HAVE_AS_IX86_FILDS 1" >>confdefs.h
24669 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for fildq and fistpq mnemonics" >&5
24670 $as_echo_n "checking assembler for fildq and fistpq mnemonics... " >&6; }
24671 if test "${gcc_cv_as_ix86_fildq+set}" = set; then :
24672 $as_echo_n "(cached) " >&6
24674 gcc_cv_as_ix86_fildq
=no
24675 if test x
$gcc_cv_as != x
; then
24676 $as_echo 'fildq mem; fistpq mem' > conftest.s
24677 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
24678 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
24679 (eval $ac_try) 2>&5
24681 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24682 test $ac_status = 0; }; }
24684 gcc_cv_as_ix86_fildq
=yes
24686 echo "configure: failed program was" >&5
24689 rm -f conftest.o conftest.s
24692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_ix86_fildq" >&5
24693 $as_echo "$gcc_cv_as_ix86_fildq" >&6; }
24694 if test $gcc_cv_as_ix86_fildq = yes; then
24696 $as_echo "#define HAVE_AS_IX86_FILDQ 1" >>confdefs.h
24700 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for cmov syntax" >&5
24701 $as_echo_n "checking assembler for cmov syntax... " >&6; }
24702 if test "${gcc_cv_as_ix86_cmov_sun_syntax+set}" = set; then :
24703 $as_echo_n "(cached) " >&6
24705 gcc_cv_as_ix86_cmov_sun_syntax
=no
24706 if test x
$gcc_cv_as != x
; then
24707 $as_echo 'cmovl.l %edx, %eax' > conftest.s
24708 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
24709 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
24710 (eval $ac_try) 2>&5
24712 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24713 test $ac_status = 0; }; }
24715 gcc_cv_as_ix86_cmov_sun_syntax
=yes
24717 echo "configure: failed program was" >&5
24720 rm -f conftest.o conftest.s
24723 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_ix86_cmov_sun_syntax" >&5
24724 $as_echo "$gcc_cv_as_ix86_cmov_sun_syntax" >&6; }
24725 if test $gcc_cv_as_ix86_cmov_sun_syntax = yes; then
24727 $as_echo "#define HAVE_AS_IX86_CMOV_SUN_SYNTAX 1" >>confdefs.h
24731 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for ffreep mnemonic" >&5
24732 $as_echo_n "checking assembler for ffreep mnemonic... " >&6; }
24733 if test "${gcc_cv_as_ix86_ffreep+set}" = set; then :
24734 $as_echo_n "(cached) " >&6
24736 gcc_cv_as_ix86_ffreep
=no
24737 if test x
$gcc_cv_as != x
; then
24738 $as_echo 'ffreep %st(1)' > conftest.s
24739 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
24740 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
24741 (eval $ac_try) 2>&5
24743 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24744 test $ac_status = 0; }; }
24746 gcc_cv_as_ix86_ffreep
=yes
24748 echo "configure: failed program was" >&5
24751 rm -f conftest.o conftest.s
24754 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_ix86_ffreep" >&5
24755 $as_echo "$gcc_cv_as_ix86_ffreep" >&6; }
24756 if test $gcc_cv_as_ix86_ffreep = yes; then
24758 $as_echo "#define HAVE_AS_IX86_FFREEP 1" >>confdefs.h
24762 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for .quad directive" >&5
24763 $as_echo_n "checking assembler for .quad directive... " >&6; }
24764 if test "${gcc_cv_as_ix86_quad+set}" = set; then :
24765 $as_echo_n "(cached) " >&6
24767 gcc_cv_as_ix86_quad
=no
24768 if test x
$gcc_cv_as != x
; then
24769 $as_echo '.quad 0' > conftest.s
24770 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
24771 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
24772 (eval $ac_try) 2>&5
24774 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24775 test $ac_status = 0; }; }
24777 gcc_cv_as_ix86_quad
=yes
24779 echo "configure: failed program was" >&5
24782 rm -f conftest.o conftest.s
24785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_ix86_quad" >&5
24786 $as_echo "$gcc_cv_as_ix86_quad" >&6; }
24787 if test $gcc_cv_as_ix86_quad = yes; then
24789 $as_echo "#define HAVE_AS_IX86_QUAD 1" >>confdefs.h
24793 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for sahf mnemonic" >&5
24794 $as_echo_n "checking assembler for sahf mnemonic... " >&6; }
24795 if test "${gcc_cv_as_ix86_sahf+set}" = set; then :
24796 $as_echo_n "(cached) " >&6
24798 gcc_cv_as_ix86_sahf
=no
24799 if test x
$gcc_cv_as != x
; then
24802 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
24803 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
24804 (eval $ac_try) 2>&5
24806 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24807 test $ac_status = 0; }; }
24809 gcc_cv_as_ix86_sahf
=yes
24811 echo "configure: failed program was" >&5
24814 rm -f conftest.o conftest.s
24817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_ix86_sahf" >&5
24818 $as_echo "$gcc_cv_as_ix86_sahf" >&6; }
24819 if test $gcc_cv_as_ix86_sahf = yes; then
24821 $as_echo "#define HAVE_AS_IX86_SAHF 1" >>confdefs.h
24825 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for interunit movq mnemonic" >&5
24826 $as_echo_n "checking assembler for interunit movq mnemonic... " >&6; }
24827 if test "${gcc_cv_as_ix86_interunit_movq+set}" = set; then :
24828 $as_echo_n "(cached) " >&6
24830 gcc_cv_as_ix86_interunit_movq
=no
24831 if test x
$gcc_cv_as != x
; then
24834 movq %rax, %xmm0' > conftest.s
24835 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
24836 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
24837 (eval $ac_try) 2>&5
24839 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24840 test $ac_status = 0; }; }
24842 gcc_cv_as_ix86_interunit_movq
=yes
24844 echo "configure: failed program was" >&5
24847 rm -f conftest.o conftest.s
24850 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_ix86_interunit_movq" >&5
24851 $as_echo "$gcc_cv_as_ix86_interunit_movq" >&6; }
24854 cat >>confdefs.h
<<_ACEOF
24855 #define HAVE_AS_IX86_INTERUNIT_MOVQ `if test $gcc_cv_as_ix86_interunit_movq = yes; then echo 1; else echo 0; fi`
24859 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for hle prefixes" >&5
24860 $as_echo_n "checking assembler for hle prefixes... " >&6; }
24861 if test "${gcc_cv_as_ix86_hle+set}" = set; then :
24862 $as_echo_n "(cached) " >&6
24864 gcc_cv_as_ix86_hle
=no
24865 if test x
$gcc_cv_as != x
; then
24866 $as_echo 'lock xacquire cmpxchg %esi, (%ecx)' > conftest.s
24867 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
24868 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
24869 (eval $ac_try) 2>&5
24871 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24872 test $ac_status = 0; }; }
24874 gcc_cv_as_ix86_hle
=yes
24876 echo "configure: failed program was" >&5
24879 rm -f conftest.o conftest.s
24882 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_ix86_hle" >&5
24883 $as_echo "$gcc_cv_as_ix86_hle" >&6; }
24884 if test $gcc_cv_as_ix86_hle = yes; then
24886 $as_echo "#define HAVE_AS_IX86_HLE 1" >>confdefs.h
24890 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for swap suffix" >&5
24891 $as_echo_n "checking assembler for swap suffix... " >&6; }
24892 if test "${gcc_cv_as_ix86_swap+set}" = set; then :
24893 $as_echo_n "(cached) " >&6
24895 gcc_cv_as_ix86_swap
=no
24896 if test x
$gcc_cv_as != x
; then
24897 $as_echo 'movl.s %esp, %ebp' > conftest.s
24898 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
24899 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
24900 (eval $ac_try) 2>&5
24902 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24903 test $ac_status = 0; }; }
24905 gcc_cv_as_ix86_swap
=yes
24907 echo "configure: failed program was" >&5
24910 rm -f conftest.o conftest.s
24913 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_ix86_swap" >&5
24914 $as_echo "$gcc_cv_as_ix86_swap" >&6; }
24915 if test $gcc_cv_as_ix86_swap = yes; then
24917 $as_echo "#define HAVE_AS_IX86_SWAP 1" >>confdefs.h
24921 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for different section symbol subtraction" >&5
24922 $as_echo_n "checking assembler for different section symbol subtraction... " >&6; }
24923 if test "${gcc_cv_as_ix86_diff_sect_delta+set}" = set; then :
24924 $as_echo_n "(cached) " >&6
24926 gcc_cv_as_ix86_diff_sect_delta
=no
24927 if test x
$gcc_cv_as != x
; then
24928 $as_echo '.section .rodata
24934 .L2: nop' > conftest.s
24935 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
24936 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
24937 (eval $ac_try) 2>&5
24939 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24940 test $ac_status = 0; }; }
24942 gcc_cv_as_ix86_diff_sect_delta
=yes
24944 echo "configure: failed program was" >&5
24947 rm -f conftest.o conftest.s
24950 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_ix86_diff_sect_delta" >&5
24951 $as_echo "$gcc_cv_as_ix86_diff_sect_delta" >&6; }
24952 if test $gcc_cv_as_ix86_diff_sect_delta = yes; then
24954 $as_echo "#define HAVE_AS_IX86_DIFF_SECT_DELTA 1" >>confdefs.h
24958 # These two are used unconditionally by i386.[ch]; it is to be defined
24959 # to 1 if the feature is present, 0 otherwise.
24960 as_ix86_gotoff_in_data_opt
=
24961 if test x
$gas = xyes
; then
24962 as_ix86_gotoff_in_data_opt
="--32"
24964 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for GOTOFF in data" >&5
24965 $as_echo_n "checking assembler for GOTOFF in data... " >&6; }
24966 if test "${gcc_cv_as_ix86_gotoff_in_data+set}" = set; then :
24967 $as_echo_n "(cached) " >&6
24969 gcc_cv_as_ix86_gotoff_in_data
=no
24970 if test $in_tree_gas = yes; then
24971 if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 11 \) \* 1000 + 0`
24972 then gcc_cv_as_ix86_gotoff_in_data
=yes
24974 elif test x
$gcc_cv_as != x
; then
24979 .long .L0@GOTOFF' > conftest.s
24980 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags $as_ix86_gotoff_in_data_opt -o conftest.o conftest.s >&5'
24981 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
24982 (eval $ac_try) 2>&5
24984 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24985 test $ac_status = 0; }; }
24987 gcc_cv_as_ix86_gotoff_in_data
=yes
24989 echo "configure: failed program was" >&5
24992 rm -f conftest.o conftest.s
24995 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_ix86_gotoff_in_data" >&5
24996 $as_echo "$gcc_cv_as_ix86_gotoff_in_data" >&6; }
24999 cat >>confdefs.h
<<_ACEOF
25000 #define HAVE_AS_GOTOFF_IN_DATA `if test $gcc_cv_as_ix86_gotoff_in_data = yes; then echo 1; else echo 0; fi`
25004 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for rep and lock prefix" >&5
25005 $as_echo_n "checking assembler for rep and lock prefix... " >&6; }
25006 if test "${gcc_cv_as_ix86_rep_lock_prefix+set}" = set; then :
25007 $as_echo_n "(cached) " >&6
25009 gcc_cv_as_ix86_rep_lock_prefix
=no
25010 if test x
$gcc_cv_as != x
; then
25011 $as_echo 'rep movsl
25016 lock addl %edi, (%eax,%esi)
25017 lock orl $0, (%esp)' > conftest.s
25018 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
25019 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
25020 (eval $ac_try) 2>&5
25022 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25023 test $ac_status = 0; }; }
25025 gcc_cv_as_ix86_rep_lock_prefix
=yes
25027 echo "configure: failed program was" >&5
25030 rm -f conftest.o conftest.s
25033 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_ix86_rep_lock_prefix" >&5
25034 $as_echo "$gcc_cv_as_ix86_rep_lock_prefix" >&6; }
25035 if test $gcc_cv_as_ix86_rep_lock_prefix = yes; then
25037 $as_echo "#define HAVE_AS_IX86_REP_LOCK_PREFIX 1" >>confdefs.h
25041 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for ud2 mnemonic" >&5
25042 $as_echo_n "checking assembler for ud2 mnemonic... " >&6; }
25043 if test "${gcc_cv_as_ix86_ud2+set}" = set; then :
25044 $as_echo_n "(cached) " >&6
25046 gcc_cv_as_ix86_ud2
=no
25047 if test x
$gcc_cv_as != x
; then
25048 $as_echo 'ud2' > conftest.s
25049 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
25050 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
25051 (eval $ac_try) 2>&5
25053 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25054 test $ac_status = 0; }; }
25056 gcc_cv_as_ix86_ud2
=yes
25058 echo "configure: failed program was" >&5
25061 rm -f conftest.o conftest.s
25064 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_ix86_ud2" >&5
25065 $as_echo "$gcc_cv_as_ix86_ud2" >&6; }
25066 if test $gcc_cv_as_ix86_ud2 = yes; then
25068 $as_echo "#define HAVE_AS_IX86_UD2 1" >>confdefs.h
25072 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for R_386_TLS_GD_PLT reloc" >&5
25073 $as_echo_n "checking assembler for R_386_TLS_GD_PLT reloc... " >&6; }
25074 if test "${gcc_cv_as_ix86_tlsgdplt+set}" = set; then :
25075 $as_echo_n "(cached) " >&6
25077 gcc_cv_as_ix86_tlsgdplt
=no
25078 if test x
$gcc_cv_as != x
; then
25079 $as_echo 'call tls_gd@tlsgdplt' > conftest.s
25080 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
25081 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
25082 (eval $ac_try) 2>&5
25084 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25085 test $ac_status = 0; }; }
25087 if test x
$gcc_cv_ld != x \
25088 && $gcc_cv_ld -o conftest conftest.o
-G > /dev
/null
2>&1; then
25089 gcc_cv_as_ix86_tlsgdplt
=yes
25093 echo "configure: failed program was" >&5
25096 rm -f conftest.o conftest.s
25099 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_ix86_tlsgdplt" >&5
25100 $as_echo "$gcc_cv_as_ix86_tlsgdplt" >&6; }
25101 if test $gcc_cv_as_ix86_tlsgdplt = yes; then
25103 $as_echo "#define HAVE_AS_IX86_TLSGDPLT 1" >>confdefs.h
25108 .section .tdata,"aw'$tls_section_flag'",@progbits
25110 .section .text,"ax",@progbits
25111 call tls_ld@tlsldmplt'
25112 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for R_386_TLS_LDM_PLT reloc" >&5
25113 $as_echo_n "checking assembler for R_386_TLS_LDM_PLT reloc... " >&6; }
25114 if test "${gcc_cv_as_ix86_tlsldmplt+set}" = set; then :
25115 $as_echo_n "(cached) " >&6
25117 gcc_cv_as_ix86_tlsldmplt
=no
25118 if test x
$gcc_cv_as != x
; then
25119 $as_echo "$conftest_s" > conftest.s
25120 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
25121 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
25122 (eval $ac_try) 2>&5
25124 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25125 test $ac_status = 0; }; }
25127 if test x
$gcc_cv_ld != x \
25128 && $gcc_cv_ld -o conftest conftest.o
-G > /dev
/null
2>&1; then
25129 gcc_cv_as_ix86_tlsldmplt
=yes
25133 echo "configure: failed program was" >&5
25136 rm -f conftest.o conftest.s
25139 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_ix86_tlsldmplt" >&5
25140 $as_echo "$gcc_cv_as_ix86_tlsldmplt" >&6; }
25143 cat >>confdefs.h
<<_ACEOF
25144 #define HAVE_AS_IX86_TLSLDMPLT `if test $gcc_cv_as_ix86_tlsldmplt = yes; then echo 1; else echo 0; fi`
25148 # Enforce 32-bit output with gas and gld.
25149 if test x
$gas = xyes
; then
25150 as_ix86_tls_ldm_opt
="--32"
25152 if echo "$ld_ver" |
grep GNU
> /dev
/null
; then
25153 if $gcc_cv_ld -V 2>/dev
/null |
grep elf_i386_sol2
> /dev
/null
; then
25154 ld_ix86_tls_ldm_opt
="-melf_i386_sol2"
25156 ld_ix86_tls_ldm_opt
="-melf_i386"
25160 .section .text,"ax",@progbits
25162 .type _start, @function
25164 leal value@tlsldm(%ebx), %eax
25165 call ___tls_get_addr@plt
25167 .section .tdata,"aw'$tls_section_flag'",@progbits
25168 .type value, @object
25170 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for R_386_TLS_LDM reloc" >&5
25171 $as_echo_n "checking assembler for R_386_TLS_LDM reloc... " >&6; }
25172 if test "${gcc_cv_as_ix86_tlsldm+set}" = set; then :
25173 $as_echo_n "(cached) " >&6
25175 gcc_cv_as_ix86_tlsldm
=no
25176 if test x
$gcc_cv_as != x
; then
25177 $as_echo "$conftest_s" > conftest.s
25178 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags $as_ix86_tls_ldm_opt -o conftest.o conftest.s >&5'
25179 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
25180 (eval $ac_try) 2>&5
25182 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25183 test $ac_status = 0; }; }
25185 if test x
$gcc_cv_ld != x
&& test x
$gcc_cv_objdump != x \
25186 && $gcc_cv_ld $ld_ix86_tls_ldm_opt -o conftest conftest.o
$ld_tls_libs -lc > /dev
/null
2>&1; then
25187 if $gcc_cv_objdump -d conftest
2>/dev
/null |
grep nop
> /dev
/null \
25188 || dis conftest
2>/dev
/null |
grep nop
> /dev
/null
; then
25189 gcc_cv_as_ix86_tlsldm
=yes
25194 echo "configure: failed program was" >&5
25197 rm -f conftest.o conftest.s
25200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_ix86_tlsldm" >&5
25201 $as_echo "$gcc_cv_as_ix86_tlsldm" >&6; }
25204 cat >>confdefs.h
<<_ACEOF
25205 #define HAVE_AS_IX86_TLSLDM `if test $gcc_cv_as_ix86_tlsldm = yes; then echo 1; else echo 0; fi`
25212 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for ltoffx and ldxmov relocs" >&5
25213 $as_echo_n "checking assembler for ltoffx and ldxmov relocs... " >&6; }
25214 if test "${gcc_cv_as_ia64_ltoffx_ldxmov_relocs+set}" = set; then :
25215 $as_echo_n "(cached) " >&6
25217 gcc_cv_as_ia64_ltoffx_ldxmov_relocs
=no
25218 if test $in_tree_gas = yes; then
25219 if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 14 \) \* 1000 + 0`
25220 then gcc_cv_as_ia64_ltoffx_ldxmov_relocs
=yes
25222 elif test x
$gcc_cv_as != x
; then
25224 addl r15 = @ltoffx(x#), gp
25226 ld8.mov r16 = [r15], x#' > conftest.s
25227 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
25228 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
25229 (eval $ac_try) 2>&5
25231 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25232 test $ac_status = 0; }; }
25234 gcc_cv_as_ia64_ltoffx_ldxmov_relocs
=yes
25236 echo "configure: failed program was" >&5
25239 rm -f conftest.o conftest.s
25242 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_ia64_ltoffx_ldxmov_relocs" >&5
25243 $as_echo "$gcc_cv_as_ia64_ltoffx_ldxmov_relocs" >&6; }
25244 if test $gcc_cv_as_ia64_ltoffx_ldxmov_relocs = yes; then
25246 $as_echo "#define HAVE_AS_LTOFFX_LDXMOV_RELOCS 1" >>confdefs.h
25254 *-*-aix*) conftest_s
=' .machine "pwr5"
25258 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for .machine directive support" >&5
25259 $as_echo_n "checking assembler for .machine directive support... " >&6; }
25260 if test "${gcc_cv_as_machine_directive+set}" = set; then :
25261 $as_echo_n "(cached) " >&6
25263 gcc_cv_as_machine_directive
=no
25264 if test x
$gcc_cv_as != x
; then
25265 $as_echo ' .machine ppc7400' > conftest.s
25266 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
25267 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
25268 (eval $ac_try) 2>&5
25270 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25271 test $ac_status = 0; }; }
25273 gcc_cv_as_machine_directive
=yes
25275 echo "configure: failed program was" >&5
25278 rm -f conftest.o conftest.s
25281 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_machine_directive" >&5
25282 $as_echo "$gcc_cv_as_machine_directive" >&6; }
25284 if test x
$gcc_cv_as_machine_directive != xyes
; then
25285 echo "*** This target requires an assembler supporting \".machine\"" >&2
25286 echo you can get it from
: ftp://gcc.gnu.org
/pub
/gcc
/infrastructure
/cctools-528.5.dmg
>&2
25287 test x
$build = x
$target && exit 1
25291 *) conftest_s
=' .machine power4
25296 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for mfcr field support" >&5
25297 $as_echo_n "checking assembler for mfcr field support... " >&6; }
25298 if test "${gcc_cv_as_powerpc_mfcrf+set}" = set; then :
25299 $as_echo_n "(cached) " >&6
25301 gcc_cv_as_powerpc_mfcrf
=no
25302 if test $in_tree_gas = yes; then
25303 if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 14 \) \* 1000 + 0`
25304 then gcc_cv_as_powerpc_mfcrf
=yes
25306 elif test x
$gcc_cv_as != x
; then
25307 $as_echo "$conftest_s" > conftest.s
25308 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
25309 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
25310 (eval $ac_try) 2>&5
25312 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25313 test $ac_status = 0; }; }
25315 gcc_cv_as_powerpc_mfcrf
=yes
25317 echo "configure: failed program was" >&5
25320 rm -f conftest.o conftest.s
25323 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_powerpc_mfcrf" >&5
25324 $as_echo "$gcc_cv_as_powerpc_mfcrf" >&6; }
25325 if test $gcc_cv_as_powerpc_mfcrf = yes; then
25327 $as_echo "#define HAVE_AS_MFCRF 1" >>confdefs.h
25332 *-*-aix*) conftest_s
=' .machine "pwr5"
25335 *) conftest_s
=' .machine power5
25340 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for popcntb support" >&5
25341 $as_echo_n "checking assembler for popcntb support... " >&6; }
25342 if test "${gcc_cv_as_powerpc_popcntb+set}" = set; then :
25343 $as_echo_n "(cached) " >&6
25345 gcc_cv_as_powerpc_popcntb
=no
25346 if test $in_tree_gas = yes; then
25347 if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 17 \) \* 1000 + 0`
25348 then gcc_cv_as_powerpc_popcntb
=yes
25350 elif test x
$gcc_cv_as != x
; then
25351 $as_echo "$conftest_s" > conftest.s
25352 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
25353 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
25354 (eval $ac_try) 2>&5
25356 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25357 test $ac_status = 0; }; }
25359 gcc_cv_as_powerpc_popcntb
=yes
25361 echo "configure: failed program was" >&5
25364 rm -f conftest.o conftest.s
25367 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_powerpc_popcntb" >&5
25368 $as_echo "$gcc_cv_as_powerpc_popcntb" >&6; }
25369 if test $gcc_cv_as_powerpc_popcntb = yes; then
25371 $as_echo "#define HAVE_AS_POPCNTB 1" >>confdefs.h
25376 *-*-aix*) conftest_s
=' .machine "pwr5x"
25379 *) conftest_s
=' .machine power5
25384 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for fp round support" >&5
25385 $as_echo_n "checking assembler for fp round support... " >&6; }
25386 if test "${gcc_cv_as_powerpc_fprnd+set}" = set; then :
25387 $as_echo_n "(cached) " >&6
25389 gcc_cv_as_powerpc_fprnd
=no
25390 if test $in_tree_gas = yes; then
25391 if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 17 \) \* 1000 + 0`
25392 then gcc_cv_as_powerpc_fprnd
=yes
25394 elif test x
$gcc_cv_as != x
; then
25395 $as_echo "$conftest_s" > conftest.s
25396 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
25397 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
25398 (eval $ac_try) 2>&5
25400 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25401 test $ac_status = 0; }; }
25403 gcc_cv_as_powerpc_fprnd
=yes
25405 echo "configure: failed program was" >&5
25408 rm -f conftest.o conftest.s
25411 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_powerpc_fprnd" >&5
25412 $as_echo "$gcc_cv_as_powerpc_fprnd" >&6; }
25413 if test $gcc_cv_as_powerpc_fprnd = yes; then
25415 $as_echo "#define HAVE_AS_FPRND 1" >>confdefs.h
25420 *-*-aix*) conftest_s
=' .machine "pwr6"
25423 *) conftest_s
=' .machine power6
25428 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for move fp gpr support" >&5
25429 $as_echo_n "checking assembler for move fp gpr support... " >&6; }
25430 if test "${gcc_cv_as_powerpc_mfpgpr+set}" = set; then :
25431 $as_echo_n "(cached) " >&6
25433 gcc_cv_as_powerpc_mfpgpr
=no
25434 if test $in_tree_gas = yes; then
25435 if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 19 \) \* 1000 + 2`
25436 then gcc_cv_as_powerpc_mfpgpr
=yes
25438 elif test x
$gcc_cv_as != x
; then
25439 $as_echo "$conftest_s" > conftest.s
25440 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
25441 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
25442 (eval $ac_try) 2>&5
25444 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25445 test $ac_status = 0; }; }
25447 gcc_cv_as_powerpc_mfpgpr
=yes
25449 echo "configure: failed program was" >&5
25452 rm -f conftest.o conftest.s
25455 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_powerpc_mfpgpr" >&5
25456 $as_echo "$gcc_cv_as_powerpc_mfpgpr" >&6; }
25457 if test $gcc_cv_as_powerpc_mfpgpr = yes; then
25459 $as_echo "#define HAVE_AS_MFPGPR 1" >>confdefs.h
25464 *-*-aix*) conftest_s
=' .csect .text[PR]
25466 addis 11,30,_GLOBAL_OFFSET_TABLE_-LCF..0@ha';;
25470 addis r11,r30,_GLOBAL_OFFSET_TABLE_-LCF0@ha';;
25471 *) conftest_s
=' .text
25473 addis 11,30,_GLOBAL_OFFSET_TABLE_-.LCF0@ha';;
25476 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for rel16 relocs" >&5
25477 $as_echo_n "checking assembler for rel16 relocs... " >&6; }
25478 if test "${gcc_cv_as_powerpc_rel16+set}" = set; then :
25479 $as_echo_n "(cached) " >&6
25481 gcc_cv_as_powerpc_rel16
=no
25482 if test $in_tree_gas = yes; then
25483 if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 17 \) \* 1000 + 0`
25484 then gcc_cv_as_powerpc_rel16
=yes
25486 elif test x
$gcc_cv_as != x
; then
25487 $as_echo "$conftest_s" > conftest.s
25488 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -a32 -o conftest.o conftest.s >&5'
25489 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
25490 (eval $ac_try) 2>&5
25492 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25493 test $ac_status = 0; }; }
25495 gcc_cv_as_powerpc_rel16
=yes
25497 echo "configure: failed program was" >&5
25500 rm -f conftest.o conftest.s
25503 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_powerpc_rel16" >&5
25504 $as_echo "$gcc_cv_as_powerpc_rel16" >&6; }
25505 if test $gcc_cv_as_powerpc_rel16 = yes; then
25507 $as_echo "#define HAVE_AS_REL16 1" >>confdefs.h
25512 *-*-aix*) conftest_s
=' .machine "pwr6"
25515 *) conftest_s
=' .machine power6
25520 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for compare bytes support" >&5
25521 $as_echo_n "checking assembler for compare bytes support... " >&6; }
25522 if test "${gcc_cv_as_powerpc_cmpb+set}" = set; then :
25523 $as_echo_n "(cached) " >&6
25525 gcc_cv_as_powerpc_cmpb
=no
25526 if test $in_tree_gas = yes; then
25527 if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 19 \) \* 1000 + 2`
25528 then gcc_cv_as_powerpc_cmpb
=yes
25530 elif test x
$gcc_cv_as != x
; then
25531 $as_echo "$conftest_s" > conftest.s
25532 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -a32 -o conftest.o conftest.s >&5'
25533 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
25534 (eval $ac_try) 2>&5
25536 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25537 test $ac_status = 0; }; }
25539 gcc_cv_as_powerpc_cmpb
=yes
25541 echo "configure: failed program was" >&5
25544 rm -f conftest.o conftest.s
25547 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_powerpc_cmpb" >&5
25548 $as_echo "$gcc_cv_as_powerpc_cmpb" >&6; }
25549 if test $gcc_cv_as_powerpc_cmpb = yes; then
25551 $as_echo "#define HAVE_AS_CMPB 1" >>confdefs.h
25556 *-*-aix*) conftest_s
=' .machine "pwr6"
25559 *) conftest_s
=' .machine power6
25564 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for decimal float support" >&5
25565 $as_echo_n "checking assembler for decimal float support... " >&6; }
25566 if test "${gcc_cv_as_powerpc_dfp+set}" = set; then :
25567 $as_echo_n "(cached) " >&6
25569 gcc_cv_as_powerpc_dfp
=no
25570 if test $in_tree_gas = yes; then
25571 if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 19 \) \* 1000 + 2`
25572 then gcc_cv_as_powerpc_dfp
=yes
25574 elif test x
$gcc_cv_as != x
; then
25575 $as_echo "$conftest_s" > conftest.s
25576 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -a32 -o conftest.o conftest.s >&5'
25577 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
25578 (eval $ac_try) 2>&5
25580 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25581 test $ac_status = 0; }; }
25583 gcc_cv_as_powerpc_dfp
=yes
25585 echo "configure: failed program was" >&5
25588 rm -f conftest.o conftest.s
25591 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_powerpc_dfp" >&5
25592 $as_echo "$gcc_cv_as_powerpc_dfp" >&6; }
25593 if test $gcc_cv_as_powerpc_dfp = yes; then
25595 $as_echo "#define HAVE_AS_DFP 1" >>confdefs.h
25600 *-*-aix*) conftest_s
=' .machine "pwr7"
25603 *) conftest_s
=' .machine power7
25608 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for vector-scalar support" >&5
25609 $as_echo_n "checking assembler for vector-scalar support... " >&6; }
25610 if test "${gcc_cv_as_powerpc_vsx+set}" = set; then :
25611 $as_echo_n "(cached) " >&6
25613 gcc_cv_as_powerpc_vsx
=no
25614 if test $in_tree_gas = yes; then
25615 if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 19 \) \* 1000 + 2`
25616 then gcc_cv_as_powerpc_vsx
=yes
25618 elif test x
$gcc_cv_as != x
; then
25619 $as_echo "$conftest_s" > conftest.s
25620 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -a32 -o conftest.o conftest.s >&5'
25621 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
25622 (eval $ac_try) 2>&5
25624 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25625 test $ac_status = 0; }; }
25627 gcc_cv_as_powerpc_vsx
=yes
25629 echo "configure: failed program was" >&5
25632 rm -f conftest.o conftest.s
25635 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_powerpc_vsx" >&5
25636 $as_echo "$gcc_cv_as_powerpc_vsx" >&6; }
25637 if test $gcc_cv_as_powerpc_vsx = yes; then
25639 $as_echo "#define HAVE_AS_VSX 1" >>confdefs.h
25644 *-*-aix*) conftest_s
=' .machine "pwr7"
25647 *) conftest_s
=' .machine power7
25652 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for popcntd support" >&5
25653 $as_echo_n "checking assembler for popcntd support... " >&6; }
25654 if test "${gcc_cv_as_powerpc_popcntd+set}" = set; then :
25655 $as_echo_n "(cached) " >&6
25657 gcc_cv_as_powerpc_popcntd
=no
25658 if test $in_tree_gas = yes; then
25659 if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 19 \) \* 1000 + 2`
25660 then gcc_cv_as_powerpc_popcntd
=yes
25662 elif test x
$gcc_cv_as != x
; then
25663 $as_echo "$conftest_s" > conftest.s
25664 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -a32 -o conftest.o conftest.s >&5'
25665 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
25666 (eval $ac_try) 2>&5
25668 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25669 test $ac_status = 0; }; }
25671 gcc_cv_as_powerpc_popcntd
=yes
25673 echo "configure: failed program was" >&5
25676 rm -f conftest.o conftest.s
25679 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_powerpc_popcntd" >&5
25680 $as_echo "$gcc_cv_as_powerpc_popcntd" >&6; }
25681 if test $gcc_cv_as_powerpc_popcntd = yes; then
25683 $as_echo "#define HAVE_AS_POPCNTD 1" >>confdefs.h
25688 *-*-aix*) conftest_s
=' .machine "pwr8"
25689 .csect .text[PR]';;
25690 *) conftest_s
=' .machine power8
25694 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for power8 support" >&5
25695 $as_echo_n "checking assembler for power8 support... " >&6; }
25696 if test "${gcc_cv_as_powerpc_power8+set}" = set; then :
25697 $as_echo_n "(cached) " >&6
25699 gcc_cv_as_powerpc_power8
=no
25700 if test $in_tree_gas = yes; then
25701 if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 19 \) \* 1000 + 2`
25702 then gcc_cv_as_powerpc_power8
=yes
25704 elif test x
$gcc_cv_as != x
; then
25705 $as_echo "$conftest_s" > conftest.s
25706 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -a32 -o conftest.o conftest.s >&5'
25707 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
25708 (eval $ac_try) 2>&5
25710 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25711 test $ac_status = 0; }; }
25713 gcc_cv_as_powerpc_power8
=yes
25715 echo "configure: failed program was" >&5
25718 rm -f conftest.o conftest.s
25721 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_powerpc_power8" >&5
25722 $as_echo "$gcc_cv_as_powerpc_power8" >&6; }
25723 if test $gcc_cv_as_powerpc_power8 = yes; then
25725 $as_echo "#define HAVE_AS_POWER8 1" >>confdefs.h
25730 *-*-aix*) conftest_s
=' .csect .text[PR]
25732 *) conftest_s
=' .text
25736 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for lwsync support" >&5
25737 $as_echo_n "checking assembler for lwsync support... " >&6; }
25738 if test "${gcc_cv_as_powerpc_lwsync+set}" = set; then :
25739 $as_echo_n "(cached) " >&6
25741 gcc_cv_as_powerpc_lwsync
=no
25742 if test $in_tree_gas = yes; then
25743 if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 19 \) \* 1000 + 2`
25744 then gcc_cv_as_powerpc_lwsync
=yes
25746 elif test x
$gcc_cv_as != x
; then
25747 $as_echo "$conftest_s" > conftest.s
25748 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -a32 -o conftest.o conftest.s >&5'
25749 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
25750 (eval $ac_try) 2>&5
25752 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25753 test $ac_status = 0; }; }
25755 gcc_cv_as_powerpc_lwsync
=yes
25757 echo "configure: failed program was" >&5
25760 rm -f conftest.o conftest.s
25763 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_powerpc_lwsync" >&5
25764 $as_echo "$gcc_cv_as_powerpc_lwsync" >&6; }
25765 if test $gcc_cv_as_powerpc_lwsync = yes; then
25767 $as_echo "#define HAVE_AS_LWSYNC 1" >>confdefs.h
25772 *-*-aix*) conftest_s
=' .machine "476"
25775 *) conftest_s
=' .machine "476"
25780 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for data cache invalidate support" >&5
25781 $as_echo_n "checking assembler for data cache invalidate support... " >&6; }
25782 if test "${gcc_cv_as_powerpc_dci+set}" = set; then :
25783 $as_echo_n "(cached) " >&6
25785 gcc_cv_as_powerpc_dci
=no
25786 if test $in_tree_gas = yes; then
25787 if test $gcc_cv_gas_vers -ge `expr \( \( 9 \* 1000 \) + 99 \) \* 1000 + 0`
25788 then gcc_cv_as_powerpc_dci
=yes
25790 elif test x
$gcc_cv_as != x
; then
25791 $as_echo "$conftest_s" > conftest.s
25792 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -a32 -o conftest.o conftest.s >&5'
25793 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
25794 (eval $ac_try) 2>&5
25796 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25797 test $ac_status = 0; }; }
25799 gcc_cv_as_powerpc_dci
=yes
25801 echo "configure: failed program was" >&5
25804 rm -f conftest.o conftest.s
25807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_powerpc_dci" >&5
25808 $as_echo "$gcc_cv_as_powerpc_dci" >&6; }
25809 if test $gcc_cv_as_powerpc_dci = yes; then
25811 $as_echo "#define HAVE_AS_DCI 1" >>confdefs.h
25815 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for .gnu_attribute support" >&5
25816 $as_echo_n "checking assembler for .gnu_attribute support... " >&6; }
25817 if test "${gcc_cv_as_powerpc_gnu_attribute+set}" = set; then :
25818 $as_echo_n "(cached) " >&6
25820 gcc_cv_as_powerpc_gnu_attribute
=no
25821 if test $in_tree_gas = yes; then
25822 if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 18 \) \* 1000 + 0`
25823 then gcc_cv_as_powerpc_gnu_attribute
=yes
25825 elif test x
$gcc_cv_as != x
; then
25826 $as_echo '.gnu_attribute 4,1' > conftest.s
25827 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
25828 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
25829 (eval $ac_try) 2>&5
25831 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25832 test $ac_status = 0; }; }
25834 gcc_cv_as_powerpc_gnu_attribute
=yes
25836 echo "configure: failed program was" >&5
25839 rm -f conftest.o conftest.s
25842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_powerpc_gnu_attribute" >&5
25843 $as_echo "$gcc_cv_as_powerpc_gnu_attribute" >&6; }
25844 if test $gcc_cv_as_powerpc_gnu_attribute = yes; then
25846 $as_echo "#define HAVE_AS_GNU_ATTRIBUTE 1" >>confdefs.h
25850 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for tls marker support" >&5
25851 $as_echo_n "checking assembler for tls marker support... " >&6; }
25852 if test "${gcc_cv_as_powerpc_tls_markers+set}" = set; then :
25853 $as_echo_n "(cached) " >&6
25855 gcc_cv_as_powerpc_tls_markers
=no
25856 if test $in_tree_gas = yes; then
25857 if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 20 \) \* 1000 + 0`
25858 then gcc_cv_as_powerpc_tls_markers
=yes
25860 elif test x
$gcc_cv_as != x
; then
25861 $as_echo ' bl __tls_get_addr(x@tlsgd)' > conftest.s
25862 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
25863 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
25864 (eval $ac_try) 2>&5
25866 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25867 test $ac_status = 0; }; }
25869 gcc_cv_as_powerpc_tls_markers
=yes
25871 echo "configure: failed program was" >&5
25874 rm -f conftest.o conftest.s
25877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_powerpc_tls_markers" >&5
25878 $as_echo "$gcc_cv_as_powerpc_tls_markers" >&6; }
25879 if test $gcc_cv_as_powerpc_tls_markers = yes; then
25881 $as_echo "#define HAVE_AS_TLS_MARKERS 1" >>confdefs.h
25887 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for .ref support" >&5
25888 $as_echo_n "checking assembler for .ref support... " >&6; }
25889 if test "${gcc_cv_as_aix_ref+set}" = set; then :
25890 $as_echo_n "(cached) " >&6
25892 gcc_cv_as_aix_ref
=no
25893 if test $in_tree_gas = yes; then
25894 if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 21 \) \* 1000 + 0`
25895 then gcc_cv_as_aix_ref
=yes
25897 elif test x
$gcc_cv_as != x
; then
25898 $as_echo ' .csect stuff[rw]
25904 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
25905 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
25906 (eval $ac_try) 2>&5
25908 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25909 test $ac_status = 0; }; }
25911 gcc_cv_as_aix_ref
=yes
25913 echo "configure: failed program was" >&5
25916 rm -f conftest.o conftest.s
25919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_aix_ref" >&5
25920 $as_echo "$gcc_cv_as_aix_ref" >&6; }
25921 if test $gcc_cv_as_aix_ref = yes; then
25923 $as_echo "#define HAVE_AS_REF 1" >>confdefs.h
25931 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for explicit relocation support" >&5
25932 $as_echo_n "checking assembler for explicit relocation support... " >&6; }
25933 if test "${gcc_cv_as_mips_explicit_relocs+set}" = set; then :
25934 $as_echo_n "(cached) " >&6
25936 gcc_cv_as_mips_explicit_relocs
=no
25937 if test $in_tree_gas = yes; then
25938 if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 14 \) \* 1000 + 0`
25939 then gcc_cv_as_mips_explicit_relocs
=yes
25941 elif test x
$gcc_cv_as != x
; then
25942 $as_echo ' lw $4,%gp_rel(foo)($4)' > conftest.s
25943 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
25944 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
25945 (eval $ac_try) 2>&5
25947 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25948 test $ac_status = 0; }; }
25950 gcc_cv_as_mips_explicit_relocs
=yes
25952 echo "configure: failed program was" >&5
25955 rm -f conftest.o conftest.s
25958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_mips_explicit_relocs" >&5
25959 $as_echo "$gcc_cv_as_mips_explicit_relocs" >&6; }
25960 if test $gcc_cv_as_mips_explicit_relocs = yes; then
25961 if test x
$target_cpu_default = x
25962 then target_cpu_default
=MASK_EXPLICIT_RELOCS
25963 else target_cpu_default
="($target_cpu_default)|MASK_EXPLICIT_RELOCS"
25966 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for -mno-shared support" >&5
25967 $as_echo_n "checking assembler for -mno-shared support... " >&6; }
25968 if test "${gcc_cv_as_mips_no_shared+set}" = set; then :
25969 $as_echo_n "(cached) " >&6
25971 gcc_cv_as_mips_no_shared
=no
25972 if test $in_tree_gas = yes; then
25973 if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 16 \) \* 1000 + 0`
25974 then gcc_cv_as_mips_no_shared
=yes
25976 elif test x
$gcc_cv_as != x
; then
25977 $as_echo 'nop' > conftest.s
25978 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -mno-shared -o conftest.o conftest.s >&5'
25979 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
25980 (eval $ac_try) 2>&5
25982 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25983 test $ac_status = 0; }; }
25985 gcc_cv_as_mips_no_shared
=yes
25987 echo "configure: failed program was" >&5
25990 rm -f conftest.o conftest.s
25993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_mips_no_shared" >&5
25994 $as_echo "$gcc_cv_as_mips_no_shared" >&6; }
25995 if test $gcc_cv_as_mips_no_shared = yes; then
25997 $as_echo "#define HAVE_AS_NO_SHARED 1" >>confdefs.h
26001 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for .gnu_attribute support" >&5
26002 $as_echo_n "checking assembler for .gnu_attribute support... " >&6; }
26003 if test "${gcc_cv_as_mips_gnu_attribute+set}" = set; then :
26004 $as_echo_n "(cached) " >&6
26006 gcc_cv_as_mips_gnu_attribute
=no
26007 if test $in_tree_gas = yes; then
26008 if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 18 \) \* 1000 + 0`
26009 then gcc_cv_as_mips_gnu_attribute
=yes
26011 elif test x
$gcc_cv_as != x
; then
26012 $as_echo '.gnu_attribute 4,1' > conftest.s
26013 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
26014 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
26015 (eval $ac_try) 2>&5
26017 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
26018 test $ac_status = 0; }; }
26020 gcc_cv_as_mips_gnu_attribute
=yes
26022 echo "configure: failed program was" >&5
26025 rm -f conftest.o conftest.s
26028 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_mips_gnu_attribute" >&5
26029 $as_echo "$gcc_cv_as_mips_gnu_attribute" >&6; }
26030 if test $gcc_cv_as_mips_gnu_attribute = yes; then
26032 $as_echo "#define HAVE_AS_GNU_ATTRIBUTE 1" >>confdefs.h
26036 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for .micromips support" >&5
26037 $as_echo_n "checking assembler for .micromips support... " >&6; }
26038 if test "${gcc_cv_as_micromips_support+set}" = set; then :
26039 $as_echo_n "(cached) " >&6
26041 gcc_cv_as_micromips_support
=no
26042 if test x
$gcc_cv_as != x
; then
26043 $as_echo '.set micromips' > conftest.s
26044 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags --fatal-warnings -o conftest.o conftest.s >&5'
26045 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
26046 (eval $ac_try) 2>&5
26048 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
26049 test $ac_status = 0; }; }
26051 gcc_cv_as_micromips_support
=yes
26053 echo "configure: failed program was" >&5
26056 rm -f conftest.o conftest.s
26059 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_micromips_support" >&5
26060 $as_echo "$gcc_cv_as_micromips_support" >&6; }
26061 if test $gcc_cv_as_micromips_support = yes; then
26063 $as_echo "#define HAVE_GAS_MICROMIPS 1" >>confdefs.h
26067 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for .dtprelword support" >&5
26068 $as_echo_n "checking assembler for .dtprelword support... " >&6; }
26069 if test "${gcc_cv_as_mips_dtprelword+set}" = set; then :
26070 $as_echo_n "(cached) " >&6
26072 gcc_cv_as_mips_dtprelword
=no
26073 if test $in_tree_gas = yes; then
26074 if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 18 \) \* 1000 + 0`
26075 then gcc_cv_as_mips_dtprelword
=yes
26077 elif test x
$gcc_cv_as != x
; then
26078 $as_echo '.section .tdata,"awT",@progbits
26082 .dtprelword x+0x8000' > conftest.s
26083 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
26084 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
26085 (eval $ac_try) 2>&5
26087 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
26088 test $ac_status = 0; }; }
26090 gcc_cv_as_mips_dtprelword
=yes
26092 echo "configure: failed program was" >&5
26095 rm -f conftest.o conftest.s
26098 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_mips_dtprelword" >&5
26099 $as_echo "$gcc_cv_as_mips_dtprelword" >&6; }
26100 if test $gcc_cv_as_mips_dtprelword = yes; then
26102 $as_echo "#define HAVE_AS_DTPRELWORD 1" >>confdefs.h
26106 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for DSPR1 mult with four accumulators support" >&5
26107 $as_echo_n "checking assembler for DSPR1 mult with four accumulators support... " >&6; }
26108 if test "${gcc_cv_as_mips_dspr1_mult+set}" = set; then :
26109 $as_echo_n "(cached) " >&6
26111 gcc_cv_as_mips_dspr1_mult
=no
26112 if test x
$gcc_cv_as != x
; then
26113 $as_echo ' .set mips32r2
26121 multu $ac3,$4,$5' > conftest.s
26122 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
26123 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
26124 (eval $ac_try) 2>&5
26126 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
26127 test $ac_status = 0; }; }
26129 gcc_cv_as_mips_dspr1_mult
=yes
26131 echo "configure: failed program was" >&5
26134 rm -f conftest.o conftest.s
26137 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_mips_dspr1_mult" >&5
26138 $as_echo "$gcc_cv_as_mips_dspr1_mult" >&6; }
26139 if test $gcc_cv_as_mips_dspr1_mult = yes; then
26141 $as_echo "#define HAVE_AS_DSPR1_MULT 1" >>confdefs.h
26145 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler and linker for explicit JALR relocation" >&5
26146 $as_echo_n "checking assembler and linker for explicit JALR relocation... " >&6; }
26147 gcc_cv_as_ld_jalr_reloc
=no
26148 if test $gcc_cv_as_mips_explicit_relocs = yes; then
26149 if test $in_tree_ld = yes ; then
26150 if test "$gcc_cv_gld_major_version" -eq 2 -a "$gcc_cv_gld_minor_version" -ge 20 -o "$gcc_cv_gld_major_version" -gt 2 \
26151 && test $in_tree_ld_is_elf = yes; then
26152 gcc_cv_as_ld_jalr_reloc
=yes
26154 elif test x
$gcc_cv_as != x
-a x
$gcc_cv_ld != x
-a x
$gcc_cv_objdump != x
; then
26155 echo ' .ent x' > conftest.s
26156 echo 'x: ld $2,%got_disp(y)($3)' >> conftest.s
26157 echo ' ld $25,%call16(y)($28)' >> conftest.s
26158 echo ' .reloc 1f,R_MIPS_JALR,y' >> conftest.s
26159 echo '1: jalr $25' >> conftest.s
26160 echo ' .reloc 1f,R_MIPS_JALR,x' >> conftest.s
26161 echo '1: jalr $25' >> conftest.s
26162 echo ' .end x' >> conftest.s
26163 if $gcc_cv_as -o conftest.o conftest.s
>/dev
/null
2>&5 \
26164 && $gcc_cv_ld -shared -o conftest.so conftest.o
>/dev
/null
2>&5; then
26165 if $gcc_cv_objdump -d conftest.so |
grep jalr
>/dev
/null
2>&1 \
26166 && $gcc_cv_objdump -d conftest.so |
grep "bal.*<x>" >/dev
/null
2>&1; then
26167 gcc_cv_as_ld_jalr_reloc
=yes
26173 if test $gcc_cv_as_ld_jalr_reloc = yes; then
26174 if test x
$target_cpu_default = x
; then
26175 target_cpu_default
=MASK_RELAX_PIC_CALLS
26177 target_cpu_default
="($target_cpu_default)|MASK_RELAX_PIC_CALLS"
26180 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_ld_jalr_reloc" >&5
26181 $as_echo "$gcc_cv_as_ld_jalr_reloc" >&6; }
26183 { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker for .eh_frame personality relaxation" >&5
26184 $as_echo_n "checking linker for .eh_frame personality relaxation... " >&6; }
26185 if test "${gcc_cv_ld_mips_personality_relaxation+set}" = set; then :
26186 $as_echo_n "(cached) " >&6
26188 gcc_cv_ld_mips_personality_relaxation
=no
26189 if test $in_tree_ld = yes ; then
26190 if test "$gcc_cv_gld_major_version" -eq 2 \
26191 -a "$gcc_cv_gld_minor_version" -ge 21 \
26192 -o "$gcc_cv_gld_major_version" -gt 2; then
26193 gcc_cv_ld_mips_personality_relaxation
=yes
26195 elif test x
$gcc_cv_as != x \
26196 -a x
$gcc_cv_ld != x \
26197 -a x
$gcc_cv_readelf != x
; then
26198 cat > conftest.s
<<EOF
26200 .cfi_personality 0x80,indirect_ptr
26207 .section .data,"aw",@progbits
26211 if $gcc_cv_as -KPIC -o conftest.o conftest.s
> /dev
/null
2>&1 \
26212 && $gcc_cv_ld -o conftest conftest.o
-shared > /dev
/null
2>&1; then
26213 if $gcc_cv_readelf -d conftest
2>&1 \
26214 |
grep TEXTREL
> /dev
/null
2>&1; then
26216 elif $gcc_cv_readelf --relocs conftest
2>&1 \
26217 |
grep 'R_MIPS_REL32 *$' > /dev
/null
2>&1; then
26220 gcc_cv_ld_mips_personality_relaxation
=yes
26224 rm -f conftest.s conftest.o conftest
26226 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_ld_mips_personality_relaxation" >&5
26227 $as_echo "$gcc_cv_ld_mips_personality_relaxation" >&6; }
26228 if test x
$gcc_cv_ld_mips_personality_relaxation = xyes
; then
26230 $as_echo "#define HAVE_LD_PERSONALITY_RELAXATION 1" >>confdefs.h
26234 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for -mnan= support" >&5
26235 $as_echo_n "checking assembler for -mnan= support... " >&6; }
26236 if test "${gcc_cv_as_mips_nan+set}" = set; then :
26237 $as_echo_n "(cached) " >&6
26239 gcc_cv_as_mips_nan
=no
26240 if test x
$gcc_cv_as != x
; then
26241 $as_echo '' > conftest.s
26242 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -mnan=2008 -o conftest.o conftest.s >&5'
26243 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
26244 (eval $ac_try) 2>&5
26246 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
26247 test $ac_status = 0; }; }
26249 gcc_cv_as_mips_nan
=yes
26251 echo "configure: failed program was" >&5
26254 rm -f conftest.o conftest.s
26257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_mips_nan" >&5
26258 $as_echo "$gcc_cv_as_mips_nan" >&6; }
26259 if test $gcc_cv_as_mips_nan = yes; then
26261 $as_echo "#define HAVE_AS_NAN 1" >>confdefs.h
26264 if test x
$gcc_cv_as_mips_nan = xno \
26265 && test x
$with_nan != x
; then
26266 as_fn_error
"Requesting --with-nan= requires assembler support for -mnan=" "$LINENO" 5
26271 # Mips and HP-UX need the GNU assembler.
26272 # Linux on IA64 might be able to use the Intel assembler.
26275 mips
*-*-* |
*-*-hpux* )
26276 if test x
$gas_flag = xyes \
26277 ||
test x
"$host" != x
"$build" \
26278 ||
test ! -x "$gcc_cv_as" \
26279 ||
"$gcc_cv_as" -v < /dev
/null
2>&1 |
grep GNU
> /dev
/null
; then
26282 echo "*** This configuration requires the GNU assembler" >&2
26288 # ??? Not all targets support dwarf2 debug_line, even within a version
26289 # of gas. Moreover, we need to emit a valid instruction to trigger any
26290 # info to the output file. So, as supported targets are added to gas 2.11,
26291 # add some instruction here to (also) show we expect this might work.
26292 # ??? Once 2.11 is released, probably need to add first known working
26293 # version to the per-target configury.
26294 case "$cpu_type" in
26295 aarch64 | alpha | arm | avr | bfin | cris | i386 | m32c | m68k | microblaze \
26296 | mips | nios2 | pa | rs6000 | score | sparc | spu | tilegx | tilepro \
26297 | xstormy16 | xtensa
)
26307 if test x
"$insn" != x
; then
26309 .file 1 \"conftest.s\"
26312 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for dwarf2 debug_line support" >&5
26313 $as_echo_n "checking assembler for dwarf2 debug_line support... " >&6; }
26314 if test "${gcc_cv_as_dwarf2_debug_line+set}" = set; then :
26315 $as_echo_n "(cached) " >&6
26317 gcc_cv_as_dwarf2_debug_line
=no
26318 if test $in_tree_gas = yes; then
26319 if test $in_tree_gas_is_elf = yes \
26320 && test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 11 \) \* 1000 + 0`
26321 then gcc_cv_as_dwarf2_debug_line
=yes
26323 elif test x
$gcc_cv_as != x
; then
26324 $as_echo "$conftest_s" > conftest.s
26325 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
26326 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
26327 (eval $ac_try) 2>&5
26329 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
26330 test $ac_status = 0; }; }
26332 if test x
$gcc_cv_objdump != x \
26333 && $gcc_cv_objdump -h conftest.o
2> /dev
/null \
26334 |
grep debug_line
> /dev
/null
2>&1; then
26335 gcc_cv_as_dwarf2_debug_line
=yes
26338 echo "configure: failed program was" >&5
26341 rm -f conftest.o conftest.s
26344 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_dwarf2_debug_line" >&5
26345 $as_echo "$gcc_cv_as_dwarf2_debug_line" >&6; }
26348 # The .debug_line file table must be in the exact order that
26349 # we specified the files, since these indices are also used
26350 # by DW_AT_decl_file. Approximate this test by testing if
26351 # the assembler bitches if the same index is assigned twice.
26352 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for buggy dwarf2 .file directive" >&5
26353 $as_echo_n "checking assembler for buggy dwarf2 .file directive... " >&6; }
26354 if test "${gcc_cv_as_dwarf2_file_buggy+set}" = set; then :
26355 $as_echo_n "(cached) " >&6
26357 gcc_cv_as_dwarf2_file_buggy
=no
26358 if test x
$gcc_cv_as != x
; then
26359 $as_echo ' .file 1 "foo.s"
26360 .file 1 "bar.s"' > conftest.s
26361 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
26362 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
26363 (eval $ac_try) 2>&5
26365 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
26366 test $ac_status = 0; }; }
26368 gcc_cv_as_dwarf2_file_buggy
=yes
26370 echo "configure: failed program was" >&5
26373 rm -f conftest.o conftest.s
26376 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_dwarf2_file_buggy" >&5
26377 $as_echo "$gcc_cv_as_dwarf2_file_buggy" >&6; }
26380 if test $gcc_cv_as_dwarf2_debug_line = yes \
26381 && test $gcc_cv_as_dwarf2_file_buggy = no
; then
26383 $as_echo "#define HAVE_AS_DWARF2_DEBUG_LINE 1" >>confdefs.h
26387 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for --gdwarf2 option" >&5
26388 $as_echo_n "checking assembler for --gdwarf2 option... " >&6; }
26389 if test "${gcc_cv_as_gdwarf2_flag+set}" = set; then :
26390 $as_echo_n "(cached) " >&6
26392 gcc_cv_as_gdwarf2_flag
=no
26393 if test $in_tree_gas = yes; then
26394 if test $in_tree_gas_is_elf = yes \
26395 && test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 11 \) \* 1000 + 0`
26396 then gcc_cv_as_gdwarf2_flag
=yes
26398 elif test x
$gcc_cv_as != x
; then
26399 $as_echo "$insn" > conftest.s
26400 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags --gdwarf2 -o conftest.o conftest.s >&5'
26401 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
26402 (eval $ac_try) 2>&5
26404 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
26405 test $ac_status = 0; }; }
26407 gcc_cv_as_gdwarf2_flag
=yes
26409 echo "configure: failed program was" >&5
26412 rm -f conftest.o conftest.s
26415 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_gdwarf2_flag" >&5
26416 $as_echo "$gcc_cv_as_gdwarf2_flag" >&6; }
26417 if test $gcc_cv_as_gdwarf2_flag = yes; then
26419 $as_echo "#define HAVE_AS_GDWARF2_DEBUG_FLAG 1" >>confdefs.h
26423 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for --gstabs option" >&5
26424 $as_echo_n "checking assembler for --gstabs option... " >&6; }
26425 if test "${gcc_cv_as_gstabs_flag+set}" = set; then :
26426 $as_echo_n "(cached) " >&6
26428 gcc_cv_as_gstabs_flag
=no
26429 if test $in_tree_gas = yes; then
26430 if test $in_tree_gas_is_elf = yes \
26431 && test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 11 \) \* 1000 + 0`
26432 then gcc_cv_as_gstabs_flag
=yes
26434 elif test x
$gcc_cv_as != x
; then
26435 $as_echo "$insn" > conftest.s
26436 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags --gstabs -o conftest.o conftest.s >&5'
26437 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
26438 (eval $ac_try) 2>&5
26440 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
26441 test $ac_status = 0; }; }
26443 gcc_cv_as_gstabs_flag
=yes
26445 echo "configure: failed program was" >&5
26448 rm -f conftest.o conftest.s
26451 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_gstabs_flag" >&5
26452 $as_echo "$gcc_cv_as_gstabs_flag" >&6; }
26453 if test $gcc_cv_as_gstabs_flag = yes; then
26455 $as_echo "#define HAVE_AS_GSTABS_DEBUG_FLAG 1" >>confdefs.h
26459 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for --debug-prefix-map option" >&5
26460 $as_echo_n "checking assembler for --debug-prefix-map option... " >&6; }
26461 if test "${gcc_cv_as_debug_prefix_map_flag+set}" = set; then :
26462 $as_echo_n "(cached) " >&6
26464 gcc_cv_as_debug_prefix_map_flag
=no
26465 if test $in_tree_gas = yes; then
26466 if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 18 \) \* 1000 + 0`
26467 then gcc_cv_as_debug_prefix_map_flag
=yes
26469 elif test x
$gcc_cv_as != x
; then
26470 $as_echo "$insn" > conftest.s
26471 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags --debug-prefix-map /a=/b -o conftest.o conftest.s >&5'
26472 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
26473 (eval $ac_try) 2>&5
26475 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
26476 test $ac_status = 0; }; }
26478 gcc_cv_as_debug_prefix_map_flag
=yes
26480 echo "configure: failed program was" >&5
26483 rm -f conftest.o conftest.s
26486 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_debug_prefix_map_flag" >&5
26487 $as_echo "$gcc_cv_as_debug_prefix_map_flag" >&6; }
26488 if test $gcc_cv_as_debug_prefix_map_flag = yes; then
26490 $as_echo "#define HAVE_AS_DEBUG_PREFIX_MAP 1" >>confdefs.h
26495 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for .lcomm with alignment" >&5
26496 $as_echo_n "checking assembler for .lcomm with alignment... " >&6; }
26497 if test "${gcc_cv_as_lcomm_with_alignment+set}" = set; then :
26498 $as_echo_n "(cached) " >&6
26500 gcc_cv_as_lcomm_with_alignment
=no
26501 if test x
$gcc_cv_as != x
; then
26502 $as_echo '.lcomm bar,4,16' > conftest.s
26503 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
26504 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
26505 (eval $ac_try) 2>&5
26507 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
26508 test $ac_status = 0; }; }
26510 gcc_cv_as_lcomm_with_alignment
=yes
26512 echo "configure: failed program was" >&5
26515 rm -f conftest.o conftest.s
26518 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_lcomm_with_alignment" >&5
26519 $as_echo "$gcc_cv_as_lcomm_with_alignment" >&6; }
26520 if test $gcc_cv_as_lcomm_with_alignment = yes; then
26522 $as_echo "#define HAVE_GAS_LCOMM_WITH_ALIGNMENT 1" >>confdefs.h
26526 if test x
$with_sysroot = x
&& test x
$host = x
$target \
26527 && test "$prefix" != "/usr" && test "x$prefix" != "x$local_prefix" \
26528 && test "$prefix" != "NONE"; then
26530 cat >>confdefs.h
<<_ACEOF
26531 #define PREFIX_INCLUDE_DIR "$prefix/include"
26536 if test x
$host != x
$target ||
test "x$TARGET_SYSTEM_ROOT" != x
; then
26537 if test "x$with_headers" != x
; then
26538 target_header_dir
=$with_headers
26539 elif test "x$with_sysroot" = x
; then
26540 target_header_dir
="${test_exec_prefix}/${target_noncanonical}/sys-include"
26541 elif test "x$with_build_sysroot" != "x"; then
26542 target_header_dir
="${with_build_sysroot}${native_system_header_dir}"
26543 elif test "x$with_sysroot" = xyes
; then
26544 target_header_dir
="${test_exec_prefix}/${target_noncanonical}/sys-root${native_system_header_dir}"
26546 target_header_dir
="${with_sysroot}${native_system_header_dir}"
26549 target_header_dir
=${native_system_header_dir}
26552 # Determine the version of glibc, if any, used on the target.
26553 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for target glibc version" >&5
26554 $as_echo_n "checking for target glibc version... " >&6; }
26556 # Check whether --with-glibc-version was given.
26557 if test "${with_glibc_version+set}" = set; then :
26558 withval
=$with_glibc_version;
26559 if echo "$with_glibc_version" |
grep '^[0-9][0-9]*\.[0-9][0-9]*$'; then
26560 glibc_version_major
=`echo "$with_glibc_version" | sed -e 's/\..*//'`
26561 glibc_version_minor
=`echo "$with_glibc_version" | sed -e 's/.*\.//'`
26563 as_fn_error
"option --with-glibc-version requires a version number M.N" "$LINENO" 5
26567 glibc_version_major
=0
26568 glibc_version_minor
=0
26569 if test -f $target_header_dir/features.h \
26570 && glibc_version_major_define
=`$EGREP '^[ ]*#[ ]*define[ ]+__GLIBC__[ ]+[0-9]' $target_header_dir/features.h` \
26571 && glibc_version_minor_define
=`$EGREP '^[ ]*#[ ]*define[ ]+__GLIBC_MINOR__[ ]+[0-9]' $target_header_dir/features.h`; then
26572 glibc_version_major
=`echo "$glibc_version_major_define" | sed -e 's/.*__GLIBC__[ ]*//'`
26573 glibc_version_minor
=`echo "$glibc_version_minor_define" | sed -e 's/.*__GLIBC_MINOR__[ ]*//'`
26577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibc_version_major.$glibc_version_minor" >&5
26578 $as_echo "$glibc_version_major.$glibc_version_minor" >&6; }
26580 # Check whether --enable-gnu-unique-object was given.
26581 if test "${enable_gnu_unique_object+set}" = set; then :
26582 enableval
=$enable_gnu_unique_object; case $enable_gnu_unique_object in
26584 *) as_fn_error
"'$enable_gnu_unique_object' is an invalid value for --enable-gnu-unique-object.
26585 Valid choices are 'yes' and 'no'." "$LINENO" 5 ;;
26588 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for gnu_unique_object" >&5
26589 $as_echo_n "checking assembler for gnu_unique_object... " >&6; }
26590 if test "${gcc_cv_as_gnu_unique_object+set}" = set; then :
26591 $as_echo_n "(cached) " >&6
26593 gcc_cv_as_gnu_unique_object
=no
26594 if test $in_tree_gas = yes; then
26595 if test $in_tree_gas_is_elf = yes \
26596 && test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 19 \) \* 1000 + 52`
26597 then gcc_cv_as_gnu_unique_object
=yes
26599 elif test x
$gcc_cv_as != x
; then
26600 $as_echo '.type foo, '$target_type_format_char'gnu_unique_object' > conftest.s
26601 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
26602 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
26603 (eval $ac_try) 2>&5
26605 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
26606 test $ac_status = 0; }; }
26608 gcc_cv_as_gnu_unique_object
=yes
26610 echo "configure: failed program was" >&5
26613 rm -f conftest.o conftest.s
26616 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_gnu_unique_object" >&5
26617 $as_echo "$gcc_cv_as_gnu_unique_object" >&6; }
26618 if test $gcc_cv_as_gnu_unique_object = yes; then
26619 # We need to unquote above to to use the definition from config.gcc.
26620 # Also check for ld.so support, i.e. glibc 2.11 or higher.
26622 if test $glibc_version_major -gt 2 \
26623 ||
( test $glibc_version_major -eq 2 && test $glibc_version_minor -ge 11 ); then :
26624 enable_gnu_unique_object
=yes
26630 if test x
$enable_gnu_unique_object = xyes
; then
26632 $as_echo "#define HAVE_GAS_GNU_UNIQUE_OBJECT 1" >>confdefs.h
26636 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for tolerance to line number 0" >&5
26637 $as_echo_n "checking assembler for tolerance to line number 0... " >&6; }
26638 if test "${gcc_cv_as_line_zero+set}" = set; then :
26639 $as_echo_n "(cached) " >&6
26641 gcc_cv_as_line_zero
=no
26642 if test $in_tree_gas = yes; then
26643 if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 16 \) \* 1000 + 91`
26644 then gcc_cv_as_line_zero
=yes
26646 elif test "x$gcc_cv_as" != x
; then
26647 { echo '# 1 "test.s" 1'; echo '# 0 "" 2'; } > conftest.s
26648 if { ac_try
='$gcc_cv_as -o conftest.o conftest.s >&5 2>conftest.out'
26649 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
26650 (eval $ac_try) 2>&5
26652 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
26653 test $ac_status = 0; }; } &&
26654 test "x`cat conftest.out`" = x
26656 gcc_cv_as_line_zero
=yes
26658 echo "configure: failed program was" >&5
26660 echo "configure: error output was" >&5
26661 cat conftest.out
>&5
26663 rm -f conftest.o conftest.s conftest.out
26666 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_line_zero" >&5
26667 $as_echo "$gcc_cv_as_line_zero" >&6; }
26668 if test "x$gcc_cv_as_line_zero" = xyes
; then
26670 $as_echo "#define HAVE_AS_LINE_ZERO 1" >>confdefs.h
26674 { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker PT_GNU_EH_FRAME support" >&5
26675 $as_echo_n "checking linker PT_GNU_EH_FRAME support... " >&6; }
26676 gcc_cv_ld_eh_frame_hdr
=no
26677 if test $in_tree_ld = yes ; then
26678 if test "$gcc_cv_gld_major_version" -eq 2 -a "$gcc_cv_gld_minor_version" -ge 12 -o "$gcc_cv_gld_major_version" -gt 2 \
26679 && test $in_tree_ld_is_elf = yes; then
26680 gcc_cv_ld_eh_frame_hdr
=yes
26682 elif test x
$gcc_cv_ld != x
; then
26683 if echo "$ld_ver" |
grep GNU
> /dev
/null
; then
26684 # Check if linker supports --eh-frame-hdr option
26685 if $gcc_cv_ld --help 2>/dev
/null |
grep eh-frame-hdr
> /dev
/null
; then
26686 gcc_cv_ld_eh_frame_hdr
=yes
26691 # Sun ld has various bugs in .eh_frame_hdr support before version 1.2251.
26692 if test "$ld_vers_major" -gt 1 ||
test "$ld_vers_minor" -ge 2251; then
26693 gcc_cv_ld_eh_frame_hdr
=yes
26700 if test x
"$gcc_cv_ld_eh_frame_hdr" = xyes
; then
26702 $as_echo "#define HAVE_LD_EH_FRAME_HDR 1" >>confdefs.h
26705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_ld_eh_frame_hdr" >&5
26706 $as_echo "$gcc_cv_ld_eh_frame_hdr" >&6; }
26708 { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker CIEv3 in .eh_frame support" >&5
26709 $as_echo_n "checking linker CIEv3 in .eh_frame support... " >&6; }
26710 gcc_cv_ld_eh_frame_ciev3
=no
26711 if test $in_tree_ld = yes ; then
26712 if test "$gcc_cv_gld_major_version" -eq 2 -a "$gcc_cv_gld_minor_version" -ge 16 -o "$gcc_cv_gld_major_version" -gt 2 \
26713 && test $in_tree_ld_is_elf = yes; then
26714 gcc_cv_ld_eh_frame_ciev3
=yes
26716 elif test x
$gcc_cv_ld != x
; then
26717 if echo "$ld_ver" |
grep GNU
> /dev
/null
; then
26718 gcc_cv_ld_eh_frame_ciev3
=yes
26719 if test 0"$ld_date" -lt 20040513; then
26720 if test -n "$ld_date"; then
26721 # If there was date string, but was earlier than 2004-05-13, fail
26722 gcc_cv_ld_eh_frame_ciev3
=no
26723 elif test "$ld_vers_major" -lt 2; then
26724 gcc_cv_ld_eh_frame_ciev3
=no
26725 elif test "$ld_vers_major" -eq 2 -a "$ld_vers_minor" -lt 16; then
26726 gcc_cv_ld_eh_frame_ciev3
=no
26732 # Sun ld added support for CIE v3 in .eh_frame in Solaris 11.1.
26733 if test "$ld_vers_major" -gt 1 ||
test "$ld_vers_minor" -ge 2324; then
26734 gcc_cv_ld_eh_frame_ciev3
=yes
26741 cat >>confdefs.h
<<_ACEOF
26742 #define HAVE_LD_EH_FRAME_CIEV3 `if test x"$gcc_cv_ld_eh_frame_ciev3" = xyes; then echo 1; else echo 0; fi`
26745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_ld_eh_frame_ciev3" >&5
26746 $as_echo "$gcc_cv_ld_eh_frame_ciev3" >&6; }
26748 { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker position independent executable support" >&5
26749 $as_echo_n "checking linker position independent executable support... " >&6; }
26751 if test $in_tree_ld = yes ; then
26752 if test "$gcc_cv_gld_major_version" -eq 2 -a "$gcc_cv_gld_minor_version" -ge 15 -o "$gcc_cv_gld_major_version" -gt 2 \
26753 && test $in_tree_ld_is_elf = yes; then
26756 elif test x
$gcc_cv_ld != x
; then
26757 # Check if linker supports -pie option
26758 if $gcc_cv_ld --help 2>/dev
/null |
grep -- -pie > /dev
/null
; then
26762 if test x
"$gcc_cv_ld_pie" = xyes
; then
26764 $as_echo "#define HAVE_LD_PIE 1" >>confdefs.h
26767 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_ld_pie" >&5
26768 $as_echo "$gcc_cv_ld_pie" >&6; }
26770 { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker EH-compatible garbage collection of sections" >&5
26771 $as_echo_n "checking linker EH-compatible garbage collection of sections... " >&6; }
26772 gcc_cv_ld_eh_gc_sections
=no
26773 if test $in_tree_ld = yes ; then
26774 if test "$gcc_cv_gld_major_version" -eq 2 -a "$gcc_cv_gld_minor_version" -ge 17 -o "$gcc_cv_gld_major_version" -gt 2 \
26775 && test $in_tree_ld_is_elf = yes; then
26776 gcc_cv_ld_eh_gc_sections
=yes
26778 elif test x
$gcc_cv_as != x
-a x
$gcc_cv_ld != x
-a x
$gcc_cv_objdump != x
; then
26779 cat > conftest.s
<<EOF
26782 .type _start, @function
26785 .size _start, .-_start
26786 .section .text.foo,"ax",@progbits
26787 .type foo, @function
26791 .section .gcc_except_table.foo,"a",@progbits
26794 .section .eh_frame,"a",@progbits
26797 if $gcc_cv_as -o conftest.o conftest.s
> /dev
/null
2>&1; then
26798 if $gcc_cv_ld -o conftest conftest.o
--entry=_start
--gc-sections 2>&1 \
26799 |
grep "gc-sections option ignored" > /dev
/null
; then
26800 gcc_cv_ld_eh_gc_sections
=no
26801 elif $gcc_cv_objdump -h conftest
2> /dev
/null \
26802 |
grep gcc_except_table
> /dev
/null
; then
26803 gcc_cv_ld_eh_gc_sections
=yes
26804 # If no COMDAT groups, the compiler will emit .gnu.linkonce.t. sections.
26805 if test x
$gcc_cv_as_comdat_group != xyes
; then
26806 gcc_cv_ld_eh_gc_sections
=no
26807 cat > conftest.s
<<EOF
26810 .type _start, @function
26813 .size _start, .-_start
26814 .section .gnu.linkonce.t.foo,"ax",@progbits
26815 .type foo, @function
26819 .section .gcc_except_table.foo,"a",@progbits
26822 .section .eh_frame,"a",@progbits
26825 if $gcc_cv_as -o conftest.o conftest.s
> /dev
/null
2>&1; then
26826 if $gcc_cv_ld -o conftest conftest.o
--entry=_start
--gc-sections 2>&1 \
26827 |
grep "gc-sections option ignored" > /dev
/null
; then
26828 gcc_cv_ld_eh_gc_sections
=no
26829 elif $gcc_cv_objdump -h conftest
2> /dev
/null \
26830 |
grep gcc_except_table
> /dev
/null
; then
26831 gcc_cv_ld_eh_gc_sections
=yes
26837 rm -f conftest.s conftest.o conftest
26841 # ??? This apparently exposes a binutils bug with PC-relative relocations.
26842 gcc_cv_ld_eh_gc_sections
=no
26845 if test x
$gcc_cv_ld_eh_gc_sections = xyes
; then
26847 $as_echo "#define HAVE_LD_EH_GC_SECTIONS 1" >>confdefs.h
26850 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_ld_eh_gc_sections" >&5
26851 $as_echo "$gcc_cv_ld_eh_gc_sections" >&6; }
26853 { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker EH garbage collection of sections bug" >&5
26854 $as_echo_n "checking linker EH garbage collection of sections bug... " >&6; }
26855 gcc_cv_ld_eh_gc_sections_bug
=no
26856 if test $in_tree_ld = yes ; then
26857 if test "$gcc_cv_gld_major_version" -eq 2 -a "$gcc_cv_gld_minor_version" -lt 19 -o "$gcc_cv_gld_major_version" -lt 2 \
26858 && test $in_tree_ld_is_elf = yes; then
26859 gcc_cv_ld_eh_gc_sections_bug
=yes
26861 elif test x
$gcc_cv_as != x
-a x
$gcc_cv_ld != x
-a x
$gcc_cv_objdump != x
-a x
$gcc_cv_as_comdat_group = xyes
; then
26862 gcc_cv_ld_eh_gc_sections_bug
=yes
26863 cat > conftest.s
<<EOF
26866 .type _start, @function
26869 .size _start, .-_start
26870 .section .text.startup.foo,"ax",@progbits
26871 .type foo, @function
26875 .section .gcc_except_table.foo,"a",@progbits
26878 .section .eh_frame,"a",@progbits
26881 if $gcc_cv_as -o conftest.o conftest.s
> /dev
/null
2>&1; then
26882 if $gcc_cv_ld -o conftest conftest.o
--entry=_start
--gc-sections 2>&1 \
26883 |
grep "gc-sections option ignored" > /dev
/null
; then
26885 elif $gcc_cv_objdump -h conftest
2> /dev
/null \
26886 |
grep gcc_except_table
> /dev
/null
; then
26887 gcc_cv_ld_eh_gc_sections_bug
=no
26890 rm -f conftest.s conftest.o conftest
26892 if test x
$gcc_cv_ld_eh_gc_sections_bug = xyes
; then
26894 $as_echo "#define HAVE_LD_EH_GC_SECTIONS_BUG 1" >>confdefs.h
26897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_ld_eh_gc_sections_bug" >&5
26898 $as_echo "$gcc_cv_ld_eh_gc_sections_bug" >&6; }
26904 { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker --as-needed support" >&5
26905 $as_echo_n "checking linker --as-needed support... " >&6; }
26906 if test "${gcc_cv_ld_as_needed+set}" = set; then :
26907 $as_echo_n "(cached) " >&6
26909 gcc_cv_ld_as_needed
=no
26910 gcc_cv_ld_as_needed_option
='--as-needed'
26911 gcc_cv_ld_no_as_needed_option
='--no-as-needed'
26912 if test $in_tree_ld = yes ; then
26913 if test "$gcc_cv_gld_major_version" -eq 2 -a "$gcc_cv_gld_minor_version" -ge 16 -o "$gcc_cv_gld_major_version" -gt 2 \
26914 && test $in_tree_ld_is_elf = yes; then
26915 gcc_cv_ld_as_needed
=yes
26917 elif test x
$gcc_cv_ld != x
; then
26918 # Check if linker supports --as-needed and --no-as-needed options
26919 if $gcc_cv_ld --help 2>/dev
/null |
grep as-needed
> /dev
/null
; then
26920 gcc_cv_ld_as_needed
=yes
26923 # Solaris 2 ld always supports -z ignore/-z record.
26925 gcc_cv_ld_as_needed
=yes
26926 gcc_cv_ld_as_needed_option
="-z ignore"
26927 gcc_cv_ld_no_as_needed_option
="-z record"
26932 # --as-needed/-z ignore can only be used if libgcc_s.so.1 uses
26933 # dl_iterate_phdr, i.e. since Solaris 11.
26935 *-*-solaris2.1
[1-9]*)
26937 i?
86-*-* | x86_64-
*-*)
26938 if echo "$ld_ver" |
grep GNU
> /dev
/null
; then
26939 # Doesn't work with gld on Solaris/x86 due to PR ld/12320.
26940 gcc_cv_ld_as_needed
=no
26946 gcc_cv_ld_as_needed
=no
26951 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_ld_as_needed" >&5
26952 $as_echo "$gcc_cv_ld_as_needed" >&6; }
26953 if test x
"$gcc_cv_ld_as_needed" = xyes
; then
26955 $as_echo "#define HAVE_LD_AS_NEEDED 1" >>confdefs.h
26958 cat >>confdefs.h
<<_ACEOF
26959 #define LD_AS_NEEDED_OPTION "$gcc_cv_ld_as_needed_option"
26963 cat >>confdefs.h
<<_ACEOF
26964 #define LD_NO_AS_NEEDED_OPTION "$gcc_cv_ld_no_as_needed_option"
26969 case "$target:$tm_file" in
26970 powerpc64-
*-freebsd* | powerpc64
*-*-linux* | powerpc
*-*-linux*rs6000
/biarch64.h
*)
26973 emul_name
="-melf64lppc"
26976 emul_name
="-melf64ppc"
26979 emul_name
="-melf64ppc_fbsd"
26982 { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker support for omitting dot symbols" >&5
26983 $as_echo_n "checking linker support for omitting dot symbols... " >&6; }
26984 if test "${gcc_cv_ld_no_dot_syms+set}" = set; then :
26985 $as_echo_n "(cached) " >&6
26987 gcc_cv_ld_no_dot_syms
=no
26988 if test x
"$ld_is_gold" = xyes
; then
26989 gcc_cv_ld_no_dot_syms
=yes
26990 elif test $in_tree_ld = yes ; then
26991 if test "$gcc_cv_gld_major_version" -eq 2 -a "$gcc_cv_gld_minor_version" -ge 16 -o "$gcc_cv_gld_major_version" -gt 2; then
26992 gcc_cv_ld_no_dot_syms
=yes
26994 elif test x
$gcc_cv_as != x
-a x
$gcc_cv_ld != x
; then
26995 cat > conftest1.s
<<EOF
26999 cat > conftest2.s
<<EOF
27000 .section ".opd","aw"
27003 .type foo,@function
27005 .quad .LEfoo,.TOC.@tocbase,0
27011 if $gcc_cv_as -a64 -o conftest1.o conftest1.s
> /dev
/null
2>&1 \
27012 && $gcc_cv_as -a64 -o conftest2.o conftest2.s
> /dev
/null
2>&1 \
27013 && $gcc_cv_ld $emul_name -o conftest conftest1.o conftest2.o
> /dev
/null
2>&1; then
27014 gcc_cv_ld_no_dot_syms
=yes
27016 rm -f conftest conftest1.o conftest2.o conftest1.s conftest2.s
27020 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_ld_no_dot_syms" >&5
27021 $as_echo "$gcc_cv_ld_no_dot_syms" >&6; }
27022 if test x
"$gcc_cv_ld_no_dot_syms" = xyes
; then
27024 $as_echo "#define HAVE_LD_NO_DOT_SYMS 1" >>confdefs.h
27028 { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker large toc support" >&5
27029 $as_echo_n "checking linker large toc support... " >&6; }
27030 if test "${gcc_cv_ld_large_toc+set}" = set; then :
27031 $as_echo_n "(cached) " >&6
27033 gcc_cv_ld_large_toc
=no
27034 if test x
"$ld_is_gold" = xyes
; then
27035 gcc_cv_ld_large_toc
=yes
27036 elif test $in_tree_ld = yes ; then
27037 if test "$gcc_cv_gld_major_version" -eq 2 -a "$gcc_cv_gld_minor_version" -ge 21 -o "$gcc_cv_gld_major_version" -gt 2; then
27038 gcc_cv_ld_large_toc
=yes
27040 elif test x
$gcc_cv_as != x
-a x
$gcc_cv_ld != x
; then
27041 cat > conftest.s
<<EOF
27042 .section ".tbss","awT",@nobits
27048 addis 9,13,ie0@got@tprel@ha
27049 ld 9,ie0@got@tprel@l(9)
27051 if $gcc_cv_as -a64 -o conftest.o conftest.s
> /dev
/null
2>&1 \
27052 && $gcc_cv_ld $emul_name --no-toc-sort -o conftest conftest.o
> /dev
/null
2>&1; then
27053 gcc_cv_ld_large_toc
=yes
27055 rm -f conftest conftest.o conftest.s
27059 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_ld_large_toc" >&5
27060 $as_echo "$gcc_cv_ld_large_toc" >&6; }
27061 if test x
"$gcc_cv_ld_large_toc" = xyes
; then
27063 $as_echo "#define HAVE_LD_LARGE_TOC 1" >>confdefs.h
27071 { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker large toc support" >&5
27072 $as_echo_n "checking linker large toc support... " >&6; }
27073 if test "${gcc_cv_ld_large_toc+set}" = set; then :
27074 $as_echo_n "(cached) " >&6
27076 gcc_cv_ld_large_toc
=no
27077 if test x
$gcc_cv_as != x
; then
27078 cat > conftest.s
<<EOF
27088 if $gcc_cv_as -a64 -o conftest.o conftest.s
> /dev
/null
2>&1; then
27089 gcc_cv_ld_large_toc
=yes
27091 rm -f conftest conftest.o conftest.s
27095 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_ld_large_toc" >&5
27096 $as_echo "$gcc_cv_ld_large_toc" >&6; }
27097 if test x
"$gcc_cv_ld_large_toc" = xyes
; then
27099 $as_echo "#define HAVE_LD_LARGE_TOC 1" >>confdefs.h
27105 { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker --build-id support" >&5
27106 $as_echo_n "checking linker --build-id support... " >&6; }
27107 if test "${gcc_cv_ld_buildid+set}" = set; then :
27108 $as_echo_n "(cached) " >&6
27110 gcc_cv_ld_buildid
=no
27111 if test $in_tree_ld = yes ; then
27112 if test "$gcc_cv_gld_major_version" -eq 2 -a \
27113 "$gcc_cv_gld_minor_version" -ge 18 -o \
27114 "$gcc_cv_gld_major_version" -gt 2 \
27115 && test $in_tree_ld_is_elf = yes; then
27116 gcc_cv_ld_buildid
=yes
27118 elif test x
$gcc_cv_ld != x
; then
27119 if $gcc_cv_ld --help 2>/dev
/null |
grep build-id
> /dev
/null
; then
27120 gcc_cv_ld_buildid
=yes
27124 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_ld_buildid" >&5
27125 $as_echo "$gcc_cv_ld_buildid" >&6; }
27126 if test x
"$gcc_cv_ld_buildid" = xyes
; then
27128 $as_echo "#define HAVE_LD_BUILDID 1" >>confdefs.h
27132 # Check whether --enable-linker-build-id was given.
27133 if test "${enable_linker_build_id+set}" = set; then :
27134 enableval
=$enable_linker_build_id;
27136 enable_linker_build_id
=no
27140 if test x
"$enable_linker_build_id" = xyes
; then
27141 if test x
"$gcc_cv_ld_buildid" = xyes
; then
27143 $as_echo "#define ENABLE_LD_BUILDID 1" >>confdefs.h
27146 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: --build-id is not supported by your linker; --enable-linker-build-id ignored" >&5
27147 $as_echo "$as_me: WARNING: --build-id is not supported by your linker; --enable-linker-build-id ignored" >&2;}
27151 # In binutils 2.21, GNU ld gained support for new emulations fully
27152 # supporting the Solaris 2 ABI. Detect their presence in the linker used.
27153 { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker *_sol2 emulation support" >&5
27154 $as_echo_n "checking linker *_sol2 emulation support... " >&6; }
27155 if test "${gcc_cv_ld_sol2_emulation+set}" = set; then :
27156 $as_echo_n "(cached) " >&6
27158 gcc_cv_ld_sol2_emulation
=no
27159 if test $in_tree_ld = yes ; then
27160 if test "$gcc_cv_gld_major_version" -eq 2 -a \
27161 "$gcc_cv_gld_minor_version" -ge 21 -o \
27162 "$gcc_cv_gld_major_version" -gt 2 \
27163 && test $in_tree_ld_is_elf = yes; then
27164 gcc_cv_ld_sol2_emulation
=yes
27166 elif test x
$gcc_cv_ld != x
; then
27167 if $gcc_cv_ld -V 2>/dev
/null |
sed -e '1,/Supported emulations/d;q' | \
27168 grep _sol2
> /dev
/null
; then
27169 gcc_cv_ld_sol2_emulation
=yes
27173 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_ld_sol2_emulation" >&5
27174 $as_echo "$gcc_cv_ld_sol2_emulation" >&6; }
27175 if test x
"$gcc_cv_ld_sol2_emulation" = xyes
; then
27177 $as_echo "#define HAVE_LD_SOL2_EMULATION 1" >>confdefs.h
27181 { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker --sysroot support" >&5
27182 $as_echo_n "checking linker --sysroot support... " >&6; }
27183 if test "${gcc_cv_ld_sysroot+set}" = set; then :
27184 $as_echo_n "(cached) " >&6
27186 gcc_cv_ld_sysroot
=no
27187 if test $in_tree_ld = yes ; then
27188 if test "$gcc_cv_gld_major_version" -eq 2 -a "$gcc_cv_gld_minor_version" -ge 16 -o "$gcc_cv_gld_major_version" -gt 2 ; then
27189 gcc_cv_ld_sysroot
=yes
27191 elif test x
$gcc_cv_ld != x
; then
27192 if $gcc_cv_ld --help 2>/dev
/null |
grep sysroot
> /dev
/null
; then
27193 gcc_cv_ld_sysroot
=yes
27197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_ld_sysroot" >&5
27198 $as_echo "$gcc_cv_ld_sysroot" >&6; }
27199 if test x
"$gcc_cv_ld_sysroot" = xyes
; then
27201 $as_echo "#define HAVE_LD_SYSROOT 1" >>confdefs.h
27205 # Test for stack protector support in target C library.
27206 { $as_echo "$as_me:${as_lineno-$LINENO}: checking __stack_chk_fail in target C library" >&5
27207 $as_echo_n "checking __stack_chk_fail in target C library... " >&6; }
27208 if test "${gcc_cv_libc_provides_ssp+set}" = set; then :
27209 $as_echo_n "(cached) " >&6
27211 gcc_cv_libc_provides_ssp
=no
27213 *-*-linux* |
*-*-kfreebsd*-gnu |
*-*-knetbsd*-gnu)
27214 # glibc 2.4 and later provides __stack_chk_fail and
27215 # either __stack_chk_guard, or TLS access to stack guard canary.
27217 if test $glibc_version_major -gt 2 \
27218 ||
( test $glibc_version_major -eq 2 && test $glibc_version_minor -ge 4 ); then :
27219 gcc_cv_libc_provides_ssp
=yes
27222 if test -f $target_header_dir/features.h \
27223 && $EGREP '^[ ]*#[ ]*define[ ]+__GNU_LIBRARY__[ ]+([1-9][0-9]|[6-9])' \
27224 $target_header_dir/features.h
> /dev
/null
; then
27225 if $EGREP '^[ ]*#[ ]*define[ ]+__UCLIBC__[ ]+1' \
27226 $target_header_dir/features.h
> /dev
/null
&& \
27227 test -f $target_header_dir/bits
/uClibc_config.h
&& \
27228 $EGREP '^[ ]*#[ ]*define[ ]+__UCLIBC_HAS_SSP__[ ]+1' \
27229 $target_header_dir/bits
/uClibc_config.h
> /dev
/null
; then
27230 gcc_cv_libc_provides_ssp
=yes
27232 # all versions of Bionic support stack protector
27233 elif test -f $target_header_dir/sys
/cdefs.h \
27234 && $EGREP '^[ ]*#[ ]*define[ ]+__BIONIC__[ ]+1' \
27235 $target_header_dir/sys
/cdefs.h
> /dev
/null
; then
27236 gcc_cv_libc_provides_ssp
=yes
27241 # Avoid complicated tests (see
27242 # <http://gcc.gnu.org/ml/gcc/2008-10/msg00130.html>) and for now
27243 # simply assert that glibc does provide this, which is true for all
27244 # realistically usable GNU/Hurd configurations.
27245 gcc_cv_libc_provides_ssp
=yes;;
27246 *-*-darwin* |
*-*-freebsd*)
27247 ac_fn_c_check_func
"$LINENO" "__stack_chk_fail" "ac_cv_func___stack_chk_fail"
27248 if test "x$ac_cv_func___stack_chk_fail" = x
""yes; then :
27249 gcc_cv_libc_provides_ssp
=yes
27251 echo "no __stack_chk_fail on this target"
27255 *) gcc_cv_libc_provides_ssp
=no
;;
27258 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_libc_provides_ssp" >&5
27259 $as_echo "$gcc_cv_libc_provides_ssp" >&6; }
27261 if test x
$gcc_cv_libc_provides_ssp = xyes
; then
27263 $as_echo "#define TARGET_LIBC_PROVIDES_SSP 1" >>confdefs.h
27267 # Test for <sys/sdt.h> on the target.
27269 { $as_echo "$as_me:${as_lineno-$LINENO}: checking sys/sdt.h in the target C library" >&5
27270 $as_echo_n "checking sys/sdt.h in the target C library... " >&6; }
27272 if test -f $target_header_dir/sys
/sdt.h
; then
27275 $as_echo "#define HAVE_SYS_SDT_H 1" >>confdefs.h
27278 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_sys_sdt_h" >&5
27279 $as_echo "$have_sys_sdt_h" >&6; }
27281 # Check if TFmode long double should be used by default or not.
27282 # Some glibc targets used DFmode long double, but with glibc 2.4
27283 # and later they can use TFmode.
27285 powerpc
*-*-linux* | \
27286 sparc
*-*-linux* | \
27290 # Check whether --with-long-double-128 was given.
27291 if test "${with_long_double_128+set}" = set; then :
27292 withval
=$with_long_double_128; gcc_cv_target_ldbl128
="$with_long_double_128"
27295 if test $glibc_version_major -gt 2 \
27296 ||
( test $glibc_version_major -eq 2 && test $glibc_version_minor -ge 4 ); then :
27297 gcc_cv_target_ldbl128
=yes
27300 gcc_cv_target_ldbl128
=no
27301 grep '^[ ]*#[ ]*define[ ][ ]*__LONG_DOUBLE_MATH_OPTIONAL' \
27302 $target_header_dir/bits
/wordsize.h
> /dev
/null
2>&1 \
27303 && gcc_cv_target_ldbl128
=yes
27310 if test x
$gcc_cv_target_ldbl128 = xyes
; then
27312 $as_echo "#define TARGET_DEFAULT_LONG_DOUBLE_128 1" >>confdefs.h
27316 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dl_iterate_phdr in target C library" >&5
27317 $as_echo_n "checking dl_iterate_phdr in target C library... " >&6; }
27318 gcc_cv_target_dl_iterate_phdr
=unknown
27320 # Restrict to Solaris 11+. While most of the Solaris 11 linker changes
27321 # were backported to Solaris 10 Update 10, dl_iterate_phdr only lives in
27322 # libdl there, both complicating its use and breaking compatibility
27323 # between Solaris 10 updates.
27324 *-*-solaris2.1
[1-9]*)
27325 # <link.h> needs both a dl_iterate_phdr declaration and support for
27326 # compilation with largefile support.
27327 if grep dl_iterate_phdr
$target_header_dir/link.h
> /dev
/null
2>&1 \
27328 && grep 'large file capable' $target_header_dir/link.h
> /dev
/null
2>&1; then
27329 gcc_cv_target_dl_iterate_phdr
=yes
27331 gcc_cv_target_dl_iterate_phdr
=no
27336 if test x
$gcc_cv_target_dl_iterate_phdr = xyes
; then
27338 $as_echo "#define TARGET_DL_ITERATE_PHDR 1" >>confdefs.h
27341 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_target_dl_iterate_phdr" >&5
27342 $as_echo "$gcc_cv_target_dl_iterate_phdr" >&6; }
27344 # We no longer support different GC mechanisms. Emit an error if
27345 # the user configures with --with-gc.
27347 # Check whether --with-gc was given.
27348 if test "${with_gc+set}" = set; then :
27349 withval
=$with_gc; as_fn_error
"Configure option --with-gc is only supported up to GCC 4.7.x" "$LINENO" 5
27353 # Libraries to use on the host. This will normally be set by the top
27354 # level Makefile. Here we simply capture the value for our Makefile.
27355 if test -z "${HOST_LIBS+set}"; then
27360 # Use the system's zlib library.
27362 zlibinc
="-I\$(srcdir)/../zlib"
27364 # Check whether --with-system-zlib was given.
27365 if test "${with_system_zlib+set}" = set; then :
27366 withval
=$with_system_zlib; zlibdir
=
27375 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
27376 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
27377 # Check whether --enable-maintainer-mode was given.
27378 if test "${enable_maintainer_mode+set}" = set; then :
27379 enableval
=$enable_maintainer_mode; maintainer_mode
=$enableval
27385 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $maintainer_mode" >&5
27386 $as_echo "$maintainer_mode" >&6; }
27388 if test "$maintainer_mode" = "yes"; then
27395 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to avoid linking multiple front-ends at once" >&5
27396 $as_echo_n "checking whether to avoid linking multiple front-ends at once... " >&6; }
27397 # Check whether --enable-link-mutex was given.
27398 if test "${enable_link_mutex+set}" = set; then :
27399 enableval
=$enable_link_mutex; do_link_mutex
=$enableval
27404 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $do_link_mutex" >&5
27405 $as_echo "$do_link_mutex" >&6; }
27407 if test "$do_link_mutex" = "yes"; then
27410 DO_LINK_MUTEX
=false
27418 # Make empty files to contain the specs and options for each language.
27419 # Then add #include lines to for a compiler that has specs and/or options.
27425 # These (without "all_") are set in each config-lang.in.
27426 # `language' must be a single word so is spelled singularly.
27429 all_outputs
='Makefile'
27430 # List of language makefile fragments.
27431 all_lang_makefrags
=
27432 # Additional files for gengtype
27433 all_gtfiles
="$target_gtfiles"
27435 # These are the languages that are set in --enable-languages,
27436 # and are available in the GCC tree.
27437 all_selected_languages
=
27439 # Add the language fragments.
27440 # Languages are added via two mechanisms. Some information must be
27441 # recorded in makefile variables, these are defined in config-lang.in.
27442 # We accumulate them and plug them into the main Makefile.
27443 # The other mechanism is a set of hooks for each of the main targets
27444 # like `clean', `install', etc.
27446 language_hooks
="Make-hooks"
27448 for lang
in ${srcdir}/*/config-lang.
in
27450 test "$lang" = "${srcdir}/*/config-lang.in" && continue
27452 lang_alias
=`sed -n -e 's,^language=['"'"'"'"]\(.*\)["'"'"'"'].*$,\1,p' -e 's,^language=\([^ ]*\).*$,\1,p' $lang`
27453 if test "x$lang_alias" = x
27455 echo "$lang doesn't set \$language." 1>&2
27458 subdir
="`echo $lang | sed -e 's,^.*/\([^/]*\)/config-lang.in$,\1,'`"
27459 subdirs
="$subdirs $subdir"
27461 # $gcc_subdir is where the gcc integration files are to be found
27462 # for a language, both for internal compiler purposes (compiler
27463 # sources implementing front-end to GCC tree converters), and for
27464 # build infrastructure purposes (Make-lang.in, etc.)
27466 # This will be <subdir> (relative to $srcdir) if a line like
27467 # gcc_subdir="<subdir>" or gcc_subdir=<subdir>
27468 # is found in <langdir>/config-lang.in, and will remain <langdir>
27471 # Except for the language alias (fetched above), the regular
27472 # "config-lang.in" contents are always retrieved from $gcc_subdir,
27473 # so a <langdir>/config-lang.in setting gcc_subdir typically sets
27474 # only this and the language alias.
27476 gcc_subdir
=`sed -n -e 's,^gcc_subdir=['"'"'"'"]\(.*\)["'"'"'"'].*$,\1,p' -e 's,^gcc_subdir=\([^ ]*\).*$,\1,p' $lang`
27477 if [ "$gcc_subdir" = "" ]; then
27478 gcc_subdir
="$subdir"
27481 case ",$enable_languages," in
27483 all_selected_languages
="$all_selected_languages $lang_alias"
27484 if test -f $srcdir/$gcc_subdir/lang-specs.h
; then
27485 lang_specs_files
="$lang_specs_files $srcdir/$gcc_subdir/lang-specs.h"
27496 .
${srcdir}/$gcc_subdir/config-lang.
in
27497 if test "x$language" = x
27499 echo "${srcdir}/$gcc_subdir/config-lang.in doesn't set \$language." 1>&2
27504 case ",$enable_languages," in
27505 *,$lang_alias,*) ;;
27507 for i
in $subdir_requires; do
27508 test -f "${srcdir}/$i/config-lang.in" && continue
27516 all_lang_makefrags
="$all_lang_makefrags \$(srcdir)/$gcc_subdir/Make-lang.in"
27517 if test -f $srcdir/$gcc_subdir/lang.opt
; then
27518 lang_opt_files
="$lang_opt_files $srcdir/$gcc_subdir/lang.opt"
27519 all_opt_files
="$all_opt_files $srcdir/$gcc_subdir/lang.opt"
27521 if test -f $srcdir/$gcc_subdir/$subdir-tree.def
; then
27522 lang_tree_files
="$lang_tree_files $srcdir/$gcc_subdir/$subdir-tree.def"
27524 all_languages
="$all_languages $language"
27525 all_compilers
="$all_compilers $compilers"
27526 all_outputs
="$all_outputs $outputs"
27527 all_gtfiles
="$all_gtfiles [$subdir] $gtfiles"
27528 case ",$enable_languages," in
27531 $as_echo "#define ENABLE_LTO 1" >>confdefs.h
27541 for language
in $all_selected_languages
27543 check_languages
="$check_languages check-$language"
27546 # We link each language in with a set of hooks, reached indirectly via
27547 # lang.${target}. Only do so for selected languages.
27551 target_list
="all.cross start.encap rest.encap tags \
27552 install-common install-man install-info install-pdf install-html dvi \
27553 pdf html uninstall info man srcextra srcman srcinfo \
27554 mostlyclean clean distclean maintainer-clean install-plugin"
27556 for t
in $target_list
27559 for lang
in $all_selected_languages
27563 echo "lang.$t: $x" >> Make-hooks
27567 # Option include files
27570 ${AWK} -f $srcdir/opt-include.
awk $all_opt_files > option-includes.mk
27571 option_includes
="option-includes.mk"
27580 echo "dir ." > .gdbinit
27581 echo "dir ${srcdir}" >> .gdbinit
27582 if test x
$gdb_needs_out_file_path = xyes
27584 echo "dir ${srcdir}/config/"`dirname ${out_file}` >> .gdbinit
27586 if test "x$subdirs" != x
; then
27589 echo "dir ${srcdir}/$s" >> .gdbinit
27592 echo "source ${srcdir}/gdbinit.in" >> .gdbinit
27593 echo "python import sys; sys.path.append('${srcdir}'); import gdbhooks" >> .gdbinit
27595 # Put a breakpoint on __asan_report_error to help with debugging buffer
27598 *-fsanitize=address
*)
27599 echo "source ${srcdir}/gdbasan.in" >> .gdbinit
27603 gcc_tooldir
='$(libsubdir)/$(libsubdir_to_prefix)$(target_noncanonical)'
27607 # Find a directory in which to install a shared libgcc.
27609 # Check whether --enable-version-specific-runtime-libs was given.
27610 if test "${enable_version_specific_runtime_libs+set}" = set; then :
27611 enableval
=$enable_version_specific_runtime_libs;
27615 # Substitute configuration variables
27679 if test x
${build} = x
${host} ; then
27680 if test x
${host} = x
${target} ; then
27681 echo "Links are now set up to build a native compiler for ${target}." 1>&2
27683 echo "Links are now set up to build a cross-compiler" 1>&2
27684 echo " from ${host} to ${target}." 1>&2
27687 if test x
${host} = x
${target} ; then
27688 echo "Links are now set up to build (on ${build}) a native compiler" 1>&2
27689 echo " for ${target}." 1>&2
27691 echo "Links are now set up to build (on ${build}) a cross-compiler" 1>&2
27692 echo " from ${host} to ${target}." 1>&2
27704 if test "x${CLOOGLIBS}" != "x" ; then
27706 $as_echo "#define HAVE_cloog 1" >>confdefs.h
27710 # Check for plugin support
27711 # Check whether --enable-plugin was given.
27712 if test "${enable_plugin+set}" = set; then :
27713 enableval
=$enable_plugin; enable_plugin
=$enableval
27715 enable_plugin
=yes; default_plugin
=yes
27723 if test x
$build = x
$host; then
27724 export_sym_check
="nm${exeext} -g"
27725 elif test x
$host = x
$target; then
27726 export_sym_check
="$gcc_cv_nm -g"
27732 if test x
$build = x
$host; then
27733 export_sym_check
="objdump${exeext} -T"
27734 elif test x
$host = x
$target; then
27735 export_sym_check
="$gcc_cv_objdump -T"
27742 if test x
"$enable_plugin" = x
"yes"; then
27744 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for exported symbols" >&5
27745 $as_echo_n "checking for exported symbols... " >&6; }
27746 if test "x$export_sym_check" != x
; then
27747 echo "int main() {return 0;} int foobar() {return 0;}" > conftest.c
27748 ${CC} ${CFLAGS} ${LDFLAGS} conftest.c
-o conftest
$ac_exeext > /dev
/null
2>&1
27749 if $export_sym_check conftest
$ac_exeext |
grep -q foobar
> /dev
/null
; then
27750 : # No need to use a flag
27751 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
27752 $as_echo "yes" >&6; }
27754 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
27755 $as_echo "yes" >&6; }
27756 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -rdynamic" >&5
27757 $as_echo_n "checking for -rdynamic... " >&6; }
27758 ${CC} ${CFLAGS} ${LDFLAGS} -rdynamic conftest.c
-o conftest
$ac_exeext > /dev
/null
2>&1
27759 if $export_sym_check conftest
$ac_exeext |
grep -q foobar
> /dev
/null
; then
27760 plugin_rdynamic
=yes
27761 pluginlibs
="-rdynamic"
27766 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $plugin_rdynamic" >&5
27767 $as_echo "$plugin_rdynamic" >&6; }
27770 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unable to check" >&5
27771 $as_echo "unable to check" >&6; }
27776 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlopen" >&5
27777 $as_echo_n "checking for library containing dlopen... " >&6; }
27778 if test "${ac_cv_search_dlopen+set}" = set; then :
27779 $as_echo_n "(cached) " >&6
27781 ac_func_search_save_LIBS
=$LIBS
27782 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
27783 /* end confdefs.h. */
27785 /* Override any GCC internal prototype to avoid an error.
27786 Use char because int might match the return type of a GCC
27787 builtin and then its argument prototype would still apply. */
27800 for ac_lib
in '' dl
; do
27801 if test -z "$ac_lib"; then
27802 ac_res
="none required"
27805 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
27807 if ac_fn_c_try_link
"$LINENO"; then :
27808 ac_cv_search_dlopen
=$ac_res
27810 rm -f core conftest.err conftest.
$ac_objext \
27812 if test "${ac_cv_search_dlopen+set}" = set; then :
27816 if test "${ac_cv_search_dlopen+set}" = set; then :
27819 ac_cv_search_dlopen
=no
27821 rm conftest.
$ac_ext
27822 LIBS
=$ac_func_search_save_LIBS
27824 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlopen" >&5
27825 $as_echo "$ac_cv_search_dlopen" >&6; }
27826 ac_res
=$ac_cv_search_dlopen
27827 if test "$ac_res" != no
; then :
27828 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
27832 if test x
"$ac_cv_search_dlopen" = x
"-ldl"; then
27833 pluginlibs
="$pluginlibs -ldl"
27837 # Check that we can build shared objects with -fPIC -shared
27838 saved_LDFLAGS
="$LDFLAGS"
27839 saved_CFLAGS
="$CFLAGS"
27842 CFLAGS
=`echo $CFLAGS | sed s/-mdynamic-no-pic//g`
27843 CFLAGS
="$CFLAGS -fPIC"
27844 LDFLAGS
="$LDFLAGS -shared -undefined dynamic_lookup"
27847 CFLAGS
="$CFLAGS -fPIC"
27848 LDFLAGS
="$LDFLAGS -fPIC -shared"
27851 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -fPIC -shared" >&5
27852 $as_echo_n "checking for -fPIC -shared... " >&6; }
27853 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
27854 /* end confdefs.h. */
27864 if ac_fn_c_try_link
"$LINENO"; then :
27865 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
27866 $as_echo "yes" >&6; }; have_pic_shared
=yes
27868 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
27869 $as_echo "no" >&6; }; have_pic_shared
=no
27871 rm -f core conftest.err conftest.
$ac_objext \
27872 conftest
$ac_exeext conftest.
$ac_ext
27873 if test x
"$have_pic_shared" != x
"yes" -o x
"$ac_cv_search_dlopen" = x
"no"; then
27877 LDFLAGS
="$saved_LDFLAGS"
27878 CFLAGS
="$saved_CFLAGS"
27880 # If plugin support had been requested but not available, fail.
27881 if test x
"$enable_plugin" = x
"no" ; then
27882 if test x
"$default_plugin" != x
"yes"; then
27884 Building GCC with plugin support requires a host that supports
27885 -fPIC, -shared, -ldl and -rdynamic." "$LINENO" 5
27892 if test x
"$enable_plugin" = x
"yes"; then
27894 $as_echo "#define ENABLE_PLUGIN 1" >>confdefs.h
27899 # Enable --enable-host-shared
27900 # Check whether --enable-host-shared was given.
27901 if test "${enable_host_shared+set}" = set; then :
27902 enableval
=$enable_host_shared; PICFLAG
=-fPIC
27911 # Check whether --enable-libquadmath-support was given.
27912 if test "${enable_libquadmath_support+set}" = set; then :
27913 enableval
=$enable_libquadmath_support; ENABLE_LIBQUADMATH_SUPPORT
=$enableval
27915 ENABLE_LIBQUADMATH_SUPPORT
=yes
27918 if test "${ENABLE_LIBQUADMATH_SUPPORT}" != "no" ; then
27920 $as_echo "#define ENABLE_LIBQUADMATH_SUPPORT 1" >>confdefs.h
27925 # Specify what hash style to use by default.
27927 # Check whether --with-linker-hash-style was given.
27928 if test "${with_linker_hash_style+set}" = set; then :
27929 withval
=$with_linker_hash_style; case x
"$withval" in
27931 LINKER_HASH_STYLE
=sysv
27934 LINKER_HASH_STYLE
=gnu
27937 LINKER_HASH_STYLE
=both
27940 as_fn_error
"$withval is an invalid option to --with-linker-hash-style" "$LINENO" 5
27944 LINKER_HASH_STYLE
=''
27947 if test x
"${LINKER_HASH_STYLE}" != x
; then
27949 cat >>confdefs.h
<<_ACEOF
27950 #define LINKER_HASH_STYLE "$LINKER_HASH_STYLE"
27955 # Configure the subdirectories
27956 # AC_CONFIG_SUBDIRS($subdirs)
27958 # Create the Makefile
27959 # and configure language subdirectories
27960 ac_config_files
="$ac_config_files $all_outputs"
27963 ac_config_commands
="$ac_config_commands default"
27965 cat >confcache
<<\_ACEOF
27966 # This file is a shell script that caches the results of configure
27967 # tests run on this system so they can be shared between configure
27968 # scripts and configure runs, see configure's option --config-cache.
27969 # It is not useful on other systems. If it contains results you don't
27970 # want to keep, you may remove or edit it.
27972 # config.status only pays attention to the cache file if you give it
27973 # the --recheck option to rerun configure.
27975 # `ac_cv_env_foo' variables (set or unset) will be overridden when
27976 # loading this file, other *unset* `ac_cv_foo' will be assigned the
27977 # following values.
27981 # The following way of writing the cache mishandles newlines in values,
27982 # but we know of no workaround that is simple, portable, and efficient.
27983 # So, we kill variables containing newlines.
27984 # Ultrix sh set writes to stderr and can't be redirected directly,
27985 # and sets the high bit in the cache file unless we assign to the vars.
27987 for ac_var
in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
27988 eval ac_val
=\$
$ac_var
27992 *_cv_
*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
27993 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
27996 _ | IFS | as_nl
) ;; #(
27997 BASH_ARGV | BASH_SOURCE
) eval $ac_var= ;; #(
27998 *) { eval $ac_var=; unset $ac_var;} ;;
28004 case $as_nl`(ac_space=' '; set) 2>&1` in #(
28005 *${as_nl}ac_space
=\
*)
28006 # `set' does not quote correctly, so add quotes: double-quote
28007 # substitution turns \\\\ into \\, and sed turns \\ into \.
28010 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
28013 # `set' quotes correctly as required by POSIX, so do not add quotes.
28014 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
28023 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
28025 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
28027 if diff "$cache_file" confcache
>/dev
/null
2>&1; then :; else
28028 if test -w "$cache_file"; then
28029 test "x$cache_file" != "x/dev/null" &&
28030 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
28031 $as_echo "$as_me: updating cache $cache_file" >&6;}
28032 cat confcache
>$cache_file
28034 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
28035 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
28040 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
28041 # Let make expand exec_prefix.
28042 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
28044 DEFS
=-DHAVE_CONFIG_H
28048 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
28049 # 1. Remove the extension, and $U if already installed.
28050 ac_script
='s/\$U\././;s/\.o$//;s/\.obj$//'
28051 ac_i
=`$as_echo "$ac_i" | sed "$ac_script"`
28052 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
28053 # will be set to the directory where LIBOBJS objects are built.
28054 as_fn_append ac_libobjs
" \${LIBOBJDIR}$ac_i\$U.$ac_objext"
28055 as_fn_append ac_ltlibobjs
" \${LIBOBJDIR}$ac_i"'$U.lo'
28057 LIBOBJS
=$ac_libobjs
28059 LTLIBOBJS
=$ac_ltlibobjs
28064 : ${CONFIG_STATUS=./config.status}
28066 ac_clean_files_save
=$ac_clean_files
28067 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
28068 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
28069 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
28071 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
28073 # Generated by $as_me.
28074 # Run this file to recreate the current configuration.
28075 # Compiler output produced by configure, useful for debugging
28076 # configure, is in config.log if it exists.
28079 ac_cs_recheck=false
28082 SHELL=\${CONFIG_SHELL-$SHELL}
28085 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail
=1
28086 ## -------------------- ##
28087 ## M4sh Initialization. ##
28088 ## -------------------- ##
28090 # Be more Bourne compatible
28091 DUALCASE
=1; export DUALCASE
# for MKS sh
28092 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then :
28095 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
28096 # is contrary to our usage. Disable this feature.
28097 alias -g '${1+"$@"}'='"$@"'
28098 setopt NO_GLOB_SUBST
28100 case `(set -o) 2>/dev/null` in #(
28112 # Printing a long string crashes Solaris 7 /usr/bin/printf.
28113 as_echo
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
28114 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
28115 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
28116 # Prefer a ksh shell builtin over an external printf program on Solaris,
28117 # but without wasting forks for bash or zsh.
28118 if test -z "$BASH_VERSION$ZSH_VERSION" \
28119 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
28120 as_echo='print
-r --'
28121 as_echo_n='print
-rn --'
28122 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
28123 as_echo='printf %s
\n'
28124 as_echo_n='printf %s
'
28126 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
28127 as_echo_body='eval /usr
/ucb
/echo -n "$1$as_nl"'
28128 as_echo_n='/usr
/ucb
/echo -n'
28130 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
28131 as_echo_n_body='eval
28135 expr "X$arg" : "X\\(.*\\)$as_nl";
28136 arg
=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
28138 expr "X$arg" : "X\\(.*\\)" |
tr -d "$as_nl"
28140 export as_echo_n_body
28141 as_echo_n='sh
-c $as_echo_n_body as_echo
'
28143 export as_echo_body
28144 as_echo='sh
-c $as_echo_body as_echo
'
28147 # The user is always right.
28148 if test "${PATH_SEPARATOR+set}" != set; then
28150 (PATH='/bin
;/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
28151 (PATH='/bin
:/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
28158 # We need space, tab and new line, in precisely that order. Quoting is
28159 # there to prevent editors from complaining about space-tab.
28160 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
28161 # splitting by setting IFS to empty value.)
28164 # Find who we are. Look in the path if we contain no directory separator.
28166 *[\\/]* ) as_myself=$0 ;;
28167 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
28168 for as_dir in $PATH
28171 test -z "$as_dir" && as_dir=.
28172 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
28178 # We did not find ourselves, most probably we were run as `sh COMMAND'
28179 # in which case we are not to be found in the path.
28180 if test "x$as_myself" = x
; then
28183 if test ! -f "$as_myself"; then
28184 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
28188 # Unset variables that we do not need and which cause bugs (e.g. in
28189 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
28190 # suppresses any "Segmentation fault" message there. '((' could
28191 # trigger a bug in pdksh 5.2.14.
28192 for as_var
in BASH_ENV ENV MAIL MAILPATH
28193 do eval test x\
${$as_var+set} = xset \
28194 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
28207 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
28210 # as_fn_error ERROR [LINENO LOG_FD]
28211 # ---------------------------------
28212 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
28213 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
28214 # script with status $?, using 1 if that was 0.
28217 as_status
=$?
; test $as_status -eq 0 && as_status
=1
28219 as_lineno
=${as_lineno-"$2"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
28220 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
28222 $as_echo "$as_me: error: $1" >&2
28223 as_fn_exit
$as_status
28227 # as_fn_set_status STATUS
28228 # -----------------------
28229 # Set $? to STATUS, without forking.
28230 as_fn_set_status
()
28233 } # as_fn_set_status
28235 # as_fn_exit STATUS
28236 # -----------------
28237 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
28241 as_fn_set_status
$1
28247 # Portably unset VAR.
28250 { eval $1=; unset $1;}
28252 as_unset
=as_fn_unset
28253 # as_fn_append VAR VALUE
28254 # ----------------------
28255 # Append the text in VALUE to the end of the definition contained in VAR. Take
28256 # advantage of any shell optimizations that allow amortized linear growth over
28257 # repeated appends, instead of the typical quadratic growth present in naive
28259 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
28260 eval 'as_fn_append ()
28271 # as_fn_arith ARG...
28272 # ------------------
28273 # Perform arithmetic evaluation on the ARGs, and store the result in the
28274 # global $as_val. Take advantage of shells that can avoid forks. The arguments
28275 # must be portable across $(()) and expr.
28276 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
28277 eval 'as_fn_arith ()
28284 as_val
=`expr "$@" || test $? -eq 1`
28289 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
28290 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
28296 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
28297 as_basename
=basename
28302 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
28308 as_me
=`$as_basename -- "$0" ||
28309 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
28310 X"$0" : 'X\(//\)$' \| \
28311 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
28313 sed '/^.*\/\([^/][^/]*\)\/*$/{
28327 # Avoid depending upon Character Ranges.
28328 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
28329 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
28330 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
28331 as_cr_digits
='0123456789'
28332 as_cr_alnum
=$as_cr_Letters$as_cr_digits
28334 ECHO_C
= ECHO_N
= ECHO_T
=
28335 case `echo -n x` in #(((((
28337 case `echo 'xy\c'` in
28338 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
28340 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
28347 rm -f conf$$ conf$$.exe conf$$.
file
28348 if test -d conf$$.dir
; then
28349 rm -f conf$$.dir
/conf$$.
file
28352 mkdir conf$$.dir
2>/dev
/null
28354 if (echo >conf$$.
file) 2>/dev
/null
; then
28355 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
28357 # ... but there are two gotchas:
28358 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
28359 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
28360 # In both cases, we have to default to `cp -p'.
28361 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
28363 elif ln conf$$.
file conf$$
2>/dev
/null
; then
28371 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
28372 rmdir conf$$.dir
2>/dev
/null
28377 # Create "$as_dir" as a directory, including parents if necessary.
28382 -*) as_dir
=.
/$as_dir;;
28384 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
28388 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
28389 *) as_qdir
=$as_dir;;
28391 as_dirs
="'$as_qdir' $as_dirs"
28392 as_dir
=`$as_dirname -- "$as_dir" ||
28393 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
28394 X"$as_dir" : 'X\(//\)[^/]' \| \
28395 X"$as_dir" : 'X\(//\)$' \| \
28396 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
28397 $as_echo X"$as_dir" |
28398 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
28402 /^X\(\/\/\)[^/].*/{
28415 test -d "$as_dir" && break
28417 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
28418 } ||
test -d "$as_dir" || as_fn_error
"cannot create directory $as_dir"
28422 if mkdir
-p .
2>/dev
/null
; then
28423 as_mkdir_p
='mkdir -p "$as_dir"'
28425 test -d .
/-p && rmdir .
/-p
28429 if test -x / >/dev
/null
2>&1; then
28430 as_test_x
='test -x'
28432 if ls -dL / >/dev
/null
2>&1; then
28439 if test -d "$1"; then
28445 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
28446 ???[sx]*):;;*)false;;esac;fi
28450 as_executable_p
=$as_test_x
28452 # Sed expression to map a string onto a valid CPP name.
28453 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
28455 # Sed expression to map a string onto a valid variable name.
28456 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
28460 ## ----------------------------------- ##
28461 ## Main body of $CONFIG_STATUS script. ##
28462 ## ----------------------------------- ##
28464 test $as_write_fail = 0 && chmod +x
$CONFIG_STATUS || ac_write_fail
=1
28466 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
28467 # Save the log message, to keep $0 and so on meaningful, and to
28468 # report actual input values of CONFIG_FILES etc. instead of their
28469 # values after options handling.
28471 This file was extended by $as_me, which was
28472 generated by GNU Autoconf 2.64. Invocation command line was
28474 CONFIG_FILES = $CONFIG_FILES
28475 CONFIG_HEADERS = $CONFIG_HEADERS
28476 CONFIG_LINKS = $CONFIG_LINKS
28477 CONFIG_COMMANDS = $CONFIG_COMMANDS
28480 on `(hostname || uname -n) 2>/dev/null | sed 1q`
28485 case $ac_config_files in *"
28486 "*) set x
$ac_config_files; shift; ac_config_files
=$
*;;
28489 case $ac_config_headers in *"
28490 "*) set x
$ac_config_headers; shift; ac_config_headers
=$
*;;
28494 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28495 # Files that config.status was made for.
28496 config_files="$ac_config_files"
28497 config_headers="$ac_config_headers"
28498 config_commands="$ac_config_commands"
28502 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
28504 \`$as_me' instantiates files and other configuration actions
28505 from templates according to the current configuration. Unless the files
28506 and actions are specified as TAGs, all are instantiated by default.
28508 Usage: $0 [OPTION]... [TAG]...
28510 -h, --help print this help, then exit
28511 -V, --version print version number and configuration settings, then exit
28512 -q, --quiet, --silent
28513 do not print progress messages
28514 -d, --debug don't remove temporary files
28515 --recheck update $as_me by reconfiguring in the same conditions
28516 --file=FILE[:TEMPLATE]
28517 instantiate the configuration file FILE
28518 --header=FILE[:TEMPLATE]
28519 instantiate the configuration header FILE
28521 Configuration files:
28524 Configuration headers:
28527 Configuration commands:
28530 Report bugs to the package provider."
28533 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28536 configured by $0, generated by GNU Autoconf 2.64,
28537 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
28539 Copyright (C) 2009 Free Software Foundation, Inc.
28540 This config.status script is free software; the Free Software Foundation
28541 gives unlimited permission to copy, distribute and modify it."
28546 test -n "\$AWK" || AWK=awk
28549 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
28550 # The default lists apply if the user does not specify any file.
28556 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
28557 ac_optarg
=`expr "X$1" : 'X[^=]*=\(.*\)'`
28568 # Handling of the options.
28569 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
28571 --version |
--versio |
--versi |
--vers |
--ver |
--ve |
--v |
-V )
28572 $as_echo "$ac_cs_version"; exit ;;
28573 --debug |
--debu |
--deb |
--de |
--d |
-d )
28575 --file |
--fil |
--fi |
--f )
28578 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
28580 as_fn_append CONFIG_FILES
" '$ac_optarg'"
28581 ac_need_defaults
=false
;;
28582 --header |
--heade |
--head |
--hea )
28585 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
28587 as_fn_append CONFIG_HEADERS
" '$ac_optarg'"
28588 ac_need_defaults
=false
;;
28590 # Conflict between --help and --header
28591 as_fn_error
"ambiguous option: \`$1'
28592 Try \`$0 --help' for more information.";;
28593 --help |
--hel |
-h )
28594 $as_echo "$ac_cs_usage"; exit ;;
28595 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
28596 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
28599 # This is an error.
28600 -*) as_fn_error
"unrecognized option: \`$1'
28601 Try \`$0 --help' for more information." ;;
28603 *) as_fn_append ac_config_targets
" $1"
28604 ac_need_defaults
=false
;;
28610 ac_configure_extra_args
=
28612 if $ac_cs_silent; then
28614 ac_configure_extra_args
="$ac_configure_extra_args --silent"
28618 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28619 if \$ac_cs_recheck; then
28620 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
28622 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
28623 CONFIG_SHELL='$SHELL'
28624 export CONFIG_SHELL
28629 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
28633 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
28634 ## Running $as_me. ##
28640 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28644 ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
28645 subdirs="$subdirs" ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
28650 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
28652 # Handling of arguments.
28653 for ac_config_target
in $ac_config_targets
28655 case $ac_config_target in
28656 "auto-host.h") CONFIG_HEADERS
="$CONFIG_HEADERS auto-host.h:config.in" ;;
28657 "depdir") CONFIG_COMMANDS
="$CONFIG_COMMANDS depdir" ;;
28658 "gccdepdir") CONFIG_COMMANDS
="$CONFIG_COMMANDS gccdepdir" ;;
28659 "as") CONFIG_FILES
="$CONFIG_FILES as:exec-tool.in" ;;
28660 "collect-ld") CONFIG_FILES
="$CONFIG_FILES collect-ld:exec-tool.in" ;;
28661 "nm") CONFIG_FILES
="$CONFIG_FILES nm:exec-tool.in" ;;
28662 "$all_outputs") CONFIG_FILES
="$CONFIG_FILES $all_outputs" ;;
28663 "default") CONFIG_COMMANDS
="$CONFIG_COMMANDS default" ;;
28665 *) as_fn_error
"invalid argument: \`$ac_config_target'" "$LINENO" 5;;
28670 # If the user did not use the arguments to specify the items to instantiate,
28671 # then the envvar interface is used. Set only those that are not.
28672 # We use the long form for the default assignment because of an extremely
28673 # bizarre bug on SunOS 4.1.3.
28674 if $ac_need_defaults; then
28675 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
28676 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
28677 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
28680 # Have a temporary directory for convenience. Make it in the build tree
28681 # simply because there is no reason against having it here, and in addition,
28682 # creating and moving files from /tmp can sometimes cause problems.
28683 # Hook for its removal unless debugging.
28684 # Note that there is a small window in which the directory will not be cleaned:
28685 # after its creation but before its name has been assigned to `$tmp'.
28689 trap 'exit_status=$?
28690 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
28692 trap 'as_fn_exit 1' 1 2 13 15
28694 # Create a (secure) tmp directory for tmp files.
28697 tmp
=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
28698 test -n "$tmp" && test -d "$tmp"
28701 tmp
=.
/conf$$
-$RANDOM
28702 (umask 077 && mkdir
"$tmp")
28703 } || as_fn_error
"cannot create a temporary directory in ." "$LINENO" 5
28705 # Set up the scripts for CONFIG_FILES section.
28706 # No need to generate them if there are no CONFIG_FILES.
28707 # This happens for instance with `./config.status config.h'.
28708 if test -n "$CONFIG_FILES"; then
28710 if $AWK 'BEGIN { getline <"/dev/null" }' </dev
/null
2>/dev
/null
; then
28711 ac_cs_awk_getline
=:
28712 ac_cs_awk_pipe_init
=
28713 ac_cs_awk_read_file
='
28714 while ((getline aline < (F[key])) > 0)
28717 ac_cs_awk_pipe_fini
=
28719 ac_cs_awk_getline
=false
28720 ac_cs_awk_pipe_init
="print \"cat <<'|#_!!_#|' &&\""
28721 ac_cs_awk_read_file
='
28723 print "cat " F[key] " &&"
28724 '$ac_cs_awk_pipe_init
28725 # The final `:' finishes the AND list.
28726 ac_cs_awk_pipe_fini
='END { print "|#_!!_#|"; print ":" }'
28728 ac_cr
=`echo X | tr X '\015'`
28729 # On cygwin, bash can eat \r inside `` if the user requested igncr.
28730 # But we know of no other shell where ac_cr would be empty at this
28731 # point, so we can use a bashism as a fallback.
28732 if test "x$ac_cr" = x
; then
28733 eval ac_cr
=\$
\'\\r
\'
28735 ac_cs_awk_cr
=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
28736 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
28739 ac_cs_awk_cr
=$ac_cr
28742 echo 'BEGIN {' >"$tmp/subs1.awk" &&
28745 # Create commands to substitute file output variables.
28747 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
28748 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
28749 echo "$ac_subst_files" |
sed 's/.*/F["&"]="$&"/' &&
28752 } >conf$
$files.sh
&&
28753 . .
/conf$
$files.sh ||
28754 as_fn_error
"could not make $CONFIG_STATUS" "$LINENO" 5
28755 rm -f conf$
$files.sh
28758 echo "cat >conf$$subs.awk <<_ACEOF" &&
28759 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
28761 } >conf$$subs.sh ||
28762 as_fn_error "could not
make $CONFIG_STATUS" "$LINENO" 5
28763 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
28765 for ac_last_try in false false false false false :; do
28766 . ./conf$$subs.sh ||
28767 as_fn_error "could not
make $CONFIG_STATUS" "$LINENO" 5
28769 ac_delim_n=`sed -n "s
/.
*$ac_delim\$
/X
/p
" conf$$subs.awk | grep -c X`
28770 if test $ac_delim_n = $ac_delim_num; then
28772 elif $ac_last_try; then
28773 as_fn_error "could not
make $CONFIG_STATUS" "$LINENO" 5
28775 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
28778 rm -f conf$$subs.sh
28780 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28781 cat >>"\
$tmp/subs1.
awk" <<\\_ACAWK &&
28785 s/^/S["/; s
/!.
*/"]=/
28795 s/\(.\{148\}\).*/\1/
28797 s/["\\]/\\&/g
; s
/^
/"/; s/$/\\n"\\/
28802 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
28809 s/\(.\{148\}\).*/\1/
28811 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/
28815 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
28820 ' <conf$$subs.awk | sed '
28825 ' >>$CONFIG_STATUS || ac_write_fail=1
28826 rm -f conf$$subs.awk
28827 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28829 cat >>"\
$tmp/subs1.
awk" <<_ACAWK &&
28830 for (key in S) S_is_set[key] = 1
28832 \$ac_cs_awk_pipe_init
28836 nfields = split(line, field, "@
")
28838 len = length(field[1])
28839 for (i = 2; i < nfields; i++) {
28841 keylen = length(key)
28842 if (S_is_set[key]) {
28844 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
28845 len += length(value) + length(field[++i])
28850 if (nfields == 3 && !substed) {
28852 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
28853 \$ac_cs_awk_read_file
28859 \$ac_cs_awk_pipe_fini
28862 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28863 if sed "s
/$ac_cr//" < /dev/null > /dev/null 2>&1; then
28864 sed "s
/$ac_cr\$
//; s
/$ac_cr/$ac_cs_awk_cr/g
"
28867 fi < "$tmp/subs1.
awk" > "$tmp/subs.
awk" \
28868 || as_fn_error "could not setup config files machinery
" "$LINENO" 5
28871 # VPATH may cause trouble with some makes, so we remove $(srcdir),
28872 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".
", strip leading and
28873 # trailing colons and then remove the whole line if VPATH becomes empty
28874 # (actually we leave an empty line to preserve line numbers).
28875 if test "x
$srcdir" = x.; then
28876 ac_vpsub='/^[ ]*VPATH[ ]*=/{
28877 s/:*\$(srcdir):*/:/
28878 s/:*\${srcdir}:*/:/
28880 s/^\([^=]*=[ ]*\):*/\1/
28886 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28887 fi # test -n "$CONFIG_FILES"
28889 # Set up the scripts for CONFIG_HEADERS section.
28890 # No need to generate them if there are no CONFIG_HEADERS.
28891 # This happens for instance with `./config.status Makefile'.
28892 if test -n "$CONFIG_HEADERS"; then
28893 cat >"$tmp/defines.
awk" <<\_ACAWK ||
28897 # Transform confdefs.h into an awk script `defines.awk', embedded as
28898 # here-document in config.status, that substitutes the proper values into
28899 # config.h.in to produce config.h.
28901 # Create a delimiter string that does not exist in confdefs.h, to ease
28902 # handling of long lines.
28904 for ac_last_try in false false :; do
28905 ac_t=`sed -n "/$ac_delim/p
" confdefs.h`
28906 if test -z "$ac_t"; then
28908 elif $ac_last_try; then
28909 as_fn_error "could not
make $CONFIG_HEADERS" "$LINENO" 5
28911 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
28915 # For the awk script, D is an array of macro values keyed by name,
28916 # likewise P contains macro parameters if any. Preserve backslash
28917 # newline sequences.
28919 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
28921 s/.\{148\}/&'"$ac_delim"'/g
28924 s/^[ ]*#[ ]*define[ ][ ]*/ /
28931 s
/^ \
('"$ac_word_re"'\
)\
(([^
()]*)\
)[ ]*\
(.
*\
)/P
["\1"]="\2"\
28933 s
/^ \
('"$ac_word_re"'\
)[ ]*\
(.
*\
)/D
["\1"]=" \2"/p
28937 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\
1"]="\
2"\
28938 D["\
1"]=" \
3\\\\\\n
"\\/p
28940 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\
1"]=" \
2\\\\\\n
"\\/p
28945 s/.\{148\}/&'"$ac_delim"'/g
28950 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/p
28953 s
/["\\]/\\&/g; s/^/"/; s
/$
/\\\\\\n
"\\/p
28955 ' <confdefs.h | sed '
28956 s/'"$ac_delim"'/"\\\
28957 "/g' >>$CONFIG_STATUS || ac_write_fail=1
28959 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28960 for (key in D) D_is_set[key] = 1
28963 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
28965 split(line, arg, " ")
28966 if (arg[1] == "#") {
28970 defundef
= substr
(arg
[1], 2)
28973 split(mac1
, mac2
, "(") #)
28975 prefix
= substr
(line
, 1, index
(line
, defundef
) - 1)
28976 if (D_is_set
[macro
]) {
28977 # Preserve the white space surrounding the "#".
28978 print prefix
"define", macro P
[macro
] D
[macro
]
28981 # Replace #undef with comments. This is necessary, for example,
28982 # in the case of _POSIX_SOURCE, which is predefined and required
28983 # on some systems where configure will not decide to define it.
28984 if (defundef
== "undef") {
28985 print
"/*", prefix defundef
, macro
, "*/"
28993 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
28994 as_fn_error
"could not setup config headers machinery" "$LINENO" 5
28995 fi # test -n "$CONFIG_HEADERS"
28998 eval set X
" :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
29003 :[FHLC
]) ac_mode
=$ac_tag; continue;;
29005 case $ac_mode$ac_tag in
29007 :L
* |
:C
*:*) as_fn_error
"invalid tag \`$ac_tag'" "$LINENO" 5;;
29008 :[FH
]-) ac_tag
=-:-;;
29009 :[FH
]*) ac_tag
=$ac_tag:$ac_tag.
in;;
29026 -) ac_f
="$tmp/stdin";;
29027 *) # Look for the file first in the build tree, then in the source tree
29028 # (if the path is not absolute). The absolute path cannot be DOS-style,
29029 # because $ac_f cannot contain `:'.
29033 *) test -f "$srcdir/$ac_f" && ac_f
="$srcdir/$ac_f";;
29035 as_fn_error
"cannot find input file: \`$ac_f'" "$LINENO" 5;;
29037 case $ac_f in *\'*) ac_f
=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
29038 as_fn_append ac_file_inputs
" '$ac_f'"
29041 # Let's still pretend it is `configure' which instantiates (i.e., don't
29042 # use $as_me), people would be surprised to read:
29043 # /* config.h. Generated by config.status. */
29044 configure_input
='Generated from '`
29045 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
29047 if test x
"$ac_file" != x-
; then
29048 configure_input
="$ac_file. $configure_input"
29049 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
29050 $as_echo "$as_me: creating $ac_file" >&6;}
29052 # Neutralize special characters interpreted by sed in replacement strings.
29053 case $configure_input in #(
29054 *\
&* |
*\|
* |
*\\* )
29055 ac_sed_conf_input
=`$as_echo "$configure_input" |
29056 sed 's/[\\\\&|]/\\\\&/g'`;; #(
29057 *) ac_sed_conf_input
=$configure_input;;
29061 *:-:* |
*:-) cat >"$tmp/stdin" \
29062 || as_fn_error
"could not create $ac_file" "$LINENO" 5 ;;
29067 ac_dir
=`$as_dirname -- "$ac_file" ||
29068 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
29069 X"$ac_file" : 'X\(//\)[^/]' \| \
29070 X"$ac_file" : 'X\(//\)$' \| \
29071 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
29072 $as_echo X"$ac_file" |
29073 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
29077 /^X\(\/\/\)[^/].*/{
29090 as_dir
="$ac_dir"; as_fn_mkdir_p
29094 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
29096 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
29097 # A ".." for each directory in $ac_dir_suffix.
29098 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
29099 case $ac_top_builddir_sub in
29100 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
29101 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
29104 ac_abs_top_builddir
=$ac_pwd
29105 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
29106 # for backward compatibility:
29107 ac_top_builddir
=$ac_top_build_prefix
29110 .
) # We are building in place.
29112 ac_top_srcdir
=$ac_top_builddir_sub
29113 ac_abs_top_srcdir
=$ac_pwd ;;
29114 [\\/]* | ?
:[\\/]* ) # Absolute name.
29115 ac_srcdir
=$srcdir$ac_dir_suffix;
29116 ac_top_srcdir
=$srcdir
29117 ac_abs_top_srcdir
=$srcdir ;;
29118 *) # Relative name.
29119 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
29120 ac_top_srcdir
=$ac_top_build_prefix$srcdir
29121 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
29123 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
29134 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
29135 # If the template does not know about datarootdir, expand it.
29136 # FIXME: This hack should be removed a few years after 2.60.
29137 ac_datarootdir_hack
=; ac_datarootdir_seen
=
29148 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
29149 *datarootdir
*) ac_datarootdir_seen
=yes;;
29150 *@datadir@
*|
*@docdir@
*|
*@infodir@
*|
*@localedir@
*|
*@mandir@
*)
29151 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
29152 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
29154 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29155 ac_datarootdir_hack='
29156 s&@datadir@&$datadir&g
29157 s&@docdir@&$docdir&g
29158 s&@infodir@&$infodir&g
29159 s&@localedir@&$localedir&g
29160 s&@mandir@&$mandir&g
29161 s&\\\${datarootdir}&$datarootdir&g' ;;
29165 # Neutralize VPATH when `$srcdir' = `.'.
29166 # Shell code in configure.ac might set extrasub.
29167 # FIXME: do we really want to maintain this feature?
29168 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29169 ac_sed_extra="$ac_vpsub
29172 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
29174 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
29175 s|@configure_input@|
$ac_sed_conf_input|
;t t
29176 s
&@top_builddir@
&$ac_top_builddir_sub&;t t
29177 s
&@top_build_prefix@
&$ac_top_build_prefix&;t t
29178 s
&@srcdir@
&$ac_srcdir&;t t
29179 s
&@abs_srcdir@
&$ac_abs_srcdir&;t t
29180 s
&@top_srcdir@
&$ac_top_srcdir&;t t
29181 s
&@abs_top_srcdir@
&$ac_abs_top_srcdir&;t t
29182 s
&@builddir@
&$ac_builddir&;t t
29183 s
&@abs_builddir@
&$ac_abs_builddir&;t t
29184 s
&@abs_top_builddir@
&$ac_abs_top_builddir&;t t
29185 $ac_datarootdir_hack
29187 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
29188 if $ac_cs_awk_getline; then
29189 $AWK -f "$tmp/subs.
awk"
29191 $AWK -f "$tmp/subs.
awk" | $SHELL
29193 || as_fn_error "could not create
$ac_file" "$LINENO" 5
29195 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
29196 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out
"`; test -n "$ac_out"; } &&
29197 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out
"`; test -z "$ac_out"; } &&
29198 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: $ac_file contains a reference to the variable \
`datarootdir'
29199 which seems to be undefined. Please make sure it is defined." >&5
29200 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir
'
29201 which seems to be undefined. Please make sure it is defined." >&2;}
29205 -) cat "$tmp/out" && rm -f "$tmp/out";;
29206 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
29208 || as_fn_error "could not create $ac_file" "$LINENO" 5
29214 if test x"$ac_file" != x-; then
29216 $as_echo "/* $configure_input */" \
29217 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
29218 } >"$tmp/config.h" \
29219 || as_fn_error "could not create $ac_file" "$LINENO" 5
29220 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
29221 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
29222 $as_echo "$as_me: $ac_file is unchanged" >&6;}
29225 mv "$tmp/config.h" "$ac_file" \
29226 || as_fn_error "could not create $ac_file" "$LINENO" 5
29229 $as_echo "/* $configure_input */" \
29230 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
29231 || as_fn_error "could not create -" "$LINENO" 5
29235 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
29236 $as_echo "$as_me: executing $ac_file commands" >&6;}
29241 case $ac_file$ac_mode in
29242 "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
29244 ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/mkinstalldirs build/$DEPDIR
29245 for lang in $subdirs c-family common
29247 ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/mkinstalldirs $lang/$DEPDIR
29249 "as":F) chmod +x as ;;
29250 "collect-ld":F) chmod +x collect-ld ;;
29251 "nm":F) chmod +x nm ;;
29253 case ${CONFIG_HEADERS} in
29254 *auto-host.h:config.in*)
29257 # Make sure all the subdirs exist.
29258 for d in $subdirs doc build common c-family
29260 test -d $d || mkdir $d
29270 ac_clean_files=$ac_clean_files_save
29272 test $ac_write_fail = 0 ||
29273 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
29276 # configure is writing to config.log, and then calls config.status.
29277 # config.status does its own redirection, appending to config.log.
29278 # Unfortunately, on DOS this fails, as config.log is still kept open
29279 # by configure, so config.status won't be able to
write to it
; its
29280 # output is simply discarded. So we exec the FD to /dev/null,
29281 # effectively closing config.log, so it can be properly (re)opened and
29282 # appended to by config.status. When coming back to configure, we
29283 # need to make the FD available again.
29284 if test "$no_create" != yes; then
29286 ac_config_status_args
=
29287 test "$silent" = yes &&
29288 ac_config_status_args
="$ac_config_status_args --quiet"
29290 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
29292 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
29293 # would make configure fail if this is the last instruction.
29294 $ac_cs_success || as_fn_exit $?
29296 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no
; then
29297 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
29298 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}