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
624 common_out_object_file
640 gcc_gxx_include_dir_add_sysroot
647 user_headers_inc_next_post
648 user_headers_inc_next_pre
650 TM_MULTILIB_EXCEPTIONS_CONFIG
659 build_xm_include_list
661 build_install_headers_dir
663 all_selected_languages
680 ORIGINAL_NM_FOR_TARGET
682 ORIGINAL_LD_FOR_TARGET
683 ORIGINAL_PLUGIN_LD_FOR_TARGET
685 ORIGINAL_AS_FOR_TARGET
727 NATIVE_SYSTEM_HEADER_DIR
760 CROSS_SYSTEM_HEADER_DIR
761 TARGET_SYSTEM_ROOT_DEFINE
763 SYSROOT_CFLAGS_FOR_TARGET
773 valgrind_path_defines
848 program_transform_name
859 ac_subst_files
='option_includes
862 enable_option_checking
867 enable_generated_files_in_srcdir
877 enable_gather_detailed_mem_stats
889 with_native_system_header_dir
899 enable_sjlj_exceptions
901 enable_leading_mingw64_underscores
904 enable_win32_registry
910 enable_gnu_indirect_function
911 enable_initfini_array
913 enable_gnu_unique_object
914 enable_linker_build_id
918 enable_maintainer_mode
919 enable_version_specific_runtime_libs
921 enable_libquadmath_support
922 with_linker_hash_style
924 ac_precious_vars
='build_alias
945 # Initialize some variables set by options.
947 ac_init_version
=false
948 ac_unrecognized_opts
=
950 # The variables have the same names as the options, with
951 # dashes changed to underlines.
959 program_transform_name
=s
,x
,x
,
967 # Installation directory options.
968 # These are left unexpanded so users can "make install exec_prefix=/foo"
969 # and all the variables that are supposed to be based on exec_prefix
970 # by default will actually change.
971 # Use braces instead of parens because sh, perl, etc. also accept them.
972 # (The list follows the same order as the GNU Coding Standards.)
973 bindir
='${exec_prefix}/bin'
974 sbindir
='${exec_prefix}/sbin'
975 libexecdir
='${exec_prefix}/libexec'
976 datarootdir
='${prefix}/share'
977 datadir
='${datarootdir}'
978 sysconfdir
='${prefix}/etc'
979 sharedstatedir
='${prefix}/com'
980 localstatedir
='${prefix}/var'
981 includedir
='${prefix}/include'
982 oldincludedir
='/usr/include'
983 docdir
='${datarootdir}/doc/${PACKAGE}'
984 infodir
='${datarootdir}/info'
989 libdir
='${exec_prefix}/lib'
990 localedir
='${datarootdir}/locale'
991 mandir
='${datarootdir}/man'
997 # If the previous option needs an argument, assign it.
998 if test -n "$ac_prev"; then
999 eval $ac_prev=\
$ac_option
1005 *=*) ac_optarg
=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
1009 # Accept the important Cygnus configure options, so we can diagnose typos.
1011 case $ac_dashdash$ac_option in
1015 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
1017 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
1018 bindir
=$ac_optarg ;;
1020 -build |
--build |
--buil |
--bui |
--bu)
1021 ac_prev
=build_alias
;;
1022 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
1023 build_alias
=$ac_optarg ;;
1025 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
1026 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
1027 ac_prev
=cache_file
;;
1028 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
1029 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
1030 cache_file
=$ac_optarg ;;
1032 --config-cache |
-C)
1033 cache_file
=config.cache
;;
1035 -datadir |
--datadir |
--datadi |
--datad)
1037 -datadir=* |
--datadir=* |
--datadi=* |
--datad=*)
1038 datadir
=$ac_optarg ;;
1040 -datarootdir |
--datarootdir |
--datarootdi |
--datarootd |
--dataroot \
1041 |
--dataroo |
--dataro |
--datar)
1042 ac_prev
=datarootdir
;;
1043 -datarootdir=* |
--datarootdir=* |
--datarootdi=* |
--datarootd=* \
1044 |
--dataroot=* |
--dataroo=* |
--dataro=* |
--datar=*)
1045 datarootdir
=$ac_optarg ;;
1047 -disable-* |
--disable-*)
1048 ac_useropt
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1049 # Reject names that are not valid shell variable names.
1050 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1051 as_fn_error
"invalid feature name: $ac_useropt"
1052 ac_useropt_orig
=$ac_useropt
1053 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1054 case $ac_user_opts in
1056 "enable_
$ac_useropt"
1058 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
1059 ac_unrecognized_sep
=', ';;
1061 eval enable_
$ac_useropt=no
;;
1063 -docdir |
--docdir |
--docdi |
--doc |
--do)
1065 -docdir=* |
--docdir=* |
--docdi=* |
--doc=* |
--do=*)
1066 docdir
=$ac_optarg ;;
1068 -dvidir |
--dvidir |
--dvidi |
--dvid |
--dvi |
--dv)
1070 -dvidir=* |
--dvidir=* |
--dvidi=* |
--dvid=* |
--dvi=* |
--dv=*)
1071 dvidir
=$ac_optarg ;;
1073 -enable-* |
--enable-*)
1074 ac_useropt
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1075 # Reject names that are not valid shell variable names.
1076 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1077 as_fn_error
"invalid feature name: $ac_useropt"
1078 ac_useropt_orig
=$ac_useropt
1079 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1080 case $ac_user_opts in
1082 "enable_
$ac_useropt"
1084 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1085 ac_unrecognized_sep
=', ';;
1087 eval enable_
$ac_useropt=\
$ac_optarg ;;
1089 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
1090 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
1091 |
--exec |
--exe |
--ex)
1092 ac_prev
=exec_prefix
;;
1093 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
1094 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
1095 |
--exec=* |
--exe=* |
--ex=*)
1096 exec_prefix
=$ac_optarg ;;
1098 -gas |
--gas |
--ga |
--g)
1099 # Obsolete; use --with-gas.
1102 -help |
--help |
--hel |
--he |
-h)
1103 ac_init_help
=long
;;
1104 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
1105 ac_init_help
=recursive
;;
1106 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
1107 ac_init_help
=short
;;
1109 -host |
--host |
--hos |
--ho)
1110 ac_prev
=host_alias
;;
1111 -host=* |
--host=* |
--hos=* |
--ho=*)
1112 host_alias
=$ac_optarg ;;
1114 -htmldir |
--htmldir |
--htmldi |
--htmld |
--html |
--htm |
--ht)
1116 -htmldir=* |
--htmldir=* |
--htmldi=* |
--htmld=* |
--html=* |
--htm=* \
1118 htmldir
=$ac_optarg ;;
1120 -includedir |
--includedir |
--includedi |
--included |
--include \
1121 |
--includ |
--inclu |
--incl |
--inc)
1122 ac_prev
=includedir
;;
1123 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
1124 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
1125 includedir
=$ac_optarg ;;
1127 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
1129 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
1130 infodir
=$ac_optarg ;;
1132 -libdir |
--libdir |
--libdi |
--libd)
1134 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
1135 libdir
=$ac_optarg ;;
1137 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
1138 |
--libexe |
--libex |
--libe)
1139 ac_prev
=libexecdir
;;
1140 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
1141 |
--libexe=* |
--libex=* |
--libe=*)
1142 libexecdir
=$ac_optarg ;;
1144 -localedir |
--localedir |
--localedi |
--localed |
--locale)
1145 ac_prev
=localedir
;;
1146 -localedir=* |
--localedir=* |
--localedi=* |
--localed=* |
--locale=*)
1147 localedir
=$ac_optarg ;;
1149 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
1150 |
--localstate |
--localstat |
--localsta |
--localst |
--locals)
1151 ac_prev
=localstatedir
;;
1152 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
1153 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* |
--locals=*)
1154 localstatedir
=$ac_optarg ;;
1156 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
1158 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
1159 mandir
=$ac_optarg ;;
1161 -nfp |
--nfp |
--nf)
1162 # Obsolete; use --without-fp.
1165 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
1166 |
--no-cr |
--no-c |
-n)
1169 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
1170 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
1173 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
1174 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
1175 |
--oldin |
--oldi |
--old |
--ol |
--o)
1176 ac_prev
=oldincludedir
;;
1177 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
1178 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
1179 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
1180 oldincludedir
=$ac_optarg ;;
1182 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
1184 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
1185 prefix
=$ac_optarg ;;
1187 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
1188 |
--program-pre |
--program-pr |
--program-p)
1189 ac_prev
=program_prefix
;;
1190 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
1191 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
1192 program_prefix
=$ac_optarg ;;
1194 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
1195 |
--program-suf |
--program-su |
--program-s)
1196 ac_prev
=program_suffix
;;
1197 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
1198 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
1199 program_suffix
=$ac_optarg ;;
1201 -program-transform-name |
--program-transform-name \
1202 |
--program-transform-nam |
--program-transform-na \
1203 |
--program-transform-n |
--program-transform- \
1204 |
--program-transform |
--program-transfor \
1205 |
--program-transfo |
--program-transf \
1206 |
--program-trans |
--program-tran \
1207 |
--progr-tra |
--program-tr |
--program-t)
1208 ac_prev
=program_transform_name
;;
1209 -program-transform-name=* |
--program-transform-name=* \
1210 |
--program-transform-nam=* |
--program-transform-na=* \
1211 |
--program-transform-n=* |
--program-transform-=* \
1212 |
--program-transform=* |
--program-transfor=* \
1213 |
--program-transfo=* |
--program-transf=* \
1214 |
--program-trans=* |
--program-tran=* \
1215 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
1216 program_transform_name
=$ac_optarg ;;
1218 -pdfdir |
--pdfdir |
--pdfdi |
--pdfd |
--pdf |
--pd)
1220 -pdfdir=* |
--pdfdir=* |
--pdfdi=* |
--pdfd=* |
--pdf=* |
--pd=*)
1221 pdfdir
=$ac_optarg ;;
1223 -psdir |
--psdir |
--psdi |
--psd |
--ps)
1225 -psdir=* |
--psdir=* |
--psdi=* |
--psd=* |
--ps=*)
1228 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1229 |
-silent |
--silent |
--silen |
--sile |
--sil)
1232 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
1234 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
1236 sbindir
=$ac_optarg ;;
1238 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
1239 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
1240 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
1242 ac_prev
=sharedstatedir
;;
1243 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
1244 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
1245 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
1247 sharedstatedir
=$ac_optarg ;;
1249 -site |
--site |
--sit)
1251 -site=* |
--site=* |
--sit=*)
1254 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
1256 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
1257 srcdir
=$ac_optarg ;;
1259 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
1260 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
1261 ac_prev
=sysconfdir
;;
1262 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
1263 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
1264 sysconfdir
=$ac_optarg ;;
1266 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
1267 ac_prev
=target_alias
;;
1268 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
1269 target_alias
=$ac_optarg ;;
1271 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
1274 -version |
--version |
--versio |
--versi |
--vers |
-V)
1275 ac_init_version
=: ;;
1278 ac_useropt
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1279 # Reject names that are not valid shell variable names.
1280 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1281 as_fn_error
"invalid package name: $ac_useropt"
1282 ac_useropt_orig
=$ac_useropt
1283 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1284 case $ac_user_opts in
1288 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1289 ac_unrecognized_sep
=', ';;
1291 eval with_
$ac_useropt=\
$ac_optarg ;;
1293 -without-* |
--without-*)
1294 ac_useropt
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1295 # Reject names that are not valid shell variable names.
1296 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1297 as_fn_error
"invalid package name: $ac_useropt"
1298 ac_useropt_orig
=$ac_useropt
1299 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1300 case $ac_user_opts in
1304 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1305 ac_unrecognized_sep
=', ';;
1307 eval with_
$ac_useropt=no
;;
1310 # Obsolete; use --with-x.
1313 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
1314 |
--x-incl |
--x-inc |
--x-in |
--x-i)
1315 ac_prev
=x_includes
;;
1316 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
1317 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
1318 x_includes
=$ac_optarg ;;
1320 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
1321 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
1322 ac_prev
=x_libraries
;;
1323 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
1324 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
1325 x_libraries
=$ac_optarg ;;
1327 -*) as_fn_error
"unrecognized option: \`$ac_option'
1328 Try \`$0 --help' for more information."
1332 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
1333 # Reject names that are not valid shell variable names.
1334 case $ac_envvar in #(
1335 '' |
[0-9]* |
*[!_
$as_cr_alnum]* )
1336 as_fn_error
"invalid variable name: \`$ac_envvar'" ;;
1338 eval $ac_envvar=\
$ac_optarg
1339 export $ac_envvar ;;
1342 # FIXME: should be removed in autoconf 3.0.
1343 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1344 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1345 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1346 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1352 if test -n "$ac_prev"; then
1353 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
1354 as_fn_error
"missing argument to $ac_option"
1357 if test -n "$ac_unrecognized_opts"; then
1358 case $enable_option_checking in
1360 fatal
) as_fn_error
"unrecognized options: $ac_unrecognized_opts" ;;
1361 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1365 # Check all directory arguments for consistency.
1366 for ac_var
in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1367 datadir sysconfdir sharedstatedir localstatedir includedir \
1368 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1369 libdir localedir mandir
1371 eval ac_val
=\$
$ac_var
1372 # Remove trailing slashes.
1375 ac_val
=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1376 eval $ac_var=\
$ac_val;;
1378 # Be sure to have absolute directory names.
1380 [\\/$
]* | ?
:[\\/]* ) continue;;
1381 NONE |
'' ) case $ac_var in *prefix
) continue;; esac;;
1383 as_fn_error
"expected an absolute directory name for --$ac_var: $ac_val"
1386 # There might be people who depend on the old broken behavior: `$host'
1387 # used to hold the argument of --host etc.
1388 # FIXME: To remove some day.
1391 target
=$target_alias
1393 # FIXME: To remove some day.
1394 if test "x$host_alias" != x
; then
1395 if test "x$build_alias" = x
; then
1396 cross_compiling
=maybe
1397 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1398 If a cross compiler is detected then cross compile mode will be used." >&2
1399 elif test "x$build_alias" != "x$host_alias"; then
1405 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
1407 test "$silent" = yes && exec 6>/dev
/null
1410 ac_pwd
=`pwd` && test -n "$ac_pwd" &&
1411 ac_ls_di
=`ls -di .` &&
1412 ac_pwd_ls_di
=`cd "$ac_pwd" && ls -di .` ||
1413 as_fn_error
"working directory cannot be determined"
1414 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1415 as_fn_error
"pwd does not report name of working directory"
1418 # Find the source files, if location was not specified.
1419 if test -z "$srcdir"; then
1420 ac_srcdir_defaulted
=yes
1421 # Try the directory containing this script, then the parent directory.
1422 ac_confdir
=`$as_dirname -- "$as_myself" ||
1423 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1424 X"$as_myself" : 'X\(//\)[^/]' \| \
1425 X"$as_myself" : 'X\(//\)$' \| \
1426 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1427 $as_echo X"$as_myself" |
1428 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1446 if test ! -r "$srcdir/$ac_unique_file"; then
1450 ac_srcdir_defaulted
=no
1452 if test ! -r "$srcdir/$ac_unique_file"; then
1453 test "$ac_srcdir_defaulted" = yes && srcdir
="$ac_confdir or .."
1454 as_fn_error
"cannot find sources ($ac_unique_file) in $srcdir"
1456 ac_msg
="sources are in $srcdir, but \`cd $srcdir' does not work"
1458 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1460 # When building in place, set srcdir=.
1461 if test "$ac_abs_confdir" = "$ac_pwd"; then
1464 # Remove unnecessary trailing slashes from srcdir.
1465 # Double slashes in file names in object file debugging info
1466 # mess up M-x gdb in Emacs.
1468 */) srcdir
=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1470 for ac_var
in $ac_precious_vars; do
1471 eval ac_env_
${ac_var}_set=\${${ac_var}+set}
1472 eval ac_env_
${ac_var}_value
=\$
${ac_var}
1473 eval ac_cv_env_
${ac_var}_set=\${${ac_var}+set}
1474 eval ac_cv_env_
${ac_var}_value
=\$
${ac_var}
1478 # Report the --help message.
1480 if test "$ac_init_help" = "long"; then
1481 # Omit some internal or obsolete options to make the list less imposing.
1482 # This message is too long to be a string in the A/UX 3.1 sh.
1484 \`configure' configures this package to adapt to many kinds of systems.
1486 Usage: $0 [OPTION]... [VAR=VALUE]...
1488 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1489 VAR=VALUE. See below for descriptions of some of the useful variables.
1491 Defaults for the options are specified in brackets.
1494 -h, --help display this help and exit
1495 --help=short display options specific to this package
1496 --help=recursive display the short help of all the included packages
1497 -V, --version display version information and exit
1498 -q, --quiet, --silent do not print \`checking...' messages
1499 --cache-file=FILE cache test results in FILE [disabled]
1500 -C, --config-cache alias for \`--cache-file=config.cache'
1501 -n, --no-create do not create output files
1502 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1504 Installation directories:
1505 --prefix=PREFIX install architecture-independent files in PREFIX
1506 [$ac_default_prefix]
1507 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1510 By default, \`make install' will install all the files in
1511 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1512 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1513 for instance \`--prefix=\$HOME'.
1515 For better control, use the options below.
1517 Fine tuning of the installation directories:
1518 --bindir=DIR user executables [EPREFIX/bin]
1519 --sbindir=DIR system admin executables [EPREFIX/sbin]
1520 --libexecdir=DIR program executables [EPREFIX/libexec]
1521 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1522 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1523 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1524 --libdir=DIR object code libraries [EPREFIX/lib]
1525 --includedir=DIR C header files [PREFIX/include]
1526 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1527 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1528 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1529 --infodir=DIR info documentation [DATAROOTDIR/info]
1530 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1531 --mandir=DIR man documentation [DATAROOTDIR/man]
1532 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1533 --htmldir=DIR html documentation [DOCDIR]
1534 --dvidir=DIR dvi documentation [DOCDIR]
1535 --pdfdir=DIR pdf documentation [DOCDIR]
1536 --psdir=DIR ps documentation [DOCDIR]
1542 --program-prefix=PREFIX prepend PREFIX to installed program names
1543 --program-suffix=SUFFIX append SUFFIX to installed program names
1544 --program-transform-name=PROGRAM run
sed PROGRAM on installed program names
1547 --build=BUILD configure
for building on BUILD
[guessed
]
1548 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
1549 --target=TARGET configure
for building compilers
for TARGET
[HOST
]
1553 if test -n "$ac_init_help"; then
1558 --disable-option-checking ignore unrecognized
--enable/--with options
1559 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
1560 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
1561 --enable-generated-files-in-srcdir
1562 put copies of generated files
in source dir intended
1563 for creating
source tarballs
for users without
1564 texinfo bison or flex
1565 --disable-largefile omit support
for large files
1566 --enable-werror-always enable -Werror despite compiler version
1567 --enable-checking[=LIST
]
1568 enable expensive run-time checks. With LIST
, enable
1569 only specific categories of checks. Categories are
:
1570 yes,no
,all
,none
,release. Flags are
:
1571 assert
,df
,fold,gc
,gcac
,gimple
,misc
,
1572 rtlflag
,rtl
,runtime
,tree
,valgrind
,types
1573 --enable-coverage[=LEVEL
]
1574 enable compiler
's code coverage collection. Use to
1575 measure compiler performance and locate unused parts
1576 of the compiler. With LEVEL, specify optimization.
1577 Values are opt, noopt, default is noopt
1578 --enable-gather-detailed-mem-stats
1579 enable detailed memory allocation stats gathering
1580 --enable-multilib enable library support for multiple ABIs
1581 --enable-multiarch enable support for multiarch paths
1582 --enable-__cxa_atexit enable __cxa_atexit for C++
1583 --enable-decimal-float={no,yes,bid,dpd}
1584 enable decimal float extension to C. Selecting 'bid
'
1585 or 'dpd
' choses which decimal floating point format
1587 --enable-fixed-point enable fixed-point arithmetic extension to C
1588 --enable-threads[=LIB] enable thread usage for target GCC, using LIB thread
1590 --enable-tls enable or disable generation of tls code overriding
1591 the assembler check for tls support
1592 --enable-objc-gc enable the use of Boehm's garbage collector with the
1593 GNU Objective-C runtime
1594 --disable-shared don
't provide a shared libgcc
1595 --enable-languages=LIST specify which front-ends to build
1596 --disable-rpath do not hardcode runtime library paths
1597 --enable-sjlj-exceptions
1598 arrange to use setjmp/longjmp exception handling
1599 --enable-secureplt enable -msecure-plt by default for PowerPC
1600 --enable-leading-mingw64-underscores
1601 enable leading underscores on 64 bit mingw targets
1602 --enable-cld enable -mcld by default for 32bit x86
1603 --enable-frame-pointer enable -fno-omit-frame-pointer by default for 32bit
1605 --disable-win32-registry
1606 disable lookup of installation paths in the Registry
1608 --enable-win32-registry enable registry lookup (default)
1609 --enable-win32-registry=KEY
1610 use KEY instead of GCC version as the last portion
1612 --enable-shared[=PKGS] build shared libraries [default=yes]
1613 --enable-static[=PKGS] build static libraries [default=yes]
1614 --enable-fast-install[=PKGS]
1615 optimize for fast installation [default=yes]
1616 --disable-libtool-lock avoid locking (might break parallel builds)
1617 --enable-gnu-indirect-function
1618 enable the use of the @gnu_indirect_function to
1620 --enable-initfini-array use .init_array/.fini_array sections
1621 --enable-comdat enable COMDAT group support
1622 --enable-gnu-unique-object
1623 enable the use of the @gnu_unique_object ELF
1624 extension on glibc systems
1625 --enable-linker-build-id
1626 compiler will always pass --build-id to linker
1627 --enable-maintainer-mode
1628 enable make rules and dependencies not useful (and
1629 sometimes confusing) to the casual installer
1630 --enable-version-specific-runtime-libs
1631 specify that runtime libraries should be installed
1632 in a compiler-specific directory
1633 --enable-plugin enable plugin support
1634 --disable-libquadmath-support
1635 disable libquadmath support for Fortran
1638 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1639 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1640 --with-build-libsubdir=DIR Directory where to find libraries for build system
1641 --with-local-prefix=DIR specifies directory to put local include
1642 --with-gxx-include-dir=DIR
1643 specifies directory to put g++ header files
1644 --with-cpp-install-dir=DIR
1645 install the user visible C preprocessor in DIR
1646 (relative to PREFIX) as well as PREFIX/bin
1647 --with-gnu-ld arrange to work with GNU ld
1648 --with-ld arrange to use the specified ld (full pathname)
1649 --with-demangler-in-ld try to use demangler in GNU ld
1650 --with-gnu-as arrange to work with GNU as
1651 --with-as arrange to use the specified as (full pathname)
1652 --with-stabs arrange to use stabs instead of host debug format
1653 --with-dwarf2 force the default debug format to be DWARF 2
1654 --with-native-system-header-dir=dir
1655 use dir as the directory to look for standard
1656 system header files in. Defaults to /usr/include.
1657 --with-build-sysroot=sysroot
1658 use sysroot as the system root during the build
1659 --with-sysroot[=DIR] search for usr/lib, usr/include, et al, within DIR
1660 --with-specs=SPECS add SPECS to driver command-line processing
1661 --with-pkgversion=PKG Use PKG in the version string in place of "GCC"
1662 --with-bugurl=URL Direct users to URL to report a bug
1663 --with-multilib-list select multilibs (SH and x86-64 only)
1664 --with-gnu-ld assume the C compiler uses GNU ld default=no
1665 --with-libiconv-prefix[=DIR] search for libiconv in DIR/include and DIR/lib
1666 --without-libiconv-prefix don't search
for libiconv
in includedir and libdir
1667 --with-pic try to use only PIC
/non-PIC objects
[default
=use
1669 --with-gnu-ld assume the C compiler uses GNU ld
[default
=no
]
1670 --with-plugin-ld=[ARG
] specify the plugin linker
1671 --with-long-double-128 use
128-bit long double by default
1672 --with-gc={page
,zone
} this option is not supported anymore. It used to
1673 choose the garbage collection mechanism to use with
1675 --with-system-zlib use installed libz
1676 --with-linker-hash-style={sysv
,gnu
,both
}
1677 specify the linker
hash style
1679 Some influential environment variables
:
1680 CC C compiler
command
1681 CFLAGS C compiler flags
1682 LDFLAGS linker flags
, e.g.
-L<lib dir
> if you have libraries
in a
1683 nonstandard directory
<lib dir
>
1684 LIBS libraries to pass to the linker
, e.g.
-l<library
>
1685 CPPFLAGS C
/C
++/Objective C preprocessor flags
, e.g.
-I<include dir
> if
1686 you have headers
in a nonstandard directory
<include dir
>
1687 CXX C
++ compiler
command
1688 CXXFLAGS C
++ compiler flags
1690 CXXCPP C
++ preprocessor
1691 GMPLIBS How to link GMP
1692 GMPINC How to
find GMP include files
1693 ISLLIBS How to link ISL
1694 ISLINC How to
find ISL include files
1695 CLOOGLIBS How to link CLOOG
1696 CLOOGINC How to
find CLOOG include files
1698 Use these variables to override the choices made by
`configure' or to help
1699 it to find libraries and programs with nonstandard names/locations.
1701 Report bugs to the package provider.
1706 if test "$ac_init_help" = "recursive"; then
1707 # If there are subdirs, report their specific --help.
1708 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1709 test -d "$ac_dir" ||
1710 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1715 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1717 ac_dir_suffix=/`$as_echo "$ac_dir" |
sed 's|^\.[\\/]||'`
1718 # A ".." for each directory in $ac_dir_suffix.
1719 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" |
sed 's|/[^\\/]*|/..|g;s|/||'`
1720 case $ac_top_builddir_sub in
1721 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1722 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1725 ac_abs_top_builddir=$ac_pwd
1726 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1727 # for backward compatibility:
1728 ac_top_builddir=$ac_top_build_prefix
1731 .) # We are building in place.
1733 ac_top_srcdir=$ac_top_builddir_sub
1734 ac_abs_top_srcdir=$ac_pwd ;;
1735 [\\/]* | ?:[\\/]* ) # Absolute name.
1736 ac_srcdir=$srcdir$ac_dir_suffix;
1737 ac_top_srcdir=$srcdir
1738 ac_abs_top_srcdir=$srcdir ;;
1740 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1741 ac_top_srcdir=$ac_top_build_prefix$srcdir
1742 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1744 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1746 cd "$ac_dir" || { ac_status=$?; continue; }
1747 # Check for guested configure.
1748 if test -f "$ac_srcdir/configure.gnu"; then
1750 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1751 elif test -f "$ac_srcdir/configure"; then
1753 $SHELL "$ac_srcdir/configure" --help=recursive
1755 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1757 cd "$ac_pwd" || { ac_status=$?; break; }
1761 test -n "$ac_init_help" && exit $ac_status
1762 if $ac_init_version; then
1765 generated by GNU Autoconf 2.64
1767 Copyright (C) 2009 Free Software Foundation, Inc.
1768 This configure script is free software; the Free Software Foundation
1769 gives unlimited permission to copy, distribute and modify it.
1774 ## ------------------------ ##
1775 ## Autoconf initialization. ##
1776 ## ------------------------ ##
1778 # ac_fn_c_try_compile LINENO
1779 # --------------------------
1780 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1781 ac_fn_c_try_compile ()
1783 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1784 rm -f conftest.$ac_objext
1785 if { { ac_try="$ac_compile"
1787 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
1788 *) ac_try_echo
=$ac_try;;
1790 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1791 $as_echo "$ac_try_echo"; } >&5
1792 (eval "$ac_compile") 2>conftest.err
1794 if test -s conftest.err
; then
1795 grep -v '^ *+' conftest.err
>conftest.er1
1796 cat conftest.er1
>&5
1797 mv -f conftest.er1 conftest.err
1799 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1800 test $ac_status = 0; } && {
1801 test -z "$ac_c_werror_flag" ||
1802 test ! -s conftest.err
1803 } && test -s conftest.
$ac_objext; then :
1806 $as_echo "$as_me: failed program was:" >&5
1807 sed 's/^/| /' conftest.
$ac_ext >&5
1811 eval $as_lineno_stack; test "x$as_lineno_stack" = x
&& { as_lineno
=; unset as_lineno
;}
1814 } # ac_fn_c_try_compile
1816 # ac_fn_cxx_try_compile LINENO
1817 # ----------------------------
1818 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1819 ac_fn_cxx_try_compile
()
1821 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1822 rm -f conftest.
$ac_objext
1823 if { { ac_try
="$ac_compile"
1825 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
1826 *) ac_try_echo=$ac_try;;
1828 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1829 $as_echo "$ac_try_echo"; } >&5
1830 (eval "$ac_compile") 2>conftest.err
1832 if test -s conftest.err; then
1833 grep -v '^ *+' conftest.err >conftest.er1
1834 cat conftest.er1 >&5
1835 mv -f conftest.er1 conftest.err
1837 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1838 test $ac_status = 0; } && {
1839 test -z "$ac_cxx_werror_flag" ||
1840 test ! -s conftest.err
1841 } && test -s conftest.$ac_objext; then :
1844 $as_echo "$as_me: failed program was:" >&5
1845 sed 's/^/| /' conftest.$ac_ext >&5
1849 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1852 } # ac_fn_cxx_try_compile
1854 # ac_fn_c_try_cpp LINENO
1855 # ----------------------
1856 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1859 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1860 if { { ac_try="$ac_cpp conftest.$ac_ext"
1862 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
1863 *) ac_try_echo
=$ac_try;;
1865 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1866 $as_echo "$ac_try_echo"; } >&5
1867 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1869 if test -s conftest.err
; then
1870 grep -v '^ *+' conftest.err
>conftest.er1
1871 cat conftest.er1
>&5
1872 mv -f conftest.er1 conftest.err
1874 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1875 test $ac_status = 0; } >/dev
/null
&& {
1876 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1877 test ! -s conftest.err
1881 $as_echo "$as_me: failed program was:" >&5
1882 sed 's/^/| /' conftest.
$ac_ext >&5
1886 eval $as_lineno_stack; test "x$as_lineno_stack" = x
&& { as_lineno
=; unset as_lineno
;}
1891 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1892 # -------------------------------------------------------
1893 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1894 # the include files in INCLUDES and setting the cache variable VAR
1896 ac_fn_c_check_header_mongrel
()
1898 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1899 if { as_var
=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1900 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1901 $as_echo_n "checking for $2... " >&6; }
1902 if { as_var
=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1903 $as_echo_n "(cached) " >&6
1906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1907 $as_echo "$ac_res" >&6; }
1909 # Is the header compilable?
1910 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1911 $as_echo_n "checking $2 usability... " >&6; }
1912 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
1913 /* end confdefs.h. */
1917 if ac_fn_c_try_compile
"$LINENO"; then :
1918 ac_header_compiler
=yes
1920 ac_header_compiler
=no
1922 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
1923 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1924 $as_echo "$ac_header_compiler" >&6; }
1926 # Is the header present?
1927 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1928 $as_echo_n "checking $2 presence... " >&6; }
1929 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
1930 /* end confdefs.h. */
1933 if ac_fn_c_try_cpp
"$LINENO"; then :
1934 ac_header_preproc
=yes
1936 ac_header_preproc
=no
1938 rm -f conftest.err conftest.
$ac_ext
1939 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1940 $as_echo "$ac_header_preproc" >&6; }
1942 # So? What about this header?
1943 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1945 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1946 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1947 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1948 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1951 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1952 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1953 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1954 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1955 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1956 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1957 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1958 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1959 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1960 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1963 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1964 $as_echo_n "checking for $2... " >&6; }
1965 if { as_var
=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1966 $as_echo_n "(cached) " >&6
1968 eval "$3=\$ac_header_compiler"
1971 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1972 $as_echo "$ac_res" >&6; }
1974 eval $as_lineno_stack; test "x$as_lineno_stack" = x
&& { as_lineno
=; unset as_lineno
;}
1976 } # ac_fn_c_check_header_mongrel
1978 # ac_fn_c_try_run LINENO
1979 # ----------------------
1980 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1981 # that executables *can* be run.
1984 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1985 if { { ac_try
="$ac_link"
1987 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
1988 *) ac_try_echo=$ac_try;;
1990 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1991 $as_echo "$ac_try_echo"; } >&5
1992 (eval "$ac_link") 2>&5
1994 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1995 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1996 { { case "(($ac_try" in
1997 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
1998 *) ac_try_echo
=$ac_try;;
2000 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2001 $as_echo "$ac_try_echo"; } >&5
2002 (eval "$ac_try") 2>&5
2004 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2005 test $ac_status = 0; }; }; then :
2008 $as_echo "$as_me: program exited with status $ac_status" >&5
2009 $as_echo "$as_me: failed program was:" >&5
2010 sed 's/^/| /' conftest.
$ac_ext >&5
2012 ac_retval
=$ac_status
2014 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2015 eval $as_lineno_stack; test "x$as_lineno_stack" = x
&& { as_lineno
=; unset as_lineno
;}
2020 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
2021 # -------------------------------------------------------
2022 # Tests whether HEADER exists and can be compiled using the include files in
2023 # INCLUDES, setting the cache variable VAR accordingly.
2024 ac_fn_c_check_header_compile
()
2026 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2027 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2028 $as_echo_n "checking for $2... " >&6; }
2029 if { as_var
=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2030 $as_echo_n "(cached) " >&6
2032 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2033 /* end confdefs.h. */
2037 if ac_fn_c_try_compile
"$LINENO"; then :
2042 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2045 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2046 $as_echo "$ac_res" >&6; }
2047 eval $as_lineno_stack; test "x$as_lineno_stack" = x
&& { as_lineno
=; unset as_lineno
;}
2049 } # ac_fn_c_check_header_compile
2051 # ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
2052 # --------------------------------------------
2053 # Tries to find the compile-time value of EXPR in a program that includes
2054 # INCLUDES, setting VAR accordingly. Returns whether the value could be
2056 ac_fn_c_compute_int
()
2058 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2059 if test "$cross_compiling" = yes; then
2060 # Depending upon the size, compute the lo and hi bounds.
2061 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2062 /* end confdefs.h. */
2067 static int test_array [1 - 2 * !(($2) >= 0)];
2074 if ac_fn_c_try_compile
"$LINENO"; then :
2077 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2078 /* end confdefs.h. */
2083 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2090 if ac_fn_c_try_compile
"$LINENO"; then :
2091 ac_hi
=$ac_mid; break
2093 as_fn_arith
$ac_mid + 1 && ac_lo
=$as_val
2094 if test $ac_lo -le $ac_mid; then
2098 as_fn_arith
2 '*' $ac_mid + 1 && ac_mid
=$as_val
2100 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2103 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2104 /* end confdefs.h. */
2109 static int test_array [1 - 2 * !(($2) < 0)];
2116 if ac_fn_c_try_compile
"$LINENO"; then :
2119 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2120 /* end confdefs.h. */
2125 static int test_array [1 - 2 * !(($2) >= $ac_mid)];
2132 if ac_fn_c_try_compile
"$LINENO"; then :
2133 ac_lo
=$ac_mid; break
2135 as_fn_arith
'(' $ac_mid ')' - 1 && ac_hi
=$as_val
2136 if test $ac_mid -le $ac_hi; then
2140 as_fn_arith
2 '*' $ac_mid && ac_mid
=$as_val
2142 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2147 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2149 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2150 # Binary search between lo and hi bounds.
2151 while test "x$ac_lo" != "x$ac_hi"; do
2152 as_fn_arith
'(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid
=$as_val
2153 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2154 /* end confdefs.h. */
2159 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2166 if ac_fn_c_try_compile
"$LINENO"; then :
2169 as_fn_arith
'(' $ac_mid ')' + 1 && ac_lo
=$as_val
2171 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2174 ?
*) eval "$3=\$ac_lo"; ac_retval
=0 ;;
2178 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2179 /* end confdefs.h. */
2181 static long int longval () { return $2; }
2182 static unsigned long int ulongval () { return $2; }
2189 FILE *f = fopen ("conftest.val", "w");
2194 long int i = longval ();
2197 fprintf (f, "%ld", i);
2201 unsigned long int i = ulongval ();
2204 fprintf (f, "%lu", i);
2206 /* Do not output a trailing newline, as this causes \r\n confusion
2207 on some platforms. */
2208 return ferror (f) || fclose (f) != 0;
2214 if ac_fn_c_try_run
"$LINENO"; then :
2215 echo >>conftest.val
; read $3 <conftest.val
; ac_retval
=0
2219 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
2220 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
2224 eval $as_lineno_stack; test "x$as_lineno_stack" = x
&& { as_lineno
=; unset as_lineno
;}
2227 } # ac_fn_c_compute_int
2229 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2230 # -------------------------------------------
2231 # Tests whether TYPE exists after having included INCLUDES, setting cache
2232 # variable VAR accordingly.
2233 ac_fn_c_check_type
()
2235 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2236 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2237 $as_echo_n "checking for $2... " >&6; }
2238 if { as_var
=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2239 $as_echo_n "(cached) " >&6
2242 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2243 /* end confdefs.h. */
2254 if ac_fn_c_try_compile
"$LINENO"; then :
2255 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2256 /* end confdefs.h. */
2267 if ac_fn_c_try_compile
"$LINENO"; then :
2272 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2274 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2278 $as_echo "$ac_res" >&6; }
2279 eval $as_lineno_stack; test "x$as_lineno_stack" = x
&& { as_lineno
=; unset as_lineno
;}
2281 } # ac_fn_c_check_type
2283 # ac_fn_c_find_intX_t LINENO BITS VAR
2284 # -----------------------------------
2285 # Finds a signed integer type with width BITS, setting cache variable VAR
2287 ac_fn_c_find_intX_t
()
2289 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2290 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for int$2_t" >&5
2291 $as_echo_n "checking for int$2_t... " >&6; }
2292 if { as_var
=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2293 $as_echo_n "(cached) " >&6
2296 for ac_type
in int
$2_t 'int' 'long int' \
2297 'long long int' 'short int' 'signed char'; do
2298 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2299 /* end confdefs.h. */
2300 $ac_includes_default
2304 static int test_array [1 - 2 * !(0 < ($ac_type) (((($ac_type) 1 << ($2 - 2)) - 1) * 2 + 1))];
2311 if ac_fn_c_try_compile
"$LINENO"; then :
2312 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2313 /* end confdefs.h. */
2314 $ac_includes_default
2318 static int test_array [1 - 2 * !(($ac_type) (((($ac_type) 1 << ($2 - 2)) - 1) * 2 + 1)
2319 < ($ac_type) (((($ac_type) 1 << ($2 - 2)) - 1) * 2 + 2))];
2326 if ac_fn_c_try_compile
"$LINENO"; then :
2333 eval "$3=\$ac_type" ;;
2336 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2338 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2340 if test "x$as_val" = x
""no
; then :
2348 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2349 $as_echo "$ac_res" >&6; }
2350 eval $as_lineno_stack; test "x$as_lineno_stack" = x
&& { as_lineno
=; unset as_lineno
;}
2352 } # ac_fn_c_find_intX_t
2354 # ac_fn_c_try_link LINENO
2355 # -----------------------
2356 # Try to link conftest.$ac_ext, and return whether this succeeded.
2359 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2360 rm -f conftest.
$ac_objext conftest
$ac_exeext
2361 if { { ac_try
="$ac_link"
2363 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2364 *) ac_try_echo=$ac_try;;
2366 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2367 $as_echo "$ac_try_echo"; } >&5
2368 (eval "$ac_link") 2>conftest.err
2370 if test -s conftest.err; then
2371 grep -v '^ *+' conftest.err >conftest.er1
2372 cat conftest.er1 >&5
2373 mv -f conftest.er1 conftest.err
2375 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2376 test $ac_status = 0; } && {
2377 test -z "$ac_c_werror_flag" ||
2378 test ! -s conftest.err
2379 } && test -s conftest$ac_exeext && {
2380 test "$cross_compiling" = yes ||
2381 $as_test_x conftest$ac_exeext
2385 $as_echo "$as_me: failed program was:" >&5
2386 sed 's/^/| /' conftest.$ac_ext >&5
2390 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
2391 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
2392 # interfere with the next link command; also delete a directory that is
2393 # left behind by Apple's compiler. We do this before executing the actions.
2394 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2395 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2398 } # ac_fn_c_try_link
2400 # ac_fn_c_find_uintX_t LINENO BITS VAR
2401 # ------------------------------------
2402 # Finds an unsigned integer type with width BITS, setting cache variable VAR
2404 ac_fn_c_find_uintX_t ()
2406 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2407 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for uint$2_t" >&5
2408 $as_echo_n "checking for uint$2_t... " >&6; }
2409 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2410 $as_echo_n "(cached) " >&6
2413 for ac_type in uint$2_t 'unsigned int' 'unsigned long int' \
2414 'unsigned long long int' 'unsigned short int' 'unsigned char'; do
2415 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2416 /* end confdefs.h. */
2417 $ac_includes_default
2421 static int test_array [1 - 2 * !(($ac_type) -1 >> ($2 - 1) == 1)];
2428 if ac_fn_c_try_compile "$LINENO"; then :
2433 eval "$3=\$ac_type" ;;
2436 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2438 if test "x$as_val" = x""no; then :
2446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2447 $as_echo "$ac_res" >&6; }
2448 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2450 } # ac_fn_c_find_uintX_t
2452 # ac_fn_c_check_header_preproc LINENO HEADER VAR
2453 # ----------------------------------------------
2454 # Tests whether HEADER is present, setting the cache variable VAR accordingly.
2455 ac_fn_c_check_header_preproc ()
2457 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2458 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2459 $as_echo_n "checking for $2... " >&6; }
2460 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2461 $as_echo_n "(cached) " >&6
2463 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2464 /* end confdefs.h. */
2467 if ac_fn_c_try_cpp "$LINENO"; then :
2472 rm -f conftest.err conftest.$ac_ext
2475 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2476 $as_echo "$ac_res" >&6; }
2477 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2479 } # ac_fn_c_check_header_preproc
2481 # ac_fn_cxx_try_cpp LINENO
2482 # ------------------------
2483 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
2484 ac_fn_cxx_try_cpp ()
2486 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2487 if { { ac_try="$ac_cpp conftest.$ac_ext"
2489 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2490 *) ac_try_echo
=$ac_try;;
2492 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2493 $as_echo "$ac_try_echo"; } >&5
2494 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
2496 if test -s conftest.err
; then
2497 grep -v '^ *+' conftest.err
>conftest.er1
2498 cat conftest.er1
>&5
2499 mv -f conftest.er1 conftest.err
2501 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2502 test $ac_status = 0; } >/dev
/null
&& {
2503 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
2504 test ! -s conftest.err
2508 $as_echo "$as_me: failed program was:" >&5
2509 sed 's/^/| /' conftest.
$ac_ext >&5
2513 eval $as_lineno_stack; test "x$as_lineno_stack" = x
&& { as_lineno
=; unset as_lineno
;}
2516 } # ac_fn_cxx_try_cpp
2518 # ac_fn_cxx_check_header_preproc LINENO HEADER VAR
2519 # ------------------------------------------------
2520 # Tests whether HEADER is present, setting the cache variable VAR accordingly.
2521 ac_fn_cxx_check_header_preproc
()
2523 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2524 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2525 $as_echo_n "checking for $2... " >&6; }
2526 if { as_var
=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2527 $as_echo_n "(cached) " >&6
2529 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2530 /* end confdefs.h. */
2533 if ac_fn_cxx_try_cpp
"$LINENO"; then :
2538 rm -f conftest.err conftest.
$ac_ext
2541 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2542 $as_echo "$ac_res" >&6; }
2543 eval $as_lineno_stack; test "x$as_lineno_stack" = x
&& { as_lineno
=; unset as_lineno
;}
2545 } # ac_fn_cxx_check_header_preproc
2547 # ac_fn_c_check_func LINENO FUNC VAR
2548 # ----------------------------------
2549 # Tests whether FUNC exists, setting the cache variable VAR accordingly
2550 ac_fn_c_check_func
()
2552 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2553 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2554 $as_echo_n "checking for $2... " >&6; }
2555 if { as_var
=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2556 $as_echo_n "(cached) " >&6
2558 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2559 /* end confdefs.h. */
2560 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
2561 For example, HP-UX 11i <limits.h> declares gettimeofday. */
2562 #define $2 innocuous_$2
2564 /* System header to define __stub macros and hopefully few prototypes,
2565 which can conflict with char $2 (); below.
2566 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2567 <limits.h> exists even on freestanding compilers. */
2570 # include <limits.h>
2572 # include <assert.h>
2577 /* Override any GCC internal prototype to avoid an error.
2578 Use char because int might match the return type of a GCC
2579 builtin and then its argument prototype would still apply. */
2584 /* The GNU C library defines this for functions which it implements
2585 to always fail with ENOSYS. Some functions are actually named
2586 something starting with __ and the normal name is an alias. */
2587 #if defined __stub_$2 || defined __stub___$2
2599 if ac_fn_c_try_link
"$LINENO"; then :
2604 rm -f core conftest.err conftest.
$ac_objext \
2605 conftest
$ac_exeext conftest.
$ac_ext
2608 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2609 $as_echo "$ac_res" >&6; }
2610 eval $as_lineno_stack; test "x$as_lineno_stack" = x
&& { as_lineno
=; unset as_lineno
;}
2612 } # ac_fn_c_check_func
2614 # ac_fn_cxx_try_link LINENO
2615 # -------------------------
2616 # Try to link conftest.$ac_ext, and return whether this succeeded.
2617 ac_fn_cxx_try_link
()
2619 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2620 rm -f conftest.
$ac_objext conftest
$ac_exeext
2621 if { { ac_try
="$ac_link"
2623 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2624 *) ac_try_echo=$ac_try;;
2626 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2627 $as_echo "$ac_try_echo"; } >&5
2628 (eval "$ac_link") 2>conftest.err
2630 if test -s conftest.err; then
2631 grep -v '^ *+' conftest.err >conftest.er1
2632 cat conftest.er1 >&5
2633 mv -f conftest.er1 conftest.err
2635 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2636 test $ac_status = 0; } && {
2637 test -z "$ac_cxx_werror_flag" ||
2638 test ! -s conftest.err
2639 } && test -s conftest$ac_exeext && {
2640 test "$cross_compiling" = yes ||
2641 $as_test_x conftest$ac_exeext
2645 $as_echo "$as_me: failed program was:" >&5
2646 sed 's/^/| /' conftest.$ac_ext >&5
2650 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
2651 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
2652 # interfere with the next link command; also delete a directory that is
2653 # left behind by Apple's compiler. We do this before executing the actions.
2654 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2655 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2658 } # ac_fn_cxx_try_link
2659 cat >config.log <<_ACEOF
2660 This file contains any messages produced by compilers while
2661 running configure, to aid debugging if configure makes a mistake.
2663 It was created by $as_me, which was
2664 generated by GNU Autoconf 2.64. Invocation command line was
2676 hostname = `(hostname || uname
-n) 2>/dev
/null |
sed 1q
`
2677 uname -m = `(uname
-m) 2>/dev
/null ||
echo unknown
`
2678 uname -r = `(uname
-r) 2>/dev
/null ||
echo unknown
`
2679 uname -s = `(uname
-s) 2>/dev
/null ||
echo unknown
`
2680 uname -v = `(uname
-v) 2>/dev
/null ||
echo unknown
`
2682 /usr/bin/uname -p = `(/usr
/bin
/uname
-p) 2>/dev
/null ||
echo unknown
`
2683 /bin/uname -X = `(/bin
/uname
-X) 2>/dev
/null ||
echo unknown
`
2685 /bin/arch = `(/bin
/arch
) 2>/dev
/null ||
echo unknown
`
2686 /usr/bin/arch -k = `(/usr
/bin
/arch
-k) 2>/dev
/null ||
echo unknown
`
2687 /usr/convex/getsysinfo = `(/usr
/convex
/getsysinfo
) 2>/dev
/null ||
echo unknown
`
2688 /usr/bin/hostinfo = `(/usr
/bin
/hostinfo
) 2>/dev
/null ||
echo unknown
`
2689 /bin/machine = `(/bin
/machine
) 2>/dev
/null ||
echo unknown
`
2690 /usr/bin/oslevel = `(/usr
/bin
/oslevel
) 2>/dev
/null ||
echo unknown
`
2691 /bin/universe = `(/bin
/universe
) 2>/dev
/null ||
echo unknown
`
2695 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2699 test -z "$as_dir" && as_dir=.
2700 $as_echo "PATH: $as_dir"
2716 # Keep a trace of the command line.
2717 # Strip out --no-create and --no-recursion so they do not pile up.
2718 # Strip out --silent because we don't want to record it for future runs.
2719 # Also quote any args containing shell meta-characters.
2720 # Make two passes to allow for proper duplicate-argument suppression.
2724 ac_must_keep_next=false
2730 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2731 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2732 | -silent | --silent | --silen | --sile | --sil)
2735 ac_arg=`$as_echo "$ac_arg" |
sed "s/'/'\\\\\\\\''/g"` ;;
2738 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2740 as_fn_append ac_configure_args1 " '$ac_arg'"
2741 if test $ac_must_keep_next = true; then
2742 ac_must_keep_next=false # Got value, back to normal.
2745 *=* | --config-cache | -C | -disable-* | --disable-* \
2746 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2747 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2748 | -with-* | --with-* | -without-* | --without-* | --x)
2749 case "$ac_configure_args0 " in
2750 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2753 -* ) ac_must_keep_next=true ;;
2756 as_fn_append ac_configure_args " '$ac_arg'"
2761 { ac_configure_args0=; unset ac_configure_args0;}
2762 { ac_configure_args1=; unset ac_configure_args1;}
2764 # When interrupted or exit'd, cleanup temporary files, and complete
2765 # config.log. We remove comments because anyway the quotes in there
2766 # would cause problems or look ugly.
2767 # WARNING: Use '\'' to represent an apostrophe within the trap.
2768 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2769 trap 'exit_status=$?
2770 # Save into config.log some information that might help in debugging.
2775 ## ---------------- ##
2776 ## Cache variables. ##
2777 ## ---------------- ##
2780 # The following way of writing the cache mishandles newlines in values,
2782 for ac_var in `(set) 2>&1 |
sed -n '\''s
/^\
([a-zA-Z_
][a-zA-Z0-9_
]*\
)=.
*/\
1/p
'\''`; do
2783 eval ac_val=\$$ac_var
2787 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2788 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2791 _ | IFS | as_nl) ;; #(
2792 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2793 *) { eval $ac_var=; unset $ac_var;} ;;
2798 case $as_nl`(ac_space
='\'' '\''; set) 2>&1` in #(
2799 *${as_nl}ac_space=\ *)
2801 "s/'\''/'\''\\\\'\'''\''/g;
2802 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2805 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2813 ## ----------------- ##
2814 ## Output variables. ##
2815 ## ----------------- ##
2818 for ac_var in $ac_subst_vars
2820 eval ac_val=\$$ac_var
2822 *\'\''*) ac_val=`$as_echo "$ac_val" |
sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2824 $as_echo "$ac_var='\''$ac_val'\''"
2828 if test -n "$ac_subst_files"; then
2830 ## ------------------- ##
2831 ## File substitutions. ##
2832 ## ------------------- ##
2835 for ac_var in $ac_subst_files
2837 eval ac_val=\$$ac_var
2839 *\'\''*) ac_val=`$as_echo "$ac_val" |
sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2841 $as_echo "$ac_var='\''$ac_val'\''"
2846 if test -s confdefs.h; then
2856 test "$ac_signal" != 0 &&
2857 $as_echo "$as_me: caught signal $ac_signal"
2858 $as_echo "$as_me: exit $exit_status"
2860 rm -f core *.core core.conftest.* &&
2861 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2864 for ac_signal in 1 2 13 15; do
2865 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2869 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2870 rm -f -r conftest* confdefs.h
2872 $as_echo "/* confdefs.h */" > confdefs.h
2874 # Predefined preprocessor variables.
2876 cat >>confdefs.h <<_ACEOF
2877 #define PACKAGE_NAME "$PACKAGE_NAME"
2880 cat >>confdefs.h <<_ACEOF
2881 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2884 cat >>confdefs.h <<_ACEOF
2885 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2888 cat >>confdefs.h <<_ACEOF
2889 #define PACKAGE_STRING "$PACKAGE_STRING"
2892 cat >>confdefs.h <<_ACEOF
2893 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2896 cat >>confdefs.h <<_ACEOF
2897 #define PACKAGE_URL "$PACKAGE_URL"
2901 # Let the site file select an alternate cache file if it wants to.
2902 # Prefer an explicitly selected file to automatically selected ones.
2905 if test -n "$CONFIG_SITE"; then
2906 ac_site_file1=$CONFIG_SITE
2907 elif test "x$prefix" != xNONE; then
2908 ac_site_file1=$prefix/share/config.site
2909 ac_site_file2=$prefix/etc/config.site
2911 ac_site_file1=$ac_default_prefix/share/config.site
2912 ac_site_file2=$ac_default_prefix/etc/config.site
2914 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2916 test "x$ac_site_file" = xNONE && continue
2917 if test -r "$ac_site_file"; then
2918 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2919 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2920 sed 's/^/| /' "$ac_site_file" >&5
2925 if test -r "$cache_file"; then
2926 # Some versions of bash will fail to source /dev/null (special
2927 # files actually), so we avoid doing that.
2928 if test -f "$cache_file"; then
2929 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2930 $as_echo "$as_me: loading cache $cache_file" >&6;}
2932 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2933 *) . "./$cache_file";;
2937 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2938 $as_echo "$as_me: creating cache $cache_file" >&6;}
2942 # Check that the precious variables saved in the cache have kept the same
2944 ac_cache_corrupted=false
2945 for ac_var in $ac_precious_vars; do
2946 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2947 eval ac_new_set=\$ac_env_${ac_var}_set
2948 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2949 eval ac_new_val=\$ac_env_${ac_var}_value
2950 case $ac_old_set,$ac_new_set in
2952 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run
" >&5
2953 $as_echo "$as_me: error
: \
`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2954 ac_cache_corrupted=: ;;
2956 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not
set in the previous run
" >&5
2957 $as_echo "$as_me: error
: \
`$ac_var' was not set in the previous run" >&2;}
2958 ac_cache_corrupted=: ;;
2961 if test "x$ac_old_val" != "x$ac_new_val"; then
2962 # differences in whitespace do not lead to failure.
2963 ac_old_val_w=`echo x
$ac_old_val`
2964 ac_new_val_w=`echo x
$ac_new_val`
2965 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2966 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2967 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run
:" >&2;}
2968 ac_cache_corrupted=:
2970 { $as_echo "$as_me:${as_lineno-$LINENO}: warning
: ignoring whitespace changes
in \
`$ac_var' since the previous run:" >&5
2971 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2972 eval $ac_var=\$ac_old_val
2974 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2975 $as_echo "$as_me: former value
: \
`$ac_old_val'" >&2;}
2976 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2977 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2980 # Pass precious variables to config.status.
2981 if test "$ac_new_set" = set; then
2983 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s
/'/'\\\\\\\\''/g
"` ;;
2984 *) ac_arg=$ac_var=$ac_new_val ;;
2986 case " $ac_configure_args " in
2987 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2988 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2992 if $ac_cache_corrupted; then
2993 { $as_echo "$as_me:${as_lineno-$LINENO}: error
: in \
`$ac_pwd':" >&5
2994 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2995 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2996 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2997 as_fn_error "run \`make distclean' and
/or \
`rm $cache_file' and start over" "$LINENO" 5
2999 ## -------------------- ##
3000 ## Main body of script. ##
3001 ## -------------------- ##
3004 ac_cpp='$CPP $CPPFLAGS'
3005 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3006 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3007 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3014 ac_config_headers="$ac_config_headers auto-host.h:config.in"
3017 gcc_version=`cat $srcdir/BASE-VER
`
3019 # Determine the host, build, and target systems
3021 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
3022 for ac_t in install-sh install.sh shtool; do
3023 if test -f "$ac_dir/$ac_t"; then
3025 ac_install_sh="$ac_aux_dir/$ac_t -c"
3030 if test -z "$ac_aux_dir"; then
3031 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
3034 # These three variables are undocumented and unsupported,
3035 # and are intended to be withdrawn in a future Autoconf release.
3036 # They can cause serious problems if a builder's source tree is in a directory
3037 # whose full name contains unusual characters.
3038 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
3039 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
3040 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
3043 # Make sure we can run config.sub.
3044 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
3045 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
3047 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
3048 $as_echo_n "checking build system type... " >&6; }
3049 if test "${ac_cv_build+set}" = set; then :
3050 $as_echo_n "(cached) " >&6
3052 ac_build_alias=$build_alias
3053 test "x$ac_build_alias" = x &&
3054 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
3055 test "x$ac_build_alias" = x &&
3056 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
3057 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
3058 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
3061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
3062 $as_echo "$ac_cv_build" >&6; }
3063 case $ac_cv_build in
3065 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
3068 ac_save_IFS=$IFS; IFS='-'
3074 # Remember, the first character of IFS is used to create $*,
3075 # except with old shells:
3078 case $build_os in *\ *) build_os=`echo "$build_os" |
sed 's/ /-/g'`;; esac
3081 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
3082 $as_echo_n "checking host system type... " >&6; }
3083 if test "${ac_cv_host+set}" = set; then :
3084 $as_echo_n "(cached) " >&6
3086 if test "x$host_alias" = x; then
3087 ac_cv_host=$ac_cv_build
3089 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
3090 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
3094 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
3095 $as_echo "$ac_cv_host" >&6; }
3098 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
3101 ac_save_IFS=$IFS; IFS='-'
3107 # Remember, the first character of IFS is used to create $*,
3108 # except with old shells:
3111 case $host_os in *\ *) host_os=`echo "$host_os" |
sed 's/ /-/g'`;; esac
3114 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
3115 $as_echo_n "checking target system type... " >&6; }
3116 if test "${ac_cv_target+set}" = set; then :
3117 $as_echo_n "(cached) " >&6
3119 if test "x$target_alias" = x; then
3120 ac_cv_target=$ac_cv_host
3122 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
3123 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
3127 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
3128 $as_echo "$ac_cv_target" >&6; }
3129 case $ac_cv_target in
3131 *) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
3133 target=$ac_cv_target
3134 ac_save_IFS=$IFS; IFS='-'
3140 # Remember, the first character of IFS is used to create $*,
3141 # except with old shells:
3144 case $target_os in *\ *) target_os=`echo "$target_os" |
sed 's/ /-/g'`;; esac
3147 # The aliases save the names the user supplied, while $host etc.
3148 # will get canonicalized.
3149 test -n "$target_alias" &&
3150 test "$program_prefix$program_suffix$program_transform_name" = \
3152 program_prefix=${target_alias}-
3154 # Determine the noncanonical target name, for directory use.
3155 case ${build_alias} in
3156 "") build_noncanonical=${build} ;;
3157 *) build_noncanonical=${build_alias} ;;
3160 case ${host_alias} in
3161 "") host_noncanonical=${build_noncanonical} ;;
3162 *) host_noncanonical=${host_alias} ;;
3165 case ${target_alias} in
3166 "") target_noncanonical=${host_noncanonical} ;;
3167 *) target_noncanonical=${target_alias} ;;
3173 # Determine the target- and build-specific subdirectories
3175 # post-stage1 host modules use a different CC_FOR_BUILD so, in order to
3176 # have matching libraries, they should use host libraries: Makefile.tpl
3177 # arranges to pass --with-build-libsubdir=$(HOST_SUBDIR).
3178 # However, they still use the build modules, because the corresponding
3179 # host modules (e.g. bison) are only built for the host when bootstrap
3181 # - build_subdir is where we find build modules, and never changes.
3182 # - build_libsubdir is where we find build libraries, and can be overridden.
3184 # Prefix 'build-' so this never conflicts with target_subdir.
3185 build_subdir="build-${build_noncanonical}"
3187 # Check whether --with-build-libsubdir was given.
3188 if test "${with_build_libsubdir+set}" = set; then :
3189 withval=$with_build_libsubdir; build_libsubdir="$withval"
3191 build_libsubdir="$build_subdir"
3194 # --srcdir=. covers the toplevel, while "test -d" covers the subdirectories
3195 if ( test $srcdir = . && test -d gcc ) \
3196 || test -d $srcdir/../host-${host_noncanonical}; then
3197 host_subdir="host-${host_noncanonical}"
3202 target_subdir=${target_noncanonical}
3205 # Set program_transform_name
3206 test "$program_prefix" != NONE &&
3207 program_transform_name="s&^&$program_prefix&;$program_transform_name"
3208 # Use a double $ so make ignores it.
3209 test "$program_suffix" != NONE &&
3210 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3211 # Double any \ or $.
3212 # By default was `s
,x
,x
', remove it if useless.
3213 ac_script='s
/[\\$
]/&&/g
;s
/;s
,x
,x
,$
//'
3214 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
3217 # Check for bogus environment variables.
3218 # Test if LIBRARY_PATH contains the notation for the current directory
3219 # since this would lead to problems installing/building glibc.
3220 # LIBRARY_PATH contains the current directory if one of the following
3222 # - one of the terminals (":" and ";") is the first or last sign
3223 # - two terminals occur directly after each other
3224 # - the path contains an element with a dot in it
3225 { $as_echo "$as_me:${as_lineno-$LINENO}: checking LIBRARY_PATH variable" >&5
3226 $as_echo_n "checking LIBRARY_PATH variable... " >&6; }
3227 case ${LIBRARY_PATH} in
3228 [:\;]* | *[:\;] | *[:\;][:\;]* | *[:\;]. | .[:\;]*| . | *[:\;].[:\;]* )
3229 library_path_setting="contains current directory"
3232 library_path_setting="ok"
3235 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $library_path_setting" >&5
3236 $as_echo "$library_path_setting" >&6; }
3237 if test "$library_path_setting" != "ok"; then
3239 *** LIBRARY_PATH shouldn't contain the current directory when
3240 *** building gcc. Please change the environment variable
3241 *** and run configure again.
" "$LINENO" 5
3244 # Test if GCC_EXEC_PREFIX contains the notation for the current directory
3245 # since this would lead to problems installing/building glibc.
3246 # GCC_EXEC_PREFIX contains the current directory if one of the following
3248 # - one of the terminals (":" and ";") is the first or last sign
3249 # - two terminals occur directly after each other
3250 # - the path contains an element with a dot in it
3251 { $as_echo "$as_me:${as_lineno-$LINENO}: checking GCC_EXEC_PREFIX variable
" >&5
3252 $as_echo_n "checking GCC_EXEC_PREFIX variable...
" >&6; }
3253 case ${GCC_EXEC_PREFIX} in
3254 [:\;]* | *[:\;] | *[:\;][:\;]* | *[:\;]. | .[:\;]*| . | *[:\;].[:\;]* )
3255 gcc_exec_prefix_setting="contains current directory
"
3258 gcc_exec_prefix_setting="ok
"
3261 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $gcc_exec_prefix_setting" >&5
3262 $as_echo "$gcc_exec_prefix_setting" >&6; }
3263 if test "$gcc_exec_prefix_setting" != "ok
"; then
3265 *** GCC_EXEC_PREFIX shouldn
't contain the current directory when
3266 *** building gcc. Please change the environment variable
3267 *** and run configure again." "$LINENO" 5
3274 # Specify the local prefix
3277 # Check whether --with-local-prefix was given.
3278 if test "${with_local_prefix+set}" = set; then :
3279 withval=$with_local_prefix; case "${withval}" in
3280 yes) as_fn_error "bad value ${withval} given for local include directory prefix" "$LINENO" 5 ;;
3282 *) local_prefix=$with_local_prefix ;;
3287 # Default local prefix if it is empty
3288 if test x$local_prefix = x; then
3289 local_prefix=/usr/local
3292 # Don't
set gcc_gxx_include_dir to gxx_include_dir since that
's only
3293 # passed in by the toplevel make and thus we'd get different behavior
3294 # depending on where we built the sources.
3295 gcc_gxx_include_dir
=
3296 # Specify the g++ header file directory
3298 # Check whether --with-gxx-include-dir was given.
3299 if test "${with_gxx_include_dir+set}" = set; then :
3300 withval
=$with_gxx_include_dir; case "${withval}" in
3301 yes) as_fn_error
"bad value ${withval} given for g++ include directory" "$LINENO" 5 ;;
3303 *) gcc_gxx_include_dir
=$with_gxx_include_dir ;;
3308 # This logic must match libstdc++-v3/acinclude.m4:GLIBCXX_EXPORT_INSTALL_INFO.
3309 if test x
${gcc_gxx_include_dir} = x
; then
3310 if test x
${enable_version_specific_runtime_libs} = xyes
; then
3311 gcc_gxx_include_dir
='${libsubdir}/include/c++'
3313 libstdcxx_incdir
='include/c++/$(version)'
3314 if test x
$host != x
$target; then
3315 libstdcxx_incdir
="$target_alias/$libstdcxx_incdir"
3317 gcc_gxx_include_dir
="\$(libsubdir)/\$(libsubdir_to_prefix)$libstdcxx_incdir"
3321 gcc_gxx_include_dir_add_sysroot
=0
3322 if test "${with_sysroot+set}" = set; then
3323 gcc_gxx_without_sysroot
=`expr "${gcc_gxx_include_dir}" : "${with_sysroot}"'\(.*\)'`
3324 if test "${gcc_gxx_without_sysroot}"; then
3325 gcc_gxx_include_dir
="${gcc_gxx_without_sysroot}"
3326 gcc_gxx_include_dir_add_sysroot
=1
3331 # Check whether --with-cpp_install_dir was given.
3332 if test "${with_cpp_install_dir+set}" = set; then :
3333 withval
=$with_cpp_install_dir; if test x
$withval = xyes
; then
3334 as_fn_error
"option --with-cpp-install-dir requires an argument" "$LINENO" 5
3335 elif test x
$withval != xno
; then
3336 cpp_install_dir
=$withval
3341 # We would like to our source tree to be readonly. However when releases or
3342 # pre-releases are generated, the flex/bison generated files as well as the
3343 # various formats of manuals need to be included along with the rest of the
3344 # sources. Therefore we have --enable-generated-files-in-srcdir to do
3347 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to place generated files in the source directory" >&5
3348 $as_echo_n "checking whether to place generated files in the source directory... " >&6; }
3349 # Check whether --enable-generated-files-in-srcdir was given.
3350 if test "${enable_generated_files_in_srcdir+set}" = set; then :
3351 enableval
=$enable_generated_files_in_srcdir; generated_files_in_srcdir
=$enableval
3353 generated_files_in_srcdir
=no
3357 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $generated_files_in_srcdir" >&5
3358 $as_echo "$generated_files_in_srcdir" >&6; }
3360 if test "$generated_files_in_srcdir" = "yes"; then
3367 # -------------------
3368 # Find default linker
3369 # -------------------
3373 # Check whether --with-gnu-ld was given.
3374 if test "${with_gnu_ld+set}" = set; then :
3375 withval
=$with_gnu_ld; gnu_ld_flag
="$with_gnu_ld"
3381 # With pre-defined ld
3383 # Check whether --with-ld was given.
3384 if test "${with_ld+set}" = set; then :
3385 withval
=$with_ld; DEFAULT_LINKER
="$with_ld"
3388 if test x
"${DEFAULT_LINKER+set}" = x
"set"; then
3389 if test ! -x "$DEFAULT_LINKER"; then
3390 as_fn_error
"cannot execute: $DEFAULT_LINKER: check --with-ld or env. var. DEFAULT_LINKER" "$LINENO" 5
3391 elif $DEFAULT_LINKER -v < /dev
/null
2>&1 |
grep GNU
> /dev
/null
; then
3395 cat >>confdefs.h
<<_ACEOF
3396 #define DEFAULT_LINKER "$DEFAULT_LINKER"
3401 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a default linker was specified" >&5
3402 $as_echo_n "checking whether a default linker was specified... " >&6; }
3403 if test x
"${DEFAULT_LINKER+set}" = x
"set"; then
3404 if test x
"$gnu_ld_flag" = x
"no"; then
3405 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($DEFAULT_LINKER)" >&5
3406 $as_echo "yes ($DEFAULT_LINKER)" >&6; }
3408 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($DEFAULT_LINKER - GNU ld)" >&5
3409 $as_echo "yes ($DEFAULT_LINKER - GNU ld)" >&6; }
3412 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3413 $as_echo "no" >&6; }
3416 # With demangler in GNU ld
3418 # Check whether --with-demangler-in-ld was given.
3419 if test "${with_demangler_in_ld+set}" = set; then :
3420 withval
=$with_demangler_in_ld; demangler_in_ld
="$with_demangler_in_ld"
3426 # ----------------------
3427 # Find default assembler
3428 # ----------------------
3432 # Check whether --with-gnu-as was given.
3433 if test "${with_gnu_as+set}" = set; then :
3434 withval
=$with_gnu_as; gas_flag
="$with_gnu_as"
3441 # Check whether --with-as was given.
3442 if test "${with_as+set}" = set; then :
3443 withval
=$with_as; DEFAULT_ASSEMBLER
="$with_as"
3446 if test x
"${DEFAULT_ASSEMBLER+set}" = x
"set"; then
3447 if test ! -x "$DEFAULT_ASSEMBLER"; then
3448 as_fn_error
"cannot execute: $DEFAULT_ASSEMBLER: check --with-as or env. var. DEFAULT_ASSEMBLER" "$LINENO" 5
3449 elif $DEFAULT_ASSEMBLER -v < /dev
/null
2>&1 |
grep GNU
> /dev
/null
; then
3453 cat >>confdefs.h
<<_ACEOF
3454 #define DEFAULT_ASSEMBLER "$DEFAULT_ASSEMBLER"
3459 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a default assembler was specified" >&5
3460 $as_echo_n "checking whether a default assembler was specified... " >&6; }
3461 if test x
"${DEFAULT_ASSEMBLER+set}" = x
"set"; then
3462 if test x
"$gas_flag" = x
"no"; then
3463 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($DEFAULT_ASSEMBLER)" >&5
3464 $as_echo "yes ($DEFAULT_ASSEMBLER)" >&6; }
3466 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($DEFAULT_ASSEMBLER - GNU as)" >&5
3467 $as_echo "yes ($DEFAULT_ASSEMBLER - GNU as)" >&6; }
3470 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3471 $as_echo "no" >&6; }
3478 # If a non-executable a.out is present (e.g. created by GNU as above even if
3479 # invoked with -v only), the IRIX 6 native ld just overwrites the existing
3480 # file, even when creating an executable, so an execution test fails.
3481 # Remove possible default executable files to avoid this.
3483 # FIXME: This really belongs into AC_PROG_CC and can be removed once
3484 # Autoconf includes it.
3485 rm -f a.out a.exe b.out
3487 # Find the native compiler
3489 ac_cpp
='$CPP $CPPFLAGS'
3490 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3491 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3492 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3493 if test -n "$ac_tool_prefix"; then
3494 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3495 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
3496 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3497 $as_echo_n "checking for $ac_word... " >&6; }
3498 if test "${ac_cv_prog_CC+set}" = set; then :
3499 $as_echo_n "(cached) " >&6
3501 if test -n "$CC"; then
3502 ac_cv_prog_CC
="$CC" # Let the user override the test.
3504 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3508 test -z "$as_dir" && as_dir
=.
3509 for ac_exec_ext
in '' $ac_executable_extensions; do
3510 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3511 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
3512 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3522 if test -n "$CC"; then
3523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3524 $as_echo "$CC" >&6; }
3526 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3527 $as_echo "no" >&6; }
3532 if test -z "$ac_cv_prog_CC"; then
3534 # Extract the first word of "gcc", so it can be a program name with args.
3535 set dummy gcc
; ac_word
=$2
3536 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3537 $as_echo_n "checking for $ac_word... " >&6; }
3538 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3539 $as_echo_n "(cached) " >&6
3541 if test -n "$ac_ct_CC"; then
3542 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
3544 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3548 test -z "$as_dir" && as_dir
=.
3549 for ac_exec_ext
in '' $ac_executable_extensions; do
3550 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3551 ac_cv_prog_ac_ct_CC
="gcc"
3552 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3561 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
3562 if test -n "$ac_ct_CC"; then
3563 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3564 $as_echo "$ac_ct_CC" >&6; }
3566 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3567 $as_echo "no" >&6; }
3570 if test "x$ac_ct_CC" = x
; then
3573 case $cross_compiling:$ac_tool_warned in
3575 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3576 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3577 ac_tool_warned
=yes ;;
3585 if test -z "$CC"; then
3586 if test -n "$ac_tool_prefix"; then
3587 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3588 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
3589 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3590 $as_echo_n "checking for $ac_word... " >&6; }
3591 if test "${ac_cv_prog_CC+set}" = set; then :
3592 $as_echo_n "(cached) " >&6
3594 if test -n "$CC"; then
3595 ac_cv_prog_CC
="$CC" # Let the user override the test.
3597 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3601 test -z "$as_dir" && as_dir
=.
3602 for ac_exec_ext
in '' $ac_executable_extensions; do
3603 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3604 ac_cv_prog_CC
="${ac_tool_prefix}cc"
3605 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3615 if test -n "$CC"; then
3616 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3617 $as_echo "$CC" >&6; }
3619 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3620 $as_echo "no" >&6; }
3626 if test -z "$CC"; then
3627 # Extract the first word of "cc", so it can be a program name with args.
3628 set dummy cc
; ac_word
=$2
3629 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3630 $as_echo_n "checking for $ac_word... " >&6; }
3631 if test "${ac_cv_prog_CC+set}" = set; then :
3632 $as_echo_n "(cached) " >&6
3634 if test -n "$CC"; then
3635 ac_cv_prog_CC
="$CC" # Let the user override the test.
3638 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3642 test -z "$as_dir" && as_dir
=.
3643 for ac_exec_ext
in '' $ac_executable_extensions; do
3644 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3645 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3646 ac_prog_rejected
=yes
3650 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3657 if test $ac_prog_rejected = yes; then
3658 # We found a bogon in the path, so make sure we never use it.
3659 set dummy
$ac_cv_prog_CC
3661 if test $# != 0; then
3662 # We chose a different compiler from the bogus one.
3663 # However, it has the same basename, so the bogon will be chosen
3664 # first if we set CC to just the basename; use the full file name.
3666 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
3672 if test -n "$CC"; then
3673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3674 $as_echo "$CC" >&6; }
3676 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3677 $as_echo "no" >&6; }
3682 if test -z "$CC"; then
3683 if test -n "$ac_tool_prefix"; then
3684 for ac_prog
in cl.exe
3686 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3687 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
3688 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3689 $as_echo_n "checking for $ac_word... " >&6; }
3690 if test "${ac_cv_prog_CC+set}" = set; then :
3691 $as_echo_n "(cached) " >&6
3693 if test -n "$CC"; then
3694 ac_cv_prog_CC
="$CC" # Let the user override the test.
3696 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3700 test -z "$as_dir" && as_dir
=.
3701 for ac_exec_ext
in '' $ac_executable_extensions; do
3702 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3703 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
3704 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3714 if test -n "$CC"; then
3715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3716 $as_echo "$CC" >&6; }
3718 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3719 $as_echo "no" >&6; }
3723 test -n "$CC" && break
3726 if test -z "$CC"; then
3728 for ac_prog
in cl.exe
3730 # Extract the first word of "$ac_prog", so it can be a program name with args.
3731 set dummy
$ac_prog; ac_word
=$2
3732 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3733 $as_echo_n "checking for $ac_word... " >&6; }
3734 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3735 $as_echo_n "(cached) " >&6
3737 if test -n "$ac_ct_CC"; then
3738 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
3740 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3744 test -z "$as_dir" && as_dir
=.
3745 for ac_exec_ext
in '' $ac_executable_extensions; do
3746 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3747 ac_cv_prog_ac_ct_CC
="$ac_prog"
3748 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3757 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
3758 if test -n "$ac_ct_CC"; then
3759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3760 $as_echo "$ac_ct_CC" >&6; }
3762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3763 $as_echo "no" >&6; }
3767 test -n "$ac_ct_CC" && break
3770 if test "x$ac_ct_CC" = x
; then
3773 case $cross_compiling:$ac_tool_warned in
3775 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3776 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3777 ac_tool_warned
=yes ;;
3786 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3787 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3788 as_fn_error
"no acceptable C compiler found in \$PATH
3789 See \`config.log' for more details." "$LINENO" 5; }
3791 # Provide some information about the compiler.
3792 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3795 for ac_option
in --version -v -V -qversion; do
3796 { { ac_try
="$ac_compiler $ac_option >&5"
3798 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3799 *) ac_try_echo=$ac_try;;
3801 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3802 $as_echo "$ac_try_echo"; } >&5
3803 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3805 if test -s conftest.err; then
3807 ... rest of stderr output deleted ...
3808 10q' conftest.err >conftest.er1
3809 cat conftest.er1 >&5
3810 rm -f conftest.er1 conftest.err
3812 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3813 test $ac_status = 0; }
3816 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3817 /* end confdefs.h. */
3827 ac_clean_files_save=$ac_clean_files
3828 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
3829 # Try to create an executable without -o first, disregard a.out.
3830 # It will help us diagnose broken compilers, and finding out an intuition
3832 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3833 $as_echo_n "checking for C compiler default output file name... " >&6; }
3834 ac_link_default=`$as_echo "$ac_link" |
sed 's/ -o *conftest[^ ]*//'`
3836 # The possible output files:
3837 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3840 for ac_file in $ac_files
3843 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3844 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3849 if { { ac_try="$ac_link_default"
3851 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
3852 *) ac_try_echo
=$ac_try;;
3854 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3855 $as_echo "$ac_try_echo"; } >&5
3856 (eval "$ac_link_default") 2>&5
3858 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3859 test $ac_status = 0; }; then :
3860 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3861 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3862 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3863 # so that the user can short-circuit this test for compilers unknown to
3865 for ac_file
in $ac_files ''
3867 test -f "$ac_file" ||
continue
3869 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
)
3872 # We found the default executable, but exeext='' is most
3876 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no
;
3878 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
3880 # We set ac_cv_exeext here because the later test for it is not
3881 # safe: cross compilers may not add the suffix if given an `-o'
3882 # argument, so we may need to know it at that point already.
3883 # Even if this section looks crufty: it has the advantage of
3890 test "$ac_cv_exeext" = no
&& ac_cv_exeext
=
3895 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3896 $as_echo "$ac_file" >&6; }
3897 if test -z "$ac_file"; then :
3898 $as_echo "$as_me: failed program was:" >&5
3899 sed 's/^/| /' conftest.
$ac_ext >&5
3901 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3902 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3903 { as_fn_set_status
77
3904 as_fn_error
"C compiler cannot create executables
3905 See \`config.log' for more details." "$LINENO" 5; }; }
3907 ac_exeext
=$ac_cv_exeext
3909 # Check that the compiler produces executables we can run. If not, either
3910 # the compiler is broken, or we cross compile.
3911 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3912 $as_echo_n "checking whether the C compiler works... " >&6; }
3913 # If not cross compiling, check that we can run a simple program.
3914 if test "$cross_compiling" != yes; then
3915 if { ac_try
='./$ac_file'
3916 { { case "(($ac_try" in
3917 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3918 *) ac_try_echo=$ac_try;;
3920 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3921 $as_echo "$ac_try_echo"; } >&5
3922 (eval "$ac_try") 2>&5
3924 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3925 test $ac_status = 0; }; }; then
3928 if test "$cross_compiling" = maybe; then
3931 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3932 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3933 as_fn_error "cannot run C compiled programs.
3934 If you meant to cross compile
, use \
`--host'.
3935 See \`config.log
' for more details." "$LINENO" 5; }
3939 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3940 $as_echo "yes" >&6; }
3942 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
3943 ac_clean_files=$ac_clean_files_save
3944 # Check that the compiler produces executables we can run. If not, either
3945 # the compiler is broken, or we cross compile.
3946 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3947 $as_echo_n "checking whether we are cross compiling... " >&6; }
3948 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3949 $as_echo "$cross_compiling" >&6; }
3951 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3952 $as_echo_n "checking for suffix of executables... " >&6; }
3953 if { { ac_try="$ac_link"
3955 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3956 *) ac_try_echo=$ac_try;;
3958 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3959 $as_echo "$ac_try_echo"; } >&5
3960 (eval "$ac_link") 2>&5
3962 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3963 test $ac_status = 0; }; then :
3964 # If both `conftest.exe' and
`conftest' are `present
' (well, observable)
3965 # catch `conftest.exe'. For instance with Cygwin
, `ls conftest' will
3966 # work properly (i.e., refer to `conftest.exe
'), while it won't with
3968 for ac_file
in conftest.exe conftest conftest.
*; do
3969 test -f "$ac_file" ||
continue
3971 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
) ;;
3972 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
3978 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3979 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3980 as_fn_error
"cannot compute suffix of executables: cannot compile and link
3981 See \`config.log' for more details." "$LINENO" 5; }
3983 rm -f conftest
$ac_cv_exeext
3984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3985 $as_echo "$ac_cv_exeext" >&6; }
3987 rm -f conftest.
$ac_ext
3988 EXEEXT
=$ac_cv_exeext
3990 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3991 $as_echo_n "checking for suffix of object files... " >&6; }
3992 if test "${ac_cv_objext+set}" = set; then :
3993 $as_echo_n "(cached) " >&6
3995 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3996 /* end confdefs.h. */
4006 rm -f conftest.o conftest.obj
4007 if { { ac_try
="$ac_compile"
4009 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4010 *) ac_try_echo=$ac_try;;
4012 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4013 $as_echo "$ac_try_echo"; } >&5
4014 (eval "$ac_compile") 2>&5
4016 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4017 test $ac_status = 0; }; then :
4018 for ac_file in conftest.o conftest.obj conftest.*; do
4019 test -f "$ac_file" || continue;
4021 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4022 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4027 $as_echo "$as_me: failed program was:" >&5
4028 sed 's/^/| /' conftest.$ac_ext >&5
4030 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4031 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4032 as_fn_error "cannot compute suffix of object files
: cannot compile
4033 See \
`config.log' for more details." "$LINENO" 5; }
4035 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4037 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4038 $as_echo "$ac_cv_objext" >&6; }
4039 OBJEXT=$ac_cv_objext
4041 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4042 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4043 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4044 $as_echo_n "(cached) " >&6
4046 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4047 /* end confdefs.h. */
4060 if ac_fn_c_try_compile "$LINENO"; then :
4065 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4066 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4069 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4070 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4071 if test $ac_compiler_gnu = yes; then
4076 ac_test_CFLAGS=${CFLAGS+set}
4077 ac_save_CFLAGS=$CFLAGS
4078 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4079 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4080 if test "${ac_cv_prog_cc_g+set}" = set; then :
4081 $as_echo_n "(cached) " >&6
4083 ac_save_c_werror_flag=$ac_c_werror_flag
4084 ac_c_werror_flag=yes
4087 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4088 /* end confdefs.h. */
4098 if ac_fn_c_try_compile "$LINENO"; then :
4102 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4103 /* end confdefs.h. */
4113 if ac_fn_c_try_compile "$LINENO"; then :
4116 ac_c_werror_flag=$ac_save_c_werror_flag
4118 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4119 /* end confdefs.h. */
4129 if ac_fn_c_try_compile "$LINENO"; then :
4132 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4134 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4136 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4137 ac_c_werror_flag=$ac_save_c_werror_flag
4139 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4140 $as_echo "$ac_cv_prog_cc_g" >&6; }
4141 if test "$ac_test_CFLAGS" = set; then
4142 CFLAGS=$ac_save_CFLAGS
4143 elif test $ac_cv_prog_cc_g = yes; then
4144 if test "$GCC" = yes; then
4150 if test "$GCC" = yes; then
4156 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4157 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4158 if test "${ac_cv_prog_cc_c89+set}" = set; then :
4159 $as_echo_n "(cached) " >&6
4161 ac_cv_prog_cc_c89=no
4163 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4164 /* end confdefs.h. */
4167 #include <sys/types.h>
4168 #include <sys/stat.h>
4169 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4170 struct buf { int x; };
4171 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4172 static char *e (p, i)
4178 static char *f (char * (*g) (char **, int), char **p, ...)
4183 s = g (p, va_arg (v,int));
4188 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4189 function prototypes and stuff, but not '\xHH' hex character constants.
4190 These don't provoke an error unfortunately, instead are silently treated
4191 as 'x'. The following induces an error, until -std is added to get
4192 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4193 array size at least. It's necessary to write '\x00'==0 to get something
4194 that's true only with -std. */
4195 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4197 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4198 inside strings and character constants. */
4200 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4202 int test (int i, double x);
4203 struct s1 {int (*f) (int a);};
4204 struct s2 {int (*f) (double a);};
4205 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4211 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4216 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4217 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4219 CC="$ac_save_CC $ac_arg"
4220 if ac_fn_c_try_compile "$LINENO"; then :
4221 ac_cv_prog_cc_c89=$ac_arg
4223 rm -f core conftest.err conftest.$ac_objext
4224 test "x$ac_cv_prog_cc_c89" != "xno" && break
4226 rm -f conftest.$ac_ext
4231 case "x$ac_cv_prog_cc_c89" in
4233 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4234 $as_echo "none needed" >&6; } ;;
4236 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4237 $as_echo "unsupported" >&6; } ;;
4239 CC="$CC $ac_cv_prog_cc_c89"
4240 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4241 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4243 if test "x$ac_cv_prog_cc_c89" != xno; then :
4248 ac_cpp='$CPP $CPPFLAGS'
4249 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4250 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4251 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4253 if test "x$CC" != xcc; then
4254 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC and cc understand -c and -o together" >&5
4255 $as_echo_n "checking whether $CC and cc understand -c and -o together... " >&6; }
4257 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether cc understands -c and -o together" >&5
4258 $as_echo_n "checking whether cc understands -c and -o together... " >&6; }
4260 set dummy $CC; ac_cc=`$as_echo "$2" |
4261 sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
4262 if { as_var=ac_cv_prog_cc_${ac_cc}_c_o; eval "test \"\${$as_var+set}\" = set"; }; then :
4263 $as_echo_n "(cached) " >&6
4265 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4266 /* end confdefs.h. */
4276 # Make sure it works both with $CC and with simple cc.
4277 # We do the test twice because some compilers refuse to overwrite an
4278 # existing .o file with -o, though they will create one.
4279 ac_try='$CC -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
4281 if { { case "(($ac_try" in
4282 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4283 *) ac_try_echo
=$ac_try;;
4285 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4286 $as_echo "$ac_try_echo"; } >&5
4287 (eval "$ac_try") 2>&5
4289 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4290 test $ac_status = 0; } &&
4291 test -f conftest2.
$ac_objext && { { case "(($ac_try" in
4292 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4293 *) ac_try_echo=$ac_try;;
4295 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4296 $as_echo "$ac_try_echo"; } >&5
4297 (eval "$ac_try") 2>&5
4299 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4300 test $ac_status = 0; };
4302 eval ac_cv_prog_cc_${ac_cc}_c_o=yes
4303 if test "x$CC" != xcc; then
4304 # Test first that cc exists at all.
4305 if { ac_try='cc -c conftest.$ac_ext >&5'
4306 { { case "(($ac_try" in
4307 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4308 *) ac_try_echo
=$ac_try;;
4310 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4311 $as_echo "$ac_try_echo"; } >&5
4312 (eval "$ac_try") 2>&5
4314 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4315 test $ac_status = 0; }; }; then
4316 ac_try
='cc -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
4318 if { { case "(($ac_try" in
4319 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4320 *) ac_try_echo=$ac_try;;
4322 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4323 $as_echo "$ac_try_echo"; } >&5
4324 (eval "$ac_try") 2>&5
4326 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4327 test $ac_status = 0; } &&
4328 test -f conftest2.$ac_objext && { { case "(($ac_try" in
4329 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4330 *) ac_try_echo
=$ac_try;;
4332 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4333 $as_echo "$ac_try_echo"; } >&5
4334 (eval "$ac_try") 2>&5
4336 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4337 test $ac_status = 0; };
4342 # cc exists but doesn't like -o.
4343 eval ac_cv_prog_cc_
${ac_cc}_c_o
=no
4348 eval ac_cv_prog_cc_
${ac_cc}_c_o
=no
4350 rm -f core conftest
*
4353 if eval test \
$ac_cv_prog_cc_${ac_cc}_c_o
= yes; then
4354 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4355 $as_echo "yes" >&6; }
4357 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4358 $as_echo "no" >&6; }
4360 $as_echo "#define NO_MINUS_C_MINUS_O 1" >>confdefs.h
4364 # expand $ac_aux_dir to an absolute path
4365 am_aux_dir
=`cd $ac_aux_dir && pwd`
4367 # FIXME: we rely on the cache variable name because
4368 # there is no other way.
4370 am_cc
=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
4371 eval am_t
=\
$ac_cv_prog_cc_${am_cc}_c_o
4372 if test "$am_t" != yes; then
4373 # Losing compiler, so override with the script.
4374 # FIXME: It is wrong to rewrite CC.
4375 # But if we don't then we get into trouble of one sort or another.
4376 # A longer-term fix would be to have automake use am__CC in this case,
4377 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
4378 CC
="$am_aux_dir/compile $CC"
4383 ac_cpp
='$CXXCPP $CPPFLAGS'
4384 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4385 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4386 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
4387 if test -z "$CXX"; then
4388 if test -n "$CCC"; then
4391 if test -n "$ac_tool_prefix"; then
4392 for ac_prog
in g
++ c
++ gpp aCC CC cxx cc
++ cl.exe FCC KCC RCC xlC_r xlC
4394 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4395 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
4396 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4397 $as_echo_n "checking for $ac_word... " >&6; }
4398 if test "${ac_cv_prog_CXX+set}" = set; then :
4399 $as_echo_n "(cached) " >&6
4401 if test -n "$CXX"; then
4402 ac_cv_prog_CXX
="$CXX" # Let the user override the test.
4404 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4408 test -z "$as_dir" && as_dir
=.
4409 for ac_exec_ext
in '' $ac_executable_extensions; do
4410 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4411 ac_cv_prog_CXX
="$ac_tool_prefix$ac_prog"
4412 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4422 if test -n "$CXX"; then
4423 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4424 $as_echo "$CXX" >&6; }
4426 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4427 $as_echo "no" >&6; }
4431 test -n "$CXX" && break
4434 if test -z "$CXX"; then
4436 for ac_prog
in g
++ c
++ gpp aCC CC cxx cc
++ cl.exe FCC KCC RCC xlC_r xlC
4438 # Extract the first word of "$ac_prog", so it can be a program name with args.
4439 set dummy
$ac_prog; ac_word
=$2
4440 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4441 $as_echo_n "checking for $ac_word... " >&6; }
4442 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
4443 $as_echo_n "(cached) " >&6
4445 if test -n "$ac_ct_CXX"; then
4446 ac_cv_prog_ac_ct_CXX
="$ac_ct_CXX" # Let the user override the test.
4448 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4452 test -z "$as_dir" && as_dir
=.
4453 for ac_exec_ext
in '' $ac_executable_extensions; do
4454 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4455 ac_cv_prog_ac_ct_CXX
="$ac_prog"
4456 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4465 ac_ct_CXX
=$ac_cv_prog_ac_ct_CXX
4466 if test -n "$ac_ct_CXX"; then
4467 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4468 $as_echo "$ac_ct_CXX" >&6; }
4470 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4471 $as_echo "no" >&6; }
4475 test -n "$ac_ct_CXX" && break
4478 if test "x$ac_ct_CXX" = x
; then
4481 case $cross_compiling:$ac_tool_warned in
4483 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4484 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4485 ac_tool_warned
=yes ;;
4493 # Provide some information about the compiler.
4494 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
4497 for ac_option
in --version -v -V -qversion; do
4498 { { ac_try
="$ac_compiler $ac_option >&5"
4500 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4501 *) ac_try_echo=$ac_try;;
4503 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4504 $as_echo "$ac_try_echo"; } >&5
4505 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4507 if test -s conftest.err; then
4509 ... rest of stderr output deleted ...
4510 10q' conftest.err >conftest.er1
4511 cat conftest.er1 >&5
4512 rm -f conftest.er1 conftest.err
4514 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4515 test $ac_status = 0; }
4518 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
4519 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
4520 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
4521 $as_echo_n "(cached) " >&6
4523 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4524 /* end confdefs.h. */
4537 if ac_fn_cxx_try_compile "$LINENO"; then :
4542 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4543 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
4546 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
4547 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
4548 if test $ac_compiler_gnu = yes; then
4553 ac_test_CXXFLAGS=${CXXFLAGS+set}
4554 ac_save_CXXFLAGS=$CXXFLAGS
4555 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
4556 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
4557 if test "${ac_cv_prog_cxx_g+set}" = set; then :
4558 $as_echo_n "(cached) " >&6
4560 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
4561 ac_cxx_werror_flag=yes
4564 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4565 /* end confdefs.h. */
4575 if ac_fn_cxx_try_compile "$LINENO"; then :
4576 ac_cv_prog_cxx_g=yes
4579 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4580 /* end confdefs.h. */
4590 if ac_fn_cxx_try_compile "$LINENO"; then :
4593 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4595 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4596 /* end confdefs.h. */
4606 if ac_fn_cxx_try_compile "$LINENO"; then :
4607 ac_cv_prog_cxx_g=yes
4609 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4611 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4613 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4614 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4616 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
4617 $as_echo "$ac_cv_prog_cxx_g" >&6; }
4618 if test "$ac_test_CXXFLAGS" = set; then
4619 CXXFLAGS=$ac_save_CXXFLAGS
4620 elif test $ac_cv_prog_cxx_g = yes; then
4621 if test "$GXX" = yes; then
4627 if test "$GXX" = yes; then
4634 ac_cpp='$CPP $CPPFLAGS'
4635 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4636 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4637 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4642 if test -n "$ac_tool_prefix"; then
4643 # Extract the first word of "${ac_tool_prefix}gnatbind", so it can be a program name with args.
4644 set dummy ${ac_tool_prefix}gnatbind; ac_word=$2
4645 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4646 $as_echo_n "checking for $ac_word... " >&6; }
4647 if test "${ac_cv_prog_GNATBIND+set}" = set; then :
4648 $as_echo_n "(cached) " >&6
4650 if test -n "$GNATBIND"; then
4651 ac_cv_prog_GNATBIND="$GNATBIND" # Let the user override the test.
4653 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4657 test -z "$as_dir" && as_dir=.
4658 for ac_exec_ext in '' $ac_executable_extensions; do
4659 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4660 ac_cv_prog_GNATBIND="${ac_tool_prefix}gnatbind"
4661 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4670 GNATBIND=$ac_cv_prog_GNATBIND
4671 if test -n "$GNATBIND"; then
4672 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNATBIND" >&5
4673 $as_echo "$GNATBIND" >&6; }
4675 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4676 $as_echo "no" >&6; }
4681 if test -z "$ac_cv_prog_GNATBIND"; then
4682 ac_ct_GNATBIND=$GNATBIND
4683 # Extract the first word of "gnatbind", so it can be a program name with args.
4684 set dummy gnatbind; ac_word=$2
4685 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4686 $as_echo_n "checking for $ac_word... " >&6; }
4687 if test "${ac_cv_prog_ac_ct_GNATBIND+set}" = set; then :
4688 $as_echo_n "(cached) " >&6
4690 if test -n "$ac_ct_GNATBIND"; then
4691 ac_cv_prog_ac_ct_GNATBIND="$ac_ct_GNATBIND" # Let the user override the test.
4693 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4697 test -z "$as_dir" && as_dir=.
4698 for ac_exec_ext in '' $ac_executable_extensions; do
4699 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4700 ac_cv_prog_ac_ct_GNATBIND="gnatbind"
4701 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4710 ac_ct_GNATBIND=$ac_cv_prog_ac_ct_GNATBIND
4711 if test -n "$ac_ct_GNATBIND"; then
4712 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GNATBIND" >&5
4713 $as_echo "$ac_ct_GNATBIND" >&6; }
4715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4716 $as_echo "no" >&6; }
4719 if test "x$ac_ct_GNATBIND" = x; then
4722 case $cross_compiling:$ac_tool_warned in
4724 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4725 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4726 ac_tool_warned=yes ;;
4728 GNATBIND=$ac_ct_GNATBIND
4731 GNATBIND="$ac_cv_prog_GNATBIND"
4734 if test -n "$ac_tool_prefix"; then
4735 # Extract the first word of "${ac_tool_prefix}gnatmake", so it can be a program name with args.
4736 set dummy ${ac_tool_prefix}gnatmake; ac_word=$2
4737 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4738 $as_echo_n "checking for $ac_word... " >&6; }
4739 if test "${ac_cv_prog_GNATMAKE+set}" = set; then :
4740 $as_echo_n "(cached) " >&6
4742 if test -n "$GNATMAKE"; then
4743 ac_cv_prog_GNATMAKE="$GNATMAKE" # Let the user override the test.
4745 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4749 test -z "$as_dir" && as_dir=.
4750 for ac_exec_ext in '' $ac_executable_extensions; do
4751 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4752 ac_cv_prog_GNATMAKE="${ac_tool_prefix}gnatmake"
4753 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4762 GNATMAKE=$ac_cv_prog_GNATMAKE
4763 if test -n "$GNATMAKE"; then
4764 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNATMAKE" >&5
4765 $as_echo "$GNATMAKE" >&6; }
4767 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4768 $as_echo "no" >&6; }
4773 if test -z "$ac_cv_prog_GNATMAKE"; then
4774 ac_ct_GNATMAKE=$GNATMAKE
4775 # Extract the first word of "gnatmake", so it can be a program name with args.
4776 set dummy gnatmake; ac_word=$2
4777 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4778 $as_echo_n "checking for $ac_word... " >&6; }
4779 if test "${ac_cv_prog_ac_ct_GNATMAKE+set}" = set; then :
4780 $as_echo_n "(cached) " >&6
4782 if test -n "$ac_ct_GNATMAKE"; then
4783 ac_cv_prog_ac_ct_GNATMAKE="$ac_ct_GNATMAKE" # Let the user override the test.
4785 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4789 test -z "$as_dir" && as_dir=.
4790 for ac_exec_ext in '' $ac_executable_extensions; do
4791 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4792 ac_cv_prog_ac_ct_GNATMAKE="gnatmake"
4793 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4802 ac_ct_GNATMAKE=$ac_cv_prog_ac_ct_GNATMAKE
4803 if test -n "$ac_ct_GNATMAKE"; then
4804 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GNATMAKE" >&5
4805 $as_echo "$ac_ct_GNATMAKE" >&6; }
4807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4808 $as_echo "no" >&6; }
4811 if test "x$ac_ct_GNATMAKE" = x; then
4814 case $cross_compiling:$ac_tool_warned in
4816 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4817 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4818 ac_tool_warned=yes ;;
4820 GNATMAKE=$ac_ct_GNATMAKE
4823 GNATMAKE="$ac_cv_prog_GNATMAKE"
4826 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiler driver understands Ada" >&5
4827 $as_echo_n "checking whether compiler driver understands Ada... " >&6; }
4828 if test "${acx_cv_cc_gcc_supports_ada+set}" = set; then :
4829 $as_echo_n "(cached) " >&6
4831 cat >conftest.adb <<EOF
4832 procedure conftest is begin null; end conftest;
4834 acx_cv_cc_gcc_supports_ada=no
4835 # There is a bug in old released versions of GCC which causes the
4836 # driver to exit successfully when the appropriate language module
4837 # has not been installed. This is fixed in 2.95.4, 3.0.2, and 3.1.
4838 # Therefore we must check for the error message as well as an
4839 # unsuccessful exit.
4840 # Other compilers, like HP Tru64 UNIX cc, exit successfully when
4841 # given a .adb file, but produce no object file. So we must check
4842 # if an object file was really produced to guard against this.
4843 errors=`(${CC} -I"$srcdir"/ada
-c conftest.adb
) 2>&1 ||
echo failure
`
4844 if test x"$errors" = x && test -f conftest.$ac_objext; then
4845 acx_cv_cc_gcc_supports_ada=yes
4849 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_cc_gcc_supports_ada" >&5
4850 $as_echo "$acx_cv_cc_gcc_supports_ada" >&6; }
4852 if test "x$GNATBIND" != xno && test "x$GNATMAKE" != xno && test x$acx_cv_cc_gcc_supports_ada != xno; then
4859 # autoconf is lame and doesn't give us any substitution variable for this.
4860 if eval "test \"`echo '$ac_cv_prog_cc_'${ac_cc}_c_o
`\" = no"; then
4861 NO_MINUS_C_MINUS_O=yes
4863 OUTPUT_OPTION='-o $@'
4868 # Remove the -O2: for historical reasons, unless bootstrapping we prefer
4869 # optimizations to be activated explicitly by the toplevel.
4871 */prev-gcc/xgcc*) ;;
4872 *) CFLAGS=`echo "$CFLAGS " |
sed -e "s/-Ofast[ ]//" -e "s/-O[gs][ ]//" -e "s/-O[0-9]*[ ]//" `
4873 CXXFLAGS=`echo "$CXXFLAGS " |
sed -e "s/-Ofast[ ]//" -e "s/-O[gs][ ]//" -e "s/-O[0-9]*[ ]//" ` ;;
4878 # Determine PICFLAG for target gnatlib.
4884 # PIC is the default on some targets or must not be used.
4886 # PIC is the default on this platform
4887 # Common symbols not allowed in MH_DYLIB files
4888 PICFLAG_FOR_TARGET=-fno-common
4891 # PIC is the default.
4894 # PIC is the default for 64-bit PA HP-UX.
4896 i[34567]86-*-cygwin* | x86_64-*-cygwin*)
4898 i[34567]86-*-mingw* | x86_64-*-mingw*)
4900 i[34567]86-*-interix[3-9]*)
4901 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
4902 # Instead, we relocate shared libraries at runtime.
4904 i[34567]86-*-nto-qnx*)
4905 # QNX uses GNU C++, but need to define -shared option too, otherwise
4907 PICFLAG_FOR_TARGET='-fPIC -shared'
4909 i[34567]86-pc-msdosdjgpp*)
4910 # DJGPP does not support shared libraries at all.
4913 # On IA64 HP-UX, PIC is the default but the pic flag
4914 # sets the default TLS model and affects inlining.
4915 PICFLAG_FOR_TARGET=-fPIC
4918 # PIC is the default.
4920 rs6000-ibm-aix* | powerpc-ibm-aix*)
4921 # All AIX code is PIC.
4924 # Some targets support both -fPIC and -fpic, but prefer the latter.
4926 i[34567]86-*-* | x86_64-*-*)
4927 PICFLAG_FOR_TARGET=-fpic
4930 PICFLAG_FOR_TARGET=-fpic
4932 # FIXME: Override -fPIC default in libgcc only?
4933 sh-*-linux* | sh[2346lbe]*-*-linux*)
4934 PICFLAG_FOR_TARGET=-fpic
4936 # FIXME: Simplify to sh*-*-netbsd*?
4937 sh-*-netbsdelf* | shl*-*-netbsdelf* | sh5-*-netbsd* | sh5l*-*-netbsd* | \
4938 sh64-*-netbsd* | sh64l*-*-netbsd*)
4939 PICFLAG_FOR_TARGET=-fpic
4941 # Default to -fPIC unless specified otherwise.
4943 PICFLAG_FOR_TARGET=-fPIC
4947 # If the user explicitly uses -fpic/-fPIC, keep that.
4948 case "${CFLAGS_FOR_TARGET}" in
4950 PICFLAG_FOR_TARGET=-fpic
4953 PICFLAG_FOR_TARGET=-fPIC
4959 # -------------------------
4960 # Check C compiler features
4961 # -------------------------
4965 ac_cpp='$CPP $CPPFLAGS'
4966 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4967 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4968 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4969 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4970 $as_echo_n "checking how to run the C preprocessor... " >&6; }
4971 # On Suns, sometimes $CPP names a directory.
4972 if test -n "$CPP" && test -d "$CPP"; then
4975 if test -z "$CPP"; then
4976 if test "${ac_cv_prog_CPP+set}" = set; then :
4977 $as_echo_n "(cached) " >&6
4979 # Double quotes because CPP needs to be expanded
4980 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4983 for ac_c_preproc_warn_flag in '' yes
4985 # Use a header file that comes with gcc, so configuring glibc
4986 # with a fresh cross-compiler works.
4987 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4988 # <limits.h> exists even on freestanding compilers.
4989 # On the NeXT, cc -E runs the code through the compiler's parser,
4990 # not just through cpp. "Syntax error" is here to catch this case.
4991 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4992 /* end confdefs.h. */
4994 # include <limits.h>
4996 # include <assert.h>
5000 if ac_fn_c_try_cpp "$LINENO"; then :
5003 # Broken: fails on valid input.
5006 rm -f conftest.err conftest.$ac_ext
5008 # OK, works on sane cases. Now check whether nonexistent headers
5009 # can be detected and how.
5010 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5011 /* end confdefs.h. */
5012 #include <ac_nonexistent.h>
5014 if ac_fn_c_try_cpp "$LINENO"; then :
5015 # Broken: success on invalid input.
5018 # Passes both tests.
5022 rm -f conftest.err conftest.$ac_ext
5025 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5026 rm -f conftest.err conftest.
$ac_ext
5027 if $ac_preproc_ok; then :
5039 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5040 $as_echo "$CPP" >&6; }
5042 for ac_c_preproc_warn_flag
in '' yes
5044 # Use a header file that comes with gcc, so configuring glibc
5045 # with a fresh cross-compiler works.
5046 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5047 # <limits.h> exists even on freestanding compilers.
5048 # On the NeXT, cc -E runs the code through the compiler's parser,
5049 # not just through cpp. "Syntax error" is here to catch this case.
5050 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5051 /* end confdefs.h. */
5053 # include <limits.h>
5055 # include <assert.h>
5059 if ac_fn_c_try_cpp
"$LINENO"; then :
5062 # Broken: fails on valid input.
5065 rm -f conftest.err conftest.
$ac_ext
5067 # OK, works on sane cases. Now check whether nonexistent headers
5068 # can be detected and how.
5069 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5070 /* end confdefs.h. */
5071 #include <ac_nonexistent.h>
5073 if ac_fn_c_try_cpp
"$LINENO"; then :
5074 # Broken: success on invalid input.
5077 # Passes both tests.
5081 rm -f conftest.err conftest.
$ac_ext
5084 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5085 rm -f conftest.err conftest.
$ac_ext
5086 if $ac_preproc_ok; then :
5089 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5090 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5091 as_fn_error
"C preprocessor \"$CPP\" fails sanity check
5092 See \`config.log' for more details." "$LINENO" 5; }
5096 ac_cpp
='$CPP $CPPFLAGS'
5097 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5098 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5099 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
5102 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5103 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5104 if test "${ac_cv_path_GREP+set}" = set; then :
5105 $as_echo_n "(cached) " >&6
5107 if test -z "$GREP"; then
5108 ac_path_GREP_found
=false
5109 # Loop through the user's path and test for each of PROGNAME-LIST
5110 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5111 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
5114 test -z "$as_dir" && as_dir
=.
5115 for ac_prog
in grep ggrep
; do
5116 for ac_exec_ext
in '' $ac_executable_extensions; do
5117 ac_path_GREP
="$as_dir/$ac_prog$ac_exec_ext"
5118 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } ||
continue
5119 # Check for GNU ac_path_GREP and select it if it is found.
5120 # Check for GNU $ac_path_GREP
5121 case `"$ac_path_GREP" --version 2>&1` in
5123 ac_cv_path_GREP
="$ac_path_GREP" ac_path_GREP_found
=:;;
5126 $as_echo_n 0123456789 >"conftest.in"
5129 cat "conftest.in" "conftest.in" >"conftest.tmp"
5130 mv "conftest.tmp" "conftest.in"
5131 cp "conftest.in" "conftest.nl"
5132 $as_echo 'GREP' >> "conftest.nl"
5133 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
5134 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
5135 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
5136 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5137 # Best one so far, save it but keep looking for a better one
5138 ac_cv_path_GREP
="$ac_path_GREP"
5139 ac_path_GREP_max
=$ac_count
5141 # 10*(2^10) chars as input seems more than enough
5142 test $ac_count -gt 10 && break
5144 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
5147 $ac_path_GREP_found && break 3
5152 if test -z "$ac_cv_path_GREP"; then
5153 as_fn_error
"no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5156 ac_cv_path_GREP
=$GREP
5160 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5161 $as_echo "$ac_cv_path_GREP" >&6; }
5162 GREP
="$ac_cv_path_GREP"
5165 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5166 $as_echo_n "checking for egrep... " >&6; }
5167 if test "${ac_cv_path_EGREP+set}" = set; then :
5168 $as_echo_n "(cached) " >&6
5170 if echo a |
$GREP -E '(a|b)' >/dev
/null
2>&1
5171 then ac_cv_path_EGREP
="$GREP -E"
5173 if test -z "$EGREP"; then
5174 ac_path_EGREP_found
=false
5175 # Loop through the user's path and test for each of PROGNAME-LIST
5176 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5177 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
5180 test -z "$as_dir" && as_dir
=.
5181 for ac_prog
in egrep; do
5182 for ac_exec_ext
in '' $ac_executable_extensions; do
5183 ac_path_EGREP
="$as_dir/$ac_prog$ac_exec_ext"
5184 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } ||
continue
5185 # Check for GNU ac_path_EGREP and select it if it is found.
5186 # Check for GNU $ac_path_EGREP
5187 case `"$ac_path_EGREP" --version 2>&1` in
5189 ac_cv_path_EGREP
="$ac_path_EGREP" ac_path_EGREP_found
=:;;
5192 $as_echo_n 0123456789 >"conftest.in"
5195 cat "conftest.in" "conftest.in" >"conftest.tmp"
5196 mv "conftest.tmp" "conftest.in"
5197 cp "conftest.in" "conftest.nl"
5198 $as_echo 'EGREP' >> "conftest.nl"
5199 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
5200 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
5201 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
5202 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5203 # Best one so far, save it but keep looking for a better one
5204 ac_cv_path_EGREP
="$ac_path_EGREP"
5205 ac_path_EGREP_max
=$ac_count
5207 # 10*(2^10) chars as input seems more than enough
5208 test $ac_count -gt 10 && break
5210 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
5213 $ac_path_EGREP_found && break 3
5218 if test -z "$ac_cv_path_EGREP"; then
5219 as_fn_error
"no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5222 ac_cv_path_EGREP
=$EGREP
5227 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5228 $as_echo "$ac_cv_path_EGREP" >&6; }
5229 EGREP
="$ac_cv_path_EGREP"
5232 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5233 $as_echo_n "checking for ANSI C header files... " >&6; }
5234 if test "${ac_cv_header_stdc+set}" = set; then :
5235 $as_echo_n "(cached) " >&6
5237 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5238 /* end confdefs.h. */
5252 if ac_fn_c_try_compile
"$LINENO"; then :
5253 ac_cv_header_stdc
=yes
5255 ac_cv_header_stdc
=no
5257 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5259 if test $ac_cv_header_stdc = yes; then
5260 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5261 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5262 /* end confdefs.h. */
5266 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5267 $EGREP "memchr" >/dev
/null
2>&1; then :
5270 ac_cv_header_stdc
=no
5276 if test $ac_cv_header_stdc = yes; then
5277 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5278 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5279 /* end confdefs.h. */
5283 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5284 $EGREP "free" >/dev
/null
2>&1; then :
5287 ac_cv_header_stdc
=no
5293 if test $ac_cv_header_stdc = yes; then
5294 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5295 if test "$cross_compiling" = yes; then :
5298 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5299 /* end confdefs.h. */
5302 #if ((' ' & 0x0FF) == 0x020)
5303 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5304 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5306 # define ISLOWER(c) \
5307 (('a' <= (c) && (c) <= 'i') \
5308 || ('j' <= (c) && (c) <= 'r') \
5309 || ('s' <= (c) && (c) <= 'z'))
5310 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5313 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5318 for (i = 0; i < 256; i++)
5319 if (XOR (islower (i), ISLOWER (i))
5320 || toupper (i) != TOUPPER (i))
5325 if ac_fn_c_try_run
"$LINENO"; then :
5328 ac_cv_header_stdc
=no
5330 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
5331 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
5336 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5337 $as_echo "$ac_cv_header_stdc" >&6; }
5338 if test $ac_cv_header_stdc = yes; then
5340 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
5344 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5345 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
5346 inttypes.h stdint.h unistd.h
5348 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5349 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5351 eval as_val
=\$
$as_ac_Header
5352 if test "x$as_val" = x
""yes; then :
5353 cat >>confdefs.h
<<_ACEOF
5354 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5363 ac_fn_c_check_header_mongrel
"$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
5364 if test "x$ac_cv_header_minix_config_h" = x
""yes; then :
5371 if test "$MINIX" = yes; then
5373 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
5376 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
5379 $as_echo "#define _MINIX 1" >>confdefs.h
5384 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
5385 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
5386 if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
5387 $as_echo_n "(cached) " >&6
5389 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5390 /* end confdefs.h. */
5392 # define __EXTENSIONS__ 1
5393 $ac_includes_default
5402 if ac_fn_c_try_compile
"$LINENO"; then :
5403 ac_cv_safe_to_define___extensions__
=yes
5405 ac_cv_safe_to_define___extensions__
=no
5407 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5409 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5410 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
5411 test $ac_cv_safe_to_define___extensions__ = yes &&
5412 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
5414 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
5416 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
5418 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
5420 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
5424 ac_cpp
='$CPP $CPPFLAGS'
5425 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5426 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5427 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
5428 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5429 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5430 # On Suns, sometimes $CPP names a directory.
5431 if test -n "$CPP" && test -d "$CPP"; then
5434 if test -z "$CPP"; then
5435 if test "${ac_cv_prog_CPP+set}" = set; then :
5436 $as_echo_n "(cached) " >&6
5438 # Double quotes because CPP needs to be expanded
5439 for CPP
in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5442 for ac_c_preproc_warn_flag
in '' yes
5444 # Use a header file that comes with gcc, so configuring glibc
5445 # with a fresh cross-compiler works.
5446 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5447 # <limits.h> exists even on freestanding compilers.
5448 # On the NeXT, cc -E runs the code through the compiler's parser,
5449 # not just through cpp. "Syntax error" is here to catch this case.
5450 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5451 /* end confdefs.h. */
5453 # include <limits.h>
5455 # include <assert.h>
5459 if ac_fn_c_try_cpp
"$LINENO"; then :
5462 # Broken: fails on valid input.
5465 rm -f conftest.err conftest.
$ac_ext
5467 # OK, works on sane cases. Now check whether nonexistent headers
5468 # can be detected and how.
5469 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5470 /* end confdefs.h. */
5471 #include <ac_nonexistent.h>
5473 if ac_fn_c_try_cpp
"$LINENO"; then :
5474 # Broken: success on invalid input.
5477 # Passes both tests.
5481 rm -f conftest.err conftest.
$ac_ext
5484 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5485 rm -f conftest.err conftest.
$ac_ext
5486 if $ac_preproc_ok; then :
5498 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5499 $as_echo "$CPP" >&6; }
5501 for ac_c_preproc_warn_flag
in '' yes
5503 # Use a header file that comes with gcc, so configuring glibc
5504 # with a fresh cross-compiler works.
5505 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5506 # <limits.h> exists even on freestanding compilers.
5507 # On the NeXT, cc -E runs the code through the compiler's parser,
5508 # not just through cpp. "Syntax error" is here to catch this case.
5509 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5510 /* end confdefs.h. */
5512 # include <limits.h>
5514 # include <assert.h>
5518 if ac_fn_c_try_cpp
"$LINENO"; then :
5521 # Broken: fails on valid input.
5524 rm -f conftest.err conftest.
$ac_ext
5526 # OK, works on sane cases. Now check whether nonexistent headers
5527 # can be detected and how.
5528 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5529 /* end confdefs.h. */
5530 #include <ac_nonexistent.h>
5532 if ac_fn_c_try_cpp
"$LINENO"; then :
5533 # Broken: success on invalid input.
5536 # Passes both tests.
5540 rm -f conftest.err conftest.
$ac_ext
5543 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5544 rm -f conftest.err conftest.
$ac_ext
5545 if $ac_preproc_ok; then :
5548 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5549 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5550 as_fn_error
"C preprocessor \"$CPP\" fails sanity check
5551 See \`config.log' for more details." "$LINENO" 5; }
5555 ac_cpp
='$CPP $CPPFLAGS'
5556 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5557 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5558 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
5560 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
5561 $as_echo_n "checking for inline... " >&6; }
5562 if test "${ac_cv_c_inline+set}" = set; then :
5563 $as_echo_n "(cached) " >&6
5566 for ac_kw
in inline __inline__ __inline
; do
5567 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5568 /* end confdefs.h. */
5571 static $ac_kw foo_t static_foo () {return 0; }
5572 $ac_kw foo_t foo () {return 0; }
5576 if ac_fn_c_try_compile
"$LINENO"; then :
5577 ac_cv_c_inline
=$ac_kw
5579 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5580 test "$ac_cv_c_inline" != no
&& break
5584 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
5585 $as_echo "$ac_cv_c_inline" >&6; }
5587 case $ac_cv_c_inline in
5590 case $ac_cv_c_inline in
5592 *) ac_val
=$ac_cv_c_inline;;
5594 cat >>confdefs.h
<<_ACEOF
5596 #define inline $ac_val
5603 # Check whether --enable-largefile was given.
5604 if test "${enable_largefile+set}" = set; then :
5605 enableval
=$enable_largefile;
5608 if test "$enable_largefile" != no
; then
5610 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
5611 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
5612 if test "${ac_cv_sys_largefile_CC+set}" = set; then :
5613 $as_echo_n "(cached) " >&6
5615 ac_cv_sys_largefile_CC
=no
5616 if test "$GCC" != yes; then
5619 # IRIX 6.2 and later do not support large files by default,
5620 # so use the C compiler's -n32 option if that helps.
5621 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5622 /* end confdefs.h. */
5623 #include <sys/types.h>
5624 /* Check that off_t can represent 2**63 - 1 correctly.
5625 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5626 since some C++ compilers masquerading as C compilers
5627 incorrectly reject 9223372036854775807. */
5628 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5629 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5630 && LARGE_OFF_T % 2147483647 == 1)
5640 if ac_fn_c_try_compile
"$LINENO"; then :
5643 rm -f core conftest.err conftest.
$ac_objext
5645 if ac_fn_c_try_compile
"$LINENO"; then :
5646 ac_cv_sys_largefile_CC
=' -n32'; break
5648 rm -f core conftest.err conftest.
$ac_objext
5652 rm -f conftest.
$ac_ext
5655 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
5656 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
5657 if test "$ac_cv_sys_largefile_CC" != no
; then
5658 CC
=$CC$ac_cv_sys_largefile_CC
5661 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
5662 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
5663 if test "${ac_cv_sys_file_offset_bits+set}" = set; then :
5664 $as_echo_n "(cached) " >&6
5667 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5668 /* end confdefs.h. */
5669 #include <sys/types.h>
5670 /* Check that off_t can represent 2**63 - 1 correctly.
5671 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5672 since some C++ compilers masquerading as C compilers
5673 incorrectly reject 9223372036854775807. */
5674 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5675 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5676 && LARGE_OFF_T % 2147483647 == 1)
5686 if ac_fn_c_try_compile
"$LINENO"; then :
5687 ac_cv_sys_file_offset_bits
=no
; break
5689 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5690 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5691 /* end confdefs.h. */
5692 #define _FILE_OFFSET_BITS 64
5693 #include <sys/types.h>
5694 /* Check that off_t can represent 2**63 - 1 correctly.
5695 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5696 since some C++ compilers masquerading as C compilers
5697 incorrectly reject 9223372036854775807. */
5698 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5699 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5700 && LARGE_OFF_T % 2147483647 == 1)
5710 if ac_fn_c_try_compile
"$LINENO"; then :
5711 ac_cv_sys_file_offset_bits
=64; break
5713 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5714 ac_cv_sys_file_offset_bits
=unknown
5718 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
5719 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
5720 case $ac_cv_sys_file_offset_bits in #(
5723 cat >>confdefs.h
<<_ACEOF
5724 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
5729 if test $ac_cv_sys_file_offset_bits = unknown
; then
5730 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
5731 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
5732 if test "${ac_cv_sys_large_files+set}" = set; then :
5733 $as_echo_n "(cached) " >&6
5736 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5737 /* end confdefs.h. */
5738 #include <sys/types.h>
5739 /* Check that off_t can represent 2**63 - 1 correctly.
5740 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5741 since some C++ compilers masquerading as C compilers
5742 incorrectly reject 9223372036854775807. */
5743 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5744 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5745 && LARGE_OFF_T % 2147483647 == 1)
5755 if ac_fn_c_try_compile
"$LINENO"; then :
5756 ac_cv_sys_large_files
=no
; break
5758 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5759 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5760 /* end confdefs.h. */
5761 #define _LARGE_FILES 1
5762 #include <sys/types.h>
5763 /* Check that off_t can represent 2**63 - 1 correctly.
5764 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5765 since some C++ compilers masquerading as C compilers
5766 incorrectly reject 9223372036854775807. */
5767 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5768 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5769 && LARGE_OFF_T % 2147483647 == 1)
5779 if ac_fn_c_try_compile
"$LINENO"; then :
5780 ac_cv_sys_large_files
=1; break
5782 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5783 ac_cv_sys_large_files
=unknown
5787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
5788 $as_echo "$ac_cv_sys_large_files" >&6; }
5789 case $ac_cv_sys_large_files in #(
5792 cat >>confdefs.h
<<_ACEOF
5793 #define _LARGE_FILES $ac_cv_sys_large_files
5802 # sizeof(char) is 1 by definition.
5803 # The cast to long int works around a bug in the HP C Compiler
5804 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
5805 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
5806 # This bug is HP SR number 8606223364.
5807 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of void *" >&5
5808 $as_echo_n "checking size of void *... " >&6; }
5809 if test "${ac_cv_sizeof_void_p+set}" = set; then :
5810 $as_echo_n "(cached) " >&6
5812 if ac_fn_c_compute_int
"$LINENO" "(long int) (sizeof (void *))" "ac_cv_sizeof_void_p" "$ac_includes_default"; then :
5815 if test "$ac_cv_type_void_p" = yes; then
5816 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5817 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5818 { as_fn_set_status
77
5819 as_fn_error
"cannot compute sizeof (void *)
5820 See \`config.log' for more details." "$LINENO" 5; }; }
5822 ac_cv_sizeof_void_p
=0
5827 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_void_p" >&5
5828 $as_echo "$ac_cv_sizeof_void_p" >&6; }
5832 cat >>confdefs.h
<<_ACEOF
5833 #define SIZEOF_VOID_P $ac_cv_sizeof_void_p
5837 # The cast to long int works around a bug in the HP C Compiler
5838 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
5839 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
5840 # This bug is HP SR number 8606223364.
5841 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of short" >&5
5842 $as_echo_n "checking size of short... " >&6; }
5843 if test "${ac_cv_sizeof_short+set}" = set; then :
5844 $as_echo_n "(cached) " >&6
5846 if ac_fn_c_compute_int
"$LINENO" "(long int) (sizeof (short))" "ac_cv_sizeof_short" "$ac_includes_default"; then :
5849 if test "$ac_cv_type_short" = yes; then
5850 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5851 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5852 { as_fn_set_status
77
5853 as_fn_error
"cannot compute sizeof (short)
5854 See \`config.log' for more details." "$LINENO" 5; }; }
5856 ac_cv_sizeof_short
=0
5861 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_short" >&5
5862 $as_echo "$ac_cv_sizeof_short" >&6; }
5866 cat >>confdefs.h
<<_ACEOF
5867 #define SIZEOF_SHORT $ac_cv_sizeof_short
5871 # The cast to long int works around a bug in the HP C Compiler
5872 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
5873 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
5874 # This bug is HP SR number 8606223364.
5875 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of int" >&5
5876 $as_echo_n "checking size of int... " >&6; }
5877 if test "${ac_cv_sizeof_int+set}" = set; then :
5878 $as_echo_n "(cached) " >&6
5880 if ac_fn_c_compute_int
"$LINENO" "(long int) (sizeof (int))" "ac_cv_sizeof_int" "$ac_includes_default"; then :
5883 if test "$ac_cv_type_int" = yes; then
5884 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5885 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5886 { as_fn_set_status
77
5887 as_fn_error
"cannot compute sizeof (int)
5888 See \`config.log' for more details." "$LINENO" 5; }; }
5895 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_int" >&5
5896 $as_echo "$ac_cv_sizeof_int" >&6; }
5900 cat >>confdefs.h
<<_ACEOF
5901 #define SIZEOF_INT $ac_cv_sizeof_int
5905 # The cast to long int works around a bug in the HP C Compiler
5906 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
5907 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
5908 # This bug is HP SR number 8606223364.
5909 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5
5910 $as_echo_n "checking size of long... " >&6; }
5911 if test "${ac_cv_sizeof_long+set}" = set; then :
5912 $as_echo_n "(cached) " >&6
5914 if ac_fn_c_compute_int
"$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long" "$ac_includes_default"; then :
5917 if test "$ac_cv_type_long" = yes; then
5918 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5919 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5920 { as_fn_set_status
77
5921 as_fn_error
"cannot compute sizeof (long)
5922 See \`config.log' for more details." "$LINENO" 5; }; }
5929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5
5930 $as_echo "$ac_cv_sizeof_long" >&6; }
5934 cat >>confdefs.h
<<_ACEOF
5935 #define SIZEOF_LONG $ac_cv_sizeof_long
5939 ac_fn_c_check_type
"$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
5940 if test "x$ac_cv_type_long_long" = x
""yes; then :
5942 cat >>confdefs.h
<<_ACEOF
5943 #define HAVE_LONG_LONG 1
5946 # The cast to long int works around a bug in the HP C Compiler
5947 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
5948 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
5949 # This bug is HP SR number 8606223364.
5950 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long long" >&5
5951 $as_echo_n "checking size of long long... " >&6; }
5952 if test "${ac_cv_sizeof_long_long+set}" = set; then :
5953 $as_echo_n "(cached) " >&6
5955 if ac_fn_c_compute_int
"$LINENO" "(long int) (sizeof (long long))" "ac_cv_sizeof_long_long" "$ac_includes_default"; then :
5958 if test "$ac_cv_type_long_long" = yes; then
5959 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5960 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5961 { as_fn_set_status
77
5962 as_fn_error
"cannot compute sizeof (long long)
5963 See \`config.log' for more details." "$LINENO" 5; }; }
5965 ac_cv_sizeof_long_long
=0
5970 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long_long" >&5
5971 $as_echo "$ac_cv_sizeof_long_long" >&6; }
5975 cat >>confdefs.h
<<_ACEOF
5976 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
5982 ac_fn_c_check_type
"$LINENO" "__int64" "ac_cv_type___int64" "$ac_includes_default"
5983 if test "x$ac_cv_type___int64" = x
""yes; then :
5985 cat >>confdefs.h
<<_ACEOF
5986 #define HAVE___INT64 1
5989 # The cast to long int works around a bug in the HP C Compiler
5990 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
5991 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
5992 # This bug is HP SR number 8606223364.
5993 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of __int64" >&5
5994 $as_echo_n "checking size of __int64... " >&6; }
5995 if test "${ac_cv_sizeof___int64+set}" = set; then :
5996 $as_echo_n "(cached) " >&6
5998 if ac_fn_c_compute_int
"$LINENO" "(long int) (sizeof (__int64))" "ac_cv_sizeof___int64" "$ac_includes_default"; then :
6001 if test "$ac_cv_type___int64" = yes; then
6002 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
6003 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6004 { as_fn_set_status
77
6005 as_fn_error
"cannot compute sizeof (__int64)
6006 See \`config.log' for more details." "$LINENO" 5; }; }
6008 ac_cv_sizeof___int64
=0
6013 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof___int64" >&5
6014 $as_echo "$ac_cv_sizeof___int64" >&6; }
6018 cat >>confdefs.h
<<_ACEOF
6019 #define SIZEOF___INT64 $ac_cv_sizeof___int64
6025 ac_fn_c_find_intX_t
"$LINENO" "8" "ac_cv_c_int8_t"
6026 case $ac_cv_c_int8_t in #(
6030 cat >>confdefs.h
<<_ACEOF
6031 #define int8_t $ac_cv_c_int8_t
6036 ac_fn_c_find_intX_t
"$LINENO" "16" "ac_cv_c_int16_t"
6037 case $ac_cv_c_int16_t in #(
6041 cat >>confdefs.h
<<_ACEOF
6042 #define int16_t $ac_cv_c_int16_t
6047 ac_fn_c_find_intX_t
"$LINENO" "32" "ac_cv_c_int32_t"
6048 case $ac_cv_c_int32_t in #(
6052 cat >>confdefs.h
<<_ACEOF
6053 #define int32_t $ac_cv_c_int32_t
6058 ac_fn_c_find_intX_t
"$LINENO" "64" "ac_cv_c_int64_t"
6059 case $ac_cv_c_int64_t in #(
6063 cat >>confdefs.h
<<_ACEOF
6064 #define int64_t $ac_cv_c_int64_t
6070 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for long long int" >&5
6071 $as_echo_n "checking for long long int... " >&6; }
6072 if test "${ac_cv_type_long_long_int+set}" = set; then :
6073 $as_echo_n "(cached) " >&6
6075 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6076 /* end confdefs.h. */
6078 /* For now, do not test the preprocessor; as of 2007 there are too many
6079 implementations with broken preprocessors. Perhaps this can
6080 be revisited in 2012. In the meantime, code should not expect
6081 #if to work with literals wider than 32 bits. */
6082 /* Test literals. */
6083 long long int ll = 9223372036854775807ll;
6084 long long int nll = -9223372036854775807LL;
6085 unsigned long long int ull = 18446744073709551615ULL;
6086 /* Test constant expressions. */
6087 typedef int a[((-9223372036854775807LL < 0 && 0 < 9223372036854775807ll)
6089 typedef int b[(18446744073709551615ULL <= (unsigned long long int) -1
6095 /* Test availability of runtime routines for shift and division. */
6096 long long int llmax = 9223372036854775807ll;
6097 unsigned long long int ullmax = 18446744073709551615ull;
6098 return ((ll << 63) | (ll >> 63) | (ll < i) | (ll > i)
6099 | (llmax / ll) | (llmax % ll)
6100 | (ull << 63) | (ull >> 63) | (ull << i) | (ull >> i)
6101 | (ullmax / ull) | (ullmax % ull));
6107 if ac_fn_c_try_link
"$LINENO"; then :
6108 if test "$cross_compiling" = yes; then :
6109 ac_cv_type_long_long_int
=yes
6111 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6112 /* end confdefs.h. */
6116 (1LL << (sizeof (long long int) * CHAR_BIT - 2))
6117 # define LLONG_MAX (HALF - 1 + HALF)
6122 long long int n = 1;
6126 long long int m = n << i;
6129 if (LLONG_MAX / 2 < m)
6137 if ac_fn_c_try_run
"$LINENO"; then :
6138 ac_cv_type_long_long_int
=yes
6140 ac_cv_type_long_long_int
=no
6142 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
6143 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
6147 ac_cv_type_long_long_int
=no
6149 rm -f core conftest.err conftest.
$ac_objext \
6150 conftest
$ac_exeext conftest.
$ac_ext
6152 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_long_long_int" >&5
6153 $as_echo "$ac_cv_type_long_long_int" >&6; }
6154 if test $ac_cv_type_long_long_int = yes; then
6156 $as_echo "#define HAVE_LONG_LONG_INT 1" >>confdefs.h
6162 ac_fn_c_check_type
"$LINENO" "intmax_t" "ac_cv_type_intmax_t" "$ac_includes_default"
6163 if test "x$ac_cv_type_intmax_t" = x
""yes; then :
6165 $as_echo "#define HAVE_INTMAX_T 1" >>confdefs.h
6168 test $ac_cv_type_long_long_int = yes \
6169 && ac_type
='long long int' \
6170 || ac_type
='long int'
6172 cat >>confdefs.h
<<_ACEOF
6173 #define intmax_t $ac_type
6180 ac_fn_c_check_type
"$LINENO" "intptr_t" "ac_cv_type_intptr_t" "$ac_includes_default"
6181 if test "x$ac_cv_type_intptr_t" = x
""yes; then :
6183 $as_echo "#define HAVE_INTPTR_T 1" >>confdefs.h
6186 for ac_type
in 'int' 'long int' 'long long int'; do
6187 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6188 /* end confdefs.h. */
6189 $ac_includes_default
6193 static int test_array [1 - 2 * !(sizeof (void *) <= sizeof ($ac_type))];
6200 if ac_fn_c_try_compile
"$LINENO"; then :
6202 cat >>confdefs.h
<<_ACEOF
6203 #define intptr_t $ac_type
6208 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6209 test -z "$ac_type" && break
6214 ac_fn_c_find_uintX_t
"$LINENO" "8" "ac_cv_c_uint8_t"
6215 case $ac_cv_c_uint8_t in #(
6219 $as_echo "#define _UINT8_T 1" >>confdefs.h
6222 cat >>confdefs.h
<<_ACEOF
6223 #define uint8_t $ac_cv_c_uint8_t
6228 ac_fn_c_find_uintX_t
"$LINENO" "16" "ac_cv_c_uint16_t"
6229 case $ac_cv_c_uint16_t in #(
6234 cat >>confdefs.h
<<_ACEOF
6235 #define uint16_t $ac_cv_c_uint16_t
6240 ac_fn_c_find_uintX_t
"$LINENO" "32" "ac_cv_c_uint32_t"
6241 case $ac_cv_c_uint32_t in #(
6245 $as_echo "#define _UINT32_T 1" >>confdefs.h
6248 cat >>confdefs.h
<<_ACEOF
6249 #define uint32_t $ac_cv_c_uint32_t
6254 ac_fn_c_find_uintX_t
"$LINENO" "64" "ac_cv_c_uint64_t"
6255 case $ac_cv_c_uint64_t in #(
6259 $as_echo "#define _UINT64_T 1" >>confdefs.h
6262 cat >>confdefs.h
<<_ACEOF
6263 #define uint64_t $ac_cv_c_uint64_t
6269 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for unsigned long long int" >&5
6270 $as_echo_n "checking for unsigned long long int... " >&6; }
6271 if test "${ac_cv_type_unsigned_long_long_int+set}" = set; then :
6272 $as_echo_n "(cached) " >&6
6274 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6275 /* end confdefs.h. */
6277 /* For now, do not test the preprocessor; as of 2007 there are too many
6278 implementations with broken preprocessors. Perhaps this can
6279 be revisited in 2012. In the meantime, code should not expect
6280 #if to work with literals wider than 32 bits. */
6281 /* Test literals. */
6282 long long int ll = 9223372036854775807ll;
6283 long long int nll = -9223372036854775807LL;
6284 unsigned long long int ull = 18446744073709551615ULL;
6285 /* Test constant expressions. */
6286 typedef int a[((-9223372036854775807LL < 0 && 0 < 9223372036854775807ll)
6288 typedef int b[(18446744073709551615ULL <= (unsigned long long int) -1
6294 /* Test availability of runtime routines for shift and division. */
6295 long long int llmax = 9223372036854775807ll;
6296 unsigned long long int ullmax = 18446744073709551615ull;
6297 return ((ll << 63) | (ll >> 63) | (ll < i) | (ll > i)
6298 | (llmax / ll) | (llmax % ll)
6299 | (ull << 63) | (ull >> 63) | (ull << i) | (ull >> i)
6300 | (ullmax / ull) | (ullmax % ull));
6306 if ac_fn_c_try_link
"$LINENO"; then :
6307 ac_cv_type_unsigned_long_long_int
=yes
6309 ac_cv_type_unsigned_long_long_int
=no
6311 rm -f core conftest.err conftest.
$ac_objext \
6312 conftest
$ac_exeext conftest.
$ac_ext
6314 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_unsigned_long_long_int" >&5
6315 $as_echo "$ac_cv_type_unsigned_long_long_int" >&6; }
6316 if test $ac_cv_type_unsigned_long_long_int = yes; then
6318 $as_echo "#define HAVE_UNSIGNED_LONG_LONG_INT 1" >>confdefs.h
6324 ac_fn_c_check_type
"$LINENO" "uintmax_t" "ac_cv_type_uintmax_t" "$ac_includes_default"
6325 if test "x$ac_cv_type_uintmax_t" = x
""yes; then :
6327 $as_echo "#define HAVE_UINTMAX_T 1" >>confdefs.h
6330 test $ac_cv_type_unsigned_long_long_int = yes \
6331 && ac_type
='unsigned long long int' \
6332 || ac_type
='unsigned long int'
6334 cat >>confdefs.h
<<_ACEOF
6335 #define uintmax_t $ac_type
6342 ac_fn_c_check_type
"$LINENO" "uintptr_t" "ac_cv_type_uintptr_t" "$ac_includes_default"
6343 if test "x$ac_cv_type_uintptr_t" = x
""yes; then :
6345 $as_echo "#define HAVE_UINTPTR_T 1" >>confdefs.h
6348 for ac_type
in 'unsigned int' 'unsigned long int' \
6349 'unsigned long long int'; do
6350 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6351 /* end confdefs.h. */
6352 $ac_includes_default
6356 static int test_array [1 - 2 * !(sizeof (void *) <= sizeof ($ac_type))];
6363 if ac_fn_c_try_compile
"$LINENO"; then :
6365 cat >>confdefs.h
<<_ACEOF
6366 #define uintptr_t $ac_type
6371 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6372 test -z "$ac_type" && break
6390 # ---------------------
6391 # Warnings and checking
6392 # ---------------------
6394 # Check $CC warning features (if it's GCC).
6395 # We want to use -pedantic, but we don't want warnings about
6398 # * overlong strings
6399 # * C++11 narrowing conversions in { }
6400 # So, we only use -pedantic if we can disable those warnings.
6403 save_CFLAGS
="$CFLAGS"
6404 for real_option
in -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual; do
6405 # Do the check with the no- prefix removed since gcc silently
6406 # accepts any -Wno-* option on purpose
6407 case $real_option in
6408 -Wno-*) option
=-W`expr x$real_option : 'x-Wno-\(.*\)'` ;;
6409 *) option
=$real_option ;;
6411 as_acx_Woption
=`$as_echo "acx_cv_prog_cc_warning_$option" | $as_tr_sh`
6413 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports $option" >&5
6414 $as_echo_n "checking whether $CC supports $option... " >&6; }
6415 if { as_var
=$as_acx_Woption; eval "test \"\${$as_var+set}\" = set"; }; then :
6416 $as_echo_n "(cached) " >&6
6419 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6420 /* end confdefs.h. */
6430 if ac_fn_c_try_compile
"$LINENO"; then :
6431 eval "$as_acx_Woption=yes"
6433 eval "$as_acx_Woption=no"
6435 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6438 eval ac_res
=\$
$as_acx_Woption
6439 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6440 $as_echo "$ac_res" >&6; }
6441 if test `eval 'as_val=${'$as_acx_Woption'};$as_echo "$as_val"'` = yes; then :
6442 loose_warn
="$loose_warn${loose_warn:+ }$real_option"
6445 CFLAGS
="$save_CFLAGS"
6448 save_CFLAGS
="$CFLAGS"
6449 for real_option
in -Wstrict-prototypes -Wmissing-prototypes; do
6450 # Do the check with the no- prefix removed since gcc silently
6451 # accepts any -Wno-* option on purpose
6452 case $real_option in
6453 -Wno-*) option
=-W`expr x$real_option : 'x-Wno-\(.*\)'` ;;
6454 *) option
=$real_option ;;
6456 as_acx_Woption
=`$as_echo "acx_cv_prog_cc_warning_$option" | $as_tr_sh`
6458 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports $option" >&5
6459 $as_echo_n "checking whether $CC supports $option... " >&6; }
6460 if { as_var
=$as_acx_Woption; eval "test \"\${$as_var+set}\" = set"; }; then :
6461 $as_echo_n "(cached) " >&6
6464 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6465 /* end confdefs.h. */
6475 if ac_fn_c_try_compile
"$LINENO"; then :
6476 eval "$as_acx_Woption=yes"
6478 eval "$as_acx_Woption=no"
6480 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6483 eval ac_res
=\$
$as_acx_Woption
6484 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6485 $as_echo "$ac_res" >&6; }
6486 if test `eval 'as_val=${'$as_acx_Woption'};$as_echo "$as_val"'` = yes; then :
6487 c_loose_warn
="$c_loose_warn${c_loose_warn:+ }$real_option"
6490 CFLAGS
="$save_CFLAGS"
6493 save_CFLAGS
="$CFLAGS"
6494 for real_option
in -Wmissing-format-attribute; do
6495 # Do the check with the no- prefix removed since gcc silently
6496 # accepts any -Wno-* option on purpose
6497 case $real_option in
6498 -Wno-*) option
=-W`expr x$real_option : 'x-Wno-\(.*\)'` ;;
6499 *) option
=$real_option ;;
6501 as_acx_Woption
=`$as_echo "acx_cv_prog_cc_warning_$option" | $as_tr_sh`
6503 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports $option" >&5
6504 $as_echo_n "checking whether $CC supports $option... " >&6; }
6505 if { as_var
=$as_acx_Woption; eval "test \"\${$as_var+set}\" = set"; }; then :
6506 $as_echo_n "(cached) " >&6
6509 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6510 /* end confdefs.h. */
6520 if ac_fn_c_try_compile
"$LINENO"; then :
6521 eval "$as_acx_Woption=yes"
6523 eval "$as_acx_Woption=no"
6525 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6528 eval ac_res
=\$
$as_acx_Woption
6529 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6530 $as_echo "$ac_res" >&6; }
6531 if test `eval 'as_val=${'$as_acx_Woption'};$as_echo "$as_val"'` = yes; then :
6532 strict_warn
="$strict_warn${strict_warn:+ }$real_option"
6535 CFLAGS
="$save_CFLAGS"
6538 save_CFLAGS
="$CFLAGS"
6539 for real_option
in -Wold-style-definition -Wc++-compat; do
6540 # Do the check with the no- prefix removed since gcc silently
6541 # accepts any -Wno-* option on purpose
6542 case $real_option in
6543 -Wno-*) option
=-W`expr x$real_option : 'x-Wno-\(.*\)'` ;;
6544 *) option
=$real_option ;;
6546 as_acx_Woption
=`$as_echo "acx_cv_prog_cc_warning_$option" | $as_tr_sh`
6548 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports $option" >&5
6549 $as_echo_n "checking whether $CC supports $option... " >&6; }
6550 if { as_var
=$as_acx_Woption; eval "test \"\${$as_var+set}\" = set"; }; then :
6551 $as_echo_n "(cached) " >&6
6554 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6555 /* end confdefs.h. */
6565 if ac_fn_c_try_compile
"$LINENO"; then :
6566 eval "$as_acx_Woption=yes"
6568 eval "$as_acx_Woption=no"
6570 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6573 eval ac_res
=\$
$as_acx_Woption
6574 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6575 $as_echo "$ac_res" >&6; }
6576 if test `eval 'as_val=${'$as_acx_Woption'};$as_echo "$as_val"'` = yes; then :
6577 c_strict_warn
="$c_strict_warn${c_strict_warn:+ }$real_option"
6580 CFLAGS
="$save_CFLAGS"
6582 # Do the check with the no- prefix removed from the warning options
6583 # since gcc silently accepts any -Wno-* option on purpose
6584 if test "$GCC" = yes; then :
6585 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports -pedantic -Wlong-long -Wvariadic-macros -Woverlength-strings" >&5
6586 $as_echo_n "checking whether $CC supports -pedantic -Wlong-long -Wvariadic-macros -Woverlength-strings... " >&6; }
6587 if test "${acx_cv_prog_cc_pedantic__Wlong_long__Wvariadic_macros__Woverlength_strings+set}" = set; then :
6588 $as_echo_n "(cached) " >&6
6590 save_CFLAGS
="$CFLAGS"
6591 CFLAGS
="-pedantic -Wlong-long -Wvariadic-macros -Woverlength-strings"
6592 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6593 /* end confdefs.h. */
6603 if ac_fn_c_try_compile
"$LINENO"; then :
6604 acx_cv_prog_cc_pedantic__Wlong_long__Wvariadic_macros__Woverlength_strings
=yes
6606 acx_cv_prog_cc_pedantic__Wlong_long__Wvariadic_macros__Woverlength_strings
=no
6608 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6609 CFLAGS
="$save_CFLAGS"
6611 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_prog_cc_pedantic__Wlong_long__Wvariadic_macros__Woverlength_strings" >&5
6612 $as_echo "$acx_cv_prog_cc_pedantic__Wlong_long__Wvariadic_macros__Woverlength_strings" >&6; }
6613 if test $acx_cv_prog_cc_pedantic__Wlong_long__Wvariadic_macros__Woverlength_strings = yes; then :
6614 strict_warn
="$strict_warn${strict_warn:+ }-pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings"
6619 # Check whether --enable-werror-always was given.
6620 if test "${enable_werror_always+set}" = set; then :
6621 enableval
=$enable_werror_always;
6623 enable_werror_always
=no
6626 if test $enable_werror_always = yes; then :
6627 strict_warn
="$strict_warn${strict_warn:+ }-Werror"
6632 # The above macros do nothing if the compiler is not GCC. However, the
6633 # Makefile has more goo to add other flags, so these variables are used
6634 # to enable warnings only for GCC.
6637 if test "x$GCC" = "xyes"; then
6638 warn_cflags
='$(GCC_WARN_CFLAGS)'
6639 warn_cxxflags
='$(GCC_WARN_CXXFLAGS)'
6644 # Disable exceptions and RTTI if building with g++
6646 save_CFLAGS
="$CFLAGS"
6647 for real_option
in -fno-exceptions -fno-rtti -fasynchronous-unwind-tables; do
6648 # Do the check with the no- prefix removed since gcc silently
6649 # accepts any -Wno-* option on purpose
6650 case $real_option in
6651 -Wno-*) option
=-W`expr x$real_option : 'x-Wno-\(.*\)'` ;;
6652 *) option
=$real_option ;;
6654 as_acx_Woption
=`$as_echo "acx_cv_prog_cc_warning_$option" | $as_tr_sh`
6656 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports $option" >&5
6657 $as_echo_n "checking whether $CC supports $option... " >&6; }
6658 if { as_var
=$as_acx_Woption; eval "test \"\${$as_var+set}\" = set"; }; then :
6659 $as_echo_n "(cached) " >&6
6662 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6663 /* end confdefs.h. */
6673 if ac_fn_c_try_compile
"$LINENO"; then :
6674 eval "$as_acx_Woption=yes"
6676 eval "$as_acx_Woption=no"
6678 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6681 eval ac_res
=\$
$as_acx_Woption
6682 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6683 $as_echo "$ac_res" >&6; }
6684 if test `eval 'as_val=${'$as_acx_Woption'};$as_echo "$as_val"'` = yes; then :
6685 noexception_flags
="$noexception_flags${noexception_flags:+ }$real_option"
6688 CFLAGS
="$save_CFLAGS"
6691 # Enable expensive internal checks
6693 if test x
"`cat $srcdir/DEV-PHASE`" != xexperimental
; then
6697 # Check whether --enable-checking was given.
6698 if test "${enable_checking+set}" = set; then :
6699 enableval
=$enable_checking; ac_checking_flags
="${enableval}"
6702 # Determine the default checks.
6703 if test x
$is_release = x
; then
6704 ac_checking_flags
=yes
6706 ac_checking_flags
=release
6710 IFS
="${IFS= }"; ac_save_IFS
="$IFS"; IFS
="$IFS,"
6711 for check
in release
$ac_checking_flags
6714 # these set all the flags to specific states
6715 yes) ac_assert_checking
=1 ; ac_checking
=1 ; ac_df_checking
= ;
6716 ac_fold_checking
= ; ac_gc_checking
=1 ;
6717 ac_gc_always_collect
= ; ac_gimple_checking
=1 ; ac_rtl_checking
= ;
6718 ac_rtlflag_checking
=1 ; ac_runtime_checking
=1 ;
6719 ac_tree_checking
=1 ; ac_valgrind_checking
= ;
6720 ac_types_checking
=1 ;;
6721 no|none
) ac_assert_checking
= ; ac_checking
= ; ac_df_checking
= ;
6722 ac_fold_checking
= ; ac_gc_checking
= ;
6723 ac_gc_always_collect
= ; ac_gimple_checking
= ; ac_rtl_checking
= ;
6724 ac_rtlflag_checking
= ; ac_runtime_checking
= ;
6725 ac_tree_checking
= ; ac_valgrind_checking
= ;
6726 ac_types_checking
= ;;
6727 all
) ac_assert_checking
=1 ; ac_checking
=1 ; ac_df_checking
=1 ;
6728 ac_fold_checking
=1 ; ac_gc_checking
=1 ;
6729 ac_gc_always_collect
=1 ; ac_gimple_checking
=1 ; ac_rtl_checking
=1 ;
6730 ac_rtlflag_checking
=1 ; ac_runtime_checking
=1 ;
6731 ac_tree_checking
=1 ; ac_valgrind_checking
= ;
6732 ac_types_checking
=1 ;;
6733 release
) ac_assert_checking
=1 ; ac_checking
= ; ac_df_checking
= ;
6734 ac_fold_checking
= ; ac_gc_checking
= ;
6735 ac_gc_always_collect
= ; ac_gimple_checking
= ; ac_rtl_checking
= ;
6736 ac_rtlflag_checking
= ; ac_runtime_checking
=1 ;
6737 ac_tree_checking
= ; ac_valgrind_checking
= ;
6738 ac_types_checking
= ;;
6739 # these enable particular checks
6740 assert
) ac_assert_checking
=1 ;;
6741 df
) ac_df_checking
=1 ;;
6742 fold) ac_fold_checking
=1 ;;
6743 gc
) ac_gc_checking
=1 ;;
6744 gcac
) ac_gc_always_collect
=1 ;;
6745 gimple
) ac_gimple_checking
=1 ;;
6746 misc
) ac_checking
=1 ;;
6747 rtl
) ac_rtl_checking
=1 ;;
6748 rtlflag
) ac_rtlflag_checking
=1 ;;
6749 runtime
) ac_runtime_checking
=1 ;;
6750 tree
) ac_tree_checking
=1 ;;
6751 types
) ac_types_checking
=1 ;;
6752 valgrind
) ac_valgrind_checking
=1 ;;
6753 *) as_fn_error
"unknown check category $check" "$LINENO" 5 ;;
6759 if test x
$ac_checking != x
; then
6761 $as_echo "#define ENABLE_CHECKING 1" >>confdefs.h
6763 nocommon_flag
=-fno-common
6766 if test x
$ac_df_checking != x
; then
6768 $as_echo "#define ENABLE_DF_CHECKING 1" >>confdefs.h
6771 if test x
$ac_assert_checking != x
; then
6773 $as_echo "#define ENABLE_ASSERT_CHECKING 1" >>confdefs.h
6776 if test x
$ac_gimple_checking != x
; then
6778 $as_echo "#define ENABLE_GIMPLE_CHECKING 1" >>confdefs.h
6782 if test x
$ac_runtime_checking != x
; then
6784 $as_echo "#define ENABLE_RUNTIME_CHECKING 1" >>confdefs.h
6787 if test x
$ac_tree_checking != x
; then
6789 $as_echo "#define ENABLE_TREE_CHECKING 1" >>confdefs.h
6791 TREEBROWSER
=tree-browser.o
6794 if test x
$ac_types_checking != x
; then
6796 $as_echo "#define ENABLE_TYPES_CHECKING 1" >>confdefs.h
6801 if test x
$ac_rtl_checking != x
; then
6803 $as_echo "#define ENABLE_RTL_CHECKING 1" >>confdefs.h
6806 if test x
$ac_rtlflag_checking != x
; then
6808 $as_echo "#define ENABLE_RTL_FLAG_CHECKING 1" >>confdefs.h
6811 if test x
$ac_gc_checking != x
; then
6813 $as_echo "#define ENABLE_GC_CHECKING 1" >>confdefs.h
6816 if test x
$ac_gc_always_collect != x
; then
6818 $as_echo "#define ENABLE_GC_ALWAYS_COLLECT 1" >>confdefs.h
6821 if test x
$ac_fold_checking != x
; then
6823 $as_echo "#define ENABLE_FOLD_CHECKING 1" >>confdefs.h
6826 valgrind_path_defines
=
6829 ac_fn_c_check_header_mongrel
"$LINENO" "valgrind.h" "ac_cv_header_valgrind_h" "$ac_includes_default"
6830 if test "x$ac_cv_header_valgrind_h" = x
""yes; then :
6838 if test x
$ac_valgrind_checking != x
; then
6839 # It is certainly possible that there's valgrind but no valgrind.h.
6840 # GCC relies on making annotations so we must have both.
6841 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for VALGRIND_DISCARD in <valgrind/memcheck.h>" >&5
6842 $as_echo_n "checking for VALGRIND_DISCARD in <valgrind/memcheck.h>... " >&6; }
6843 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6844 /* end confdefs.h. */
6845 #include <valgrind/memcheck.h>
6846 #ifndef VALGRIND_DISCARD
6847 #error VALGRIND_DISCARD not defined
6850 if ac_fn_c_try_cpp
"$LINENO"; then :
6851 gcc_cv_header_valgrind_memcheck_h
=yes
6853 gcc_cv_header_valgrind_memcheck_h
=no
6855 rm -f conftest.err conftest.
$ac_ext
6856 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_header_valgrind_memcheck_h" >&5
6857 $as_echo "$gcc_cv_header_valgrind_memcheck_h" >&6; }
6858 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for VALGRIND_DISCARD in <memcheck.h>" >&5
6859 $as_echo_n "checking for VALGRIND_DISCARD in <memcheck.h>... " >&6; }
6860 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6861 /* end confdefs.h. */
6862 #include <memcheck.h>
6863 #ifndef VALGRIND_DISCARD
6864 #error VALGRIND_DISCARD not defined
6867 if ac_fn_c_try_cpp
"$LINENO"; then :
6868 gcc_cv_header_memcheck_h
=yes
6870 gcc_cv_header_memcheck_h
=no
6872 rm -f conftest.err conftest.
$ac_ext
6873 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_header_memcheck_h" >&5
6874 $as_echo "$gcc_cv_header_memcheck_h" >&6; }
6876 # Prepare PATH_SEPARATOR.
6877 # The user is always right.
6878 if test "${PATH_SEPARATOR+set}" != set; then
6879 echo "#! /bin/sh" >conf$$.sh
6880 echo "exit 0" >>conf$$.sh
6882 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
6890 # Find out how to test for executable files. Don't use a zero-byte file,
6891 # as systems may use methods other than mode bits to determine executability.
6892 cat >conf$$.
file <<_ASEOF
6896 chmod +x conf$$.
file
6897 if test -x conf$$.
file >/dev
/null
2>&1; then
6898 ac_executable_p
="test -x"
6900 ac_executable_p
="test -f"
6904 # Extract the first word of "valgrind", so it can be a program name with args.
6905 set dummy valgrind
; ac_word
=$2
6906 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6907 $as_echo_n "checking for $ac_word... " >&6; }
6908 if test "${ac_cv_path_valgrind_path+set}" = set; then :
6909 $as_echo_n "(cached) " >&6
6911 case "$valgrind_path" in
6913 ac_cv_path_valgrind_path
="$valgrind_path" # Let the user override the test with a path.
6916 ac_save_IFS
="$IFS"; IFS
=$PATH_SEPARATOR
6917 for ac_dir
in $PATH; do
6919 test -z "$ac_dir" && ac_dir
=.
6920 for ac_exec_ext
in '' $ac_executable_extensions; do
6921 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
6922 if $ac_dir/$ac_word --version |
grep valgrind-
>/dev
/null
2>&1; then
6923 ac_cv_path_valgrind_path
="$ac_dir/$ac_word$ac_exec_ext"
6933 valgrind_path
="$ac_cv_path_valgrind_path"
6934 if test -n "$valgrind_path"; then
6935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $valgrind_path" >&5
6936 $as_echo "$valgrind_path" >&6; }
6938 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6939 $as_echo "no" >&6; }
6942 if test "x$valgrind_path" = "x" \
6943 ||
(test $have_valgrind_h = no \
6944 && test $gcc_cv_header_memcheck_h = no \
6945 && test $gcc_cv_header_valgrind_memcheck_h = no
); then
6946 as_fn_error
"*** Can't find both valgrind and valgrind/memcheck.h, memcheck.h or valgrind.h" "$LINENO" 5
6948 valgrind_path_defines
=-DVALGRIND_PATH='\"'$valgrind_path'\"'
6949 valgrind_command
="$valgrind_path -q"
6951 $as_echo "#define ENABLE_VALGRIND_CHECKING 1" >>confdefs.h
6953 if test $gcc_cv_header_valgrind_memcheck_h = yes; then
6955 $as_echo "#define HAVE_VALGRIND_MEMCHECK_H 1" >>confdefs.h
6958 if test $gcc_cv_header_memcheck_h = yes; then
6960 $as_echo "#define HAVE_MEMCHECK_H 1" >>confdefs.h
6967 # Enable code coverage collection
6968 # Check whether --enable-coverage was given.
6969 if test "${enable_coverage+set}" = set; then :
6970 enableval
=$enable_coverage; case "${enableval}" in
6972 coverage_flags
="-fprofile-arcs -ftest-coverage -frandom-seed=\$@ -O0"
6975 coverage_flags
="-fprofile-arcs -ftest-coverage -frandom-seed=\$@ -O2"
6978 # a.k.a. --disable-coverage
6982 as_fn_error
"unknown coverage setting $enableval" "$LINENO" 5
6991 # Check whether --enable-gather-detailed-mem-stats was given.
6992 if test "${enable_gather_detailed_mem_stats+set}" = set; then :
6993 enableval
=$enable_gather_detailed_mem_stats;
6995 enable_gather_detailed_mem_stats
=no
6998 gather_stats
=`if test $enable_gather_detailed_mem_stats != no; then echo 1; else echo 0; fi`
7000 cat >>confdefs.h
<<_ACEOF
7001 #define GATHER_STATISTICS $gather_stats
7005 # -------------------------------
7006 # Miscenalleous configure options
7007 # -------------------------------
7011 # Check whether --with-stabs was given.
7012 if test "${with_stabs+set}" = set; then :
7013 withval
=$with_stabs; stabs
="$with_stabs"
7019 # Determine whether or not multilibs are enabled.
7020 # Check whether --enable-multilib was given.
7021 if test "${enable_multilib+set}" = set; then :
7022 enableval
=$enable_multilib;
7029 # Determine whether or not multiarch is enabled.
7030 # Check whether --enable-multiarch was given.
7031 if test "${enable_multiarch+set}" = set; then :
7032 enableval
=$enable_multiarch; case "${enableval}" in
7033 yes|no|auto
) enable_multiarch
=$enableval;;
7034 *) as_fn_error
"bad value ${enableval} given for --enable-multiarch option" "$LINENO" 5 ;;
7037 enable_multiarch
=auto
7040 if test x
${enable_multiarch} = xauto
; then
7041 if test x
${with_native_system_header_dir} != x
; then
7042 ma_msg_suffix
=", disabled auto check (configured with --native-system-header-dir)"
7045 if test x
$host != x
$target && test "x$with_sysroot" = x
; then
7046 ma_msg_suffix
=", disabled auto check (cross build configured without --with-sysroot)"
7050 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for multiarch configuration" >&5
7051 $as_echo_n "checking for multiarch configuration... " >&6; }
7053 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_multiarch$ma_msg_suffix" >&5
7054 $as_echo "$enable_multiarch$ma_msg_suffix" >&6; }
7056 # needed for setting the multiarch name for soft-float/hard-float ABIs
7060 # Enable __cxa_atexit for C++.
7061 # Check whether --enable-__cxa_atexit was given.
7062 if test "${enable___cxa_atexit+set}" = set; then :
7063 enableval
=$enable___cxa_atexit;
7067 # Enable C extension for decimal float if target supports it.
7069 # Check whether --enable-decimal-float was given.
7070 if test "${enable_decimal_float+set}" = set; then :
7071 enableval
=$enable_decimal_float;
7072 case $enable_decimal_float in
7073 yes | no | bid | dpd
) default_decimal_float
=$enable_decimal_float ;;
7074 *) as_fn_error
"'$enable_decimal_float' is an invalid value for --enable-decimal-float.
7075 Valid choices are 'yes', 'bid', 'dpd', and 'no'." "$LINENO" 5 ;;
7081 powerpc
*-*-linux* | i?
86*-*-linux* | x86_64
*-*-linux* | s390
*-*-linux* | \
7083 i?
86*-*-mingw* | x86_64
*-*-mingw* | \
7084 i?
86*-*-cygwin* | x86_64
*-*-cygwin*)
7085 enable_decimal_float
=yes
7088 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: decimal float is not supported for this target, ignored" >&5
7089 $as_echo "$as_me: WARNING: decimal float is not supported for this target, ignored" >&2;}
7090 enable_decimal_float
=no
7097 # x86's use BID format instead of DPD
7098 case x
$enable_decimal_float in
7101 i?
86*-*-* | x86_64
*-*-*)
7102 enable_decimal_float
=bid
7105 enable_decimal_float
=dpd
7108 default_decimal_float
=$enable_decimal_float
7111 # ENABLE_DECIMAL_FLOAT is set to 0. But we have to have proper
7112 # dependency on libdecnumber.
7113 default_decimal_float
=dpd
7120 dfp
=`if test $enable_decimal_float != no; then echo 1; else echo 0; fi`
7122 cat >>confdefs.h
<<_ACEOF
7123 #define ENABLE_DECIMAL_FLOAT $dfp
7127 # Use default_decimal_float for dependency.
7128 enable_decimal_float
=$default_decimal_float
7130 bid
=`if test $enable_decimal_float = bid; then echo 1; else echo 0; fi`
7132 cat >>confdefs.h
<<_ACEOF
7133 #define ENABLE_DECIMAL_BID_FORMAT $bid
7137 # Enable C extension for fixed-point arithmetic.
7138 # Check whether --enable-fixed-point was given.
7139 if test "${enable_fixed_point+set}" = set; then :
7140 enableval
=$enable_fixed_point;
7145 enable_fixed_point
=yes
7149 enable_fixed_point
=yes
7152 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: fixed-point is not supported for this target, ignored" >&5
7153 $as_echo "$as_me: WARNING: fixed-point is not supported for this target, ignored" >&2;}
7154 enable_fixed_point
=no
7162 fixedpoint
=`if test $enable_fixed_point = yes; then echo 1; else echo 0; fi`
7164 cat >>confdefs.h
<<_ACEOF
7165 #define ENABLE_FIXED_POINT $fixedpoint
7170 # Pass with no value to take the default
7171 # Pass with a value to specify a thread package
7172 # Check whether --enable-threads was given.
7173 if test "${enable_threads+set}" = set; then :
7174 enableval
=$enable_threads;
7180 # Check whether --enable-tls was given.
7181 if test "${enable_tls+set}" = set; then :
7182 enableval
=$enable_tls;
7185 *) as_fn_error
"'$enable_tls' is an invalid value for --enable-tls.
7186 Valid choices are 'yes' and 'no'." "$LINENO" 5 ;;
7194 # Check whether --enable-objc-gc was given.
7195 if test "${enable_objc_gc+set}" = set; then :
7196 enableval
=$enable_objc_gc; if test x
$enable_objc_gc = xno
; then
7207 # Check whether --with-dwarf2 was given.
7208 if test "${with_dwarf2+set}" = set; then :
7209 withval
=$with_dwarf2; dwarf2
="$with_dwarf2"
7215 # Check whether --enable-shared was given.
7216 if test "${enable_shared+set}" = set; then :
7217 enableval
=$enable_shared;
7218 case $enable_shared in
7222 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
="${IFS}:,"
7223 for pkg
in $enableval; do
7224 if test "X$pkg" = "Xgcc" ||
test "X$pkg" = "Xlibgcc"; then
7239 # Check whether --with-native-system-header-dir was given.
7240 if test "${with_native_system_header_dir+set}" = set; then :
7241 withval
=$with_native_system_header_dir;
7242 case ${with_native_system_header_dir} in
7243 yes|no
) as_fn_error
"bad value ${withval} given for --with-native-system-header-dir" "$LINENO" 5 ;;
7244 /* |
[A-Za-z
]:[\\/]*) ;;
7245 *) as_fn_error
"--with-native-system-header-dir argument ${withval} must be an absolute directory" "$LINENO" 5 ;;
7247 configured_native_system_header_dir
="${withval}"
7250 configured_native_system_header_dir
=
7255 # Check whether --with-build-sysroot was given.
7256 if test "${with_build_sysroot+set}" = set; then :
7257 withval
=$with_build_sysroot; if test x
"$withval" != x
; then
7258 SYSROOT_CFLAGS_FOR_TARGET
="--sysroot=$withval"
7261 SYSROOT_CFLAGS_FOR_TARGET
=
7266 if test "x$prefix" = xNONE
; then
7267 test_prefix
=/usr
/local
7271 if test "x$exec_prefix" = xNONE
; then
7272 test_exec_prefix
=$test_prefix
7274 test_exec_prefix
=$exec_prefix
7278 # Check whether --with-sysroot was given.
7279 if test "${with_sysroot+set}" = set; then :
7280 withval
=$with_sysroot;
7281 case ${with_sysroot} in
7282 yes) TARGET_SYSTEM_ROOT
='${exec_prefix}/${target_noncanonical}/sys-root' ;;
7283 *) TARGET_SYSTEM_ROOT
=$with_sysroot ;;
7286 TARGET_SYSTEM_ROOT_DEFINE
='-DTARGET_SYSTEM_ROOT=\"$(TARGET_SYSTEM_ROOT)\"'
7287 CROSS_SYSTEM_HEADER_DIR
='$(TARGET_SYSTEM_ROOT)$${sysroot_headers_suffix}$(NATIVE_SYSTEM_HEADER_DIR)'
7289 case ${TARGET_SYSTEM_ROOT} in
7290 "${test_prefix}"|
"${test_prefix}/"*|\
7291 "${test_exec_prefix}"|
"${test_exec_prefix}/"*|\
7292 '${prefix}'|
'${prefix}/'*|\
7293 '${exec_prefix}'|
'${exec_prefix}/'*)
7294 t
="$TARGET_SYSTEM_ROOT_DEFINE -DTARGET_SYSTEM_ROOT_RELOCATABLE"
7295 TARGET_SYSTEM_ROOT_DEFINE
="$t"
7302 TARGET_SYSTEM_ROOT_DEFINE
=
7303 CROSS_SYSTEM_HEADER_DIR
='$(gcc_tooldir)/sys-include'
7312 # Check whether --with-specs was given.
7313 if test "${with_specs+set}" = set; then :
7314 withval
=$with_specs; CONFIGURE_SPECS
=$withval
7324 # Check whether --with-pkgversion was given.
7325 if test "${with_pkgversion+set}" = set; then :
7326 withval
=$with_pkgversion; case "$withval" in
7327 yes) as_fn_error
"package version not specified" "$LINENO" 5 ;;
7329 *) PKGVERSION
="($withval) " ;;
7340 # Check whether --with-bugurl was given.
7341 if test "${with_bugurl+set}" = set; then :
7342 withval
=$with_bugurl; case "$withval" in
7343 yes) as_fn_error
"bug URL not specified" "$LINENO" 5 ;;
7346 *) BUGURL
="$withval"
7350 BUGURL
="http://gcc.gnu.org/bugs.html"
7360 REPORT_BUGS_TO
="<$BUGURL>"
7361 REPORT_BUGS_TEXI
=@uref
{`echo "$BUGURL" | sed 's/@/@@/g'`}
7368 # Sanity check enable_languages in case someone does not run the toplevel
7369 # configure # script.
7370 # Check whether --enable-languages was given.
7371 if test "${enable_languages+set}" = set; then :
7372 enableval
=$enable_languages; case ,${enable_languages}, in
7374 # go safe -- we cannot be much sure without the toplevel
7376 # analysis of which target libs are present and usable
7380 as_fn_error
"only the toplevel supports --enable-languages=all" "$LINENO" 5
7385 enable_languages
=c
,${enable_languages}
7394 # Check whether --with-multilib-list was given.
7395 if test "${with_multilib_list+set}" = set; then :
7396 withval
=$with_multilib_list; :
7398 with_multilib_list
=default
7402 # -------------------------
7403 # Checks for other programs
7404 # -------------------------
7406 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
7407 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
7409 ac_make
=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
7410 if { as_var
=ac_cv_prog_make_
${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
7411 $as_echo_n "(cached) " >&6
7413 cat >conftest.
make <<\_ACEOF
7416 @
echo '@@@%%%=$(MAKE)=@@@%%%'
7418 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
7419 case `${MAKE-make} -f conftest.make 2>/dev/null` in
7421 eval ac_cv_prog_make_
${ac_make}_set
=yes;;
7423 eval ac_cv_prog_make_
${ac_make}_set
=no
;;
7427 if eval test \
$ac_cv_prog_make_${ac_make}_set
= yes; then
7428 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7429 $as_echo "yes" >&6; }
7432 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7433 $as_echo "no" >&6; }
7434 SET_MAKE
="MAKE=${MAKE-make}"
7438 # Find some useful tools
7439 for ac_prog
in gawk mawk nawk
awk
7441 # Extract the first word of "$ac_prog", so it can be a program name with args.
7442 set dummy
$ac_prog; ac_word
=$2
7443 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7444 $as_echo_n "checking for $ac_word... " >&6; }
7445 if test "${ac_cv_prog_AWK+set}" = set; then :
7446 $as_echo_n "(cached) " >&6
7448 if test -n "$AWK"; then
7449 ac_cv_prog_AWK
="$AWK" # Let the user override the test.
7451 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7455 test -z "$as_dir" && as_dir
=.
7456 for ac_exec_ext
in '' $ac_executable_extensions; do
7457 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7458 ac_cv_prog_AWK
="$ac_prog"
7459 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7469 if test -n "$AWK"; then
7470 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
7471 $as_echo "$AWK" >&6; }
7473 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7474 $as_echo "no" >&6; }
7478 test -n "$AWK" && break
7481 # We need awk to create options.c and options.h.
7482 # Bail out if it's missing.
7484 "") as_fn_error
"can't build without awk, bailing out" "$LINENO" 5 ;;
7487 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
7488 $as_echo_n "checking whether ln -s works... " >&6; }
7489 if test "${gcc_cv_prog_LN_S+set}" = set; then :
7490 $as_echo_n "(cached) " >&6
7492 rm -f conftestdata_t
7493 echo >conftestdata_f
7494 if ln -s conftestdata_f conftestdata_t
2>/dev
/null
7496 gcc_cv_prog_LN_S
="ln -s"
7498 if ln conftestdata_f conftestdata_t
2>/dev
/null
7502 if cp -p conftestdata_f conftestdata_t
2>/dev
/null
7504 gcc_cv_prog_LN_S
="cp -p"
7510 rm -f conftestdata_f conftestdata_t
7513 LN_S
="$gcc_cv_prog_LN_S"
7514 if test "$gcc_cv_prog_LN_S" = "ln -s"; then
7515 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7516 $as_echo "yes" >&6; }
7518 if test "$gcc_cv_prog_LN_S" = "ln"; then
7519 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using ln" >&5
7520 $as_echo "no, using ln" >&6; }
7522 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, and neither does ln, so using $gcc_cv_prog_LN_S" >&5
7523 $as_echo "no, and neither does ln, so using $gcc_cv_prog_LN_S" >&6; }
7527 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln works" >&5
7528 $as_echo_n "checking whether ln works... " >&6; }
7529 if test "${acx_cv_prog_LN+set}" = set; then :
7530 $as_echo_n "(cached) " >&6
7532 rm -f conftestdata_t
7533 echo >conftestdata_f
7534 if ln conftestdata_f conftestdata_t
2>/dev
/null
7540 rm -f conftestdata_f conftestdata_t
7543 if test $acx_cv_prog_LN = no
; then
7545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN" >&5
7546 $as_echo "no, using $LN" >&6; }
7548 LN
="$acx_cv_prog_LN"
7549 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7550 $as_echo "yes" >&6; }
7553 if test -n "$ac_tool_prefix"; then
7554 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
7555 set dummy
${ac_tool_prefix}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_RANLIB+set}" = set; then :
7559 $as_echo_n "(cached) " >&6
7561 if test -n "$RANLIB"; then
7562 ac_cv_prog_RANLIB
="$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_RANLIB
="${ac_tool_prefix}ranlib"
7572 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7581 RANLIB
=$ac_cv_prog_RANLIB
7582 if test -n "$RANLIB"; then
7583 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
7584 $as_echo "$RANLIB" >&6; }
7586 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7587 $as_echo "no" >&6; }
7592 if test -z "$ac_cv_prog_RANLIB"; then
7593 ac_ct_RANLIB
=$RANLIB
7594 # Extract the first word of "ranlib", so it can be a program name with args.
7595 set dummy ranlib
; ac_word
=$2
7596 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7597 $as_echo_n "checking for $ac_word... " >&6; }
7598 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
7599 $as_echo_n "(cached) " >&6
7601 if test -n "$ac_ct_RANLIB"; then
7602 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
7604 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7608 test -z "$as_dir" && as_dir
=.
7609 for ac_exec_ext
in '' $ac_executable_extensions; do
7610 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7611 ac_cv_prog_ac_ct_RANLIB
="ranlib"
7612 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7621 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
7622 if test -n "$ac_ct_RANLIB"; then
7623 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
7624 $as_echo "$ac_ct_RANLIB" >&6; }
7626 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7627 $as_echo "no" >&6; }
7630 if test "x$ac_ct_RANLIB" = x
; then
7633 case $cross_compiling:$ac_tool_warned in
7635 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7636 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7637 ac_tool_warned
=yes ;;
7639 RANLIB
=$ac_ct_RANLIB
7642 RANLIB
="$ac_cv_prog_RANLIB"
7648 # Find a good install program. We prefer a C program (faster),
7649 # so one script is as good as another. But avoid the broken or
7650 # incompatible versions:
7651 # SysV /etc/install, /usr/sbin/install
7652 # SunOS /usr/etc/install
7653 # IRIX /sbin/install
7655 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
7656 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
7657 # ./install, which can be erroneously created by make from ./install.sh.
7658 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD compatible install" >&5
7659 $as_echo_n "checking for a BSD compatible install... " >&6; }
7660 if test -z "$INSTALL"; then
7661 if test "${ac_cv_path_install+set}" = set; then :
7662 $as_echo_n "(cached) " >&6
7664 IFS
="${IFS= }"; ac_save_IFS
="$IFS"; IFS
="${IFS}:"
7665 for ac_dir
in $PATH; do
7666 # Account for people who put trailing slashes in PATH elements.
7668 /|.
/|.
//|
/etc
/*|
/usr
/sbin
/*|
/usr
/etc
/*|
/sbin
/*|
/usr
/afsws
/bin
/*|
/usr
/ucb
/*) ;;
7670 # OSF1 and SCO ODT 3.0 have their own names for install.
7671 for ac_prog
in ginstall scoinst
install; do
7672 if test -f $ac_dir/$ac_prog; then
7673 if test $ac_prog = install &&
7674 grep dspmsg
$ac_dir/$ac_prog >/dev
/null
2>&1; then
7675 # AIX install. It has an incompatible calling convention.
7676 # OSF/1 installbsd also uses dspmsg, but is usable.
7679 ac_cv_path_install
="$ac_dir/$ac_prog -c"
7690 if test "${ac_cv_path_install+set}" = set; then
7691 INSTALL
="$ac_cv_path_install"
7693 # As a last resort, use the slow shell script. We don't cache a
7694 # path for INSTALL within a source directory, because that will
7695 # break other packages using the cache if that directory is
7696 # removed, or if the path is relative.
7697 INSTALL
="$ac_install_sh"
7700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
7701 $as_echo "$INSTALL" >&6; }
7703 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
7704 # It thinks the first close brace ends the variable substitution.
7705 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
7707 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
7710 # See if cmp has --ignore-initial.
7711 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmp's capabilities" >&5
7712 $as_echo_n "checking for cmp's capabilities... " >&6; }
7713 if test "${gcc_cv_prog_cmp_skip+set}" = set; then :
7714 $as_echo_n "(cached) " >&6
7718 gcc_cv_prog_cmp_skip
=slowcompare
7719 if cmp --ignore-initial=2 t1 t2
> /dev
/null
2>&1; then
7720 if cmp --ignore-initial=1 t1 t2
> /dev
/null
2>&1; then
7723 gcc_cv_prog_cmp_skip
=gnucompare
7726 if test $gcc_cv_prog_cmp_skip = slowcompare
; then
7727 if cmp t1 t2
2 2 > /dev
/null
2>&1; then
7728 if cmp t1 t2
1 1 > /dev
/null
2>&1; then
7731 gcc_cv_prog_cmp_skip
=fastcompare
7738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_prog_cmp_skip" >&5
7739 $as_echo "$gcc_cv_prog_cmp_skip" >&6; }
7740 make_compare_target
=$gcc_cv_prog_cmp_skip
7744 # See if we have the mktemp command.
7745 # Extract the first word of "mktemp", so it can be a program name with args.
7746 set dummy mktemp
; ac_word
=$2
7747 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7748 $as_echo_n "checking for $ac_word... " >&6; }
7749 if test "${ac_cv_prog_have_mktemp_command+set}" = set; then :
7750 $as_echo_n "(cached) " >&6
7752 if test -n "$have_mktemp_command"; then
7753 ac_cv_prog_have_mktemp_command
="$have_mktemp_command" # Let the user override the test.
7755 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7759 test -z "$as_dir" && as_dir
=.
7760 for ac_exec_ext
in '' $ac_executable_extensions; do
7761 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7762 ac_cv_prog_have_mktemp_command
="yes"
7763 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7770 test -z "$ac_cv_prog_have_mktemp_command" && ac_cv_prog_have_mktemp_command
="no"
7773 have_mktemp_command
=$ac_cv_prog_have_mktemp_command
7774 if test -n "$have_mktemp_command"; then
7775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_mktemp_command" >&5
7776 $as_echo "$have_mktemp_command" >&6; }
7778 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7779 $as_echo "no" >&6; }
7784 # See if makeinfo has been installed and is modern enough
7785 # that we can use it.
7787 # Extract the first word of "makeinfo", so it can be a program name with args.
7788 set dummy makeinfo
; ac_word
=$2
7789 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7790 $as_echo_n "checking for $ac_word... " >&6; }
7791 if test "${ac_cv_prog_MAKEINFO+set}" = set; then :
7792 $as_echo_n "(cached) " >&6
7794 if test -n "$MAKEINFO"; then
7795 ac_cv_prog_MAKEINFO
="$MAKEINFO" # Let the user override the test.
7797 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7801 test -z "$as_dir" && as_dir
=.
7802 for ac_exec_ext
in '' $ac_executable_extensions; do
7803 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7804 ac_cv_prog_MAKEINFO
="makeinfo"
7805 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7814 MAKEINFO
=$ac_cv_prog_MAKEINFO
7815 if test -n "$MAKEINFO"; then
7816 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKEINFO" >&5
7817 $as_echo "$MAKEINFO" >&6; }
7819 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7820 $as_echo "no" >&6; }
7824 if test -n "$MAKEINFO"; then
7825 # Found it, now check the version.
7826 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for modern makeinfo" >&5
7827 $as_echo_n "checking for modern makeinfo... " >&6; }
7828 if test "${gcc_cv_prog_makeinfo_modern+set}" = set; then :
7829 $as_echo_n "(cached) " >&6
7831 ac_prog_version
=`eval $MAKEINFO --version 2>&1 |
7832 sed -n 's/^.*GNU texinfo.* \([0-9][0-9.]*\).*$/\1/p'`
7834 case $ac_prog_version in
7835 '') gcc_cv_prog_makeinfo_modern
=no
;;
7836 4.
[7-9]*|
4.
[1-9][0-9]*|
[5-9]*|
[1-9][0-9]*) gcc_cv_prog_makeinfo_modern
=yes;;
7837 *) gcc_cv_prog_makeinfo_modern
=no
;;
7841 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_prog_makeinfo_modern" >&5
7842 $as_echo "$gcc_cv_prog_makeinfo_modern" >&6; }
7844 gcc_cv_prog_makeinfo_modern
=no
7846 if test $gcc_cv_prog_makeinfo_modern = no
; then
7847 MAKEINFO
="${CONFIG_SHELL-/bin/sh} $ac_aux_dir/missing makeinfo"
7850 if test $gcc_cv_prog_makeinfo_modern = no
; then
7851 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:
7852 *** Makeinfo is missing or too old.
7853 *** Info documentation will not be built." >&5
7854 $as_echo "$as_me: WARNING:
7855 *** Makeinfo is missing or too old.
7856 *** Info documentation will not be built." >&2;}
7863 # Is pod2man recent enough to regenerate manpages?
7864 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent Pod::Man" >&5
7865 $as_echo_n "checking for recent Pod::Man... " >&6; }
7866 if (perl
-e 'use 1.10 Pod::Man') >/dev
/null
2>&1; then
7867 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7868 $as_echo "yes" >&6; }
7869 GENERATED_MANPAGES
=generated-manpages
7871 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7872 $as_echo "no" >&6; }
7877 MISSING
="${CONFIG_SHELL-/bin/sh} $ac_aux_dir/missing"
7882 # Extract the first word of "$ac_prog", so it can be a program name with args.
7883 set dummy
$ac_prog; ac_word
=$2
7884 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7885 $as_echo_n "checking for $ac_word... " >&6; }
7886 if test "${ac_cv_prog_FLEX+set}" = set; then :
7887 $as_echo_n "(cached) " >&6
7889 if test -n "$FLEX"; then
7890 ac_cv_prog_FLEX
="$FLEX" # Let the user override the test.
7892 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7896 test -z "$as_dir" && as_dir
=.
7897 for ac_exec_ext
in '' $ac_executable_extensions; do
7898 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7899 ac_cv_prog_FLEX
="$ac_prog"
7900 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7909 FLEX
=$ac_cv_prog_FLEX
7910 if test -n "$FLEX"; then
7911 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
7912 $as_echo "$FLEX" >&6; }
7914 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7915 $as_echo "no" >&6; }
7919 test -n "$FLEX" && break
7921 test -n "$FLEX" || FLEX
="$MISSING flex"
7925 for ac_prog
in bison
7927 # Extract the first word of "$ac_prog", so it can be a program name with args.
7928 set dummy
$ac_prog; ac_word
=$2
7929 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7930 $as_echo_n "checking for $ac_word... " >&6; }
7931 if test "${ac_cv_prog_BISON+set}" = set; then :
7932 $as_echo_n "(cached) " >&6
7934 if test -n "$BISON"; then
7935 ac_cv_prog_BISON
="$BISON" # Let the user override the test.
7937 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7941 test -z "$as_dir" && as_dir
=.
7942 for ac_exec_ext
in '' $ac_executable_extensions; do
7943 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7944 ac_cv_prog_BISON
="$ac_prog"
7945 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7954 BISON
=$ac_cv_prog_BISON
7955 if test -n "$BISON"; then
7956 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
7957 $as_echo "$BISON" >&6; }
7959 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7960 $as_echo "no" >&6; }
7964 test -n "$BISON" && break
7966 test -n "$BISON" || BISON
="$MISSING bison"
7969 # Binutils are not build modules, unlike bison/flex/makeinfo. So we
7970 # check for build == host before using them.
7973 if test x
${build} = x
${host} && test -f $srcdir/..
/binutils
/nm.c \
7974 && test -d ..
/binutils
; then
7975 NM
='${objdir}/../binutils/nm-new'
7977 # Extract the first word of "nm", so it can be a program name with args.
7978 set dummy nm
; ac_word
=$2
7979 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7980 $as_echo_n "checking for $ac_word... " >&6; }
7981 if test "${ac_cv_prog_NM+set}" = set; then :
7982 $as_echo_n "(cached) " >&6
7984 if test -n "$NM"; then
7985 ac_cv_prog_NM
="$NM" # Let the user override the test.
7987 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7991 test -z "$as_dir" && as_dir
=.
7992 for ac_exec_ext
in '' $ac_executable_extensions; do
7993 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7995 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8002 test -z "$ac_cv_prog_NM" && ac_cv_prog_NM
="${CONFIG_SHELL-/bin/sh} ${srcdir}/../missing nm"
8006 if test -n "$NM"; then
8007 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8008 $as_echo "$NM" >&6; }
8010 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8011 $as_echo "no" >&6; }
8018 if test x
${build} = x
${host} && test -f $srcdir/..
/binutils
/ar.c \
8019 && test -d ..
/binutils
; then
8020 AR
='${objdir}/../binutils/ar'
8022 # Extract the first word of "ar", so it can be a program name with args.
8023 set dummy
ar; ac_word
=$2
8024 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8025 $as_echo_n "checking for $ac_word... " >&6; }
8026 if test "${ac_cv_prog_AR+set}" = set; then :
8027 $as_echo_n "(cached) " >&6
8029 if test -n "$AR"; then
8030 ac_cv_prog_AR
="$AR" # Let the user override the test.
8032 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8036 test -z "$as_dir" && as_dir
=.
8037 for ac_exec_ext
in '' $ac_executable_extensions; do
8038 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8040 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8047 test -z "$ac_cv_prog_AR" && ac_cv_prog_AR
="${CONFIG_SHELL-/bin/sh} ${srcdir}/../missing ar"
8051 if test -n "$AR"; then
8052 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8053 $as_echo "$AR" >&6; }
8055 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8056 $as_echo "no" >&6; }
8063 # --------------------
8064 # Checks for C headers
8065 # --------------------
8067 # Need to reject headers which give warnings, so that the -Werror bootstrap
8068 # works later. *sigh* This needs to come before all header checks.
8070 ac_c_preproc_warn_flag
=yes
8072 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
8073 $as_echo_n "checking for ANSI C header files... " >&6; }
8074 if test "${ac_cv_header_stdc+set}" = set; then :
8075 $as_echo_n "(cached) " >&6
8077 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8078 /* end confdefs.h. */
8092 if ac_fn_c_try_compile
"$LINENO"; then :
8093 ac_cv_header_stdc
=yes
8095 ac_cv_header_stdc
=no
8097 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
8099 if test $ac_cv_header_stdc = yes; then
8100 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
8101 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8102 /* end confdefs.h. */
8106 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8107 $EGREP "memchr" >/dev
/null
2>&1; then :
8110 ac_cv_header_stdc
=no
8116 if test $ac_cv_header_stdc = yes; then
8117 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
8118 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8119 /* end confdefs.h. */
8123 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8124 $EGREP "free" >/dev
/null
2>&1; then :
8127 ac_cv_header_stdc
=no
8133 if test $ac_cv_header_stdc = yes; then
8134 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
8135 if test "$cross_compiling" = yes; then :
8138 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8139 /* end confdefs.h. */
8142 #if ((' ' & 0x0FF) == 0x020)
8143 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
8144 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
8146 # define ISLOWER(c) \
8147 (('a' <= (c) && (c) <= 'i') \
8148 || ('j' <= (c) && (c) <= 'r') \
8149 || ('s' <= (c) && (c) <= 'z'))
8150 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
8153 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
8158 for (i = 0; i < 256; i++)
8159 if (XOR (islower (i), ISLOWER (i))
8160 || toupper (i) != TOUPPER (i))
8165 if ac_fn_c_try_run
"$LINENO"; then :
8168 ac_cv_header_stdc
=no
8170 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
8171 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
8176 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
8177 $as_echo "$ac_cv_header_stdc" >&6; }
8178 if test $ac_cv_header_stdc = yes; then
8180 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
8184 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether time.h and sys/time.h may both be included" >&5
8185 $as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; }
8186 if test "${ac_cv_header_time+set}" = set; then :
8187 $as_echo_n "(cached) " >&6
8189 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8190 /* end confdefs.h. */
8191 #include <sys/types.h>
8192 #include <sys/time.h>
8198 if ((struct tm *) 0)
8204 if ac_fn_c_try_compile
"$LINENO"; then :
8205 ac_cv_header_time
=yes
8207 ac_cv_header_time
=no
8209 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
8211 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_time" >&5
8212 $as_echo "$ac_cv_header_time" >&6; }
8213 if test $ac_cv_header_time = yes; then
8215 $as_echo "#define TIME_WITH_SYS_TIME 1" >>confdefs.h
8219 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether string.h and strings.h may both be included" >&5
8220 $as_echo_n "checking whether string.h and strings.h may both be included... " >&6; }
8221 if test "${gcc_cv_header_string+set}" = set; then :
8222 $as_echo_n "(cached) " >&6
8224 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8225 /* end confdefs.h. */
8227 #include <strings.h>
8236 if ac_fn_c_try_compile
"$LINENO"; then :
8237 gcc_cv_header_string
=yes
8239 gcc_cv_header_string
=no
8241 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
8243 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_header_string" >&5
8244 $as_echo "$gcc_cv_header_string" >&6; }
8245 if test $gcc_cv_header_string = yes; then
8247 $as_echo "#define STRING_WITH_STRINGS 1" >>confdefs.h
8251 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sys/wait.h that is POSIX.1 compatible" >&5
8252 $as_echo_n "checking for sys/wait.h that is POSIX.1 compatible... " >&6; }
8253 if test "${ac_cv_header_sys_wait_h+set}" = set; then :
8254 $as_echo_n "(cached) " >&6
8256 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8257 /* end confdefs.h. */
8258 #include <sys/types.h>
8259 #include <sys/wait.h>
8261 # define WEXITSTATUS(stat_val) ((unsigned int) (stat_val) >> 8)
8264 # define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
8272 s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
8277 if ac_fn_c_try_compile
"$LINENO"; then :
8278 ac_cv_header_sys_wait_h
=yes
8280 ac_cv_header_sys_wait_h
=no
8282 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
8284 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_sys_wait_h" >&5
8285 $as_echo "$ac_cv_header_sys_wait_h" >&6; }
8286 if test $ac_cv_header_sys_wait_h = yes; then
8288 $as_echo "#define HAVE_SYS_WAIT_H 1" >>confdefs.h
8292 for ac_header
in limits.h stddef.h string.h
strings.h stdlib.h
time.h
iconv.h \
8293 fcntl.h unistd.h sys
/file.h sys
/time.h sys
/mman.h \
8294 sys
/resource.h sys
/param.h sys
/times.h sys
/stat.h \
8295 direct.h malloc.h langinfo.h ldfcn.h locale.h wchar.h libintl.h
8297 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8298 ac_fn_c_check_header_preproc
"$LINENO" "$ac_header" "$as_ac_Header"
8299 eval as_val
=\$
$as_ac_Header
8300 if test "x$as_val" = x
""yes; then :
8301 cat >>confdefs.h
<<_ACEOF
8302 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8309 # Check for thread headers.
8310 ac_fn_c_check_header_preproc
"$LINENO" "thread.h" "ac_cv_header_thread_h"
8311 if test "x$ac_cv_header_thread_h" = x
""yes; then :
8317 ac_fn_c_check_header_preproc
"$LINENO" "pthread.h" "ac_cv_header_pthread_h"
8318 if test "x$ac_cv_header_pthread_h" = x
""yes; then :
8325 # These tests can't be done till we know if we have limits.h.
8326 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for CHAR_BIT" >&5
8327 $as_echo_n "checking for CHAR_BIT... " >&6; }
8328 if test "${gcc_cv_decl_char_bit+set}" = set; then :
8329 $as_echo_n "(cached) " >&6
8331 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8332 /* end confdefs.h. */
8333 #ifdef HAVE_LIMITS_H
8340 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8341 $EGREP "found" >/dev
/null
2>&1; then :
8342 gcc_cv_decl_char_bit
=yes
8344 gcc_cv_decl_char_bit
=no
8350 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_decl_char_bit" >&5
8351 $as_echo "$gcc_cv_decl_char_bit" >&6; }
8352 if test $gcc_cv_decl_char_bit = no
; then
8353 { $as_echo "$as_me:${as_lineno-$LINENO}: checking number of bits in a byte" >&5
8354 $as_echo_n "checking number of bits in a byte... " >&6; }
8355 if test "${gcc_cv_c_nbby+set}" = set; then :
8356 $as_echo_n "(cached) " >&6
8360 while test $i -lt 65; do
8361 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8362 /* end confdefs.h. */
8368 case (unsigned char)((unsigned long)1 << $i) == ((unsigned long)1 << $i):
8369 case (unsigned char)((unsigned long)1<<($i-1)) == ((unsigned long)1<<($i-1)):
8375 if ac_fn_c_try_compile
"$LINENO"; then :
8376 gcc_cv_c_nbby
=$i; break
8378 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
8381 test -z "$gcc_cv_c_nbby" && gcc_cv_c_nbby
=failed
8384 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_c_nbby" >&5
8385 $as_echo "$gcc_cv_c_nbby" >&6; }
8386 if test $gcc_cv_c_nbby = failed
; then
8387 as_fn_error
"cannot determine number of bits in a byte" "$LINENO" 5
8390 cat >>confdefs.h
<<_ACEOF
8391 #define CHAR_BIT $gcc_cv_c_nbby
8396 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
8397 $as_echo_n "checking whether byte ordering is bigendian... " >&6; }
8398 if test "${ac_cv_c_bigendian+set}" = set; then :
8399 $as_echo_n "(cached) " >&6
8401 ac_cv_c_bigendian
=unknown
8402 # See if we're dealing with a universal compiler.
8403 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8404 /* end confdefs.h. */
8405 #ifndef __APPLE_CC__
8406 not a universal capable compiler
8411 if ac_fn_c_try_compile
"$LINENO"; then :
8413 # Check for potential -arch flags. It is not universal unless
8414 # there are at least two -arch flags with different values.
8417 for ac_word
in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
8418 if test -n "$ac_prev"; then
8420 i?
86 | x86_64 | ppc | ppc64
)
8421 if test -z "$ac_arch" ||
test "$ac_arch" = "$ac_word"; then
8424 ac_cv_c_bigendian
=universal
8430 elif test "x$ac_word" = "x-arch"; then
8435 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
8436 if test $ac_cv_c_bigendian = unknown
; then
8437 # See if sys/param.h defines the BYTE_ORDER macro.
8438 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8439 /* end confdefs.h. */
8440 #include <sys/types.h>
8441 #include <sys/param.h>
8446 #if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
8447 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
8456 if ac_fn_c_try_compile
"$LINENO"; then :
8457 # It does; now see whether it defined to BIG_ENDIAN or not.
8458 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8459 /* end confdefs.h. */
8460 #include <sys/types.h>
8461 #include <sys/param.h>
8466 #if BYTE_ORDER != BIG_ENDIAN
8474 if ac_fn_c_try_compile
"$LINENO"; then :
8475 ac_cv_c_bigendian
=yes
8477 ac_cv_c_bigendian
=no
8479 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
8481 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
8483 if test $ac_cv_c_bigendian = unknown
; then
8484 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
8485 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8486 /* end confdefs.h. */
8492 #if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
8500 if ac_fn_c_try_compile
"$LINENO"; then :
8501 # It does; now see whether it defined to _BIG_ENDIAN or not.
8502 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8503 /* end confdefs.h. */
8517 if ac_fn_c_try_compile
"$LINENO"; then :
8518 ac_cv_c_bigendian
=yes
8520 ac_cv_c_bigendian
=no
8522 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
8524 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
8526 if test $ac_cv_c_bigendian = unknown
; then
8527 # Compile a test program.
8528 if test "$cross_compiling" = yes; then :
8529 # Try to guess by grepping values from an object file.
8530 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8531 /* end confdefs.h. */
8532 short int ascii_mm[] =
8533 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
8534 short int ascii_ii[] =
8535 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
8536 int use_ascii (int i) {
8537 return ascii_mm[i] + ascii_ii[i];
8539 short int ebcdic_ii[] =
8540 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
8541 short int ebcdic_mm[] =
8542 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
8543 int use_ebcdic (int i) {
8544 return ebcdic_mm[i] + ebcdic_ii[i];
8551 return use_ascii (foo) == use_ebcdic (foo);
8556 if ac_fn_c_try_compile
"$LINENO"; then :
8557 if grep BIGenDianSyS conftest.
$ac_objext >/dev
/null
; then
8558 ac_cv_c_bigendian
=yes
8560 if grep LiTTleEnDian conftest.
$ac_objext >/dev
/null
; then
8561 if test "$ac_cv_c_bigendian" = unknown
; then
8562 ac_cv_c_bigendian
=no
8564 # finding both strings is unlikely to happen, but who knows?
8565 ac_cv_c_bigendian
=unknown
8569 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
8571 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8572 /* end confdefs.h. */
8573 $ac_includes_default
8578 /* Are we little or big endian? From Harbison&Steele. */
8582 char c[sizeof (long int)];
8585 return u.c[sizeof (long int) - 1] == 1;
8591 if ac_fn_c_try_run
"$LINENO"; then :
8592 ac_cv_c_bigendian
=no
8594 ac_cv_c_bigendian
=yes
8596 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
8597 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
8602 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
8603 $as_echo "$ac_cv_c_bigendian" >&6; }
8604 case $ac_cv_c_bigendian in #(
8606 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
8612 $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
8616 as_fn_error
"unknown endianness
8617 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
8621 # ----------------------
8622 # Checks for C++ headers
8623 # ----------------------
8626 ac_cpp
='$CXXCPP $CPPFLAGS'
8627 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8628 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8629 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
8630 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C++ preprocessor" >&5
8631 $as_echo_n "checking how to run the C++ preprocessor... " >&6; }
8632 if test -z "$CXXCPP"; then
8633 if test "${ac_cv_prog_CXXCPP+set}" = set; then :
8634 $as_echo_n "(cached) " >&6
8636 # Double quotes because CXXCPP needs to be expanded
8637 for CXXCPP
in "$CXX -E" "/lib/cpp"
8640 for ac_cxx_preproc_warn_flag
in '' yes
8642 # Use a header file that comes with gcc, so configuring glibc
8643 # with a fresh cross-compiler works.
8644 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8645 # <limits.h> exists even on freestanding compilers.
8646 # On the NeXT, cc -E runs the code through the compiler's parser,
8647 # not just through cpp. "Syntax error" is here to catch this case.
8648 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8649 /* end confdefs.h. */
8651 # include <limits.h>
8653 # include <assert.h>
8657 if ac_fn_cxx_try_cpp
"$LINENO"; then :
8660 # Broken: fails on valid input.
8663 rm -f conftest.err conftest.
$ac_ext
8665 # OK, works on sane cases. Now check whether nonexistent headers
8666 # can be detected and how.
8667 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8668 /* end confdefs.h. */
8669 #include <ac_nonexistent.h>
8671 if ac_fn_cxx_try_cpp
"$LINENO"; then :
8672 # Broken: success on invalid input.
8675 # Passes both tests.
8679 rm -f conftest.err conftest.
$ac_ext
8682 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
8683 rm -f conftest.err conftest.
$ac_ext
8684 if $ac_preproc_ok; then :
8689 ac_cv_prog_CXXCPP
=$CXXCPP
8692 CXXCPP
=$ac_cv_prog_CXXCPP
8694 ac_cv_prog_CXXCPP
=$CXXCPP
8696 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXXCPP" >&5
8697 $as_echo "$CXXCPP" >&6; }
8699 for ac_cxx_preproc_warn_flag
in '' yes
8701 # Use a header file that comes with gcc, so configuring glibc
8702 # with a fresh cross-compiler works.
8703 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8704 # <limits.h> exists even on freestanding compilers.
8705 # On the NeXT, cc -E runs the code through the compiler's parser,
8706 # not just through cpp. "Syntax error" is here to catch this case.
8707 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8708 /* end confdefs.h. */
8710 # include <limits.h>
8712 # include <assert.h>
8716 if ac_fn_cxx_try_cpp
"$LINENO"; then :
8719 # Broken: fails on valid input.
8722 rm -f conftest.err conftest.
$ac_ext
8724 # OK, works on sane cases. Now check whether nonexistent headers
8725 # can be detected and how.
8726 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8727 /* end confdefs.h. */
8728 #include <ac_nonexistent.h>
8730 if ac_fn_cxx_try_cpp
"$LINENO"; then :
8731 # Broken: success on invalid input.
8734 # Passes both tests.
8738 rm -f conftest.err conftest.
$ac_ext
8741 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
8742 rm -f conftest.err conftest.
$ac_ext
8743 if $ac_preproc_ok; then :
8746 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
8747 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
8748 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: C++ preprocessor \"$CXXCPP\" fails sanity check
8749 See \`config.log' for more details." >&5
8750 $as_echo "$as_me: WARNING: C++ preprocessor \"$CXXCPP\" fails sanity check
8751 See \`config.log' for more details." >&2;}; }
8755 ac_cpp
='$CPP $CPPFLAGS'
8756 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8757 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8758 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
8762 ac_cpp
='$CXXCPP $CPPFLAGS'
8763 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8764 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8765 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
8770 for ac_header
in unordered_map
8772 ac_fn_cxx_check_header_preproc
"$LINENO" "unordered_map" "ac_cv_header_unordered_map"
8773 if test "x$ac_cv_header_unordered_map" = x
""yes; then :
8774 cat >>confdefs.h
<<_ACEOF
8775 #define HAVE_UNORDERED_MAP 1
8781 for ac_header
in tr1/unordered_map
8783 ac_fn_cxx_check_header_preproc
"$LINENO" "tr1/unordered_map" "ac_cv_header_tr1_unordered_map"
8784 if test "x$ac_cv_header_tr1_unordered_map" = x
""yes; then :
8785 cat >>confdefs.h
<<_ACEOF
8786 #define HAVE_TR1_UNORDERED_MAP 1
8792 for ac_header
in ext
/hash_map
8794 ac_fn_cxx_check_header_preproc
"$LINENO" "ext/hash_map" "ac_cv_header_ext_hash_map"
8795 if test "x$ac_cv_header_ext_hash_map" = x
""yes; then :
8796 cat >>confdefs.h
<<_ACEOF
8797 #define HAVE_EXT_HASH_MAP 1
8805 ac_cpp
='$CPP $CPPFLAGS'
8806 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8807 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8808 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
8816 # These libraries may be used by collect2.
8817 # We may need a special search path to get them linked.
8818 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for collect2 libraries" >&5
8819 $as_echo_n "checking for collect2 libraries... " >&6; }
8820 if test "${gcc_cv_collect2_libs+set}" = set; then :
8821 $as_echo_n "(cached) " >&6
8824 for libs
in '' -lld -lmld \
8825 '-L/usr/lib/cmplrs/cc2.11 -lmld' \
8826 '-L/usr/lib/cmplrs/cc3.11 -lmld'
8829 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8830 /* end confdefs.h. */
8832 /* Override any GCC internal prototype to avoid an error.
8833 Use char because int might match the return type of a GCC
8834 builtin and then its argument prototype would still apply. */
8847 if ac_fn_c_try_link
"$LINENO"; then :
8848 gcc_cv_collect2_libs
="$libs"; break
8850 rm -f core conftest.err conftest.
$ac_objext \
8851 conftest
$ac_exeext conftest.
$ac_ext
8854 test -z "$gcc_cv_collect2_libs" && gcc_cv_collect2_libs
='none required'
8856 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_collect2_libs" >&5
8857 $as_echo "$gcc_cv_collect2_libs" >&6; }
8858 case $gcc_cv_collect2_libs in
8860 *) COLLECT2_LIBS
=$gcc_cv_collect2_libs ;;
8864 # When building Ada code on Alpha, we need exc_resume which is usually in
8865 # -lexc. So test for it.
8868 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing exc_resume" >&5
8869 $as_echo_n "checking for library containing exc_resume... " >&6; }
8870 if test "${ac_cv_search_exc_resume+set}" = set; then :
8871 $as_echo_n "(cached) " >&6
8873 ac_func_search_save_LIBS
=$LIBS
8874 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8875 /* end confdefs.h. */
8877 /* Override any GCC internal prototype to avoid an error.
8878 Use char because int might match the return type of a GCC
8879 builtin and then its argument prototype would still apply. */
8887 return exc_resume ();
8892 for ac_lib
in '' exc
; do
8893 if test -z "$ac_lib"; then
8894 ac_res
="none required"
8897 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
8899 if ac_fn_c_try_link
"$LINENO"; then :
8900 ac_cv_search_exc_resume
=$ac_res
8902 rm -f core conftest.err conftest.
$ac_objext \
8904 if test "${ac_cv_search_exc_resume+set}" = set; then :
8908 if test "${ac_cv_search_exc_resume+set}" = set; then :
8911 ac_cv_search_exc_resume
=no
8914 LIBS
=$ac_func_search_save_LIBS
8916 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_exc_resume" >&5
8917 $as_echo "$ac_cv_search_exc_resume" >&6; }
8918 ac_res
=$ac_cv_search_exc_resume
8919 if test "$ac_res" != no
; then :
8920 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
8928 # To support -mcpu=native on Solaris/SPARC, we need libkstat.
8931 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing kstat_open" >&5
8932 $as_echo_n "checking for library containing kstat_open... " >&6; }
8933 if test "${ac_cv_search_kstat_open+set}" = set; then :
8934 $as_echo_n "(cached) " >&6
8936 ac_func_search_save_LIBS
=$LIBS
8937 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8938 /* end confdefs.h. */
8940 /* Override any GCC internal prototype to avoid an error.
8941 Use char because int might match the return type of a GCC
8942 builtin and then its argument prototype would still apply. */
8950 return kstat_open ();
8955 for ac_lib
in '' kstat
; do
8956 if test -z "$ac_lib"; then
8957 ac_res
="none required"
8960 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
8962 if ac_fn_c_try_link
"$LINENO"; then :
8963 ac_cv_search_kstat_open
=$ac_res
8965 rm -f core conftest.err conftest.
$ac_objext \
8967 if test "${ac_cv_search_kstat_open+set}" = set; then :
8971 if test "${ac_cv_search_kstat_open+set}" = set; then :
8974 ac_cv_search_kstat_open
=no
8977 LIBS
=$ac_func_search_save_LIBS
8979 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_kstat_open" >&5
8980 $as_echo "$ac_cv_search_kstat_open" >&6; }
8981 ac_res
=$ac_cv_search_kstat_open
8982 if test "$ac_res" != no
; then :
8983 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
8987 EXTRA_GCC_LIBS
="$LIBS"
8991 # Some systems put ldexp and frexp in libm instead of libc; assume
8992 # they're both in the same place. jcf-dump needs them.
8995 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing ldexp" >&5
8996 $as_echo_n "checking for library containing ldexp... " >&6; }
8997 if test "${ac_cv_search_ldexp+set}" = set; then :
8998 $as_echo_n "(cached) " >&6
9000 ac_func_search_save_LIBS
=$LIBS
9001 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9002 /* end confdefs.h. */
9004 /* Override any GCC internal prototype to avoid an error.
9005 Use char because int might match the return type of a GCC
9006 builtin and then its argument prototype would still apply. */
9019 for ac_lib
in '' m
; do
9020 if test -z "$ac_lib"; then
9021 ac_res
="none required"
9024 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
9026 if ac_fn_c_try_link
"$LINENO"; then :
9027 ac_cv_search_ldexp
=$ac_res
9029 rm -f core conftest.err conftest.
$ac_objext \
9031 if test "${ac_cv_search_ldexp+set}" = set; then :
9035 if test "${ac_cv_search_ldexp+set}" = set; then :
9038 ac_cv_search_ldexp
=no
9041 LIBS
=$ac_func_search_save_LIBS
9043 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_ldexp" >&5
9044 $as_echo "$ac_cv_search_ldexp" >&6; }
9045 ac_res
=$ac_cv_search_ldexp
9046 if test "$ac_res" != no
; then :
9047 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
9055 # Use <inttypes.h> only if it exists,
9056 # doesn't clash with <sys/types.h>, and declares intmax_t.
9057 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inttypes.h" >&5
9058 $as_echo_n "checking for inttypes.h... " >&6; }
9059 if test "${gcc_cv_header_inttypes_h+set}" = set; then :
9060 $as_echo_n "(cached) " >&6
9062 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9063 /* end confdefs.h. */
9064 #include <sys/types.h>
9065 #include <inttypes.h>
9074 if ac_fn_c_try_compile
"$LINENO"; then :
9075 gcc_cv_header_inttypes_h
=yes
9077 gcc_cv_header_inttypes_h
=no
9079 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
9082 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_header_inttypes_h" >&5
9083 $as_echo "$gcc_cv_header_inttypes_h" >&6; }
9084 if test $gcc_cv_header_inttypes_h = yes; then
9086 $as_echo "#define HAVE_INTTYPES_H 1" >>confdefs.h
9092 for ac_func
in times clock kill getrlimit setrlimit atoll atoq \
9093 sysconf strsignal getrusage nl_langinfo \
9094 gettimeofday mbstowcs wcswidth mmap setlocale \
9095 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
9097 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
9098 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
9099 eval as_val
=\$
$as_ac_var
9100 if test "x$as_val" = x
""yes; then :
9101 cat >>confdefs.h
<<_ACEOF
9102 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
9109 if test x
$ac_cv_func_mbstowcs = xyes
; then
9110 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mbstowcs works" >&5
9111 $as_echo_n "checking whether mbstowcs works... " >&6; }
9112 if test "${gcc_cv_func_mbstowcs_works+set}" = set; then :
9113 $as_echo_n "(cached) " >&6
9115 if test "$cross_compiling" = yes; then :
9116 gcc_cv_func_mbstowcs_works
=yes
9118 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9119 /* end confdefs.h. */
9127 if ac_fn_c_try_run
"$LINENO"; then :
9128 gcc_cv_func_mbstowcs_works
=yes
9130 gcc_cv_func_mbstowcs_works
=no
9132 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
9133 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
9137 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_func_mbstowcs_works" >&5
9138 $as_echo "$gcc_cv_func_mbstowcs_works" >&6; }
9139 if test x
$gcc_cv_func_mbstowcs_works = xyes
; then
9141 $as_echo "#define HAVE_WORKING_MBSTOWCS 1" >>confdefs.h
9146 ac_fn_c_check_type
"$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
9147 if test "x$ac_cv_type_ssize_t" = x
""yes; then :
9151 cat >>confdefs.h
<<_ACEOF
9157 ac_fn_c_check_type
"$LINENO" "caddr_t" "ac_cv_type_caddr_t" "$ac_includes_default"
9158 if test "x$ac_cv_type_caddr_t" = x
""yes; then :
9162 cat >>confdefs.h
<<_ACEOF
9163 #define caddr_t char *
9170 ac_fn_c_check_header_preproc
"$LINENO" "sys/mman.h" "ac_cv_header_sys_mman_h"
9171 if test "x$ac_cv_header_sys_mman_h" = x
""yes; then :
9172 gcc_header_sys_mman_h
=yes
9174 gcc_header_sys_mman_h
=no
9177 ac_fn_c_check_func
"$LINENO" "mmap" "ac_cv_func_mmap"
9178 if test "x$ac_cv_func_mmap" = x
""yes; then :
9184 if test "$gcc_header_sys_mman_h" != yes \
9185 ||
test "$gcc_func_mmap" != yes; then
9186 gcc_cv_func_mmap_file
=no
9187 gcc_cv_func_mmap_dev_zero
=no
9188 gcc_cv_func_mmap_anon
=no
9190 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether read-only mmap of a plain file works" >&5
9191 $as_echo_n "checking whether read-only mmap of a plain file works... " >&6; }
9192 if test "${gcc_cv_func_mmap_file+set}" = set; then :
9193 $as_echo_n "(cached) " >&6
9195 # Add a system to this blacklist if
9196 # mmap(0, stat_size, PROT_READ, MAP_PRIVATE, fd, 0) doesn't return a
9197 # memory area containing the same data that you'd get if you applied
9198 # read() to the same fd. The only system known to have a problem here
9199 # is VMS, where text files have record structure.
9202 gcc_cv_func_mmap_file
=no
;;
9204 gcc_cv_func_mmap_file
=yes;;
9207 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_func_mmap_file" >&5
9208 $as_echo "$gcc_cv_func_mmap_file" >&6; }
9209 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mmap from /dev/zero works" >&5
9210 $as_echo_n "checking whether mmap from /dev/zero works... " >&6; }
9211 if test "${gcc_cv_func_mmap_dev_zero+set}" = set; then :
9212 $as_echo_n "(cached) " >&6
9214 # Add a system to this blacklist if it has mmap() but /dev/zero
9215 # does not exist, or if mmapping /dev/zero does not give anonymous
9216 # zeroed pages with both the following properties:
9217 # 1. If you map N consecutive pages in with one call, and then
9218 # unmap any subset of those pages, the pages that were not
9219 # explicitly unmapped remain accessible.
9220 # 2. If you map two adjacent blocks of memory and then unmap them
9221 # both at once, they must both go away.
9222 # Systems known to be in this category are Windows (all variants),
9225 *vms
* | cygwin
* | pe | mingw
* | darwin
* | ultrix
* | hpux10
* | hpux11.00
)
9226 gcc_cv_func_mmap_dev_zero
=no
;;
9228 gcc_cv_func_mmap_dev_zero
=yes;;
9231 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_func_mmap_dev_zero" >&5
9232 $as_echo "$gcc_cv_func_mmap_dev_zero" >&6; }
9234 # Unlike /dev/zero, the MAP_ANON(YMOUS) defines can be probed for.
9235 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for MAP_ANON(YMOUS)" >&5
9236 $as_echo_n "checking for MAP_ANON(YMOUS)... " >&6; }
9237 if test "${gcc_cv_decl_map_anon+set}" = set; then :
9238 $as_echo_n "(cached) " >&6
9240 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9241 /* end confdefs.h. */
9242 #include <sys/types.h>
9243 #include <sys/mman.h>
9246 #ifndef MAP_ANONYMOUS
9247 #define MAP_ANONYMOUS MAP_ANON
9253 int n = MAP_ANONYMOUS;
9258 if ac_fn_c_try_compile
"$LINENO"; then :
9259 gcc_cv_decl_map_anon
=yes
9261 gcc_cv_decl_map_anon
=no
9263 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
9265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_decl_map_anon" >&5
9266 $as_echo "$gcc_cv_decl_map_anon" >&6; }
9268 if test $gcc_cv_decl_map_anon = no
; then
9269 gcc_cv_func_mmap_anon
=no
9271 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mmap with MAP_ANON(YMOUS) works" >&5
9272 $as_echo_n "checking whether mmap with MAP_ANON(YMOUS) works... " >&6; }
9273 if test "${gcc_cv_func_mmap_anon+set}" = set; then :
9274 $as_echo_n "(cached) " >&6
9276 # Add a system to this blacklist if it has mmap() and MAP_ANON or
9277 # MAP_ANONYMOUS, but using mmap(..., MAP_PRIVATE|MAP_ANONYMOUS, -1, 0)
9278 # doesn't give anonymous zeroed pages with the same properties listed
9279 # above for use of /dev/zero.
9280 # Systems known to be in this category are Windows, VMS, and SCO Unix.
9282 *vms
* | cygwin
* | pe | mingw
* | sco
* | udk
* )
9283 gcc_cv_func_mmap_anon
=no
;;
9285 gcc_cv_func_mmap_anon
=yes;;
9288 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_func_mmap_anon" >&5
9289 $as_echo "$gcc_cv_func_mmap_anon" >&6; }
9293 if test $gcc_cv_func_mmap_file = yes; then
9295 $as_echo "#define HAVE_MMAP_FILE 1" >>confdefs.h
9298 if test $gcc_cv_func_mmap_dev_zero = yes; then
9300 $as_echo "#define HAVE_MMAP_DEV_ZERO 1" >>confdefs.h
9303 if test $gcc_cv_func_mmap_anon = yes; then
9305 $as_echo "#define HAVE_MMAP_ANON 1" >>confdefs.h
9312 # Under VMS, vfork works very differently than on Unix. The standard test
9313 # won't work, and it isn't easily adaptable. It makes more sense to
9315 ac_cv_func_vfork_works
=yes
9318 ac_fn_c_check_type
"$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
9319 if test "x$ac_cv_type_pid_t" = x
""yes; then :
9323 cat >>confdefs.h
<<_ACEOF
9329 for ac_header
in vfork.h
9331 ac_fn_c_check_header_preproc
"$LINENO" "vfork.h" "ac_cv_header_vfork_h"
9332 if test "x$ac_cv_header_vfork_h" = x
""yes; then :
9333 cat >>confdefs.h
<<_ACEOF
9334 #define HAVE_VFORK_H 1
9340 for ac_func
in fork vfork
9342 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
9343 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
9344 eval as_val
=\$
$as_ac_var
9345 if test "x$as_val" = x
""yes; then :
9346 cat >>confdefs.h
<<_ACEOF
9347 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
9353 if test "x$ac_cv_func_fork" = xyes
; then
9354 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working fork" >&5
9355 $as_echo_n "checking for working fork... " >&6; }
9356 if test "${ac_cv_func_fork_works+set}" = set; then :
9357 $as_echo_n "(cached) " >&6
9359 if test "$cross_compiling" = yes; then :
9360 ac_cv_func_fork_works
=cross
9362 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9363 /* end confdefs.h. */
9364 $ac_includes_default
9369 /* By Ruediger Kuhlmann. */
9376 if ac_fn_c_try_run
"$LINENO"; then :
9377 ac_cv_func_fork_works
=yes
9379 ac_cv_func_fork_works
=no
9381 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
9382 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
9386 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_fork_works" >&5
9387 $as_echo "$ac_cv_func_fork_works" >&6; }
9390 ac_cv_func_fork_works
=$ac_cv_func_fork
9392 if test "x$ac_cv_func_fork_works" = xcross
; then
9394 *-*-amigaos* |
*-*-msdosdjgpp*)
9395 # Override, as these systems have only a dummy fork() stub
9396 ac_cv_func_fork_works
=no
9399 ac_cv_func_fork_works
=yes
9402 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: result $ac_cv_func_fork_works guessed because of cross compilation" >&5
9403 $as_echo "$as_me: WARNING: result $ac_cv_func_fork_works guessed because of cross compilation" >&2;}
9405 ac_cv_func_vfork_works
=$ac_cv_func_vfork
9406 if test "x$ac_cv_func_vfork" = xyes
; then
9407 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working vfork" >&5
9408 $as_echo_n "checking for working vfork... " >&6; }
9409 if test "${ac_cv_func_vfork_works+set}" = set; then :
9410 $as_echo_n "(cached) " >&6
9412 if test "$cross_compiling" = yes; then :
9413 ac_cv_func_vfork_works
=cross
9415 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9416 /* end confdefs.h. */
9417 /* Thanks to Paul Eggert for this test. */
9418 $ac_includes_default
9419 #include <sys/wait.h>
9423 /* On some sparc systems, changes by the child to local and incoming
9424 argument registers are propagated back to the parent. The compiler
9425 is told about this with #include <vfork.h>, but some compilers
9426 (e.g. gcc -O) don't grok <vfork.h>. Test for this by using a
9427 static variable whose address is put into a register that is
9428 clobbered by the vfork. */
9431 sparc_address_test (int arg)
9433 sparc_address_test (arg) int arg;
9454 pid_t parent = getpid ();
9457 sparc_address_test (0);
9462 /* Here is another test for sparc vfork register problems. This
9463 test uses lots of local variables, at least as many local
9464 variables as main has allocated so far including compiler
9465 temporaries. 4 locals are enough for gcc 1.40.3 on a Solaris
9466 4.1.3 sparc, but we use 8 to be safe. A buggy compiler should
9467 reuse the register of parent for one of the local variables,
9468 since it will think that parent can't possibly be used any more
9469 in this routine. Assigning to the local variable will thus
9470 munge parent in the parent process. */
9472 p = getpid(), p1 = getpid(), p2 = getpid(), p3 = getpid(),
9473 p4 = getpid(), p5 = getpid(), p6 = getpid(), p7 = getpid();
9474 /* Convince the compiler that p..p7 are live; otherwise, it might
9475 use the same hardware register for all 8 local variables. */
9476 if (p != p1 || p != p2 || p != p3 || p != p4
9477 || p != p5 || p != p6 || p != p7)
9480 /* On some systems (e.g. IRIX 3.3), vfork doesn't separate parent
9481 from child file descriptors. If the child closes a descriptor
9482 before it execs or exits, this munges the parent's descriptor
9483 as well. Test for this by closing stdout in the child. */
9484 _exit(close(fileno(stdout)) != 0);
9489 while (wait(&status) != child)
9492 /* Was there some problem with vforking? */
9495 /* Did the child fail? (This shouldn't happen.) */
9498 /* Did the vfork/compiler bug occur? */
9499 || parent != getpid()
9501 /* Did the file descriptor bug occur? */
9502 || fstat(fileno(stdout), &st) != 0
9507 if ac_fn_c_try_run
"$LINENO"; then :
9508 ac_cv_func_vfork_works
=yes
9510 ac_cv_func_vfork_works
=no
9512 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
9513 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
9517 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_vfork_works" >&5
9518 $as_echo "$ac_cv_func_vfork_works" >&6; }
9521 if test "x$ac_cv_func_fork_works" = xcross
; then
9522 ac_cv_func_vfork_works
=$ac_cv_func_vfork
9523 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&5
9524 $as_echo "$as_me: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&2;}
9527 if test "x$ac_cv_func_vfork_works" = xyes
; then
9529 $as_echo "#define HAVE_WORKING_VFORK 1" >>confdefs.h
9533 $as_echo "#define vfork fork" >>confdefs.h
9536 if test "x$ac_cv_func_fork_works" = xyes
; then
9538 $as_echo "#define HAVE_WORKING_FORK 1" >>confdefs.h
9543 # g++ on Solaris 10+ defines _XOPEN_SOURCE=600, which exposes a different
9544 # iconv() prototype.
9546 ac_cpp
='$CXXCPP $CPPFLAGS'
9547 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9548 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9549 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
9552 if test "X$prefix" = "XNONE"; then
9553 acl_final_prefix
="$ac_default_prefix"
9555 acl_final_prefix
="$prefix"
9557 if test "X$exec_prefix" = "XNONE"; then
9558 acl_final_exec_prefix
='${prefix}'
9560 acl_final_exec_prefix
="$exec_prefix"
9562 acl_save_prefix
="$prefix"
9563 prefix
="$acl_final_prefix"
9564 eval acl_final_exec_prefix
=\"$acl_final_exec_prefix\"
9565 prefix
="$acl_save_prefix"
9568 # Check whether --with-gnu-ld was given.
9569 if test "${with_gnu_ld+set}" = set; then :
9570 withval
=$with_gnu_ld; test "$withval" = no || with_gnu_ld
=yes
9575 # Prepare PATH_SEPARATOR.
9576 # The user is always right.
9577 if test "${PATH_SEPARATOR+set}" != set; then
9578 echo "#! /bin/sh" >conf$$.sh
9579 echo "exit 0" >>conf$$.sh
9581 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
9589 if test "$GCC" = yes; then
9590 # Check if gcc -print-prog-name=ld gives a path.
9591 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by GCC" >&5
9592 $as_echo_n "checking for ld used by GCC... " >&6; }
9595 # gcc leaves a trailing carriage return which upsets mingw
9596 ac_prog
=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
9598 ac_prog
=`($CC -print-prog-name=ld) 2>&5` ;;
9601 # Accept absolute paths.
9602 [\\/]* |
[A-Za-z
]:[\\/]*)
9603 re_direlt
='/[^/][^/]*/\.\./'
9604 # Canonicalize the path of ld
9605 ac_prog
=`echo $ac_prog| sed 's%\\\\%/%g'`
9606 while echo $ac_prog |
grep "$re_direlt" > /dev
/null
2>&1; do
9607 ac_prog
=`echo $ac_prog| sed "s%$re_direlt%/%"`
9609 test -z "$LD" && LD
="$ac_prog"
9612 # If it fails, then pretend we aren't using GCC.
9616 # If it is relative, then search for the first ld in PATH.
9620 elif test "$with_gnu_ld" = yes; then
9621 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
9622 $as_echo_n "checking for GNU ld... " >&6; }
9624 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
9625 $as_echo_n "checking for non-GNU ld... " >&6; }
9627 if test "${acl_cv_path_LD+set}" = set; then :
9628 $as_echo_n "(cached) " >&6
9630 if test -z "$LD"; then
9631 IFS
="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
9632 for ac_dir
in $PATH; do
9633 test -z "$ac_dir" && ac_dir
=.
9634 if test -f "$ac_dir/$ac_prog" ||
test -f "$ac_dir/$ac_prog$ac_exeext"; then
9635 acl_cv_path_LD
="$ac_dir/$ac_prog"
9636 # Check to see if the program is GNU ld. I'd rather use --version,
9637 # but apparently some GNU ld's only accept -v.
9638 # Break only if it was the GNU/non-GNU ld that we prefer.
9639 if "$acl_cv_path_LD" -v 2>&1 < /dev
/null |
egrep '(GNU|with BFD)' > /dev
/null
; then
9640 test "$with_gnu_ld" != no
&& break
9642 test "$with_gnu_ld" != yes && break
9648 acl_cv_path_LD
="$LD" # Let the user override the test with a path.
9652 LD
="$acl_cv_path_LD"
9653 if test -n "$LD"; then
9654 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
9655 $as_echo "$LD" >&6; }
9657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9658 $as_echo "no" >&6; }
9660 test -z "$LD" && as_fn_error
"no acceptable ld found in \$PATH" "$LINENO" 5
9661 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
9662 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
9663 if test "${acl_cv_prog_gnu_ld+set}" = set; then :
9664 $as_echo_n "(cached) " >&6
9666 # I'd rather use --version here, but apparently some GNU ld's only accept -v.
9667 if $LD -v 2>&1 </dev
/null |
egrep '(GNU|with BFD)' 1>&5; then
9668 acl_cv_prog_gnu_ld
=yes
9670 acl_cv_prog_gnu_ld
=no
9673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_prog_gnu_ld" >&5
9674 $as_echo "$acl_cv_prog_gnu_ld" >&6; }
9675 with_gnu_ld
=$acl_cv_prog_gnu_ld
9679 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shared library run path origin" >&5
9680 $as_echo_n "checking for shared library run path origin... " >&6; }
9681 if test "${acl_cv_rpath+set}" = set; then :
9682 $as_echo_n "(cached) " >&6
9685 CC
="$CC" GCC
="$GCC" LDFLAGS
="$LDFLAGS" LD
="$LD" with_gnu_ld
="$with_gnu_ld" \
9686 ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh
9692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_rpath" >&5
9693 $as_echo "$acl_cv_rpath" >&6; }
9695 libext
="$acl_cv_libext"
9696 shlibext
="$acl_cv_shlibext"
9697 hardcode_libdir_flag_spec
="$acl_cv_hardcode_libdir_flag_spec"
9698 hardcode_libdir_separator
="$acl_cv_hardcode_libdir_separator"
9699 hardcode_direct
="$acl_cv_hardcode_direct"
9700 hardcode_minus_L
="$acl_cv_hardcode_minus_L"
9701 # Check whether --enable-rpath was given.
9702 if test "${enable_rpath+set}" = set; then :
9703 enableval
=$enable_rpath; :
9717 acl_save_prefix
="$prefix"
9718 prefix
="$acl_final_prefix"
9719 acl_save_exec_prefix
="$exec_prefix"
9720 exec_prefix
="$acl_final_exec_prefix"
9722 eval additional_includedir
=\"$includedir\"
9723 eval additional_libdir
=\"$libdir\"
9725 exec_prefix
="$acl_save_exec_prefix"
9726 prefix
="$acl_save_prefix"
9729 # Check whether --with-libiconv-prefix was given.
9730 if test "${with_libiconv_prefix+set}" = set; then :
9731 withval
=$with_libiconv_prefix;
9732 if test "X$withval" = "Xno"; then
9735 if test "X$withval" = "X"; then
9737 acl_save_prefix
="$prefix"
9738 prefix
="$acl_final_prefix"
9739 acl_save_exec_prefix
="$exec_prefix"
9740 exec_prefix
="$acl_final_exec_prefix"
9742 eval additional_includedir
=\"$includedir\"
9743 eval additional_libdir
=\"$libdir\"
9745 exec_prefix
="$acl_save_exec_prefix"
9746 prefix
="$acl_save_prefix"
9749 additional_includedir
="$withval/include"
9750 additional_libdir
="$withval/lib"
9761 names_already_handled
=
9762 names_next_round
='iconv '
9763 while test -n "$names_next_round"; do
9764 names_this_round
="$names_next_round"
9766 for name
in $names_this_round; do
9768 for n
in $names_already_handled; do
9769 if test "$n" = "$name"; then
9774 if test -z "$already_handled"; then
9775 names_already_handled
="$names_already_handled $name"
9776 uppername
=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
9777 eval value
=\"\
$HAVE_LIB$uppername\"
9778 if test -n "$value"; then
9779 if test "$value" = yes; then
9780 eval value
=\"\
$LIB$uppername\"
9781 test -z "$value" || LIBICONV
="${LIBICONV}${LIBICONV:+ }$value"
9782 eval value
=\"\
$LTLIB$uppername\"
9783 test -z "$value" || LTLIBICONV
="${LTLIBICONV}${LTLIBICONV:+ }$value"
9792 if test $use_additional = yes; then
9793 if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then
9794 found_dir
="$additional_libdir"
9795 found_so
="$additional_libdir/lib$name.$shlibext"
9796 if test -f "$additional_libdir/lib$name.la"; then
9797 found_la
="$additional_libdir/lib$name.la"
9800 if test -f "$additional_libdir/lib$name.$libext"; then
9801 found_dir
="$additional_libdir"
9802 found_a
="$additional_libdir/lib$name.$libext"
9803 if test -f "$additional_libdir/lib$name.la"; then
9804 found_la
="$additional_libdir/lib$name.la"
9809 if test "X$found_dir" = "X"; then
9810 for x
in $LDFLAGS $LTLIBICONV; do
9812 acl_save_prefix
="$prefix"
9813 prefix
="$acl_final_prefix"
9814 acl_save_exec_prefix
="$exec_prefix"
9815 exec_prefix
="$acl_final_exec_prefix"
9817 exec_prefix
="$acl_save_exec_prefix"
9818 prefix
="$acl_save_prefix"
9822 dir
=`echo "X$x" | sed -e 's/^X-L//'`
9823 if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
9825 found_so
="$dir/lib$name.$shlibext"
9826 if test -f "$dir/lib$name.la"; then
9827 found_la
="$dir/lib$name.la"
9830 if test -f "$dir/lib$name.$libext"; then
9832 found_a
="$dir/lib$name.$libext"
9833 if test -f "$dir/lib$name.la"; then
9834 found_la
="$dir/lib$name.la"
9840 if test "X$found_dir" != "X"; then
9845 if test "X$found_dir" != "X"; then
9846 LTLIBICONV
="${LTLIBICONV}${LTLIBICONV:+ }-L$found_dir -l$name"
9847 if test "X$found_so" != "X"; then
9848 if test "$enable_rpath" = no ||
test "X$found_dir" = "X/usr/lib"; then
9849 LIBICONV
="${LIBICONV}${LIBICONV:+ }$found_so"
9852 for x
in $ltrpathdirs; do
9853 if test "X$x" = "X$found_dir"; then
9858 if test -z "$haveit"; then
9859 ltrpathdirs
="$ltrpathdirs $found_dir"
9861 if test "$hardcode_direct" = yes; then
9862 LIBICONV
="${LIBICONV}${LIBICONV:+ }$found_so"
9864 if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no
; then
9865 LIBICONV
="${LIBICONV}${LIBICONV:+ }$found_so"
9867 for x
in $rpathdirs; do
9868 if test "X$x" = "X$found_dir"; then
9873 if test -z "$haveit"; then
9874 rpathdirs
="$rpathdirs $found_dir"
9878 for x
in $LDFLAGS $LIBICONV; do
9880 acl_save_prefix
="$prefix"
9881 prefix
="$acl_final_prefix"
9882 acl_save_exec_prefix
="$exec_prefix"
9883 exec_prefix
="$acl_final_exec_prefix"
9885 exec_prefix
="$acl_save_exec_prefix"
9886 prefix
="$acl_save_prefix"
9888 if test "X$x" = "X-L$found_dir"; then
9893 if test -z "$haveit"; then
9894 LIBICONV
="${LIBICONV}${LIBICONV:+ }-L$found_dir"
9896 if test "$hardcode_minus_L" != no
; then
9897 LIBICONV
="${LIBICONV}${LIBICONV:+ }$found_so"
9899 LIBICONV
="${LIBICONV}${LIBICONV:+ }-l$name"
9905 if test "X$found_a" != "X"; then
9906 LIBICONV
="${LIBICONV}${LIBICONV:+ }$found_a"
9908 LIBICONV
="${LIBICONV}${LIBICONV:+ }-L$found_dir -l$name"
9911 additional_includedir
=
9912 case "$found_dir" in
9914 basedir
=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
9915 additional_includedir
="$basedir/include"
9918 if test "X$additional_includedir" != "X"; then
9919 if test "X$additional_includedir" != "X/usr/include"; then
9921 if test "X$additional_includedir" = "X/usr/local/include"; then
9922 if test -n "$GCC"; then
9924 linux
*) haveit
=yes;;
9928 if test -z "$haveit"; then
9929 for x
in $CPPFLAGS $INCICONV; do
9931 acl_save_prefix
="$prefix"
9932 prefix
="$acl_final_prefix"
9933 acl_save_exec_prefix
="$exec_prefix"
9934 exec_prefix
="$acl_final_exec_prefix"
9936 exec_prefix
="$acl_save_exec_prefix"
9937 prefix
="$acl_save_prefix"
9939 if test "X$x" = "X-I$additional_includedir"; then
9944 if test -z "$haveit"; then
9945 if test -d "$additional_includedir"; then
9946 INCICONV
="${INCICONV}${INCICONV:+ }-I$additional_includedir"
9952 if test -n "$found_la"; then
9953 save_libdir
="$libdir"
9955 */* |
*\\*) .
"$found_la" ;;
9956 *) .
"./$found_la" ;;
9958 libdir
="$save_libdir"
9959 for dep
in $dependency_libs; do
9962 additional_libdir
=`echo "X$dep" | sed -e 's/^X-L//'`
9963 if test "X$additional_libdir" != "X/usr/lib"; then
9965 if test "X$additional_libdir" = "X/usr/local/lib"; then
9966 if test -n "$GCC"; then
9968 linux
*) haveit
=yes;;
9972 if test -z "$haveit"; then
9974 for x
in $LDFLAGS $LIBICONV; do
9976 acl_save_prefix
="$prefix"
9977 prefix
="$acl_final_prefix"
9978 acl_save_exec_prefix
="$exec_prefix"
9979 exec_prefix
="$acl_final_exec_prefix"
9981 exec_prefix
="$acl_save_exec_prefix"
9982 prefix
="$acl_save_prefix"
9984 if test "X$x" = "X-L$additional_libdir"; then
9989 if test -z "$haveit"; then
9990 if test -d "$additional_libdir"; then
9991 LIBICONV
="${LIBICONV}${LIBICONV:+ }-L$additional_libdir"
9995 for x
in $LDFLAGS $LTLIBICONV; do
9997 acl_save_prefix
="$prefix"
9998 prefix
="$acl_final_prefix"
9999 acl_save_exec_prefix
="$exec_prefix"
10000 exec_prefix
="$acl_final_exec_prefix"
10002 exec_prefix
="$acl_save_exec_prefix"
10003 prefix
="$acl_save_prefix"
10005 if test "X$x" = "X-L$additional_libdir"; then
10010 if test -z "$haveit"; then
10011 if test -d "$additional_libdir"; then
10012 LTLIBICONV
="${LTLIBICONV}${LTLIBICONV:+ }-L$additional_libdir"
10019 dir
=`echo "X$dep" | sed -e 's/^X-R//'`
10020 if test "$enable_rpath" != no
; then
10022 for x
in $rpathdirs; do
10023 if test "X$x" = "X$dir"; then
10028 if test -z "$haveit"; then
10029 rpathdirs
="$rpathdirs $dir"
10032 for x
in $ltrpathdirs; do
10033 if test "X$x" = "X$dir"; then
10038 if test -z "$haveit"; then
10039 ltrpathdirs
="$ltrpathdirs $dir"
10044 names_next_round
="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
10047 names_next_round
="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
10050 LIBICONV
="${LIBICONV}${LIBICONV:+ }$dep"
10051 LTLIBICONV
="${LTLIBICONV}${LTLIBICONV:+ }$dep"
10057 LIBICONV
="${LIBICONV}${LIBICONV:+ }-l$name"
10058 LTLIBICONV
="${LTLIBICONV}${LTLIBICONV:+ }-l$name"
10064 if test "X$rpathdirs" != "X"; then
10065 if test -n "$hardcode_libdir_separator"; then
10067 for found_dir
in $rpathdirs; do
10068 alldirs
="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
10070 acl_save_libdir
="$libdir"
10072 eval flag
=\"$hardcode_libdir_flag_spec\"
10073 libdir
="$acl_save_libdir"
10074 LIBICONV
="${LIBICONV}${LIBICONV:+ }$flag"
10076 for found_dir
in $rpathdirs; do
10077 acl_save_libdir
="$libdir"
10078 libdir
="$found_dir"
10079 eval flag
=\"$hardcode_libdir_flag_spec\"
10080 libdir
="$acl_save_libdir"
10081 LIBICONV
="${LIBICONV}${LIBICONV:+ }$flag"
10085 if test "X$ltrpathdirs" != "X"; then
10086 for found_dir
in $ltrpathdirs; do
10087 LTLIBICONV
="${LTLIBICONV}${LTLIBICONV:+ }-R$found_dir"
10097 am_save_CPPFLAGS
="$CPPFLAGS"
10099 for element
in $INCICONV; do
10101 for x
in $CPPFLAGS; do
10103 acl_save_prefix
="$prefix"
10104 prefix
="$acl_final_prefix"
10105 acl_save_exec_prefix
="$exec_prefix"
10106 exec_prefix
="$acl_final_exec_prefix"
10108 exec_prefix
="$acl_save_exec_prefix"
10109 prefix
="$acl_save_prefix"
10111 if test "X$x" = "X$element"; then
10116 if test -z "$haveit"; then
10117 CPPFLAGS
="${CPPFLAGS}${CPPFLAGS:+ }$element"
10122 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv" >&5
10123 $as_echo_n "checking for iconv... " >&6; }
10124 if test "${am_cv_func_iconv+set}" = set; then :
10125 $as_echo_n "(cached) " >&6
10128 am_cv_func_iconv
="no, consider installing GNU libiconv"
10130 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10131 /* end confdefs.h. */
10132 #include <stdlib.h>
10137 iconv_t cd = iconv_open("","");
10138 iconv(cd,NULL,NULL,NULL,NULL);
10144 if ac_fn_cxx_try_link
"$LINENO"; then :
10145 am_cv_func_iconv
=yes
10147 rm -f core conftest.err conftest.
$ac_objext \
10148 conftest
$ac_exeext conftest.
$ac_ext
10149 if test "$am_cv_func_iconv" != yes; then
10150 am_save_LIBS
="$LIBS"
10151 LIBS
="$LIBS $LIBICONV"
10152 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10153 /* end confdefs.h. */
10154 #include <stdlib.h>
10159 iconv_t cd = iconv_open("","");
10160 iconv(cd,NULL,NULL,NULL,NULL);
10166 if ac_fn_cxx_try_link
"$LINENO"; then :
10167 am_cv_lib_iconv
=yes
10168 am_cv_func_iconv
=yes
10170 rm -f core conftest.err conftest.
$ac_objext \
10171 conftest
$ac_exeext conftest.
$ac_ext
10172 LIBS
="$am_save_LIBS"
10176 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_func_iconv" >&5
10177 $as_echo "$am_cv_func_iconv" >&6; }
10178 if test "$am_cv_func_iconv" = yes; then
10180 $as_echo "#define HAVE_ICONV 1" >>confdefs.h
10183 if test "$am_cv_lib_iconv" = yes; then
10184 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libiconv" >&5
10185 $as_echo_n "checking how to link with libiconv... " >&6; }
10186 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBICONV" >&5
10187 $as_echo "$LIBICONV" >&6; }
10189 CPPFLAGS
="$am_save_CPPFLAGS"
10196 if test "$am_cv_func_iconv" = yes; then
10197 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv declaration" >&5
10198 $as_echo_n "checking for iconv declaration... " >&6; }
10199 if test "${am_cv_proto_iconv+set}" = set; then :
10200 $as_echo_n "(cached) " >&6
10203 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10204 /* end confdefs.h. */
10206 #include <stdlib.h>
10212 #if defined(__STDC__) || defined(__cplusplus)
10213 size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
10226 if ac_fn_cxx_try_compile
"$LINENO"; then :
10227 am_cv_proto_iconv_arg1
=""
10229 am_cv_proto_iconv_arg1
="const"
10231 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10232 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);"
10235 am_cv_proto_iconv
=`echo "$am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
10236 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${ac_t:-
10237 }$am_cv_proto_iconv" >&5
10239 }$am_cv_proto_iconv" >&6; }
10241 cat >>confdefs.h
<<_ACEOF
10242 #define ICONV_CONST $am_cv_proto_iconv_arg1
10248 ac_cpp
='$CPP $CPPFLAGS'
10249 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10250 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10251 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
10254 # Until we have in-tree GNU iconv:
10259 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LC_MESSAGES" >&5
10260 $as_echo_n "checking for LC_MESSAGES... " >&6; }
10261 if test "${am_cv_val_LC_MESSAGES+set}" = set; then :
10262 $as_echo_n "(cached) " >&6
10264 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10265 /* end confdefs.h. */
10266 #include <locale.h>
10275 if ac_fn_c_try_link
"$LINENO"; then :
10276 am_cv_val_LC_MESSAGES
=yes
10278 am_cv_val_LC_MESSAGES
=no
10280 rm -f core conftest.err conftest.
$ac_objext \
10281 conftest
$ac_exeext conftest.
$ac_ext
10283 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_val_LC_MESSAGES" >&5
10284 $as_echo "$am_cv_val_LC_MESSAGES" >&6; }
10285 if test $am_cv_val_LC_MESSAGES = yes; then
10287 $as_echo "#define HAVE_LC_MESSAGES 1" >>confdefs.h
10293 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nl_langinfo and CODESET" >&5
10294 $as_echo_n "checking for nl_langinfo and CODESET... " >&6; }
10295 if test "${am_cv_langinfo_codeset+set}" = set; then :
10296 $as_echo_n "(cached) " >&6
10298 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10299 /* end confdefs.h. */
10300 #include <langinfo.h>
10304 char* cs = nl_langinfo(CODESET);
10309 if ac_fn_c_try_link
"$LINENO"; then :
10310 am_cv_langinfo_codeset
=yes
10312 am_cv_langinfo_codeset
=no
10314 rm -f core conftest.err conftest.
$ac_objext \
10315 conftest
$ac_exeext conftest.
$ac_ext
10318 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_langinfo_codeset" >&5
10319 $as_echo "$am_cv_langinfo_codeset" >&6; }
10320 if test $am_cv_langinfo_codeset = yes; then
10322 $as_echo "#define HAVE_LANGINFO_CODESET 1" >>confdefs.h
10327 # We will need to find libiberty.h and ansidecl.h
10328 saved_CFLAGS
="$CFLAGS"
10329 CFLAGS
="$CFLAGS -I${srcdir} -I${srcdir}/../include $GMPINC"
10330 saved_CXXFLAGS
="$CXXFLAGS"
10331 CXXFLAGS
="$CXXFLAGS -I${srcdir} -I${srcdir}/../include $GMPINC"
10332 for ac_func
in getenv atol asprintf sbrk abort atof getcwd getwd \
10333 strsignal strstr stpcpy strverscmp \
10334 errno snprintf vsnprintf vasprintf malloc realloc calloc \
10335 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
10337 ac_tr_decl
=`$as_echo "HAVE_DECL_$ac_func" | $as_tr_cpp`
10338 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $ac_func is declared" >&5
10339 $as_echo_n "checking whether $ac_func is declared... " >&6; }
10340 if { as_var
=gcc_cv_have_decl_
$ac_func; eval "test \"\${$as_var+set}\" = set"; }; then :
10341 $as_echo_n "(cached) " >&6
10343 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10344 /* end confdefs.h. */
10346 #define $ac_tr_decl 1
10348 #include "ansidecl.h"
10349 #include "system.h"
10355 char *(*pfn) = (char *(*)) $ac_func ;
10361 if ac_fn_c_try_compile
"$LINENO"; then :
10362 eval "gcc_cv_have_decl_$ac_func=yes"
10364 eval "gcc_cv_have_decl_$ac_func=no"
10366 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10369 if eval "test \"`echo '$gcc_cv_have_decl_'$ac_func`\" = yes"; then
10370 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10371 $as_echo "yes" >&6; } ; cat >>confdefs.h
<<_ACEOF
10372 #define $ac_tr_decl 1
10376 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10377 $as_echo "no" >&6; } ; cat >>confdefs.h
<<_ACEOF
10378 #define $ac_tr_decl 0
10386 for ac_func
in getrlimit setrlimit getrusage
10388 ac_tr_decl
=`$as_echo "HAVE_DECL_$ac_func" | $as_tr_cpp`
10389 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $ac_func is declared" >&5
10390 $as_echo_n "checking whether $ac_func is declared... " >&6; }
10391 if { as_var
=gcc_cv_have_decl_
$ac_func; eval "test \"\${$as_var+set}\" = set"; }; then :
10392 $as_echo_n "(cached) " >&6
10394 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10395 /* end confdefs.h. */
10397 #define $ac_tr_decl 1
10399 #include "ansidecl.h"
10400 #include "system.h"
10401 #ifdef HAVE_SYS_RESOURCE_H
10402 #include <sys/resource.h>
10410 char *(*pfn) = (char *(*)) $ac_func ;
10416 if ac_fn_c_try_compile
"$LINENO"; then :
10417 eval "gcc_cv_have_decl_$ac_func=yes"
10419 eval "gcc_cv_have_decl_$ac_func=no"
10421 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10424 if eval "test \"`echo '$gcc_cv_have_decl_'$ac_func`\" = yes"; then
10425 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10426 $as_echo "yes" >&6; } ; cat >>confdefs.h
<<_ACEOF
10427 #define $ac_tr_decl 1
10431 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10432 $as_echo "no" >&6; } ; cat >>confdefs.h
<<_ACEOF
10433 #define $ac_tr_decl 0
10441 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10442 /* end confdefs.h. */
10444 #include "ansidecl.h"
10445 #include "system.h"
10446 #ifdef HAVE_SYS_RESOURCE_H
10447 #include <sys/resource.h>
10458 if ac_fn_c_try_compile
"$LINENO"; then :
10462 $as_echo "#define rlim_t long" >>confdefs.h
10465 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10467 # On AIX 5.2, <ldfcn.h> conflicts with <fcntl.h>, as both define incompatible
10468 # FREAD and FWRITE macros. Fortunately, for GCC's single usage of ldgetname
10469 # in collect2.c, <fcntl.h> isn't visible, but the configure test below needs
10470 # to undef these macros to get the correct value for HAVE_DECL_LDGETNAME.
10471 for ac_func
in ldgetname
10473 ac_tr_decl
=`$as_echo "HAVE_DECL_$ac_func" | $as_tr_cpp`
10474 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $ac_func is declared" >&5
10475 $as_echo_n "checking whether $ac_func is declared... " >&6; }
10476 if { as_var
=gcc_cv_have_decl_
$ac_func; eval "test \"\${$as_var+set}\" = set"; }; then :
10477 $as_echo_n "(cached) " >&6
10479 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10480 /* end confdefs.h. */
10482 #define $ac_tr_decl 1
10484 #include "ansidecl.h"
10485 #include "system.h"
10486 #ifdef HAVE_LDFCN_H
10497 char *(*pfn) = (char *(*)) $ac_func ;
10503 if ac_fn_c_try_compile
"$LINENO"; then :
10504 eval "gcc_cv_have_decl_$ac_func=yes"
10506 eval "gcc_cv_have_decl_$ac_func=no"
10508 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10511 if eval "test \"`echo '$gcc_cv_have_decl_'$ac_func`\" = yes"; then
10512 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10513 $as_echo "yes" >&6; } ; cat >>confdefs.h
<<_ACEOF
10514 #define $ac_tr_decl 1
10518 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10519 $as_echo "no" >&6; } ; cat >>confdefs.h
<<_ACEOF
10520 #define $ac_tr_decl 0
10528 for ac_func
in times
10530 ac_tr_decl
=`$as_echo "HAVE_DECL_$ac_func" | $as_tr_cpp`
10531 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $ac_func is declared" >&5
10532 $as_echo_n "checking whether $ac_func is declared... " >&6; }
10533 if { as_var
=gcc_cv_have_decl_
$ac_func; eval "test \"\${$as_var+set}\" = set"; }; then :
10534 $as_echo_n "(cached) " >&6
10536 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10537 /* end confdefs.h. */
10539 #define $ac_tr_decl 1
10541 #include "ansidecl.h"
10542 #include "system.h"
10543 #ifdef HAVE_SYS_TIMES_H
10544 #include <sys/times.h>
10552 char *(*pfn) = (char *(*)) $ac_func ;
10558 if ac_fn_c_try_compile
"$LINENO"; then :
10559 eval "gcc_cv_have_decl_$ac_func=yes"
10561 eval "gcc_cv_have_decl_$ac_func=no"
10563 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10566 if eval "test \"`echo '$gcc_cv_have_decl_'$ac_func`\" = yes"; then
10567 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10568 $as_echo "yes" >&6; } ; cat >>confdefs.h
<<_ACEOF
10569 #define $ac_tr_decl 1
10573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10574 $as_echo "no" >&6; } ; cat >>confdefs.h
<<_ACEOF
10575 #define $ac_tr_decl 0
10583 for ac_func
in sigaltstack
10585 ac_tr_decl
=`$as_echo "HAVE_DECL_$ac_func" | $as_tr_cpp`
10586 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $ac_func is declared" >&5
10587 $as_echo_n "checking whether $ac_func is declared... " >&6; }
10588 if { as_var
=gcc_cv_have_decl_
$ac_func; eval "test \"\${$as_var+set}\" = set"; }; then :
10589 $as_echo_n "(cached) " >&6
10591 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10592 /* end confdefs.h. */
10594 #define $ac_tr_decl 1
10596 #include "ansidecl.h"
10597 #include "system.h"
10598 #include <signal.h>
10605 char *(*pfn) = (char *(*)) $ac_func ;
10611 if ac_fn_c_try_compile
"$LINENO"; then :
10612 eval "gcc_cv_have_decl_$ac_func=yes"
10614 eval "gcc_cv_have_decl_$ac_func=no"
10616 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10619 if eval "test \"`echo '$gcc_cv_have_decl_'$ac_func`\" = yes"; then
10620 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10621 $as_echo "yes" >&6; } ; cat >>confdefs.h
<<_ACEOF
10622 #define $ac_tr_decl 1
10626 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10627 $as_echo "no" >&6; } ; cat >>confdefs.h
<<_ACEOF
10628 #define $ac_tr_decl 0
10636 # g++ on Solaris 10+ defines _XOPEN_SOURCE=600, which hides the madvise()
10639 ac_cpp
='$CXXCPP $CPPFLAGS'
10640 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10641 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10642 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
10644 for ac_func
in madvise
10646 ac_tr_decl
=`$as_echo "HAVE_DECL_$ac_func" | $as_tr_cpp`
10647 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $ac_func is declared" >&5
10648 $as_echo_n "checking whether $ac_func is declared... " >&6; }
10649 if { as_var
=gcc_cv_have_decl_
$ac_func; eval "test \"\${$as_var+set}\" = set"; }; then :
10650 $as_echo_n "(cached) " >&6
10652 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10653 /* end confdefs.h. */
10655 #define $ac_tr_decl 1
10657 #include "ansidecl.h"
10658 #include "system.h"
10665 char *(*pfn) = (char *(*)) $ac_func ;
10671 if ac_fn_cxx_try_compile
"$LINENO"; then :
10672 eval "gcc_cv_have_decl_$ac_func=yes"
10674 eval "gcc_cv_have_decl_$ac_func=no"
10676 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10679 if eval "test \"`echo '$gcc_cv_have_decl_'$ac_func`\" = yes"; then
10680 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10681 $as_echo "yes" >&6; } ; cat >>confdefs.h
<<_ACEOF
10682 #define $ac_tr_decl 1
10686 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10687 $as_echo "no" >&6; } ; cat >>confdefs.h
<<_ACEOF
10688 #define $ac_tr_decl 0
10696 ac_cpp
='$CPP $CPPFLAGS'
10697 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10698 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10699 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
10702 # More time-related stuff.
10703 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct tms" >&5
10704 $as_echo_n "checking for struct tms... " >&6; }
10705 if test "${ac_cv_struct_tms+set}" = set; then :
10706 $as_echo_n "(cached) " >&6
10709 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10710 /* end confdefs.h. */
10712 #include "ansidecl.h"
10713 #include "system.h"
10714 #ifdef HAVE_SYS_TIMES_H
10715 #include <sys/times.h>
10726 if ac_fn_c_try_compile
"$LINENO"; then :
10727 ac_cv_struct_tms
=yes
10729 ac_cv_struct_tms
=no
10731 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10733 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_struct_tms" >&5
10734 $as_echo "$ac_cv_struct_tms" >&6; }
10735 if test $ac_cv_struct_tms = yes; then
10737 $as_echo "#define HAVE_STRUCT_TMS 1" >>confdefs.h
10741 # use gcc_cv_* here because this doesn't match the behavior of AC_CHECK_TYPE.
10742 # revisit after autoconf 2.50.
10743 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clock_t" >&5
10744 $as_echo_n "checking for clock_t... " >&6; }
10745 if test "${gcc_cv_type_clock_t+set}" = set; then :
10746 $as_echo_n "(cached) " >&6
10749 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10750 /* end confdefs.h. */
10752 #include "ansidecl.h"
10753 #include "system.h"
10763 if ac_fn_c_try_compile
"$LINENO"; then :
10764 gcc_cv_type_clock_t
=yes
10766 gcc_cv_type_clock_t
=no
10768 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10770 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_type_clock_t" >&5
10771 $as_echo "$gcc_cv_type_clock_t" >&6; }
10772 if test $gcc_cv_type_clock_t = yes; then
10774 $as_echo "#define HAVE_CLOCK_T 1" >>confdefs.h
10778 # Check if F_SETLKW is supported by fcntl.
10779 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for F_SETLKW" >&5
10780 $as_echo_n "checking for F_SETLKW... " >&6; }
10781 if test "${ac_cv_f_setlkw+set}" = set; then :
10782 $as_echo_n "(cached) " >&6
10785 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10786 /* end confdefs.h. */
10798 return fcntl (1, F_SETLKW, &fl);
10803 if ac_fn_c_try_compile
"$LINENO"; then :
10808 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10810 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_f_setlkw" >&5
10811 $as_echo "$ac_cv_f_setlkw" >&6; }
10812 if test $ac_cv_f_setlkw = yes; then
10814 $as_echo "#define HOST_HAS_F_SETLKW 1" >>confdefs.h
10818 # Restore CFLAGS, CXXFLAGS from before the gcc_AC_NEED_DECLARATIONS tests.
10819 CFLAGS
="$saved_CFLAGS"
10820 CXXFLAGS
="$saved_CXXFLAGS"
10822 # mkdir takes a single argument on some systems.
10823 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if mkdir takes one argument" >&5
10824 $as_echo_n "checking if mkdir takes one argument... " >&6; }
10825 if test "${gcc_cv_mkdir_takes_one_arg+set}" = set; then :
10826 $as_echo_n "(cached) " >&6
10828 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10829 /* end confdefs.h. */
10831 #include <sys/types.h>
10832 #ifdef HAVE_SYS_STAT_H
10833 # include <sys/stat.h>
10835 #ifdef HAVE_UNISTD_H
10836 # include <unistd.h>
10838 #ifdef HAVE_DIRECT_H
10839 # include <direct.h>
10849 if ac_fn_c_try_compile
"$LINENO"; then :
10850 gcc_cv_mkdir_takes_one_arg
=no
10852 gcc_cv_mkdir_takes_one_arg
=yes
10854 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10856 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_mkdir_takes_one_arg" >&5
10857 $as_echo "$gcc_cv_mkdir_takes_one_arg" >&6; }
10858 if test $gcc_cv_mkdir_takes_one_arg = yes ; then
10860 $as_echo "#define MKDIR_TAKES_ONE_ARG 1" >>confdefs.h
10871 # With Setjmp/Longjmp based exception handling.
10872 # Check whether --enable-sjlj-exceptions was given.
10873 if test "${enable_sjlj_exceptions+set}" = set; then :
10874 enableval
=$enable_sjlj_exceptions; case $target in
10876 if test $enableval != yes; then
10877 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: dwarf2 exceptions not supported, sjlj exceptions forced" >&5
10878 $as_echo "$as_me: WARNING: dwarf2 exceptions not supported, sjlj exceptions forced" >&2;}
10883 force_sjlj_exceptions
=yes
10887 force_sjlj_exceptions
=yes
10891 force_sjlj_exceptions
=no
10896 if test $force_sjlj_exceptions = yes; then
10897 sjlj
=`if test $enableval = yes; then echo 1; else echo 0; fi`
10899 cat >>confdefs.h
<<_ACEOF
10900 #define CONFIG_SJLJ_EXCEPTIONS $sjlj
10905 # --------------------------------------------------------
10906 # Build, host, and target specific configuration fragments
10907 # --------------------------------------------------------
10909 # Collect build-machine-specific information.
10910 .
${srcdir}/config.build
10912 # Collect host-machine-specific information.
10913 .
${srcdir}/config.
host
10917 # Collect target-machine-specific information.
10918 .
${srcdir}/config.gcc
10920 extra_objs
="${host_extra_objs} ${extra_objs}"
10921 extra_gcc_objs
="${host_extra_gcc_objs} ${extra_gcc_objs}"
10923 # Default the target-machine variables that were not explicitly set.
10924 if test x
"$tm_file" = x
10925 then tm_file
=$cpu_type/$cpu_type.h
; fi
10927 if test x
"$extra_headers" = x
10928 then extra_headers
=; fi
10930 if test x
$md_file = x
10931 then md_file
=$cpu_type/$cpu_type.md
; fi
10933 if test x
$out_file = x
10934 then out_file
=$cpu_type/$cpu_type.c
; fi
10936 if test x
"$tmake_file" = x
10937 then tmake_file
=$cpu_type/t-
$cpu_type
10940 # Support --enable-initfini-array.
10941 if test x
$enable_initfini_array != xno
; then
10942 tm_file
="${tm_file} initfini-array.h"
10945 if test x
"$dwarf2" = xyes
10946 then tm_file
="$tm_file tm-dwarf2.h"
10949 # Say what files are being used for the output code and MD file.
10950 echo "Using \`$srcdir/config/$out_file' for machine-specific logic."
10951 echo "Using \`$srcdir/config/$md_file' as machine description file."
10953 # If any of the xm_file variables contain nonexistent files, warn
10954 # about them and drop them.
10957 for x
in $build_xm_file; do
10958 if test -f $srcdir/config
/$x
10960 else { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $srcdir/config/$x does not exist." >&5
10961 $as_echo "$as_me: WARNING: $srcdir/config/$x does not exist." >&2;}
10964 build_xm_file
="$bx"
10967 for x
in $host_xm_file; do
10968 if test -f $srcdir/config
/$x
10970 else { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $srcdir/config/$x does not exist." >&5
10971 $as_echo "$as_me: WARNING: $srcdir/config/$x does not exist." >&2;}
10977 for x
in $xm_file; do
10978 if test -f $srcdir/config
/$x
10980 else { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $srcdir/config/$x does not exist." >&5
10981 $as_echo "$as_me: WARNING: $srcdir/config/$x does not exist." >&2;}
10987 for f
in $tm_file; do
10990 if test $count = ax
; then
10991 echo "Using \`$srcdir/config/$tm_file' as target machine macro file."
10993 echo "Using the following target machine macro files:"
10994 for f
in $tm_file; do
10995 echo " $srcdir/config/$f"
10999 if test x
$need_64bit_hwint = xyes
; then
11001 $as_echo "#define NEED_64BIT_HOST_WIDE_INT 1" >>confdefs.h
11005 if test x
$use_long_long_for_widest_fast_int = xyes
; then
11007 $as_echo "#define USE_LONG_LONG_FOR_WIDEST_FAST_INT 1" >>confdefs.h
11011 gnu_ld_bool
=`if test x"$gnu_ld" = x"yes"; then echo 1; else echo 0; fi`
11013 cat >>confdefs.h
<<_ACEOF
11014 #define HAVE_GNU_LD $gnu_ld_bool
11018 gnu_as_bool
=`if test x"$gas" = x"yes"; then echo 1; else echo 0; fi`
11020 cat >>confdefs.h
<<_ACEOF
11021 #define HAVE_GNU_AS $gnu_as_bool
11026 for f
in $host_xm_file; do
11029 if test $count = a
; then
11031 elif test $count = ax
; then
11032 echo "Using \`$srcdir/config/$host_xm_file' as host machine macro file."
11034 echo "Using the following host machine macro files:"
11035 for f
in $host_xm_file; do
11036 echo " $srcdir/config/$f"
11039 echo "Using ${out_host_hook_obj} for host machine hooks."
11041 if test "$host_xm_file" != "$build_xm_file"; then
11043 for f
in $build_xm_file; do
11046 if test $count = a
; then
11048 elif test $count = ax
; then
11049 echo "Using \`$srcdir/config/$build_xm_file' as build machine macro file."
11051 echo "Using the following build machine macro files:"
11052 for f
in $build_xm_file; do
11053 echo " $srcdir/config/$f"
11058 if test -n "$configured_native_system_header_dir"; then
11059 native_system_header_dir
=$configured_native_system_header_dir
11061 NATIVE_SYSTEM_HEADER_DIR
="$native_system_header_dir"
11065 powerpc
*-*-darwin*)
11066 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mcontext_t fields have underscores" >&5
11067 $as_echo_n "checking whether mcontext_t fields have underscores... " >&6; }
11068 if test "${gcc_cv_mcontext_underscores+set}" = set; then :
11069 $as_echo_n "(cached) " >&6
11071 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11072 /* end confdefs.h. */
11074 #include <sys/cdefs.h>
11075 #include <sys/signal.h>
11076 #include <ucontext.h>
11077 int main() { mcontext_t m; if (m->ss.srr0) return 0; return 0; }
11080 if ac_fn_c_try_compile
"$LINENO"; then :
11081 gcc_cv_mcontext_underscores
=no
11083 gcc_cv_mcontext_underscores
=yes
11085 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11087 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_mcontext_underscores" >&5
11088 $as_echo "$gcc_cv_mcontext_underscores" >&6; }
11089 if test $gcc_cv_mcontext_underscores = yes; then
11091 $as_echo "#define HAS_MCONTEXT_T_UNDERSCORES /**/" >>confdefs.h
11101 # Check if a valid thread package
11102 case ${enable_threads} in
11105 target_thread_file
='single'
11109 target_thread_file
='single'
11111 aix | dce | lynx | mipssde | posix | rtems | \
11112 single | tpf | vxworks | win32
)
11113 target_thread_file
=${enable_threads}
11116 echo "${enable_threads} is an unknown thread package" 1>&2
11121 if test x
${thread_file} = x
; then
11122 # No thread file set by target-specific clauses in config.gcc,
11123 # so use file chosen by default logic above
11124 thread_file
=${target_thread_file}
11132 if test x
$enable___cxa_atexit = xyes || \
11133 test x
$enable___cxa_atexit = x
-a x
$default_use_cxa_atexit = xyes
; then
11134 if test x
$host = x
$target; then
11136 # mingw32 doesn't have __cxa_atexit but uses atexit registration
11137 # keyed to flag_use_cxa_atexit
11145 ac_fn_c_check_func
"$LINENO" "__cxa_atexit" "ac_cv_func___cxa_atexit"
11146 if test "x$ac_cv_func___cxa_atexit" = x
""yes; then :
11149 echo "__cxa_atexit can't be enabled on this target"
11155 # We can't check for __cxa_atexit when building a cross, so assume
11159 if test x
$use_cxa_atexit = xyes
; then
11161 $as_echo "#define DEFAULT_USE_CXA_ATEXIT 2" >>confdefs.h
11166 # Look for a file containing extra machine modes.
11167 if test -n "$extra_modes" && test -f $srcdir/config
/$extra_modes; then
11168 extra_modes_file
='$(srcdir)'/config
/${extra_modes}
11171 cat >>confdefs.h
<<_ACEOF
11172 #define EXTRA_MODES_FILE "config/$extra_modes"
11177 # Convert extra_options into a form suitable for Makefile use.
11180 for f
in $extra_options; do
11181 extra_opt_files
="$extra_opt_files \$(srcdir)/config/$f"
11182 all_opt_files
="$all_opt_files $srcdir/config/$f"
11186 # auto-host.h is the file containing items generated by autoconf and is
11187 # the first file included by config.h.
11188 # If host=build, it is correct to have bconfig include auto-host.h
11189 # as well. If host!=build, we are in error and need to do more
11190 # work to find out the build config parameters.
11191 if test x
$host = x
$build
11193 build_auto
=auto-host.h
11195 # We create a subdir, then run autoconf in the subdir.
11196 # To prevent recursion we set host and build for the new
11197 # invocation of configure to the build for this invocation
11204 /* | A-Za-z
:\\/* ) realsrcdir
=${srcdir};;
11205 *) realsrcdir
=..
/${srcdir};;
11207 saved_CFLAGS
="${CFLAGS}"
11208 CC
="${CC_FOR_BUILD}" CFLAGS
="${CFLAGS_FOR_BUILD}" \
11209 LDFLAGS
="${LDFLAGS_FOR_BUILD}" \
11210 ${realsrcdir}/configure \
11211 --enable-languages=${enable_languages-all} \
11212 --target=$target_alias --host=$build_alias --build=$build_alias
11213 CFLAGS
="${saved_CFLAGS}"
11215 # We just finished tests for the build machine, so rename
11216 # the file auto-build.h in the gcc directory.
11217 mv auto-host.h ..
/auto-build.h
11220 build_auto
=auto-build.h
11224 tm_file
="${tm_file} defaults.h"
11225 tm_p_file
="${tm_p_file} tm-preds.h"
11226 host_xm_file
="auto-host.h ansidecl.h ${host_xm_file}"
11227 build_xm_file
="${build_auto} ansidecl.h ${build_xm_file}"
11228 # We don't want ansidecl.h in target files, write code there in ISO/GNU C.
11229 # put this back in temporarily.
11230 xm_file
="auto-host.h ansidecl.h ${xm_file}"
11236 # Compile in configure arguments.
11237 if test -f configargs.h
; then
11238 # Being re-configured.
11239 gcc_config_arguments
=`grep configuration_arguments configargs.h | sed -e 's/.*"\([^"]*\)".*/\1/'`
11240 gcc_config_arguments
="$gcc_config_arguments : (reconfigured) $TOPLEVEL_CONFIGURE_ARGUMENTS"
11242 gcc_config_arguments
="$TOPLEVEL_CONFIGURE_ARGUMENTS"
11245 # Double all backslashes and backslash all quotes to turn
11246 # gcc_config_arguments into a C string.
11247 sed -e 's/\\/\\\\/g; s/"/\\"/g' <<EOF >conftest.out
11248 $gcc_config_arguments
11250 gcc_config_arguments_str
=`cat conftest.out`
11253 cat > configargs.h
<<EOF
11254 /* Generated automatically. */
11255 static const char configuration_arguments[] = "$gcc_config_arguments_str";
11256 static const char thread_model[] = "$thread_file";
11258 static const struct {
11259 const char *name, *value;
11260 } configure_default_options[] = $configure_default_options;
11263 gcc_BASEVER
=`cat $srcdir/BASE-VER`
11264 gcc_DEVPHASE
=`cat $srcdir/DEV-PHASE`
11265 gcc_DATESTAMP
=`cat $srcdir/DATESTAMP`
11266 if test -f $srcdir/REVISION
; then
11267 gcc_REVISION
=`cat $srcdir/REVISION`
11271 cat > plugin-version.h
<<EOF
11272 #include "configargs.h"
11274 #define GCCPLUGIN_VERSION_MAJOR `echo $gcc_BASEVER | sed -e 's/^\([0-9]*\).*$/\1/'`
11275 #define GCCPLUGIN_VERSION_MINOR `echo $gcc_BASEVER | sed -e 's/^[0-9]*\.\([0-9]*\).*$/\1/'`
11276 #define GCCPLUGIN_VERSION_PATCHLEVEL `echo $gcc_BASEVER | sed -e 's/^[0-9]*\.[0-9]*\.\([0-9]*\)$/\1/'`
11277 #define GCCPLUGIN_VERSION (GCCPLUGIN_VERSION_MAJOR*1000 + GCCPLUGIN_VERSION_MINOR)
11279 static char basever[] = "$gcc_BASEVER";
11280 static char datestamp[] = "$gcc_DATESTAMP";
11281 static char devphase[] = "$gcc_DEVPHASE";
11282 static char revision[] = "$gcc_REVISION";
11284 /* FIXME plugins: We should make the version information more precise.
11285 One way to do is to add a checksum. */
11287 static struct plugin_gcc_version gcc_version = {basever, datestamp,
11288 devphase, revision,
11289 configuration_arguments};
11292 # Internationalization
11293 # If we haven't got the data from the intl directory,
11294 # assume NLS is disabled.
11303 if test -f ..
/intl
/config.intl
; then
11304 . ..
/intl
/config.intl
11306 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
11307 $as_echo_n "checking whether NLS is requested... " >&6; }
11308 if test x
"$USE_NLS" != xyes
; then
11309 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11310 $as_echo "no" >&6; }
11312 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11313 $as_echo "yes" >&6; }
11315 $as_echo "#define ENABLE_NLS 1" >>confdefs.h
11318 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
11319 $as_echo_n "checking for catalogs to be installed... " >&6; }
11320 # Look for .po and .gmo files in the source directory.
11323 for cat in $srcdir/po
/*.gmo
$srcdir/po
/*.po
; do
11324 # If there aren't any .gmo files the shell will give us the
11325 # literal string "../path/to/srcdir/po/*.gmo" which has to be
11327 case "$cat" in *\
**)
11330 # The quadruple backslash is collapsed to a double backslash
11331 # by the backticks, then collapsed again by the double quotes,
11332 # leaving us with one backslash in the sed expression (right
11333 # before the dot that mustn't act as a wildcard).
11334 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
11335 lang
=`echo $cat | sed -e "s!\\\\.gmo!!"`
11336 # The user is allowed to set LINGUAS to a list of languages to
11337 # install catalogs for. If it's empty that means "all of them."
11338 if test "x$LINGUAS" = x
; then
11339 CATALOGS
="$CATALOGS $cat"
11340 XLINGUAS
="$XLINGUAS $lang"
11342 case "$LINGUAS" in *$lang*)
11343 CATALOGS
="$CATALOGS $cat"
11344 XLINGUAS
="$XLINGUAS $lang"
11349 LINGUAS
="$XLINGUAS"
11350 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
11351 $as_echo "$LINGUAS" >&6; }
11364 # If LIBINTL contains LIBICONV, then clear LIBICONV so we don't get
11365 # -liconv on the link line twice.
11366 case "$LIBINTL" in *$LIBICONV*)
11370 # Check whether --enable-secureplt was given.
11371 if test "${enable_secureplt+set}" = set; then :
11372 enableval
=$enable_secureplt;
11376 # Check whether --enable-leading-mingw64-underscores was given.
11377 if test "${enable_leading_mingw64_underscores+set}" = set; then :
11378 enableval
=$enable_leading_mingw64_underscores;
11381 if test x
"$enable_leading_mingw64_underscores" = xyes
; then :
11383 $as_echo "#define USE_MINGW64_LEADING_UNDERSCORES 1" >>confdefs.h
11387 # Check whether --enable-cld was given.
11388 if test "${enable_cld+set}" = set; then :
11389 enableval
=$enable_cld;
11395 # Check whether --enable-frame-pointer was given.
11396 if test "${enable_frame_pointer+set}" = set; then :
11397 enableval
=$enable_frame_pointer;
11401 linux
* | darwin
[8912]*)
11402 # Enable -fomit-frame-pointer by default for Linux and Darwin with
11404 enable_frame_pointer
=no
11407 enable_frame_pointer
=yes
11414 # Windows32 Registry support for specifying GCC installation paths.
11415 # Check whether --enable-win32-registry was given.
11416 if test "${enable_win32_registry+set}" = set; then :
11417 enableval
=$enable_win32_registry;
11422 win32 | pe | cygwin
* | mingw32
* | uwin
*)
11423 if test "x$enable_win32_registry" != xno
; then
11424 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing RegOpenKeyExA" >&5
11425 $as_echo_n "checking for library containing RegOpenKeyExA... " >&6; }
11426 if test "${ac_cv_search_RegOpenKeyExA+set}" = set; then :
11427 $as_echo_n "(cached) " >&6
11429 ac_func_search_save_LIBS
=$LIBS
11430 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11431 /* end confdefs.h. */
11433 /* Override any GCC internal prototype to avoid an error.
11434 Use char because int might match the return type of a GCC
11435 builtin and then its argument prototype would still apply. */
11439 char RegOpenKeyExA ();
11443 return RegOpenKeyExA ();
11448 for ac_lib
in '' advapi32
; do
11449 if test -z "$ac_lib"; then
11450 ac_res
="none required"
11453 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
11455 if ac_fn_c_try_link
"$LINENO"; then :
11456 ac_cv_search_RegOpenKeyExA
=$ac_res
11458 rm -f core conftest.err conftest.
$ac_objext \
11460 if test "${ac_cv_search_RegOpenKeyExA+set}" = set; then :
11464 if test "${ac_cv_search_RegOpenKeyExA+set}" = set; then :
11467 ac_cv_search_RegOpenKeyExA
=no
11469 rm conftest.
$ac_ext
11470 LIBS
=$ac_func_search_save_LIBS
11472 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_RegOpenKeyExA" >&5
11473 $as_echo "$ac_cv_search_RegOpenKeyExA" >&6; }
11474 ac_res
=$ac_cv_search_RegOpenKeyExA
11475 if test "$ac_res" != no
; then :
11476 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
11479 enable_win32_registry
=no
11484 if test "x$enable_win32_registry" != xno
; then
11486 $as_echo "#define ENABLE_WIN32_REGISTRY 1" >>confdefs.h
11489 if test "x$enable_win32_registry" != xyes \
11490 && test "x$enable_win32_registry" != x
; then
11492 cat >>confdefs.h
<<_ACEOF
11493 #define WIN32_REGISTRY_KEY "$enable_win32_registry"
11501 # Get an absolute path to the GCC top-level source directory
11502 holddir
=`${PWDCMD-pwd}`
11504 topdir
=`${PWDCMD-pwd}`
11507 # Conditionalize the makefile for this host machine.
11509 for f
in ${host_xmake_file}
11511 if test -f ${srcdir}/config
/$f
11513 xmake_file
="${xmake_file} \$(srcdir)/config/$f"
11517 # Conditionalize the makefile for this target machine.
11519 for f
in ${tmake_file}
11521 if test -f ${srcdir}/config
/$f
11523 tmake_file_
="${tmake_file_} \$(srcdir)/config/$f"
11526 tmake_file
="${tmake_file_}"
11528 out_object_file
=`basename $out_file .c`.o
11529 common_out_object_file
=`basename $common_out_file .c`.o
11531 tm_file_list
="options.h"
11532 tm_include_list
="options.h insn-constants.h"
11533 for f
in $tm_file; do
11536 f
=`echo $f | sed 's/^..//'`
11537 tm_file_list
="${tm_file_list} $f"
11538 tm_include_list
="${tm_include_list} $f"
11541 tm_file_list
="${tm_file_list} \$(srcdir)/$f"
11542 tm_include_list
="${tm_include_list} $f"
11545 tm_file_list
="${tm_file_list} \$(srcdir)/config/$f"
11546 tm_include_list
="${tm_include_list} config/$f"
11553 for f
in $tm_p_file; do
11556 tm_p_file_list
="${tm_p_file_list} $f"
11557 tm_p_include_list
="${tm_p_include_list} $f"
11560 tm_p_file_list
="${tm_p_file_list} \$(srcdir)/config/$f"
11561 tm_p_include_list
="${tm_p_include_list} config/$f"
11567 for f
in $xm_file; do
11570 xm_file_list
="${xm_file_list} \$(srcdir)/../include/$f"
11571 xm_include_list
="${xm_include_list} $f"
11574 xm_file_list
="${xm_file_list} $f"
11575 xm_include_list
="${xm_include_list} $f"
11578 xm_file_list
="${xm_file_list} \$(srcdir)/config/$f"
11579 xm_include_list
="${xm_include_list} config/$f"
11585 host_xm_include_list
=
11586 for f
in $host_xm_file; do
11589 host_xm_file_list
="${host_xm_file_list} \$(srcdir)/../include/$f"
11590 host_xm_include_list
="${host_xm_include_list} $f"
11593 host_xm_file_list
="${host_xm_file_list} $f"
11594 host_xm_include_list
="${host_xm_include_list} $f"
11597 host_xm_file_list
="${host_xm_file_list} \$(srcdir)/config/$f"
11598 host_xm_include_list
="${host_xm_include_list} config/$f"
11603 build_xm_file_list
=
11604 for f
in $build_xm_file; do
11607 build_xm_file_list
="${build_xm_file_list} \$(srcdir)/../include/$f"
11608 build_xm_include_list
="${build_xm_include_list} $f"
11610 auto-build.h | auto-host.h
)
11611 build_xm_file_list
="${build_xm_file_list} $f"
11612 build_xm_include_list
="${build_xm_include_list} $f"
11615 build_xm_file_list
="${build_xm_file_list} \$(srcdir)/config/$f"
11616 build_xm_include_list
="${build_xm_include_list} config/$f"
11621 # Define macro CROSS_DIRECTORY_STRUCTURE in compilation if this is a
11622 # cross-compiler which does not use the native headers and libraries.
11623 # Also use all.cross instead of all.internal and adjust SYSTEM_HEADER_DIR.
11626 SYSTEM_HEADER_DIR
='$(NATIVE_SYSTEM_HEADER_DIR)'
11628 if test "x$with_build_sysroot" != x
; then
11629 build_system_header_dir
=$with_build_sysroot'$${sysroot_headers_suffix}$(NATIVE_SYSTEM_HEADER_DIR)'
11631 # This value is used, even on a native system, because
11632 # CROSS_SYSTEM_HEADER_DIR is just
11633 # $(TARGET_SYSTEM_ROOT)$(NATIVE_SYSTEM_HEADER_DIR).
11634 build_system_header_dir
='$(CROSS_SYSTEM_HEADER_DIR)'
11637 if test x
$host != x
$target
11639 CROSS
="-DCROSS_DIRECTORY_STRUCTURE"
11641 SYSTEM_HEADER_DIR
=$build_system_header_dir
11642 case "$host","$target" in
11643 # Darwin crosses can use the host system's libraries and headers,
11644 # because of the fat library support. Of course, it must be the
11645 # same version of Darwin on both sides. Allow the user to
11646 # just say --target=foo-darwin without a version number to mean
11647 # "the version on this system".
11648 *-*-darwin*,*-*-darwin*)
11649 hostos
=`echo $host | sed 's/.*-darwin/darwin/'`
11650 targetos
=`echo $target | sed 's/.*-darwin/darwin/'`
11651 if test $hostos = $targetos -o $targetos = darwin
; then
11653 SYSTEM_HEADER_DIR
='$(NATIVE_SYSTEM_HEADER_DIR)'
11658 i?
86-*-*,x86_64-
*-* \
11659 | powerpc
*-*-*,powerpc64
*-*-*)
11660 CROSS
="$CROSS -DNATIVE_CROSS" ;;
11665 if test "x$with_headers" = x
; then
11672 elif test "x$TARGET_SYSTEM_ROOT" != x
; then
11673 SYSTEM_HEADER_DIR
=$build_system_header_dir
11676 # If this is a cross-compiler that does not
11677 # have its own set of headers then define
11680 # If this is using newlib, without having the headers available now,
11681 # then define inhibit_libc in LIBGCC2_CFLAGS.
11682 # This prevents libgcc2 from containing any code which requires libc
11684 : ${inhibit_libc=false}
11685 if { { test x
$host != x
$target && test "x$with_sysroot" = x
; } ||
11686 test x
$with_newlib = xyes
; } &&
11687 { test "x$with_headers" = x ||
test "x$with_headers" = xno
; } ; then
11692 # When building gcc with a cross-compiler, we need to adjust things so
11693 # that the generator programs are still built with the native compiler.
11694 # Also, we cannot run fixincludes.
11696 # These are the normal (build=host) settings:
11697 CC_FOR_BUILD
='$(CC)'
11698 CXX_FOR_BUILD
='$(CXX)'
11699 BUILD_CFLAGS
='$(ALL_CFLAGS)'
11700 BUILD_CXXFLAGS
='$(ALL_CXXFLAGS)'
11701 BUILD_LDFLAGS
='$(LDFLAGS)'
11702 STMP_FIXINC
=stmp-fixinc
11704 # And these apply if build != host, or we are generating coverage data
11705 if test x
$build != x
$host ||
test "x$coverage_flags" != x
11707 BUILD_CFLAGS
='$(INTERNAL_CFLAGS) $(T_CFLAGS) $(CFLAGS_FOR_BUILD)'
11708 BUILD_LDFLAGS
='$(LDFLAGS_FOR_BUILD)'
11711 # Expand extra_headers to include complete path.
11712 # This substitutes for lots of t-* files.
11713 extra_headers_list
=
11714 # Prepend $(srcdir)/config/${cpu_type}/ to every entry in extra_headers.
11715 for file in ${extra_headers} ; do
11716 extra_headers_list
="${extra_headers_list} \$(srcdir)/config/${cpu_type}/${file}"
11719 # If use_gcc_tgmath is set, append ginclude/tgmath.h.
11720 if test x
"$use_gcc_tgmath" = xyes
11721 then extra_headers_list
="${extra_headers_list} \$(srcdir)/ginclude/tgmath.h"
11724 # Define collect2 in Makefile.
11725 case $host_can_use_collect2 in
11727 *) collect2
='collect2$(exeext)' ;;
11731 # Add a definition of USE_COLLECT2 if system wants one.
11732 case $use_collect2 in
11733 no
) use_collect2
= ;;
11736 host_xm_defines
="${host_xm_defines} USE_COLLECT2"
11737 xm_defines
="${xm_defines} USE_COLLECT2"
11738 case $host_can_use_collect2 in
11740 as_fn_error
"collect2 is required but cannot be built on this system" "$LINENO" 5
11747 cat >>confdefs.h
<<_ACEOF
11748 #define LTOPLUGINSONAME "${host_lto_plugin_soname}"
11752 # ---------------------------
11753 # Assembler & linker features
11754 # ---------------------------
11756 # During stage 2, ld is actually gcc/collect-ld, which is a small script to
11757 # discern between when to use prev-ld/ld-new and when to use ld/ld-new.
11758 # However when ld-new is first executed from the build tree, libtool will
11759 # relink it as .libs/lt-ld-new, so that it can give it an RPATH that refers
11760 # to the build tree. While doing this we need to use the previous-stage
11761 # linker, or we have an infinite loop. The presence of a shell script as
11762 # ld/ld-new, and the fact that the script *uses ld itself*, is what confuses
11763 # the gcc/collect-ld script. So we need to know how libtool works, or
11764 # exec-tool will fail.
11769 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
11770 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
11775 macro_version
='2.2.7a'
11776 macro_revision
='1.3134'
11790 ltmain
="$ac_aux_dir/ltmain.sh"
11792 # Backslashify metacharacters that are still active within
11793 # double-quoted strings.
11794 sed_quote_subst
='s/\(["`$\\]\)/\\\1/g'
11796 # Same as above, but do not quote variable references.
11797 double_quote_subst
='s/\(["`\\]\)/\\\1/g'
11799 # Sed substitution to delay expansion of an escaped shell variable in a
11800 # double_quote_subst'ed string.
11801 delay_variable_subst
='s/\\\\\\\\\\\$/\\\\\\$/g'
11803 # Sed substitution to delay expansion of an escaped single quote.
11804 delay_single_quote_subst
='s/'\''/'\'\\\\\\\'\''/g'
11806 # Sed substitution to avoid accidental globbing in evaled expressions
11807 no_glob_subst
='s/\*/\\\*/g'
11809 ECHO
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
11810 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
11811 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
11813 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
11814 $as_echo_n "checking how to print strings... " >&6; }
11815 # Test print first, because it will be a builtin if present.
11816 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
11817 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
11819 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
11822 # Use this function as a fallback that always works.
11823 func_fallback_echo ()
11825 eval 'cat <<_LTECHO_EOF
11829 ECHO='func_fallback_echo
'
11832 # func_echo_all arg...
11833 # Invoke $ECHO with all args, space-separated.
11840 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
11841 $as_echo "printf" >&6; } ;;
11842 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
11843 $as_echo "print -r" >&6; } ;;
11844 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
11845 $as_echo "cat" >&6; } ;;
11861 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
11862 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
11863 if test "${ac_cv_path_SED+set}" = set; then :
11864 $as_echo_n "(cached) " >&6
11866 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
11867 for ac_i in 1 2 3 4 5 6 7; do
11868 ac_script="$ac_script$as_nl$ac_script"
11870 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
11871 { ac_script=; unset ac_script;}
11872 if test -z "$SED"; then
11873 ac_path_SED_found=false
11874 # Loop through the user's path and
test for each of PROGNAME-LIST
11875 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
11876 for as_dir
in $PATH
11879 test -z "$as_dir" && as_dir
=.
11880 for ac_prog
in sed gsed
; do
11881 for ac_exec_ext
in '' $ac_executable_extensions; do
11882 ac_path_SED
="$as_dir/$ac_prog$ac_exec_ext"
11883 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } ||
continue
11884 # Check for GNU ac_path_SED and select it if it is found.
11885 # Check for GNU $ac_path_SED
11886 case `"$ac_path_SED" --version 2>&1` in
11888 ac_cv_path_SED
="$ac_path_SED" ac_path_SED_found
=:;;
11891 $as_echo_n 0123456789 >"conftest.in"
11894 cat "conftest.in" "conftest.in" >"conftest.tmp"
11895 mv "conftest.tmp" "conftest.in"
11896 cp "conftest.in" "conftest.nl"
11897 $as_echo '' >> "conftest.nl"
11898 "$ac_path_SED" -f conftest.
sed < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
11899 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
11900 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
11901 if test $ac_count -gt ${ac_path_SED_max-0}; then
11902 # Best one so far, save it but keep looking for a better one
11903 ac_cv_path_SED
="$ac_path_SED"
11904 ac_path_SED_max
=$ac_count
11906 # 10*(2^10) chars as input seems more than enough
11907 test $ac_count -gt 10 && break
11909 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
11912 $ac_path_SED_found && break 3
11917 if test -z "$ac_cv_path_SED"; then
11918 as_fn_error
"no acceptable sed could be found in \$PATH" "$LINENO" 5
11921 ac_cv_path_SED
=$SED
11925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
11926 $as_echo "$ac_cv_path_SED" >&6; }
11927 SED
="$ac_cv_path_SED"
11930 test -z "$SED" && SED
=sed
11931 Xsed
="$SED -e 1s/^X//"
11943 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
11944 $as_echo_n "checking for fgrep... " >&6; }
11945 if test "${ac_cv_path_FGREP+set}" = set; then :
11946 $as_echo_n "(cached) " >&6
11948 if echo 'ab*c' |
$GREP -F 'ab*c' >/dev
/null
2>&1
11949 then ac_cv_path_FGREP
="$GREP -F"
11951 if test -z "$FGREP"; then
11952 ac_path_FGREP_found
=false
11953 # Loop through the user's path and test for each of PROGNAME-LIST
11954 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
11955 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
11958 test -z "$as_dir" && as_dir
=.
11959 for ac_prog
in fgrep
; do
11960 for ac_exec_ext
in '' $ac_executable_extensions; do
11961 ac_path_FGREP
="$as_dir/$ac_prog$ac_exec_ext"
11962 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } ||
continue
11963 # Check for GNU ac_path_FGREP and select it if it is found.
11964 # Check for GNU $ac_path_FGREP
11965 case `"$ac_path_FGREP" --version 2>&1` in
11967 ac_cv_path_FGREP
="$ac_path_FGREP" ac_path_FGREP_found
=:;;
11970 $as_echo_n 0123456789 >"conftest.in"
11973 cat "conftest.in" "conftest.in" >"conftest.tmp"
11974 mv "conftest.tmp" "conftest.in"
11975 cp "conftest.in" "conftest.nl"
11976 $as_echo 'FGREP' >> "conftest.nl"
11977 "$ac_path_FGREP" FGREP
< "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
11978 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
11979 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
11980 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
11981 # Best one so far, save it but keep looking for a better one
11982 ac_cv_path_FGREP
="$ac_path_FGREP"
11983 ac_path_FGREP_max
=$ac_count
11985 # 10*(2^10) chars as input seems more than enough
11986 test $ac_count -gt 10 && break
11988 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
11991 $ac_path_FGREP_found && break 3
11996 if test -z "$ac_cv_path_FGREP"; then
11997 as_fn_error
"no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
12000 ac_cv_path_FGREP
=$FGREP
12005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
12006 $as_echo "$ac_cv_path_FGREP" >&6; }
12007 FGREP
="$ac_cv_path_FGREP"
12010 test -z "$GREP" && GREP
=grep
12030 # Check whether --with-gnu-ld was given.
12031 if test "${with_gnu_ld+set}" = set; then :
12032 withval
=$with_gnu_ld; test "$withval" = no || with_gnu_ld
=yes
12038 if test "$GCC" = yes; then
12039 # Check if gcc -print-prog-name=ld gives a path.
12040 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
12041 $as_echo_n "checking for ld used by $CC... " >&6; }
12044 # gcc leaves a trailing carriage return which upsets mingw
12045 ac_prog
=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
12047 ac_prog
=`($CC -print-prog-name=ld) 2>&5` ;;
12050 # Accept absolute paths.
12052 re_direlt
='/[^/][^/]*/\.\./'
12053 # Canonicalize the pathname of ld
12054 ac_prog
=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
12055 while $ECHO "$ac_prog" |
$GREP "$re_direlt" > /dev
/null
2>&1; do
12056 ac_prog
=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
12058 test -z "$LD" && LD
="$ac_prog"
12061 # If it fails, then pretend we aren't using GCC.
12065 # If it is relative, then search for the first ld in PATH.
12066 with_gnu_ld
=unknown
12069 elif test "$with_gnu_ld" = yes; then
12070 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
12071 $as_echo_n "checking for GNU ld... " >&6; }
12073 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
12074 $as_echo_n "checking for non-GNU ld... " >&6; }
12076 if test "${lt_cv_path_LD+set}" = set; then :
12077 $as_echo_n "(cached) " >&6
12079 if test -z "$LD"; then
12080 lt_save_ifs
="$IFS"; IFS
=$PATH_SEPARATOR
12081 for ac_dir
in $PATH; do
12083 test -z "$ac_dir" && ac_dir
=.
12084 if test -f "$ac_dir/$ac_prog" ||
test -f "$ac_dir/$ac_prog$ac_exeext"; then
12085 lt_cv_path_LD
="$ac_dir/$ac_prog"
12086 # Check to see if the program is GNU ld. I'd rather use --version,
12087 # but apparently some variants of GNU ld only accept -v.
12088 # Break only if it was the GNU/non-GNU ld that we prefer.
12089 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
12090 *GNU
* |
*'with BFD'*)
12091 test "$with_gnu_ld" != no
&& break
12094 test "$with_gnu_ld" != yes && break
12101 lt_cv_path_LD
="$LD" # Let the user override the test with a path.
12105 LD
="$lt_cv_path_LD"
12106 if test -n "$LD"; then
12107 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
12108 $as_echo "$LD" >&6; }
12110 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12111 $as_echo "no" >&6; }
12113 test -z "$LD" && as_fn_error
"no acceptable ld found in \$PATH" "$LINENO" 5
12114 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
12115 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
12116 if test "${lt_cv_prog_gnu_ld+set}" = set; then :
12117 $as_echo_n "(cached) " >&6
12119 # I'd rather use --version here, but apparently some GNU lds only accept -v.
12120 case `$LD -v 2>&1 </dev/null` in
12121 *GNU
* |
*'with BFD'*)
12122 lt_cv_prog_gnu_ld
=yes
12125 lt_cv_prog_gnu_ld
=no
12129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
12130 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
12131 with_gnu_ld
=$lt_cv_prog_gnu_ld
12141 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
12142 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
12143 if test "${lt_cv_path_NM+set}" = set; then :
12144 $as_echo_n "(cached) " >&6
12146 if test -n "$NM"; then
12147 # Let the user override the test.
12148 lt_cv_path_NM
="$NM"
12150 lt_nm_to_check
="${ac_tool_prefix}nm"
12151 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
12152 lt_nm_to_check
="$lt_nm_to_check nm"
12154 for lt_tmp_nm
in $lt_nm_to_check; do
12155 lt_save_ifs
="$IFS"; IFS
=$PATH_SEPARATOR
12156 for ac_dir
in $PATH /usr
/ccs
/bin
/elf
/usr
/ccs
/bin
/usr
/ucb
/bin
; do
12158 test -z "$ac_dir" && ac_dir
=.
12159 tmp_nm
="$ac_dir/$lt_tmp_nm"
12160 if test -f "$tmp_nm" ||
test -f "$tmp_nm$ac_exeext" ; then
12161 # Check to see if the nm accepts a BSD-compat flag.
12162 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
12163 # nm: unknown option "B" ignored
12164 # Tru64's nm complains that /dev/null is an invalid object file
12165 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
12166 */dev
/null
* |
*'Invalid file or object type'*)
12167 lt_cv_path_NM
="$tmp_nm -B"
12171 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
12173 lt_cv_path_NM
="$tmp_nm -p"
12177 lt_cv_path_NM
=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
12178 continue # so that we can try to find one that supports BSD flags
12187 : ${lt_cv_path_NM=no}
12190 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
12191 $as_echo "$lt_cv_path_NM" >&6; }
12192 if test "$lt_cv_path_NM" != "no"; then
12193 NM
="$lt_cv_path_NM"
12195 # Didn't find any BSD compatible name lister, look for dumpbin.
12196 if test -n "$DUMPBIN"; then :
12197 # Let the user override the test.
12199 if test -n "$ac_tool_prefix"; then
12200 for ac_prog
in dumpbin
"link -dump"
12202 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
12203 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
12204 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12205 $as_echo_n "checking for $ac_word... " >&6; }
12206 if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
12207 $as_echo_n "(cached) " >&6
12209 if test -n "$DUMPBIN"; then
12210 ac_cv_prog_DUMPBIN
="$DUMPBIN" # Let the user override the test.
12212 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
12213 for as_dir
in $PATH
12216 test -z "$as_dir" && as_dir
=.
12217 for ac_exec_ext
in '' $ac_executable_extensions; do
12218 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12219 ac_cv_prog_DUMPBIN
="$ac_tool_prefix$ac_prog"
12220 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12229 DUMPBIN
=$ac_cv_prog_DUMPBIN
12230 if test -n "$DUMPBIN"; then
12231 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
12232 $as_echo "$DUMPBIN" >&6; }
12234 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12235 $as_echo "no" >&6; }
12239 test -n "$DUMPBIN" && break
12242 if test -z "$DUMPBIN"; then
12243 ac_ct_DUMPBIN
=$DUMPBIN
12244 for ac_prog
in dumpbin
"link -dump"
12246 # Extract the first word of "$ac_prog", so it can be a program name with args.
12247 set dummy
$ac_prog; ac_word
=$2
12248 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12249 $as_echo_n "checking for $ac_word... " >&6; }
12250 if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
12251 $as_echo_n "(cached) " >&6
12253 if test -n "$ac_ct_DUMPBIN"; then
12254 ac_cv_prog_ac_ct_DUMPBIN
="$ac_ct_DUMPBIN" # Let the user override the test.
12256 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
12257 for as_dir
in $PATH
12260 test -z "$as_dir" && as_dir
=.
12261 for ac_exec_ext
in '' $ac_executable_extensions; do
12262 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12263 ac_cv_prog_ac_ct_DUMPBIN
="$ac_prog"
12264 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12273 ac_ct_DUMPBIN
=$ac_cv_prog_ac_ct_DUMPBIN
12274 if test -n "$ac_ct_DUMPBIN"; then
12275 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
12276 $as_echo "$ac_ct_DUMPBIN" >&6; }
12278 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12279 $as_echo "no" >&6; }
12283 test -n "$ac_ct_DUMPBIN" && break
12286 if test "x$ac_ct_DUMPBIN" = x
; then
12289 case $cross_compiling:$ac_tool_warned in
12291 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
12292 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
12293 ac_tool_warned
=yes ;;
12295 DUMPBIN
=$ac_ct_DUMPBIN
12299 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
12301 DUMPBIN
="$DUMPBIN -symbols"
12309 if test "$DUMPBIN" != ":"; then
12313 test -z "$NM" && NM
=nm
12320 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
12321 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
12322 if test "${lt_cv_nm_interface+set}" = set; then :
12323 $as_echo_n "(cached) " >&6
12325 lt_cv_nm_interface
="BSD nm"
12326 echo "int some_variable = 0;" > conftest.
$ac_ext
12327 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
12328 (eval "$ac_compile" 2>conftest.err
)
12329 cat conftest.err
>&5
12330 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
12331 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err
> conftest.out
)
12332 cat conftest.err
>&5
12333 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
12334 cat conftest.out
>&5
12335 if $GREP 'External.*some_variable' conftest.out
> /dev
/null
; then
12336 lt_cv_nm_interface
="MS dumpbin"
12340 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
12341 $as_echo "$lt_cv_nm_interface" >&6; }
12343 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
12344 $as_echo_n "checking whether ln -s works... " >&6; }
12346 if test "$LN_S" = "ln -s"; then
12347 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12348 $as_echo "yes" >&6; }
12350 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
12351 $as_echo "no, using $LN_S" >&6; }
12354 # find the maximum length of command line arguments
12355 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
12356 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
12357 if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
12358 $as_echo_n "(cached) " >&6
12365 # On DJGPP, this test can blow up pretty badly due to problems in libc
12366 # (any single argument exceeding 2000 bytes causes a buffer overrun
12367 # during glob expansion). Even if it were fixed, the result of this
12368 # check would be larger than it should be.
12369 lt_cv_sys_max_cmd_len
=12288; # 12K is about right
12373 # Under GNU Hurd, this test is not required because there is
12374 # no limit to the length of command line arguments.
12375 # Libtool will interpret -1 as no limit whatsoever
12376 lt_cv_sys_max_cmd_len
=-1;
12379 cygwin
* | mingw
* | cegcc
*)
12380 # On Win9x/ME, this test blows up -- it succeeds, but takes
12381 # about 5 minutes as the teststring grows exponentially.
12382 # Worse, since 9x/ME are not pre-emptively multitasking,
12383 # you end up with a "frozen" computer, even though with patience
12384 # the test eventually succeeds (with a max line length of 256k).
12385 # Instead, let's just punt: use the minimum linelength reported by
12386 # all of the supported platforms: 8192 (on NT/2K/XP).
12387 lt_cv_sys_max_cmd_len
=8192;
12391 # On MiNT this can take a long time and run out of memory.
12392 lt_cv_sys_max_cmd_len
=8192;
12396 # On AmigaOS with pdksh, this test takes hours, literally.
12397 # So we just punt and use a minimum line length of 8192.
12398 lt_cv_sys_max_cmd_len
=8192;
12401 netbsd
* | freebsd
* | openbsd
* | darwin
* | dragonfly
*)
12402 # This has been around since 386BSD, at least. Likely further.
12403 if test -x /sbin
/sysctl
; then
12404 lt_cv_sys_max_cmd_len
=`/sbin/sysctl -n kern.argmax`
12405 elif test -x /usr
/sbin
/sysctl
; then
12406 lt_cv_sys_max_cmd_len
=`/usr/sbin/sysctl -n kern.argmax`
12408 lt_cv_sys_max_cmd_len
=65536 # usable default for all BSDs
12410 # And add a safety zone
12411 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \/ 4`
12412 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \* 3`
12416 # We know the value 262144 and hardcode it with a safety zone (like BSD)
12417 lt_cv_sys_max_cmd_len
=196608
12421 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
12422 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
12423 # nice to cause kernel panics so lets avoid the loop below.
12424 # First set a reasonable default.
12425 lt_cv_sys_max_cmd_len
=16384
12427 if test -x /sbin
/sysconfig
; then
12428 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
12429 *1*) lt_cv_sys_max_cmd_len
=-1 ;;
12434 lt_cv_sys_max_cmd_len
=102400
12436 sysv5
* | sco5v6
* | sysv4.2uw2
*)
12437 kargmax
=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
12438 if test -n "$kargmax"; then
12439 lt_cv_sys_max_cmd_len
=`echo $kargmax | sed 's/.*[ ]//'`
12441 lt_cv_sys_max_cmd_len
=32768
12445 lt_cv_sys_max_cmd_len
=`(getconf ARG_MAX) 2> /dev/null`
12446 if test -n "$lt_cv_sys_max_cmd_len"; then
12447 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \/ 4`
12448 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \* 3`
12450 # Make teststring a little bigger before we do anything with it.
12451 # a 1K string should be a reasonable start.
12452 for i
in 1 2 3 4 5 6 7 8 ; do
12453 teststring
=$teststring$teststring
12455 SHELL
=${SHELL-${CONFIG_SHELL-/bin/sh}}
12456 # If test is not a shell built-in, we'll probably end up computing a
12457 # maximum length that is only half of the actual maximum length, but
12459 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
12460 = "X$teststring$teststring"; } >/dev
/null
2>&1 &&
12461 test $i != 17 # 1/2 MB should be enough
12464 teststring
=$teststring$teststring
12466 # Only check the string length outside the loop.
12467 lt_cv_sys_max_cmd_len
=`expr "X$teststring" : ".*" 2>&1`
12469 # Add a significant safety factor because C++ compilers can tack on
12470 # massive amounts of additional arguments before passing them to the
12471 # linker. It appears as though 1/2 is a usable value.
12472 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \/ 2`
12479 if test -n $lt_cv_sys_max_cmd_len ; then
12480 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
12481 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
12483 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
12484 $as_echo "none" >&6; }
12486 max_cmd_len
=$lt_cv_sys_max_cmd_len
12497 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
12498 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
12499 # Try some XSI features
12501 ( _lt_dummy
="a/b/c"
12502 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
12504 && eval 'test $(( 1 + 1 )) -eq 2 \
12505 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
12507 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $xsi_shell" >&5
12508 $as_echo "$xsi_shell" >&6; }
12511 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands
\"+=\"" >&5
12512 $as_echo_n "checking whether the shell understands
\"+=\"...
" >&6; }
12514 ( foo=bar; set foo baz; eval "$1+=\
$2" && test "$foo" = barbaz ) \
12516 && lt_shell_append=yes
12517 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_shell_append" >&5
12518 $as_echo "$lt_shell_append" >&6; }
12521 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
12531 # test EBCDIC or ASCII
12532 case `echo X|tr X '\101'` in
12533 A) # ASCII based system
12534 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
12535 lt_SP2NL='tr \040 \012'
12536 lt_NL2SP='tr \015\012 \040\040'
12538 *) # EBCDIC based system
12539 lt_SP2NL='tr \100 \n'
12540 lt_NL2SP='tr \r\n \100\100'
12552 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $LD option to reload object files
" >&5
12553 $as_echo_n "checking
for $LD option to reload object files...
" >&6; }
12554 if test "${lt_cv_ld_reload_flag+set}" = set; then :
12555 $as_echo_n "(cached
) " >&6
12557 lt_cv_ld_reload_flag='-r'
12559 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_ld_reload_flag" >&5
12560 $as_echo "$lt_cv_ld_reload_flag" >&6; }
12561 reload_flag=$lt_cv_ld_reload_flag
12562 case $reload_flag in
12564 *) reload_flag=" $reload_flag" ;;
12566 reload_cmds='$LD$reload_flag -o $output$reload_objs'
12569 if test "$GCC" = yes; then
12570 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
12572 reload_cmds='$LD$reload_flag -o $output$reload_objs'
12585 if test -n "$ac_tool_prefix"; then
12586 # Extract the first word of "${ac_tool_prefix}objdump
", so it can be a program name with args.
12587 set dummy ${ac_tool_prefix}objdump; ac_word=$2
12588 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12589 $as_echo_n "checking
for $ac_word...
" >&6; }
12590 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
12591 $as_echo_n "(cached
) " >&6
12593 if test -n "$OBJDUMP"; then
12594 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
12596 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12597 for as_dir in $PATH
12600 test -z "$as_dir" && as_dir=.
12601 for ac_exec_ext in '' $ac_executable_extensions; do
12602 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12603 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump
"
12604 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12613 OBJDUMP=$ac_cv_prog_OBJDUMP
12614 if test -n "$OBJDUMP"; then
12615 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJDUMP" >&5
12616 $as_echo "$OBJDUMP" >&6; }
12618 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12619 $as_echo "no
" >&6; }
12624 if test -z "$ac_cv_prog_OBJDUMP"; then
12625 ac_ct_OBJDUMP=$OBJDUMP
12626 # Extract the first word of "objdump
", so it can be a program name with args.
12627 set dummy objdump; ac_word=$2
12628 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12629 $as_echo_n "checking
for $ac_word...
" >&6; }
12630 if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
12631 $as_echo_n "(cached
) " >&6
12633 if test -n "$ac_ct_OBJDUMP"; then
12634 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
12636 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12637 for as_dir in $PATH
12640 test -z "$as_dir" && as_dir=.
12641 for ac_exec_ext in '' $ac_executable_extensions; do
12642 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12643 ac_cv_prog_ac_ct_OBJDUMP="objdump
"
12644 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12653 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
12654 if test -n "$ac_ct_OBJDUMP"; then
12655 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_OBJDUMP" >&5
12656 $as_echo "$ac_ct_OBJDUMP" >&6; }
12658 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12659 $as_echo "no
" >&6; }
12662 if test "x
$ac_ct_OBJDUMP" = x; then
12665 case $cross_compiling:$ac_tool_warned in
12667 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
12668 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
12669 ac_tool_warned=yes ;;
12671 OBJDUMP=$ac_ct_OBJDUMP
12674 OBJDUMP="$ac_cv_prog_OBJDUMP"
12677 test -z "$OBJDUMP" && OBJDUMP=objdump
12687 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries
" >&5
12688 $as_echo_n "checking how to recognize dependent libraries...
" >&6; }
12689 if test "${lt_cv_deplibs_check_method+set}" = set; then :
12690 $as_echo_n "(cached
) " >&6
12692 lt_cv_file_magic_cmd='$MAGIC_CMD'
12693 lt_cv_file_magic_test_file=
12694 lt_cv_deplibs_check_method='unknown'
12695 # Need to set the preceding variable on all platforms that support
12696 # interlibrary dependencies.
12697 # 'none' -- dependencies not supported.
12698 # `unknown' -- same as none, but documents that we really don't know.
12699 # 'pass_all' -- all dependencies passed with no checks.
12700 # 'test_compile' -- check by making test program.
12701 # 'file_magic [[regex]]' -- check by looking for files in library path
12702 # which responds to the $file_magic_cmd with a given extended regex.
12703 # If you have `file' or equivalent on your system and you're not sure
12704 # whether `pass_all' will *always* work, you probably want this one.
12708 lt_cv_deplibs_check_method=pass_all
12712 lt_cv_deplibs_check_method=pass_all
12716 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
12717 lt_cv_file_magic_cmd='/usr/bin/file -L'
12718 lt_cv_file_magic_test_file=/shlib/libc.so
12722 # func_win32_libid is a shell function defined in ltmain.sh
12723 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
12724 lt_cv_file_magic_cmd='func_win32_libid'
12728 # Base MSYS/MinGW do not provide the 'file' command needed by
12729 # func_win32_libid shell function, so use a weaker test based on 'objdump',
12730 # unless we find 'file', for example because we are cross-compiling.
12731 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
12732 if ( test "$lt_cv_nm_interface" = "BSD nm
" && file / ) >/dev/null 2>&1; then
12733 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
12734 lt_cv_file_magic_cmd='func_win32_libid'
12736 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
12737 lt_cv_file_magic_cmd='$OBJDUMP -f'
12742 # use the weaker test based on 'objdump'. See mingw*.
12743 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
12744 lt_cv_file_magic_cmd='$OBJDUMP -f'
12747 darwin* | rhapsody*)
12748 lt_cv_deplibs_check_method=pass_all
12751 freebsd* | dragonfly*)
12752 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
12755 # Not sure whether the presence of OpenBSD here was a mistake.
12756 # Let's accept both of them until this is cleared up.
12757 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
12758 lt_cv_file_magic_cmd=/usr/bin/file
12759 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
12763 lt_cv_deplibs_check_method=pass_all
12768 lt_cv_deplibs_check_method=pass_all
12772 lt_cv_deplibs_check_method=pass_all
12775 hpux10.20* | hpux11*)
12776 lt_cv_file_magic_cmd=/usr/bin/file
12779 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
12780 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
12783 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]'
12784 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
12787 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
12788 lt_cv_file_magic_test_file=/usr/lib/libc.sl
12794 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
12795 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
12798 irix5* | irix6* | nonstopux*)
12800 *-32|*"-32 ") libmagic=32-bit;;
12801 *-n32|*"-n32 ") libmagic=N32;;
12802 *-64|*"-64 ") libmagic=64-bit;;
12803 *) libmagic=never-match;;
12805 lt_cv_deplibs_check_method=pass_all
12808 # This must be Linux ELF.
12809 linux* | k*bsd*-gnu | kopensolaris*-gnu)
12810 lt_cv_deplibs_check_method=pass_all
12814 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
12815 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
12817 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
12822 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
12823 lt_cv_file_magic_cmd=/usr/bin/file
12824 lt_cv_file_magic_test_file=/usr/lib/libnls.so
12828 lt_cv_deplibs_check_method=pass_all
12832 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8
-powerpc"; then
12833 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
12835 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
12839 osf3* | osf4* | osf5*)
12840 lt_cv_deplibs_check_method=pass_all
12844 lt_cv_deplibs_check_method=pass_all
12848 lt_cv_deplibs_check_method=pass_all
12851 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
12852 lt_cv_deplibs_check_method=pass_all
12856 case $host_vendor in
12858 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]'
12859 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
12862 lt_cv_deplibs_check_method=pass_all
12865 lt_cv_file_magic_cmd='/bin/file'
12866 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
12869 lt_cv_file_magic_cmd='/bin/file'
12870 lt_cv_deplibs_check_method="file_magic ELF
[0-9][0-9]*-bit [LM
]SB dynamic lib
"
12871 lt_cv_file_magic_test_file=/lib/libc.so
12874 lt_cv_deplibs_check_method=pass_all
12877 lt_cv_deplibs_check_method=pass_all
12883 lt_cv_deplibs_check_method=pass_all
12888 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_deplibs_check_method" >&5
12889 $as_echo "$lt_cv_deplibs_check_method" >&6; }
12890 file_magic_cmd=$lt_cv_file_magic_cmd
12891 deplibs_check_method=$lt_cv_deplibs_check_method
12892 test -z "$deplibs_check_method" && deplibs_check_method=unknown
12905 if test -n "$ac_tool_prefix"; then
12906 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
12907 set dummy ${ac_tool_prefix}ar; ac_word=$2
12908 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12909 $as_echo_n "checking
for $ac_word...
" >&6; }
12910 if test "${ac_cv_prog_AR+set}" = set; then :
12911 $as_echo_n "(cached
) " >&6
12913 if test -n "$AR"; then
12914 ac_cv_prog_AR="$AR" # Let the user override the test.
12916 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12917 for as_dir in $PATH
12920 test -z "$as_dir" && as_dir=.
12921 for ac_exec_ext in '' $ac_executable_extensions; do
12922 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12923 ac_cv_prog_AR="${ac_tool_prefix}ar"
12924 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12934 if test -n "$AR"; then
12935 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AR" >&5
12936 $as_echo "$AR" >&6; }
12938 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12939 $as_echo "no
" >&6; }
12944 if test -z "$ac_cv_prog_AR"; then
12946 # Extract the first word of "ar", so it can be a program name with args.
12947 set dummy ar; ac_word=$2
12948 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
12949 $as_echo_n "checking
for $ac_word...
" >&6; }
12950 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
12951 $as_echo_n "(cached
) " >&6
12953 if test -n "$ac_ct_AR"; then
12954 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
12956 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12957 for as_dir in $PATH
12960 test -z "$as_dir" && as_dir=.
12961 for ac_exec_ext in '' $ac_executable_extensions; do
12962 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12963 ac_cv_prog_ac_ct_AR="ar"
12964 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
12973 ac_ct_AR=$ac_cv_prog_ac_ct_AR
12974 if test -n "$ac_ct_AR"; then
12975 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_AR" >&5
12976 $as_echo "$ac_ct_AR" >&6; }
12978 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
12979 $as_echo "no
" >&6; }
12982 if test "x
$ac_ct_AR" = x; then
12985 case $cross_compiling:$ac_tool_warned in
12987 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
12988 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
12989 ac_tool_warned=yes ;;
12994 AR="$ac_cv_prog_AR"
12997 test -z "$AR" && AR=ar
12998 test -z "$AR_FLAGS" && AR_FLAGS=cru
13010 if test -n "$ac_tool_prefix"; then
13011 # Extract the first word of "${ac_tool_prefix}strip
", so it can be a program name with args.
13012 set dummy ${ac_tool_prefix}strip; ac_word=$2
13013 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13014 $as_echo_n "checking
for $ac_word...
" >&6; }
13015 if test "${ac_cv_prog_STRIP+set}" = set; then :
13016 $as_echo_n "(cached
) " >&6
13018 if test -n "$STRIP"; then
13019 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
13021 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13022 for as_dir in $PATH
13025 test -z "$as_dir" && as_dir=.
13026 for ac_exec_ext in '' $ac_executable_extensions; do
13027 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13028 ac_cv_prog_STRIP="${ac_tool_prefix}strip
"
13029 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13038 STRIP=$ac_cv_prog_STRIP
13039 if test -n "$STRIP"; then
13040 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $STRIP" >&5
13041 $as_echo "$STRIP" >&6; }
13043 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13044 $as_echo "no
" >&6; }
13049 if test -z "$ac_cv_prog_STRIP"; then
13051 # Extract the first word of "strip
", so it can be a program name with args.
13052 set dummy strip; ac_word=$2
13053 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13054 $as_echo_n "checking
for $ac_word...
" >&6; }
13055 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
13056 $as_echo_n "(cached
) " >&6
13058 if test -n "$ac_ct_STRIP"; then
13059 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
13061 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13062 for as_dir in $PATH
13065 test -z "$as_dir" && as_dir=.
13066 for ac_exec_ext in '' $ac_executable_extensions; do
13067 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13068 ac_cv_prog_ac_ct_STRIP="strip
"
13069 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13078 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
13079 if test -n "$ac_ct_STRIP"; then
13080 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_STRIP" >&5
13081 $as_echo "$ac_ct_STRIP" >&6; }
13083 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13084 $as_echo "no
" >&6; }
13087 if test "x
$ac_ct_STRIP" = x; then
13090 case $cross_compiling:$ac_tool_warned in
13092 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
13093 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
13094 ac_tool_warned=yes ;;
13099 STRIP="$ac_cv_prog_STRIP"
13102 test -z "$STRIP" && STRIP=:
13109 if test -n "$ac_tool_prefix"; then
13110 # Extract the first word of "${ac_tool_prefix}ranlib
", so it can be a program name with args.
13111 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
13112 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13113 $as_echo_n "checking
for $ac_word...
" >&6; }
13114 if test "${ac_cv_prog_RANLIB+set}" = set; then :
13115 $as_echo_n "(cached
) " >&6
13117 if test -n "$RANLIB"; then
13118 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
13120 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13121 for as_dir in $PATH
13124 test -z "$as_dir" && as_dir=.
13125 for ac_exec_ext in '' $ac_executable_extensions; do
13126 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13127 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib
"
13128 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13137 RANLIB=$ac_cv_prog_RANLIB
13138 if test -n "$RANLIB"; then
13139 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $RANLIB" >&5
13140 $as_echo "$RANLIB" >&6; }
13142 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13143 $as_echo "no
" >&6; }
13148 if test -z "$ac_cv_prog_RANLIB"; then
13149 ac_ct_RANLIB=$RANLIB
13150 # Extract the first word of "ranlib
", so it can be a program name with args.
13151 set dummy ranlib; ac_word=$2
13152 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13153 $as_echo_n "checking
for $ac_word...
" >&6; }
13154 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
13155 $as_echo_n "(cached
) " >&6
13157 if test -n "$ac_ct_RANLIB"; then
13158 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
13160 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13161 for as_dir in $PATH
13164 test -z "$as_dir" && as_dir=.
13165 for ac_exec_ext in '' $ac_executable_extensions; do
13166 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13167 ac_cv_prog_ac_ct_RANLIB="ranlib
"
13168 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13177 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
13178 if test -n "$ac_ct_RANLIB"; then
13179 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_RANLIB" >&5
13180 $as_echo "$ac_ct_RANLIB" >&6; }
13182 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13183 $as_echo "no
" >&6; }
13186 if test "x
$ac_ct_RANLIB" = x; then
13189 case $cross_compiling:$ac_tool_warned in
13191 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
13192 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
13193 ac_tool_warned=yes ;;
13195 RANLIB=$ac_ct_RANLIB
13198 RANLIB="$ac_cv_prog_RANLIB"
13201 test -z "$RANLIB" && RANLIB=:
13208 # Determine commands to create old-style static archives.
13209 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
13210 old_postinstall_cmds='chmod 644 $oldlib'
13211 old_postuninstall_cmds=
13213 if test -n "$RANLIB"; then
13216 old_postinstall_cmds="$old_postinstall_cmds~\
$RANLIB -t \
$oldlib"
13219 old_postinstall_cmds="$old_postinstall_cmds~\
$RANLIB \
$oldlib"
13222 old_archive_cmds="$old_archive_cmds~\
$RANLIB \
$oldlib"
13227 lock_old_archive_extraction=yes ;;
13229 lock_old_archive_extraction=no ;;
13270 # If no C compiler was specified, use CC.
13273 # If no C compiler flags were specified, use CFLAGS.
13274 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
13276 # Allow CC to be a program name with arguments.
13280 # Check for command to grab the raw symbol name followed by C symbol from nm.
13281 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
command to parse
$NM output from
$compiler object
" >&5
13282 $as_echo_n "checking
command to parse
$NM output from
$compiler object...
" >&6; }
13283 if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
13284 $as_echo_n "(cached
) " >&6
13287 # These are sane defaults that work on at least a few old systems.
13288 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
13290 # Character class describing NM global symbol codes.
13291 symcode='[BCDEGRST]'
13293 # Regexp to match symbols that can be accessed directly from C.
13294 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
13296 # Define system-specific variables.
13301 cygwin* | mingw* | pw32* | cegcc*)
13302 symcode='[ABCDGISTW]'
13305 if test "$host_cpu" = ia64; then
13306 symcode='[ABCDEGRST]'
13309 irix* | nonstopux*)
13310 symcode='[BCDEGRST]'
13313 symcode='[BCDEGQRST]'
13324 sysv5* | sco5v6* | unixware* | OpenUNIX*)
13332 # If we're using GNU nm, then use its standard symbol codes.
13333 case `$NM -V 2>&1` in
13334 *GNU* | *'with BFD'*)
13335 symcode='[ABCDGIRSTW]' ;;
13338 # Transform an extracted symbol line into a proper C declaration.
13339 # Some systems (esp. on ia64) link data and code symbols differently,
13340 # so use this general approach.
13341 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
13343 # Transform an extracted symbol line into symbol name and symbol address
13344 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
13345 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'"
13347 # Handle CRLF in mingw tool chain
13351 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
13355 # Try without a prefix underscore, then with it.
13356 for ac_symprfx in "" "_
"; do
13358 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
13359 symxfrm="\\1 $ac_symprfx\\2 \\2"
13361 # Write the raw and C identifiers.
13362 if test "$lt_cv_nm_interface" = "MS dumpbin
"; then
13363 # Fake it for dumpbin and say T for any non-static function
13364 # and D for any global variable.
13365 # Also find C++ and __fastcall symbols from MSVC++,
13366 # which start with @ or ?.
13367 lt_cv_sys_global_symbol_pipe="$AWK '"\
13368 " {last_section=section; section=\$ 3};"\
13369 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
13370 " \$ 0!~/External *\|/{next};"\
13371 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
13372 " {if(hide[section]) next};"\
13373 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
13374 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
13375 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
13376 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
13377 " ' prfx
=^
$ac_symprfx"
13379 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
13382 # Check to see that the pipe works correctly.
13386 cat > conftest.$ac_ext <<_LT_EOF
13391 void nm_test_func(void);
13392 void nm_test_func(void){}
13396 int main(){nm_test_var='a';nm_test_func();return(0);}
13399 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
13400 (eval $ac_compile) 2>&5
13402 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
13403 test $ac_status = 0; }; then
13404 # Now try to grab the symbols.
13406 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$NM conftest.
$ac_objext \|
"$lt_cv_sys_global_symbol_pipe" \
> $nlist\""; } >&5
13407 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
13409 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
13410 test $ac_status = 0; } && test -s "$nlist"; then
13411 # Try sorting and uniquifying the output.
13412 if sort "$nlist" | uniq > "$nlist"T; then
13413 mv -f "$nlist"T "$nlist"
13418 # Make sure that we snagged all the symbols we need.
13419 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
13420 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
13421 cat <<_LT_EOF > conftest.$ac_ext
13427 # Now generate the symbol file.
13428 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
13430 cat <<_LT_EOF >> conftest.$ac_ext
13432 /* The mapping between symbol names and symbols. */
13437 lt__PROGRAM__LTX_preloaded_symbols[] =
13439 { "@PROGRAM@
", (void *) 0 },
13441 $SED "s
/^
$symcode$symcode* \
(.
*\
) \
(.
*\
)$
/ {\"\
2\", (void
*) \
&\
2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
13442 cat <<\_LT_EOF >> conftest.$ac_ext
13446 /* This works around a problem in FreeBSD linker */
13447 #ifdef FREEBSD_WORKAROUND
13448 static const void *lt_preloaded_setup() {
13449 return lt__PROGRAM__LTX_preloaded_symbols;
13457 # Now try linking the two files.
13458 mv conftest.$ac_objext conftstm.$ac_objext
13459 lt_save_LIBS="$LIBS"
13460 lt_save_CFLAGS="$CFLAGS"
13461 LIBS="conftstm.
$ac_objext"
13462 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
13463 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13464 (eval $ac_link) 2>&5
13466 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
13467 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
13470 LIBS="$lt_save_LIBS"
13471 CFLAGS="$lt_save_CFLAGS"
13473 echo "cannot
find nm_test_func
in $nlist" >&5
13476 echo "cannot
find nm_test_var
in $nlist" >&5
13479 echo "cannot run
$lt_cv_sys_global_symbol_pipe" >&5
13482 echo "$progname: failed program was
:" >&5
13483 cat conftest.$ac_ext >&5
13485 rm -rf conftest* conftst*
13487 # Do not use the global_symbol_pipe unless it works.
13488 if test "$pipe_works" = yes; then
13491 lt_cv_sys_global_symbol_pipe=
13497 if test -z "$lt_cv_sys_global_symbol_pipe"; then
13498 lt_cv_sys_global_symbol_to_cdecl=
13500 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
13501 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: failed
" >&5
13502 $as_echo "failed
" >&6; }
13504 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: ok
" >&5
13505 $as_echo "ok
" >&6; }
13529 # Check whether --enable-libtool-lock was given.
13530 if test "${enable_libtool_lock+set}" = set; then :
13531 enableval=$enable_libtool_lock;
13534 test "x
$enable_libtool_lock" != xno && enable_libtool_lock=yes
13536 # Some flags need to be propagated to the compiler or linker for good
13540 # Find out which ABI we are using.
13541 echo 'int i;' > conftest.$ac_ext
13542 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
13543 (eval $ac_compile) 2>&5
13545 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
13546 test $ac_status = 0; }; then
13547 case `/usr/bin/file conftest.$ac_objext` in
13549 HPUX_IA64_MODE="32"
13552 HPUX_IA64_MODE="64"
13559 # Find out which ABI we are using.
13560 echo '#line '$LINENO' "configure
"' > conftest.$ac_ext
13561 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
13562 (eval $ac_compile) 2>&5
13564 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
13565 test $ac_status = 0; }; then
13566 if test "$lt_cv_prog_gnu_ld" = yes; then
13567 case `/usr/bin/file conftest.$ac_objext` in
13569 LD="${LD-ld} -melf32bsmip"
13572 LD="${LD-ld} -melf32bmipn32"
13575 LD="${LD-ld} -melf64bmip"
13579 case `/usr/bin/file conftest.$ac_objext` in
13595 x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
13596 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
13597 # Find out which ABI we are using.
13598 echo 'int i;' > conftest.$ac_ext
13599 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
13600 (eval $ac_compile) 2>&5
13602 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
13603 test $ac_status = 0; }; then
13604 case `/usr/bin/file conftest.o` in
13607 x86_64-*kfreebsd*-gnu)
13608 LD="${LD-ld} -m elf_i386_fbsd
"
13611 case `/usr/bin/file conftest.o` in
13613 LD="${LD-ld} -m elf32_x86_64
"
13616 LD="${LD-ld} -m elf_i386
"
13620 ppc64-*linux*|powerpc64-*linux*)
13621 LD="${LD-ld} -m elf32ppclinux
"
13624 LD="${LD-ld} -m elf_s390
"
13627 LD="${LD-ld} -m elf32_sparc
"
13633 x86_64-*kfreebsd*-gnu)
13634 LD="${LD-ld} -m elf_x86_64_fbsd
"
13637 LD="${LD-ld} -m elf_x86_64
"
13639 ppc*-*linux*|powerpc*-*linux*)
13640 LD="${LD-ld} -m elf64ppc
"
13642 s390*-*linux*|s390*-*tpf*)
13643 LD="${LD-ld} -m elf64_s390
"
13646 LD="${LD-ld} -m elf64_sparc
"
13656 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
13657 SAVE_CFLAGS="$CFLAGS"
13658 CFLAGS="$CFLAGS -belf"
13659 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs
-belf" >&5
13660 $as_echo_n "checking whether the C compiler needs
-belf...
" >&6; }
13661 if test "${lt_cv_cc_needs_belf+set}" = set; then :
13662 $as_echo_n "(cached
) " >&6
13665 ac_cpp='$CPP $CPPFLAGS'
13666 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13667 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13668 ac_compiler_gnu=$ac_cv_c_compiler_gnu
13670 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13671 /* end confdefs.h. */
13681 if ac_fn_c_try_link "$LINENO"; then :
13682 lt_cv_cc_needs_belf=yes
13684 lt_cv_cc_needs_belf=no
13686 rm -f core conftest.err conftest.$ac_objext \
13687 conftest$ac_exeext conftest.$ac_ext
13689 ac_cpp='$CPP $CPPFLAGS'
13690 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13691 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13692 ac_compiler_gnu=$ac_cv_c_compiler_gnu
13695 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_cc_needs_belf" >&5
13696 $as_echo "$lt_cv_cc_needs_belf" >&6; }
13697 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
13698 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
13699 CFLAGS="$SAVE_CFLAGS"
13703 # Find out which ABI we are using.
13704 echo 'int i;' > conftest.$ac_ext
13705 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
13706 (eval $ac_compile) 2>&5
13708 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
13709 test $ac_status = 0; }; then
13710 case `/usr/bin/file conftest.o` in
13712 case $lt_cv_prog_gnu_ld in
13713 yes*) LD="${LD-ld} -m elf64_sparc
" ;;
13715 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
13727 need_locks="$enable_libtool_lock"
13731 rhapsody* | darwin*)
13732 if test -n "$ac_tool_prefix"; then
13733 # Extract the first word of "${ac_tool_prefix}dsymutil
", so it can be a program name with args.
13734 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
13735 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13736 $as_echo_n "checking
for $ac_word...
" >&6; }
13737 if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
13738 $as_echo_n "(cached
) " >&6
13740 if test -n "$DSYMUTIL"; then
13741 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
13743 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13744 for as_dir in $PATH
13747 test -z "$as_dir" && as_dir=.
13748 for ac_exec_ext in '' $ac_executable_extensions; do
13749 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13750 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil
"
13751 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13760 DSYMUTIL=$ac_cv_prog_DSYMUTIL
13761 if test -n "$DSYMUTIL"; then
13762 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $DSYMUTIL" >&5
13763 $as_echo "$DSYMUTIL" >&6; }
13765 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13766 $as_echo "no
" >&6; }
13771 if test -z "$ac_cv_prog_DSYMUTIL"; then
13772 ac_ct_DSYMUTIL=$DSYMUTIL
13773 # Extract the first word of "dsymutil
", so it can be a program name with args.
13774 set dummy dsymutil; ac_word=$2
13775 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13776 $as_echo_n "checking
for $ac_word...
" >&6; }
13777 if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
13778 $as_echo_n "(cached
) " >&6
13780 if test -n "$ac_ct_DSYMUTIL"; then
13781 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
13783 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13784 for as_dir in $PATH
13787 test -z "$as_dir" && as_dir=.
13788 for ac_exec_ext in '' $ac_executable_extensions; do
13789 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13790 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil
"
13791 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13800 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
13801 if test -n "$ac_ct_DSYMUTIL"; then
13802 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_DSYMUTIL" >&5
13803 $as_echo "$ac_ct_DSYMUTIL" >&6; }
13805 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13806 $as_echo "no
" >&6; }
13809 if test "x
$ac_ct_DSYMUTIL" = x; then
13812 case $cross_compiling:$ac_tool_warned in
13814 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
13815 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
13816 ac_tool_warned=yes ;;
13818 DSYMUTIL=$ac_ct_DSYMUTIL
13821 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
13824 if test -n "$ac_tool_prefix"; then
13825 # Extract the first word of "${ac_tool_prefix}nmedit
", so it can be a program name with args.
13826 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
13827 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13828 $as_echo_n "checking
for $ac_word...
" >&6; }
13829 if test "${ac_cv_prog_NMEDIT+set}" = set; then :
13830 $as_echo_n "(cached
) " >&6
13832 if test -n "$NMEDIT"; then
13833 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
13835 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13836 for as_dir in $PATH
13839 test -z "$as_dir" && as_dir=.
13840 for ac_exec_ext in '' $ac_executable_extensions; do
13841 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13842 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit
"
13843 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13852 NMEDIT=$ac_cv_prog_NMEDIT
13853 if test -n "$NMEDIT"; then
13854 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $NMEDIT" >&5
13855 $as_echo "$NMEDIT" >&6; }
13857 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13858 $as_echo "no
" >&6; }
13863 if test -z "$ac_cv_prog_NMEDIT"; then
13864 ac_ct_NMEDIT=$NMEDIT
13865 # Extract the first word of "nmedit
", so it can be a program name with args.
13866 set dummy nmedit; ac_word=$2
13867 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13868 $as_echo_n "checking
for $ac_word...
" >&6; }
13869 if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
13870 $as_echo_n "(cached
) " >&6
13872 if test -n "$ac_ct_NMEDIT"; then
13873 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
13875 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13876 for as_dir in $PATH
13879 test -z "$as_dir" && as_dir=.
13880 for ac_exec_ext in '' $ac_executable_extensions; do
13881 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13882 ac_cv_prog_ac_ct_NMEDIT="nmedit
"
13883 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13892 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
13893 if test -n "$ac_ct_NMEDIT"; then
13894 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_NMEDIT" >&5
13895 $as_echo "$ac_ct_NMEDIT" >&6; }
13897 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13898 $as_echo "no
" >&6; }
13901 if test "x
$ac_ct_NMEDIT" = x; then
13904 case $cross_compiling:$ac_tool_warned in
13906 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
13907 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
13908 ac_tool_warned=yes ;;
13910 NMEDIT=$ac_ct_NMEDIT
13913 NMEDIT="$ac_cv_prog_NMEDIT"
13916 if test -n "$ac_tool_prefix"; then
13917 # Extract the first word of "${ac_tool_prefix}lipo
", so it can be a program name with args.
13918 set dummy ${ac_tool_prefix}lipo; ac_word=$2
13919 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13920 $as_echo_n "checking
for $ac_word...
" >&6; }
13921 if test "${ac_cv_prog_LIPO+set}" = set; then :
13922 $as_echo_n "(cached
) " >&6
13924 if test -n "$LIPO"; then
13925 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
13927 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13928 for as_dir in $PATH
13931 test -z "$as_dir" && as_dir=.
13932 for ac_exec_ext in '' $ac_executable_extensions; do
13933 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13934 ac_cv_prog_LIPO="${ac_tool_prefix}lipo
"
13935 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13944 LIPO=$ac_cv_prog_LIPO
13945 if test -n "$LIPO"; then
13946 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LIPO" >&5
13947 $as_echo "$LIPO" >&6; }
13949 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13950 $as_echo "no
" >&6; }
13955 if test -z "$ac_cv_prog_LIPO"; then
13957 # Extract the first word of "lipo
", so it can be a program name with args.
13958 set dummy lipo; ac_word=$2
13959 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
13960 $as_echo_n "checking
for $ac_word...
" >&6; }
13961 if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
13962 $as_echo_n "(cached
) " >&6
13964 if test -n "$ac_ct_LIPO"; then
13965 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
13967 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13968 for as_dir in $PATH
13971 test -z "$as_dir" && as_dir=.
13972 for ac_exec_ext in '' $ac_executable_extensions; do
13973 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13974 ac_cv_prog_ac_ct_LIPO="lipo
"
13975 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
13984 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
13985 if test -n "$ac_ct_LIPO"; then
13986 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_LIPO" >&5
13987 $as_echo "$ac_ct_LIPO" >&6; }
13989 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
13990 $as_echo "no
" >&6; }
13993 if test "x
$ac_ct_LIPO" = x; then
13996 case $cross_compiling:$ac_tool_warned in
13998 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
13999 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
14000 ac_tool_warned=yes ;;
14005 LIPO="$ac_cv_prog_LIPO"
14008 if test -n "$ac_tool_prefix"; then
14009 # Extract the first word of "${ac_tool_prefix}otool
", so it can be a program name with args.
14010 set dummy ${ac_tool_prefix}otool; ac_word=$2
14011 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
14012 $as_echo_n "checking
for $ac_word...
" >&6; }
14013 if test "${ac_cv_prog_OTOOL+set}" = set; then :
14014 $as_echo_n "(cached
) " >&6
14016 if test -n "$OTOOL"; then
14017 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
14019 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14020 for as_dir in $PATH
14023 test -z "$as_dir" && as_dir=.
14024 for ac_exec_ext in '' $ac_executable_extensions; do
14025 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14026 ac_cv_prog_OTOOL="${ac_tool_prefix}otool
"
14027 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
14036 OTOOL=$ac_cv_prog_OTOOL
14037 if test -n "$OTOOL"; then
14038 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OTOOL" >&5
14039 $as_echo "$OTOOL" >&6; }
14041 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
14042 $as_echo "no
" >&6; }
14047 if test -z "$ac_cv_prog_OTOOL"; then
14049 # Extract the first word of "otool
", so it can be a program name with args.
14050 set dummy otool; ac_word=$2
14051 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
14052 $as_echo_n "checking
for $ac_word...
" >&6; }
14053 if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
14054 $as_echo_n "(cached
) " >&6
14056 if test -n "$ac_ct_OTOOL"; then
14057 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
14059 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14060 for as_dir in $PATH
14063 test -z "$as_dir" && as_dir=.
14064 for ac_exec_ext in '' $ac_executable_extensions; do
14065 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14066 ac_cv_prog_ac_ct_OTOOL="otool
"
14067 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
14076 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
14077 if test -n "$ac_ct_OTOOL"; then
14078 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_OTOOL" >&5
14079 $as_echo "$ac_ct_OTOOL" >&6; }
14081 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
14082 $as_echo "no
" >&6; }
14085 if test "x
$ac_ct_OTOOL" = x; then
14088 case $cross_compiling:$ac_tool_warned in
14090 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
14091 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
14092 ac_tool_warned=yes ;;
14097 OTOOL="$ac_cv_prog_OTOOL"
14100 if test -n "$ac_tool_prefix"; then
14101 # Extract the first word of "${ac_tool_prefix}otool64
", so it can be a program name with args.
14102 set dummy ${ac_tool_prefix}otool64; ac_word=$2
14103 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
14104 $as_echo_n "checking
for $ac_word...
" >&6; }
14105 if test "${ac_cv_prog_OTOOL64+set}" = set; then :
14106 $as_echo_n "(cached
) " >&6
14108 if test -n "$OTOOL64"; then
14109 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
14111 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14112 for as_dir in $PATH
14115 test -z "$as_dir" && as_dir=.
14116 for ac_exec_ext in '' $ac_executable_extensions; do
14117 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14118 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64
"
14119 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
14128 OTOOL64=$ac_cv_prog_OTOOL64
14129 if test -n "$OTOOL64"; then
14130 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OTOOL64" >&5
14131 $as_echo "$OTOOL64" >&6; }
14133 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
14134 $as_echo "no
" >&6; }
14139 if test -z "$ac_cv_prog_OTOOL64"; then
14140 ac_ct_OTOOL64=$OTOOL64
14141 # Extract the first word of "otool64
", so it can be a program name with args.
14142 set dummy otool64; ac_word=$2
14143 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
14144 $as_echo_n "checking
for $ac_word...
" >&6; }
14145 if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
14146 $as_echo_n "(cached
) " >&6
14148 if test -n "$ac_ct_OTOOL64"; then
14149 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
14151 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14152 for as_dir in $PATH
14155 test -z "$as_dir" && as_dir=.
14156 for ac_exec_ext in '' $ac_executable_extensions; do
14157 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14158 ac_cv_prog_ac_ct_OTOOL64="otool64
"
14159 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
14168 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
14169 if test -n "$ac_ct_OTOOL64"; then
14170 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_OTOOL64" >&5
14171 $as_echo "$ac_ct_OTOOL64" >&6; }
14173 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
14174 $as_echo "no
" >&6; }
14177 if test "x
$ac_ct_OTOOL64" = x; then
14180 case $cross_compiling:$ac_tool_warned in
14182 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
14183 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
14184 ac_tool_warned=yes ;;
14186 OTOOL64=$ac_ct_OTOOL64
14189 OTOOL64="$ac_cv_prog_OTOOL64"
14218 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for -single_module linker flag
" >&5
14219 $as_echo_n "checking
for -single_module linker flag...
" >&6; }
14220 if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
14221 $as_echo_n "(cached
) " >&6
14223 lt_cv_apple_cc_single_mod=no
14224 if test -z "${LT_MULTI_MODULE}"; then
14225 # By default we will add the -single_module flag. You can override
14226 # by either setting the environment variable LT_MULTI_MODULE
14227 # non-empty at configure time, or by adding -multi_module to the
14229 rm -rf libconftest.dylib*
14230 echo "int foo
(void
){return 1;}" > conftest.c
14231 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
14232 -dynamiclib -Wl,-single_module conftest.c
" >&5
14233 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
14234 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
14236 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
14237 lt_cv_apple_cc_single_mod=yes
14239 cat conftest.err >&5
14241 rm -rf libconftest.dylib*
14245 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_apple_cc_single_mod" >&5
14246 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
14247 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for -exported_symbols_list linker flag
" >&5
14248 $as_echo_n "checking
for -exported_symbols_list linker flag...
" >&6; }
14249 if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
14250 $as_echo_n "(cached
) " >&6
14252 lt_cv_ld_exported_symbols_list=no
14253 save_LDFLAGS=$LDFLAGS
14254 echo "_main
" > conftest.sym
14255 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym
"
14256 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14257 /* end confdefs.h. */
14267 if ac_fn_c_try_link "$LINENO"; then :
14268 lt_cv_ld_exported_symbols_list=yes
14270 lt_cv_ld_exported_symbols_list=no
14272 rm -f core conftest.err conftest.$ac_objext \
14273 conftest$ac_exeext conftest.$ac_ext
14274 LDFLAGS="$save_LDFLAGS"
14277 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_ld_exported_symbols_list" >&5
14278 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
14279 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for -force_load linker flag
" >&5
14280 $as_echo_n "checking
for -force_load linker flag...
" >&6; }
14281 if test "${lt_cv_ld_force_load+set}" = set; then :
14282 $as_echo_n "(cached
) " >&6
14284 lt_cv_ld_force_load=no
14285 cat > conftest.c << _LT_EOF
14286 int forced_loaded() { return 2;}
14288 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c
" >&5
14289 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
14290 echo "$AR cru libconftest.a conftest.o
" >&5
14291 $AR cru libconftest.a conftest.o 2>&5
14292 cat > conftest.c << _LT_EOF
14293 int main() { return 0;}
14295 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c
-Wl,-force_load,.
/libconftest.a
" >&5
14296 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
14298 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
14299 lt_cv_ld_force_load=yes
14301 cat conftest.err >&5
14303 rm -f conftest.err libconftest.a conftest conftest.c
14304 rm -rf conftest.dSYM
14307 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_ld_force_load" >&5
14308 $as_echo "$lt_cv_ld_force_load" >&6; }
14310 rhapsody* | darwin1.[012])
14311 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
14313 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
14314 darwin*) # darwin 5.x on
14315 # if running on 10.5 or later, the deployment target defaults
14316 # to the OS version, if on x86, and 10.4, the deployment
14317 # target defaults to 10.4. Don't you love it?
14318 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
14319 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
14320 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
14322 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
14324 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
14328 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
14329 _lt_dar_single_mod='$single_module'
14331 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
14332 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
14334 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
14336 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no
"; then
14337 _lt_dsymutil='~$DSYMUTIL $lib || :'
14344 for ac_header in dlfcn.h
14346 ac_fn_c_check_header_preproc "$LINENO" "dlfcn.h
" "ac_cv_header_dlfcn_h
"
14347 if test "x
$ac_cv_header_dlfcn_h" = x""yes; then :
14348 cat >>confdefs.h <<_ACEOF
14349 #define HAVE_DLFCN_H 1
14366 enable_win32_dll=no
14369 # Check whether --enable-shared was given.
14370 if test "${enable_shared+set}" = set; then :
14371 enableval=$enable_shared; p=${PACKAGE-default}
14373 yes) enable_shared=yes ;;
14374 no) enable_shared=no ;;
14377 # Look at the argument we got. We use all the common list separators.
14378 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
14379 for pkg in $enableval; do
14381 if test "X
$pkg" = "X
$p"; then
14400 # Check whether --enable-static was given.
14401 if test "${enable_static+set}" = set; then :
14402 enableval=$enable_static; p=${PACKAGE-default}
14404 yes) enable_static=yes ;;
14405 no) enable_static=no ;;
14408 # Look at the argument we got. We use all the common list separators.
14409 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
14410 for pkg in $enableval; do
14412 if test "X
$pkg" = "X
$p"; then
14432 # Check whether --with-pic was given.
14433 if test "${with_pic+set}" = set; then :
14434 withval=$with_pic; pic_mode="$withval"
14440 test -z "$pic_mode" && pic_mode=default
14448 # Check whether --enable-fast-install was given.
14449 if test "${enable_fast_install+set}" = set; then :
14450 enableval=$enable_fast_install; p=${PACKAGE-default}
14452 yes) enable_fast_install=yes ;;
14453 no) enable_fast_install=no ;;
14455 enable_fast_install=no
14456 # Look at the argument we got. We use all the common list separators.
14457 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
14458 for pkg in $enableval; do
14460 if test "X
$pkg" = "X
$p"; then
14461 enable_fast_install=yes
14468 enable_fast_install=yes
14481 # This can be used to rebuild libtool when needed
14482 LIBTOOL_DEPS="$ltmain"
14484 # Always use our own libtool.
14485 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
14512 test -z "$LN_S" && LN_S="ln -s"
14527 if test -n "${ZSH_VERSION+set}" ; then
14528 setopt NO_GLOB_SUBST
14531 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for objdir
" >&5
14532 $as_echo_n "checking
for objdir...
" >&6; }
14533 if test "${lt_cv_objdir+set}" = set; then :
14534 $as_echo_n "(cached
) " >&6
14536 rm -f .libs 2>/dev/null
14537 mkdir .libs 2>/dev/null
14538 if test -d .libs; then
14541 # MS-DOS does not allow filenames that begin with a dot.
14544 rmdir .libs 2>/dev/null
14546 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_objdir" >&5
14547 $as_echo "$lt_cv_objdir" >&6; }
14548 objdir=$lt_cv_objdir
14554 cat >>confdefs.h <<_ACEOF
14555 #define LT_OBJDIR "$lt_cv_objdir/"
14563 # AIX sometimes has problems with the GCC collect2 program. For some
14564 # reason, if we set the COLLECT_NAMES environment variable, the problems
14565 # vanish in a puff of smoke.
14566 if test "X
${COLLECT_NAMES+set}" != Xset; then
14568 export COLLECT_NAMES
14573 # Global variables:
14575 can_build_shared=yes
14577 # All known linkers require a `.a' archive for static linking (except MSVC,
14578 # which needs '.lib').
14581 with_gnu_ld="$lt_cv_prog_gnu_ld"
14584 old_CFLAGS="$CFLAGS"
14586 # Set sane defaults for various variables
14587 test -z "$CC" && CC=cc
14588 test -z "$LTCC" && LTCC=$CC
14589 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
14590 test -z "$LD" && LD=ld
14591 test -z "$ac_objext" && ac_objext=o
14593 for cc_temp in $compiler""; do
14595 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
14596 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
14601 cc_basename=`$ECHO "$cc_temp" | $SED "s
%.
*/%%; s
%^
$host_alias-%%"`
14604 # Only perform the check for file, if the check method requires it
14605 test -z "$MAGIC_CMD" && MAGIC_CMD=file
14606 case $deplibs_check_method in
14608 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
14609 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ac_tool_prefix}file" >&5
14610 $as_echo_n "checking
for ${ac_tool_prefix}file...
" >&6; }
14611 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
14612 $as_echo_n "(cached
) " >&6
14616 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
14619 lt_save_MAGIC_CMD="$MAGIC_CMD"
14620 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
14621 ac_dummy="/usr
/bin
$PATH_SEPARATOR$PATH"
14622 for ac_dir in $ac_dummy; do
14624 test -z "$ac_dir" && ac_dir=.
14625 if test -f $ac_dir/${ac_tool_prefix}file; then
14626 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
14627 if test -n "$file_magic_test_file"; then
14628 case $deplibs_check_method in
14630 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \
(.
*\
)"`
14631 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
14632 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
14633 $EGREP "$file_magic_regex" > /dev/null; then
14638 *** Warning: the command libtool uses to detect shared libraries,
14639 *** $file_magic_cmd, produces output that libtool cannot recognize.
14640 *** The result is that libtool may fail to recognize shared libraries
14641 *** as such. This will affect the creation of libtool libraries that
14642 *** depend on shared libraries, but programs linked with such libtool
14643 *** libraries will work regardless of this problem. Nevertheless, you
14644 *** may want to report the problem to your system manager and/or to
14645 *** bug-libtool@gnu.org
14655 MAGIC_CMD="$lt_save_MAGIC_CMD"
14660 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
14661 if test -n "$MAGIC_CMD"; then
14662 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $MAGIC_CMD" >&5
14663 $as_echo "$MAGIC_CMD" >&6; }
14665 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
14666 $as_echo "no
" >&6; }
14673 if test -z "$lt_cv_path_MAGIC_CMD"; then
14674 if test -n "$ac_tool_prefix"; then
14675 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for file" >&5
14676 $as_echo_n "checking
for file...
" >&6; }
14677 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
14678 $as_echo_n "(cached
) " >&6
14682 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
14685 lt_save_MAGIC_CMD="$MAGIC_CMD"
14686 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
14687 ac_dummy="/usr
/bin
$PATH_SEPARATOR$PATH"
14688 for ac_dir in $ac_dummy; do
14690 test -z "$ac_dir" && ac_dir=.
14691 if test -f $ac_dir/file; then
14692 lt_cv_path_MAGIC_CMD="$ac_dir/file"
14693 if test -n "$file_magic_test_file"; then
14694 case $deplibs_check_method in
14696 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \
(.
*\
)"`
14697 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
14698 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
14699 $EGREP "$file_magic_regex" > /dev/null; then
14704 *** Warning: the command libtool uses to detect shared libraries,
14705 *** $file_magic_cmd, produces output that libtool cannot recognize.
14706 *** The result is that libtool may fail to recognize shared libraries
14707 *** as such. This will affect the creation of libtool libraries that
14708 *** depend on shared libraries, but programs linked with such libtool
14709 *** libraries will work regardless of this problem. Nevertheless, you
14710 *** may want to report the problem to your system manager and/or to
14711 *** bug-libtool@gnu.org
14721 MAGIC_CMD="$lt_save_MAGIC_CMD"
14726 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
14727 if test -n "$MAGIC_CMD"; then
14728 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $MAGIC_CMD" >&5
14729 $as_echo "$MAGIC_CMD" >&6; }
14731 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
14732 $as_echo "no
" >&6; }
14745 # Use C for the default configuration in the libtool script
14749 ac_cpp='$CPP $CPPFLAGS'
14750 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
14751 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
14752 ac_compiler_gnu=$ac_cv_c_compiler_gnu
14755 # Source file extension for C test sources.
14758 # Object file extension for compiled C test sources.
14762 # Code to be used in simple compile tests
14763 lt_simple_compile_test_code="int some_variable
= 0;"
14765 # Code to be used in simple link tests
14766 lt_simple_link_test_code='int main(){return(0);}'
14774 # If no C compiler was specified, use CC.
14777 # If no C compiler flags were specified, use CFLAGS.
14778 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
14780 # Allow CC to be a program name with arguments.
14783 # Save the default compiler, since it gets overwritten when the other
14784 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
14785 compiler_DEFAULT=$CC
14787 # save warnings/boilerplate of simple test code
14788 ac_outfile=conftest.$ac_objext
14789 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
14790 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
14791 _lt_compiler_boilerplate=`cat conftest.err`
14794 ac_outfile=conftest.$ac_objext
14795 echo "$lt_simple_link_test_code" >conftest.$ac_ext
14796 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
14797 _lt_linker_boilerplate=`cat conftest.err`
14802 ## There is no encapsulation within the following macros, do not change
14803 ## the running order or otherwise move them around unless you know exactly
14804 ## what you are doing...
14805 if test -n "$compiler"; then
14807 lt_prog_compiler_no_builtin_flag=
14809 if test "$GCC" = yes; then
14810 case $cc_basename in
14812 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
14814 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
14817 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if $compiler supports
-fno-rtti -fno-exceptions" >&5
14818 $as_echo_n "checking
if $compiler supports
-fno-rtti -fno-exceptions...
" >&6; }
14819 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
14820 $as_echo_n "(cached
) " >&6
14822 lt_cv_prog_compiler_rtti_exceptions=no
14823 ac_outfile=conftest.$ac_objext
14824 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
14825 lt_compiler_flag="-fno-rtti -fno-exceptions"
14826 # Insert the option either (1) after the last *FLAGS variable, or
14827 # (2) before a word containing "conftest.
", or (3) at the end.
14828 # Note that $ac_compile itself does not contain backslashes and begins
14829 # with a dollar sign (not a hyphen), so the echo should work correctly.
14830 # The option is referenced via a variable to avoid confusing sed.
14831 lt_compile=`echo "$ac_compile" | $SED \
14832 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
14833 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
14834 -e 's:$: $lt_compiler_flag:'`
14835 (eval echo "\"\
$as_me:$LINENO: $lt_compile\"" >&5)
14836 (eval "$lt_compile" 2>conftest.err)
14838 cat conftest.err >&5
14839 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
14840 if (exit $ac_status) && test -s "$ac_outfile"; then
14841 # The compiler can only warn and ignore the option if not recognized
14842 # So say no if there are warnings other than the usual output.
14843 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
14844 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
14845 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
14846 lt_cv_prog_compiler_rtti_exceptions=yes
14852 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_prog_compiler_rtti_exceptions" >&5
14853 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
14855 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
14856 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
14868 lt_prog_compiler_wl=
14869 lt_prog_compiler_pic=
14870 lt_prog_compiler_static=
14872 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $compiler option to produce PIC
" >&5
14873 $as_echo_n "checking
for $compiler option to produce PIC...
" >&6; }
14875 if test "$GCC" = yes; then
14876 lt_prog_compiler_wl='-Wl,'
14877 lt_prog_compiler_static='-static'
14881 # All AIX code is PIC.
14882 if test "$host_cpu" = ia64; then
14883 # AIX 5 now supports IA64 processor
14884 lt_prog_compiler_static='-Bstatic'
14886 lt_prog_compiler_pic='-fPIC'
14892 # see comment about AmigaOS4 .so support
14893 lt_prog_compiler_pic='-fPIC'
14896 # FIXME: we need at least 68020 code to build shared libraries, but
14897 # adding the `-m68020' flag to GCC prevents building anything better,
14899 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
14904 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
14905 # PIC is the default for these OSes.
14908 mingw* | cygwin* | pw32* | os2* | cegcc*)
14909 # This hack is so that the source file can tell whether it is being
14910 # built for inclusion in a dll (and should export symbols for example).
14911 # Although the cygwin gcc ignores -fPIC, still need this for old-style
14912 # (--disable-auto-import) libraries
14913 lt_prog_compiler_pic='-DDLL_EXPORT'
14916 darwin* | rhapsody*)
14917 # PIC is the default on this platform
14918 # Common symbols not allowed in MH_DYLIB files
14919 lt_prog_compiler_pic='-fno-common'
14923 # PIC is the default for Haiku.
14924 # The "-static" flag exists, but is broken.
14925 lt_prog_compiler_static=
14929 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
14930 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
14931 # sets the default TLS model and affects inlining.
14937 lt_prog_compiler_pic='-fPIC'
14943 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
14944 # Instead, we relocate shared libraries at runtime.
14948 # Just because we use GCC doesn't mean we suddenly get shared libraries
14949 # on systems that don't support them.
14950 lt_prog_compiler_can_build_shared=no
14955 # QNX uses GNU C++, but need to define -shared option too, otherwise
14956 # it will coredump.
14957 lt_prog_compiler_pic='-fPIC -shared'
14961 if test -d /usr/nec; then
14962 lt_prog_compiler_pic=-Kconform_pic
14967 lt_prog_compiler_pic='-fPIC'
14971 case $cc_basename in
14972 nvcc*) # Cuda Compiler Driver 2.2
14973 lt_prog_compiler_wl='-Xlinker '
14974 lt_prog_compiler_pic='-Xcompiler -fPIC'
14978 # PORTME Check for flag to pass linker flags through the system compiler.
14981 lt_prog_compiler_wl='-Wl,'
14982 if test "$host_cpu" = ia64; then
14983 # AIX 5 now supports IA64 processor
14984 lt_prog_compiler_static='-Bstatic'
14986 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
14990 mingw* | cygwin* | pw32* | os2* | cegcc*)
14991 # This hack is so that the source file can tell whether it is being
14992 # built for inclusion in a dll (and should export symbols for example).
14993 lt_prog_compiler_pic='-DDLL_EXPORT'
14996 hpux9* | hpux10* | hpux11*)
14997 lt_prog_compiler_wl='-Wl,'
14998 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
14999 # not for PA HP-UX.
15005 lt_prog_compiler_pic='+Z'
15008 # Is there a better lt_prog_compiler_static that works with the bundled CC?
15009 lt_prog_compiler_static='${wl}-a ${wl}archive'
15012 irix5* | irix6* | nonstopux*)
15013 lt_prog_compiler_wl='-Wl,'
15014 # PIC (with -KPIC) is the default.
15015 lt_prog_compiler_static='-non_shared'
15018 linux* | k*bsd*-gnu | kopensolaris*-gnu)
15019 case $cc_basename in
15020 # old Intel for x86_64 which still supported -KPIC.
15022 lt_prog_compiler_wl='-Wl,'
15023 lt_prog_compiler_pic='-KPIC'
15024 lt_prog_compiler_static='-static'
15026 # icc used to be incompatible with GCC.
15027 # ICC 10 doesn't accept -KPIC any more.
15029 lt_prog_compiler_wl='-Wl,'
15030 lt_prog_compiler_pic='-fPIC'
15031 lt_prog_compiler_static='-static'
15033 # Lahey Fortran 8.1.
15035 lt_prog_compiler_wl='-Wl,'
15036 lt_prog_compiler_pic='--shared'
15037 lt_prog_compiler_static='--static'
15039 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
15040 # Portland Group compilers (*not* the Pentium gcc compiler,
15041 # which looks to be a dead project)
15042 lt_prog_compiler_wl='-Wl,'
15043 lt_prog_compiler_pic='-fpic'
15044 lt_prog_compiler_static='-Bstatic'
15047 lt_prog_compiler_wl='-Wl,'
15048 # All Alpha code is PIC.
15049 lt_prog_compiler_static='-non_shared'
15051 xl* | bgxl* | bgf* | mpixl*)
15052 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
15053 lt_prog_compiler_wl='-Wl,'
15054 lt_prog_compiler_pic='-qpic'
15055 lt_prog_compiler_static='-qstaticlink'
15058 case `$CC -V 2>&1 | sed 5q` in
15059 *Sun\ F* | *Sun*Fortran*)
15060 # Sun Fortran 8.3 passes all unrecognized flags to the linker
15061 lt_prog_compiler_pic='-KPIC'
15062 lt_prog_compiler_static='-Bstatic'
15063 lt_prog_compiler_wl=''
15067 lt_prog_compiler_pic='-KPIC'
15068 lt_prog_compiler_static='-Bstatic'
15069 lt_prog_compiler_wl='-Wl,'
15077 lt_prog_compiler_pic='-KPIC'
15078 lt_prog_compiler_static='-Bstatic'
15082 # QNX uses GNU C++, but need to define -shared option too, otherwise
15083 # it will coredump.
15084 lt_prog_compiler_pic='-fPIC -shared'
15087 osf3* | osf4* | osf5*)
15088 lt_prog_compiler_wl='-Wl,'
15089 # All OSF/1 code is PIC.
15090 lt_prog_compiler_static='-non_shared'
15094 lt_prog_compiler_static='-non_shared'
15098 lt_prog_compiler_pic='-KPIC'
15099 lt_prog_compiler_static='-Bstatic'
15100 case $cc_basename in
15101 f77* | f90* | f95*)
15102 lt_prog_compiler_wl='-Qoption ld ';;
15104 lt_prog_compiler_wl='-Wl,';;
15109 lt_prog_compiler_wl='-Qoption ld '
15110 lt_prog_compiler_pic='-PIC'
15111 lt_prog_compiler_static='-Bstatic'
15114 sysv4 | sysv4.2uw2* | sysv4.3*)
15115 lt_prog_compiler_wl='-Wl,'
15116 lt_prog_compiler_pic='-KPIC'
15117 lt_prog_compiler_static='-Bstatic'
15121 if test -d /usr/nec ;then
15122 lt_prog_compiler_pic='-Kconform_pic'
15123 lt_prog_compiler_static='-Bstatic'
15127 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
15128 lt_prog_compiler_wl='-Wl,'
15129 lt_prog_compiler_pic='-KPIC'
15130 lt_prog_compiler_static='-Bstatic'
15134 lt_prog_compiler_wl='-Wl,'
15135 lt_prog_compiler_can_build_shared=no
15139 lt_prog_compiler_pic='-pic'
15140 lt_prog_compiler_static='-Bstatic'
15144 lt_prog_compiler_can_build_shared=no
15150 # For platforms which do not support PIC, -DPIC is meaningless:
15152 lt_prog_compiler_pic=
15155 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
15158 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_prog_compiler_pic" >&5
15159 $as_echo "$lt_prog_compiler_pic" >&6; }
15167 # Check to make sure the PIC flag actually works.
15169 if test -n "$lt_prog_compiler_pic"; then
15170 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if $compiler PIC flag
$lt_prog_compiler_pic works
" >&5
15171 $as_echo_n "checking
if $compiler PIC flag
$lt_prog_compiler_pic works...
" >&6; }
15172 if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
15173 $as_echo_n "(cached
) " >&6
15175 lt_cv_prog_compiler_pic_works=no
15176 ac_outfile=conftest.$ac_objext
15177 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
15178 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
15179 # Insert the option either (1) after the last *FLAGS variable, or
15180 # (2) before a word containing "conftest.
", or (3) at the end.
15181 # Note that $ac_compile itself does not contain backslashes and begins
15182 # with a dollar sign (not a hyphen), so the echo should work correctly.
15183 # The option is referenced via a variable to avoid confusing sed.
15184 lt_compile=`echo "$ac_compile" | $SED \
15185 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
15186 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
15187 -e 's:$: $lt_compiler_flag:'`
15188 (eval echo "\"\
$as_me:$LINENO: $lt_compile\"" >&5)
15189 (eval "$lt_compile" 2>conftest.err)
15191 cat conftest.err >&5
15192 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
15193 if (exit $ac_status) && test -s "$ac_outfile"; then
15194 # The compiler can only warn and ignore the option if not recognized
15195 # So say no if there are warnings other than the usual output.
15196 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
15197 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
15198 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
15199 lt_cv_prog_compiler_pic_works=yes
15205 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_prog_compiler_pic_works" >&5
15206 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
15208 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
15209 case $lt_prog_compiler_pic in
15211 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
15214 lt_prog_compiler_pic=
15215 lt_prog_compiler_can_build_shared=no
15226 # Check to make sure the static flag actually works.
15228 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
15229 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if $compiler static flag
$lt_tmp_static_flag works
" >&5
15230 $as_echo_n "checking
if $compiler static flag
$lt_tmp_static_flag works...
" >&6; }
15231 if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
15232 $as_echo_n "(cached
) " >&6
15234 lt_cv_prog_compiler_static_works=no
15235 save_LDFLAGS="$LDFLAGS"
15236 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
15237 echo "$lt_simple_link_test_code" > conftest.$ac_ext
15238 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
15239 # The linker can only warn and ignore the option if not recognized
15240 # So say no if there are warnings
15241 if test -s conftest.err; then
15242 # Append any errors to the config.log.
15243 cat conftest.err 1>&5
15244 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
15245 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
15246 if diff conftest.exp conftest.er2 >/dev/null; then
15247 lt_cv_prog_compiler_static_works=yes
15250 lt_cv_prog_compiler_static_works=yes
15254 LDFLAGS="$save_LDFLAGS"
15257 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_prog_compiler_static_works" >&5
15258 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
15260 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
15263 lt_prog_compiler_static=
15272 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if $compiler supports
-c -o file.
$ac_objext" >&5
15273 $as_echo_n "checking
if $compiler supports
-c -o file.
$ac_objext...
" >&6; }
15274 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
15275 $as_echo_n "(cached
) " >&6
15277 lt_cv_prog_compiler_c_o=no
15278 $RM -r conftest 2>/dev/null
15282 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
15284 lt_compiler_flag="-o out
/conftest2.
$ac_objext"
15285 # Insert the option either (1) after the last *FLAGS variable, or
15286 # (2) before a word containing "conftest.
", or (3) at the end.
15287 # Note that $ac_compile itself does not contain backslashes and begins
15288 # with a dollar sign (not a hyphen), so the echo should work correctly.
15289 lt_compile=`echo "$ac_compile" | $SED \
15290 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
15291 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
15292 -e 's:$: $lt_compiler_flag:'`
15293 (eval echo "\"\
$as_me:$LINENO: $lt_compile\"" >&5)
15294 (eval "$lt_compile" 2>out/conftest.err)
15296 cat out/conftest.err >&5
15297 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
15298 if (exit $ac_status) && test -s out/conftest2.$ac_objext
15300 # The compiler can only warn and ignore the option if not recognized
15301 # So say no if there are warnings
15302 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
15303 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
15304 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
15305 lt_cv_prog_compiler_c_o=yes
15310 # SGI C++ compiler will create directory out/ii_files/ for
15311 # template instantiation
15312 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
15313 $RM out/* && rmdir out
15319 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_prog_compiler_c_o" >&5
15320 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
15327 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if $compiler supports
-c -o file.
$ac_objext" >&5
15328 $as_echo_n "checking
if $compiler supports
-c -o file.
$ac_objext...
" >&6; }
15329 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
15330 $as_echo_n "(cached
) " >&6
15332 lt_cv_prog_compiler_c_o=no
15333 $RM -r conftest 2>/dev/null
15337 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
15339 lt_compiler_flag="-o out
/conftest2.
$ac_objext"
15340 # Insert the option either (1) after the last *FLAGS variable, or
15341 # (2) before a word containing "conftest.
", or (3) at the end.
15342 # Note that $ac_compile itself does not contain backslashes and begins
15343 # with a dollar sign (not a hyphen), so the echo should work correctly.
15344 lt_compile=`echo "$ac_compile" | $SED \
15345 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
15346 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
15347 -e 's:$: $lt_compiler_flag:'`
15348 (eval echo "\"\
$as_me:$LINENO: $lt_compile\"" >&5)
15349 (eval "$lt_compile" 2>out/conftest.err)
15351 cat out/conftest.err >&5
15352 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
15353 if (exit $ac_status) && test -s out/conftest2.$ac_objext
15355 # The compiler can only warn and ignore the option if not recognized
15356 # So say no if there are warnings
15357 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
15358 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
15359 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
15360 lt_cv_prog_compiler_c_o=yes
15365 # SGI C++ compiler will create directory out/ii_files/ for
15366 # template instantiation
15367 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
15368 $RM out/* && rmdir out
15374 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_prog_compiler_c_o" >&5
15375 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
15380 hard_links="nottested
"
15381 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
15382 # do not overwrite the value of need_locks provided by the user
15383 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if we can lock with hard links
" >&5
15384 $as_echo_n "checking
if we can lock with hard links...
" >&6; }
15387 ln conftest.a conftest.b 2>/dev/null && hard_links=no
15389 ln conftest.a conftest.b 2>&5 || hard_links=no
15390 ln conftest.a conftest.b 2>/dev/null && hard_links=no
15391 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $hard_links" >&5
15392 $as_echo "$hard_links" >&6; }
15393 if test "$hard_links" = no; then
15394 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: \
`$CC' does not support \`-c -o', so \`make -j' may be unsafe
" >&5
15395 $as_echo "$as_me: WARNING
: \
`$CC' does not support \`-c -o', so \`make -j' may be unsafe
" >&2;}
15407 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the
$compiler linker
($LD) supports shared libraries
" >&5
15408 $as_echo_n "checking whether the
$compiler linker
($LD) supports shared libraries...
" >&6; }
15411 allow_undefined_flag=
15412 always_export_symbols=no
15414 archive_expsym_cmds=
15415 compiler_needs_object=no
15416 enable_shared_with_static_runtimes=no
15417 export_dynamic_flag_spec=
15418 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
15419 hardcode_automatic=no
15421 hardcode_direct_absolute=no
15422 hardcode_libdir_flag_spec=
15423 hardcode_libdir_flag_spec_ld=
15424 hardcode_libdir_separator=
15425 hardcode_minus_L=no
15426 hardcode_shlibpath_var=unsupported
15428 link_all_deplibs=unknown
15430 module_expsym_cmds=
15431 old_archive_from_new_cmds=
15432 old_archive_from_expsyms_cmds=
15433 thread_safe_flag_spec=
15434 whole_archive_flag_spec=
15435 # include_expsyms should be a list of space-separated symbols to be *always*
15436 # included in the symbol list
15438 # exclude_expsyms can be an extended regexp of symbols to exclude
15439 # it will be wrapped by ` (' and `)$', so one must not match beginning or
15440 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
15441 # as well as any symbol that contains `d'.
15442 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
15443 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
15444 # platforms (ab)use it in PIC code, but their linkers get confused if
15445 # the symbol is explicitly referenced. Since portable code cannot
15446 # rely on this symbol name, it's probably fine to never include it in
15447 # preloaded symbol tables.
15448 # Exclude shared library initialization/finalization symbols.
15449 extract_expsyms_cmds=
15452 cygwin* | mingw* | pw32* | cegcc*)
15453 # FIXME: the MSVC++ port hasn't been tested in a loooong time
15454 # When not using gcc, we currently assume that we are using
15455 # Microsoft Visual C++.
15456 if test "$GCC" != yes; then
15461 # we just hope/assume this is gcc and not c89 (= MSVC++)
15471 # On some targets, GNU ld is compatible enough with the native linker
15472 # that we're better off using the native interface for both.
15473 lt_use_gnu_ld_interface=no
15474 if test "$with_gnu_ld" = yes; then
15477 # The AIX port of GNU ld has always aspired to compatibility
15478 # with the native linker. However, as the warning in the GNU ld
15479 # block says, versions before 2.19.5* couldn't really create working
15480 # shared libraries, regardless of the interface used.
15481 case `$LD -v 2>&1` in
15482 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
15483 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
15484 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
15486 lt_use_gnu_ld_interface=yes
15491 lt_use_gnu_ld_interface=yes
15496 if test "$lt_use_gnu_ld_interface" = yes; then
15497 # If archive_cmds runs LD, not CC, wlarc should be empty
15500 # Set some defaults for GNU ld with shared library support. These
15501 # are reset later if shared libraries are not supported. Putting them
15502 # here allows them to be overridden if necessary.
15503 runpath_var=LD_RUN_PATH
15504 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
15505 export_dynamic_flag_spec='${wl}--export-dynamic'
15506 # ancient GNU ld didn't support --whole-archive et. al.
15507 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
15508 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
15510 whole_archive_flag_spec=
15512 supports_anon_versioning=no
15513 case `$LD -v 2>&1` in
15514 *GNU\ gold*) supports_anon_versioning=yes ;;
15515 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
15516 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
15517 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
15518 *\ 2.11.*) ;; # other 2.11 versions
15519 *) supports_anon_versioning=yes ;;
15522 # See if GNU ld supports shared libraries.
15525 # On AIX/PPC, the GNU linker is very broken
15526 if test "$host_cpu" != ia64; then
15530 *** Warning: the GNU linker, at least up to release 2.19, is reported
15531 *** to be unable to reliably create shared libraries on AIX.
15532 *** Therefore, libtool is disabling shared libraries support. If you
15533 *** really care for shared libraries, you may want to install binutils
15534 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
15535 *** You will then need to restart the configuration process.
15544 # see comment about AmigaOS4 .so support
15545 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
15546 archive_expsym_cmds=''
15549 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)'
15550 hardcode_libdir_flag_spec
='-L$libdir'
15551 hardcode_minus_L
=yes
15557 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
15558 allow_undefined_flag
=unsupported
15559 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
15560 # support --undefined. This deserves some investigation. FIXME
15561 archive_cmds
='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
15567 cygwin
* | mingw
* | pw32
* | cegcc
*)
15568 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
15569 # as there is no search path for DLLs.
15570 hardcode_libdir_flag_spec
='-L$libdir'
15571 export_dynamic_flag_spec
='${wl}--export-all-symbols'
15572 allow_undefined_flag
=unsupported
15573 always_export_symbols
=no
15574 enable_shared_with_static_runtimes
=yes
15575 export_symbols_cmds
='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
15577 if $LD --help 2>&1 |
$GREP 'auto-import' > /dev
/null
; then
15578 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
15579 # If the export-symbols file already is a .def file (1st line
15580 # is EXPORTS), use it as is; otherwise, prepend...
15581 archive_expsym_cmds
='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
15582 cp $export_symbols $output_objdir/$soname.def;
15584 echo EXPORTS > $output_objdir/$soname.def;
15585 cat $export_symbols >> $output_objdir/$soname.def;
15587 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
15594 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
15595 link_all_deplibs
=yes
15600 hardcode_shlibpath_var
=no
15601 hardcode_libdir_flag_spec
='${wl}-rpath,$libdir'
15602 export_dynamic_flag_spec
='${wl}-E'
15603 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
15604 # Instead, shared libraries are loaded at an image base (0x10000000 by
15605 # default) and relocated if they conflict, which is a slow very memory
15606 # consuming and fragmenting process. To avoid this, we pick a random,
15607 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
15608 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
15609 archive_cmds
='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
15610 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'
15613 gnu
* | linux
* | tpf
* | k
*bsd
*-gnu | kopensolaris
*-gnu)
15615 if test "$host_os" = linux-dietlibc
; then
15616 case $cc_basename in
15617 diet\
*) tmp_diet
=yes;; # linux-dietlibc with static linking (!diet-dyn)
15620 if $LD --help 2>&1 |
$EGREP ': supported targets:.* elf' > /dev
/null \
15621 && test "$tmp_diet" = no
15624 tmp_sharedflag
='-shared'
15625 case $cc_basename,$host_cpu in
15626 pgcc
*) # Portland Group C compiler
15627 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'
15628 tmp_addflag
=' $pic_flag'
15630 pgf77
* | pgf90
* | pgf95
* | pgfortran
*)
15631 # Portland Group f77 and f90 compilers
15632 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'
15633 tmp_addflag
=' $pic_flag -Mnomain' ;;
15634 ecc
*,ia64
* | icc
*,ia64
*) # Intel C compiler on ia64
15635 tmp_addflag
=' -i_dynamic' ;;
15636 efc
*,ia64
* | ifort
*,ia64
*) # Intel Fortran compiler on ia64
15637 tmp_addflag
=' -i_dynamic -nofor_main' ;;
15638 ifc
* | ifort
*) # Intel Fortran compiler
15639 tmp_addflag
=' -nofor_main' ;;
15640 lf95
*) # Lahey Fortran 8.1
15641 whole_archive_flag_spec
=
15642 tmp_sharedflag
='--shared' ;;
15643 xl
[cC
]* | bgxl
[cC
]* | mpixl
[cC
]*) # IBM XL C 8.0 on PPC (deal with xlf below)
15644 tmp_sharedflag
='-qmkshrobj'
15646 nvcc
*) # Cuda Compiler Driver 2.2
15647 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'
15648 compiler_needs_object
=yes
15651 case `$CC -V 2>&1 | sed 5q` in
15652 *Sun\ C
*) # Sun C 5.9
15653 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'
15654 compiler_needs_object
=yes
15655 tmp_sharedflag
='-G' ;;
15656 *Sun\ F
*) # Sun Fortran 8.3
15657 tmp_sharedflag
='-G' ;;
15659 archive_cmds
='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
15661 if test "x$supports_anon_versioning" = xyes
; then
15662 archive_expsym_cmds
='echo "{ global:" > $output_objdir/$libname.ver~
15663 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
15664 echo "local: *; };" >> $output_objdir/$libname.ver~
15665 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
15668 case $cc_basename in
15669 xlf
* | bgf
* | bgxlf
* | mpixlf
*)
15670 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
15671 whole_archive_flag_spec
='--whole-archive$convenience --no-whole-archive'
15672 hardcode_libdir_flag_spec
=
15673 hardcode_libdir_flag_spec_ld
='-rpath $libdir'
15674 archive_cmds
='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
15675 if test "x$supports_anon_versioning" = xyes
; then
15676 archive_expsym_cmds
='echo "{ global:" > $output_objdir/$libname.ver~
15677 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
15678 echo "local: *; };" >> $output_objdir/$libname.ver~
15679 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
15689 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
15690 archive_cmds
='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
15693 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
15694 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
15699 if $LD -v 2>&1 |
$GREP 'BFD 2\.8' > /dev
/null
; then
15703 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
15704 *** create shared libraries on Solaris systems. Therefore, libtool
15705 *** is disabling shared libraries support. We urge you to upgrade GNU
15706 *** binutils to release 2.9.1 or newer. Another option is to modify
15707 *** your PATH or compiler configuration so that the native linker is
15708 *** used, and then restart.
15711 elif $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
15712 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
15713 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
15719 sysv5
* | sco3.2v5
* | sco5v6
* | unixware
* | OpenUNIX
*)
15720 case `$LD -v 2>&1` in
15721 *\
[01].
* |
*\
2.
[0-9].
* |
*\
2.1[0-5].
*)
15725 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
15726 *** reliably create shared libraries on SCO systems. Therefore, libtool
15727 *** is disabling shared libraries support. We urge you to upgrade GNU
15728 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
15729 *** your PATH or compiler configuration so that the native linker is
15730 *** used, and then restart.
15735 # For security reasons, it is highly recommended that you always
15736 # use absolute paths for naming shared libraries, and exclude the
15737 # DT_RUNPATH tag from executables and libraries. But doing so
15738 # requires that you compile everything twice, which is a pain.
15739 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
15740 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
15741 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
15742 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
15751 archive_cmds
='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
15753 hardcode_direct
=yes
15754 hardcode_shlibpath_var
=no
15758 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
15759 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
15760 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
15767 if test "$ld_shlibs" = no
; then
15769 hardcode_libdir_flag_spec
=
15770 export_dynamic_flag_spec
=
15771 whole_archive_flag_spec
=
15774 # PORTME fill in a description of your system's linker (not GNU ld)
15777 allow_undefined_flag
=unsupported
15778 always_export_symbols
=yes
15779 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'
15780 # Note: this linker hardcodes the directories in LIBPATH if there
15781 # are no directories specified by -L.
15782 hardcode_minus_L
=yes
15783 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
15784 # Neither direct hardcoding nor static linking is supported with a
15786 hardcode_direct
=unsupported
15791 if test "$host_cpu" = ia64
; then
15792 # On IA64, the linker does run time linking by default, so we don't
15793 # have to do anything special.
15794 aix_use_runtimelinking
=no
15795 exp_sym_flag
='-Bexport'
15798 # If we're using GNU nm, then we don't want the "-C" option.
15799 # -C means demangle to AIX nm, but means don't demangle with GNU nm
15800 # Also, AIX nm treats weak defined symbols like other global
15801 # defined symbols, whereas GNU nm marks them as "W".
15802 if $NM -V 2>&1 |
$GREP 'GNU' > /dev
/null
; then
15803 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'
15805 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'
15807 aix_use_runtimelinking
=no
15809 # Test if we are trying to use run time linking or normal
15810 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
15811 # need to do runtime linking.
15812 case $host_os in aix4.
[23]|aix4.
[23].
*|aix
[5-9]*)
15813 for ld_flag
in $LDFLAGS; do
15814 if (test $ld_flag = "-brtl" ||
test $ld_flag = "-Wl,-brtl"); then
15815 aix_use_runtimelinking
=yes
15822 exp_sym_flag
='-bexport'
15823 no_entry_flag
='-bnoentry'
15826 # When large executables or shared objects are built, AIX ld can
15827 # have problems creating the table of contents. If linking a library
15828 # or program results in "error TOC overflow" add -mminimal-toc to
15829 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
15830 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
15833 hardcode_direct
=yes
15834 hardcode_direct_absolute
=yes
15835 hardcode_libdir_separator
=':'
15836 link_all_deplibs
=yes
15837 file_list_spec
='${wl}-f,'
15839 if test "$GCC" = yes; then
15840 case $host_os in aix4.
[012]|aix4.
[012].
*)
15841 # We only want to do this on AIX 4.2 and lower, the check
15842 # below for broken collect2 doesn't work under 4.3+
15843 collect2name
=`${CC} -print-prog-name=collect2`
15844 if test -f "$collect2name" &&
15845 strings "$collect2name" |
$GREP resolve_lib_name
>/dev
/null
15847 # We have reworked collect2
15850 # We have old collect2
15851 hardcode_direct
=unsupported
15852 # It fails to find uninstalled libraries when the uninstalled
15853 # path is not listed in the libpath. Setting hardcode_minus_L
15854 # to unsupported forces relinking
15855 hardcode_minus_L
=yes
15856 hardcode_libdir_flag_spec
='-L$libdir'
15857 hardcode_libdir_separator
=
15861 shared_flag
='-shared'
15862 if test "$aix_use_runtimelinking" = yes; then
15863 shared_flag
="$shared_flag "'${wl}-G'
15867 if test "$host_cpu" = ia64
; then
15868 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
15869 # chokes on -Wl,-G. The following line is correct:
15872 if test "$aix_use_runtimelinking" = yes; then
15873 shared_flag
='${wl}-G'
15875 shared_flag
='${wl}-bM:SRE'
15880 export_dynamic_flag_spec
='${wl}-bexpall'
15881 # It seems that -bexpall does not export symbols beginning with
15882 # underscore (_), so it is better to generate a list of symbols to export.
15883 always_export_symbols
=yes
15884 if test "$aix_use_runtimelinking" = yes; then
15885 # Warning - without using the other runtime loading flags (-brtl),
15886 # -berok will link without error, but may produce a broken library.
15887 allow_undefined_flag
='-berok'
15888 # Determine the default libpath from the value encoded in an
15889 # empty executable.
15890 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15891 /* end confdefs.h. */
15901 if ac_fn_c_try_link
"$LINENO"; then :
15903 lt_aix_libpath_sed
='
15904 /Import File Strings/,/^$/ {
15910 aix_libpath
=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
15911 # Check for a 64-bit object if we didn't find anything.
15912 if test -z "$aix_libpath"; then
15913 aix_libpath
=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
15916 rm -f core conftest.err conftest.
$ac_objext \
15917 conftest
$ac_exeext conftest.
$ac_ext
15918 if test -z "$aix_libpath"; then aix_libpath
="/usr/lib:/lib"; fi
15920 hardcode_libdir_flag_spec
='${wl}-blibpath:$libdir:'"$aix_libpath"
15921 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"
15923 if test "$host_cpu" = ia64
; then
15924 hardcode_libdir_flag_spec
='${wl}-R $libdir:/usr/lib:/lib'
15925 allow_undefined_flag
="-z nodefs"
15926 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"
15928 # Determine the default libpath from the value encoded in an
15929 # empty executable.
15930 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15931 /* end confdefs.h. */
15941 if ac_fn_c_try_link
"$LINENO"; then :
15943 lt_aix_libpath_sed
='
15944 /Import File Strings/,/^$/ {
15950 aix_libpath
=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
15951 # Check for a 64-bit object if we didn't find anything.
15952 if test -z "$aix_libpath"; then
15953 aix_libpath
=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
15956 rm -f core conftest.err conftest.
$ac_objext \
15957 conftest
$ac_exeext conftest.
$ac_ext
15958 if test -z "$aix_libpath"; then aix_libpath
="/usr/lib:/lib"; fi
15960 hardcode_libdir_flag_spec
='${wl}-blibpath:$libdir:'"$aix_libpath"
15961 # Warning - without using the other run time loading flags,
15962 # -berok will link without error, but may produce a broken library.
15963 no_undefined_flag
=' ${wl}-bernotok'
15964 allow_undefined_flag
=' ${wl}-berok'
15965 if test "$with_gnu_ld" = yes; then
15966 # We only use this code for GNU lds that support --whole-archive.
15967 whole_archive_flag_spec
='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
15969 # Exported symbols can be pulled into shared objects from archives
15970 whole_archive_flag_spec
='$convenience'
15972 archive_cmds_need_lc
=yes
15973 # This is similar to how AIX traditionally builds its shared libraries.
15974 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'
15982 # see comment about AmigaOS4 .so support
15983 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
15984 archive_expsym_cmds
=''
15987 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)'
15988 hardcode_libdir_flag_spec
='-L$libdir'
15989 hardcode_minus_L
=yes
15995 export_dynamic_flag_spec
=-rdynamic
15998 cygwin
* | mingw
* | pw32
* | cegcc
*)
15999 # When not using gcc, we currently assume that we are using
16000 # Microsoft Visual C++.
16001 # hardcode_libdir_flag_spec is actually meaningless, as there is
16002 # no search path for DLLs.
16003 hardcode_libdir_flag_spec
=' '
16004 allow_undefined_flag
=unsupported
16005 # Tell ltmain to make .lib files, not .a files.
16007 # Tell ltmain to make .dll files, not .so files.
16009 # FIXME: Setting linknames here is a bad hack.
16010 archive_cmds
='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
16011 # The linker will automatically build a .lib file if we build a DLL.
16012 old_archive_from_new_cmds
='true'
16013 # FIXME: Should let the user specify the lib program.
16014 old_archive_cmds
='lib -OUT:$oldlib$oldobjs$old_deplibs'
16015 fix_srcfile_path
='`cygpath -w "$srcfile"`'
16016 enable_shared_with_static_runtimes
=yes
16019 darwin
* | rhapsody
*)
16022 archive_cmds_need_lc
=no
16024 hardcode_automatic
=yes
16025 hardcode_shlibpath_var
=unsupported
16026 if test "$lt_cv_ld_force_load" = "yes"; then
16027 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\"`'
16029 whole_archive_flag_spec
=''
16031 link_all_deplibs
=yes
16032 allow_undefined_flag
="$_lt_dar_allow_undefined"
16033 case $cc_basename in
16034 ifort
*) _lt_dar_can_shared
=yes ;;
16035 *) _lt_dar_can_shared
=$GCC ;;
16037 if test "$_lt_dar_can_shared" = "yes"; then
16038 output_verbose_link_cmd
=func_echo_all
16039 archive_cmds
="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
16040 module_cmds
="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
16041 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}"
16042 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}"
16051 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
16052 hardcode_libdir_flag_spec
='-L$libdir'
16053 hardcode_shlibpath_var
=no
16056 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
16057 # support. Future versions do this automatically, but an explicit c++rt0.o
16058 # does not break anything, and helps significantly (at the cost of a little
16061 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
16062 hardcode_libdir_flag_spec
='-R$libdir'
16063 hardcode_direct
=yes
16064 hardcode_shlibpath_var
=no
16067 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
16069 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
16070 hardcode_direct
=yes
16071 hardcode_minus_L
=yes
16072 hardcode_shlibpath_var
=no
16075 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
16076 freebsd
* | dragonfly
*)
16077 archive_cmds
='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
16078 hardcode_libdir_flag_spec
='-R$libdir'
16079 hardcode_direct
=yes
16080 hardcode_shlibpath_var
=no
16084 if test "$GCC" = yes; then
16085 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'
16087 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'
16089 hardcode_libdir_flag_spec
='${wl}+b ${wl}$libdir'
16090 hardcode_libdir_separator
=:
16091 hardcode_direct
=yes
16093 # hardcode_minus_L: Not really in the search PATH,
16094 # but as the default location of the library.
16095 hardcode_minus_L
=yes
16096 export_dynamic_flag_spec
='${wl}-E'
16100 if test "$GCC" = yes && test "$with_gnu_ld" = no
; then
16101 archive_cmds
='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
16103 archive_cmds
='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
16105 if test "$with_gnu_ld" = no
; then
16106 hardcode_libdir_flag_spec
='${wl}+b ${wl}$libdir'
16107 hardcode_libdir_flag_spec_ld
='+b $libdir'
16108 hardcode_libdir_separator
=:
16109 hardcode_direct
=yes
16110 hardcode_direct_absolute
=yes
16111 export_dynamic_flag_spec
='${wl}-E'
16112 # hardcode_minus_L: Not really in the search PATH,
16113 # but as the default location of the library.
16114 hardcode_minus_L
=yes
16119 if test "$GCC" = yes && test "$with_gnu_ld" = no
; then
16122 archive_cmds
='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
16125 archive_cmds
='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
16128 archive_cmds
='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
16134 archive_cmds
='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
16137 archive_cmds
='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
16141 # Older versions of the 11.00 compiler do not understand -b yet
16142 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
16143 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
16144 $as_echo_n "checking if $CC understands -b... " >&6; }
16145 if test "${lt_cv_prog_compiler__b+set}" = set; then :
16146 $as_echo_n "(cached) " >&6
16148 lt_cv_prog_compiler__b
=no
16149 save_LDFLAGS
="$LDFLAGS"
16150 LDFLAGS
="$LDFLAGS -b"
16151 echo "$lt_simple_link_test_code" > conftest.
$ac_ext
16152 if (eval $ac_link 2>conftest.err
) && test -s conftest
$ac_exeext; then
16153 # The linker can only warn and ignore the option if not recognized
16154 # So say no if there are warnings
16155 if test -s conftest.err
; then
16156 # Append any errors to the config.log.
16157 cat conftest.err
1>&5
16158 $ECHO "$_lt_linker_boilerplate" |
$SED '/^$/d' > conftest.exp
16159 $SED '/^$/d; /^ *+/d' conftest.err
>conftest.er2
16160 if diff conftest.exp conftest.er2
>/dev
/null
; then
16161 lt_cv_prog_compiler__b
=yes
16164 lt_cv_prog_compiler__b
=yes
16168 LDFLAGS
="$save_LDFLAGS"
16171 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
16172 $as_echo "$lt_cv_prog_compiler__b" >&6; }
16174 if test x
"$lt_cv_prog_compiler__b" = xyes
; then
16175 archive_cmds
='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
16177 archive_cmds
='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
16183 if test "$with_gnu_ld" = no
; then
16184 hardcode_libdir_flag_spec
='${wl}+b ${wl}$libdir'
16185 hardcode_libdir_separator
=:
16190 hardcode_shlibpath_var
=no
16193 hardcode_direct
=yes
16194 hardcode_direct_absolute
=yes
16195 export_dynamic_flag_spec
='${wl}-E'
16197 # hardcode_minus_L: Not really in the search PATH,
16198 # but as the default location of the library.
16199 hardcode_minus_L
=yes
16205 irix5
* | irix6
* | nonstopux
*)
16206 if test "$GCC" = yes; then
16207 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'
16208 # Try to use the -exported_symbol ld option, if it does not
16209 # work, assume that -exports_file does not work either and
16210 # implicitly export all symbols.
16211 save_LDFLAGS
="$LDFLAGS"
16212 LDFLAGS
="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
16213 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16214 /* end confdefs.h. */
16217 if ac_fn_c_try_link
"$LINENO"; then :
16218 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'
16221 rm -f core conftest.err conftest.
$ac_objext \
16222 conftest
$ac_exeext conftest.
$ac_ext
16223 LDFLAGS
="$save_LDFLAGS"
16225 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'
16226 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'
16228 archive_cmds_need_lc
='no'
16229 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
16230 hardcode_libdir_separator
=:
16232 link_all_deplibs
=yes
16236 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
16237 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
16239 archive_cmds
='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
16241 hardcode_libdir_flag_spec
='-R$libdir'
16242 hardcode_direct
=yes
16243 hardcode_shlibpath_var
=no
16247 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
16248 hardcode_direct
=yes
16249 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
16250 hardcode_libdir_separator
=:
16251 hardcode_shlibpath_var
=no
16258 if test -f /usr
/libexec
/ld.so
; then
16259 hardcode_direct
=yes
16260 hardcode_shlibpath_var
=no
16261 hardcode_direct_absolute
=yes
16262 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" ||
test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
16263 archive_cmds
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
16264 archive_expsym_cmds
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
16265 hardcode_libdir_flag_spec
='${wl}-rpath,$libdir'
16266 export_dynamic_flag_spec
='${wl}-E'
16269 openbsd
[01].
* | openbsd2.
[0-7] | openbsd2.
[0-7].
*)
16270 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
16271 hardcode_libdir_flag_spec
='-R$libdir'
16274 archive_cmds
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
16275 hardcode_libdir_flag_spec
='${wl}-rpath,$libdir'
16285 hardcode_libdir_flag_spec
='-L$libdir'
16286 hardcode_minus_L
=yes
16287 allow_undefined_flag
=unsupported
16288 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'
16289 old_archive_from_new_cmds
='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
16293 if test "$GCC" = yes; then
16294 allow_undefined_flag
=' ${wl}-expect_unresolved ${wl}\*'
16295 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'
16297 allow_undefined_flag
=' -expect_unresolved \*'
16298 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'
16300 archive_cmds_need_lc
='no'
16301 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
16302 hardcode_libdir_separator
=:
16305 osf4
* | osf5
*) # as osf3* with the addition of -msym flag
16306 if test "$GCC" = yes; then
16307 allow_undefined_flag
=' ${wl}-expect_unresolved ${wl}\*'
16308 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'
16309 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
16311 allow_undefined_flag
=' -expect_unresolved \*'
16312 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'
16313 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~
16314 $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'
16316 # Both c and cxx compiler support -rpath directly
16317 hardcode_libdir_flag_spec
='-rpath $libdir'
16319 archive_cmds_need_lc
='no'
16320 hardcode_libdir_separator
=:
16324 no_undefined_flag
=' -z defs'
16325 if test "$GCC" = yes; then
16327 archive_cmds
='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
16328 archive_expsym_cmds
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
16329 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
16331 case `$CC -V 2>&1` in
16334 archive_cmds
='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
16335 archive_expsym_cmds
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
16336 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
16340 archive_cmds
='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
16341 archive_expsym_cmds
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
16342 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
16346 hardcode_libdir_flag_spec
='-R$libdir'
16347 hardcode_shlibpath_var
=no
16349 solaris2.
[0-5] | solaris2.
[0-5].
*) ;;
16351 # The compiler driver will combine and reorder linker options,
16352 # but understands `-z linker_flag'. GCC discards it without `$wl',
16353 # but is careful enough not to reorder.
16354 # Supported since Solaris 2.6 (maybe 2.5.1?)
16355 if test "$GCC" = yes; then
16356 whole_archive_flag_spec
='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
16358 whole_archive_flag_spec
='-z allextract$convenience -z defaultextract'
16362 link_all_deplibs
=yes
16366 if test "x$host_vendor" = xsequent
; then
16367 # Use $CC to link under sequent, because it throws in some extra .o
16368 # files that make .init and .fini sections work.
16369 archive_cmds
='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
16371 archive_cmds
='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
16373 hardcode_libdir_flag_spec
='-L$libdir'
16374 hardcode_direct
=yes
16375 hardcode_minus_L
=yes
16376 hardcode_shlibpath_var
=no
16380 case $host_vendor in
16382 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
16383 hardcode_direct
=yes # is this really true???
16386 ## LD is ld it makes a PLAMLIB
16387 ## CC just makes a GrossModule.
16388 archive_cmds
='$LD -G -o $lib $libobjs $deplibs $linker_flags'
16389 reload_cmds
='$CC -r -o $output$reload_objs'
16393 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
16394 hardcode_direct
=no
#Motorola manual says yes, but my tests say they lie
16397 runpath_var
='LD_RUN_PATH'
16398 hardcode_shlibpath_var
=no
16402 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
16403 hardcode_shlibpath_var
=no
16404 export_dynamic_flag_spec
='-Bexport'
16408 if test -d /usr
/nec
; then
16409 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
16410 hardcode_shlibpath_var
=no
16411 runpath_var
=LD_RUN_PATH
16412 hardcode_runpath_var
=yes
16417 sysv4
*uw2
* | sysv5OpenUNIX
* | sysv5UnixWare7.
[01].
[10]* | unixware7
* | sco3.2v5.0.
[024]*)
16418 no_undefined_flag
='${wl}-z,text'
16419 archive_cmds_need_lc
=no
16420 hardcode_shlibpath_var
=no
16421 runpath_var
='LD_RUN_PATH'
16423 if test "$GCC" = yes; then
16424 archive_cmds
='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
16425 archive_expsym_cmds
='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
16427 archive_cmds
='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
16428 archive_expsym_cmds
='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
16432 sysv5
* | sco3.2v5
* | sco5v6
*)
16433 # Note: We can NOT use -z defs as we might desire, because we do not
16434 # link with -lc, and that would cause any symbols used from libc to
16435 # always be unresolved, which means just about no library would
16436 # ever link correctly. If we're not using GNU ld we use -z text
16437 # though, which does catch some bad symbols but isn't as heavy-handed
16439 no_undefined_flag
='${wl}-z,text'
16440 allow_undefined_flag
='${wl}-z,nodefs'
16441 archive_cmds_need_lc
=no
16442 hardcode_shlibpath_var
=no
16443 hardcode_libdir_flag_spec
='${wl}-R,$libdir'
16444 hardcode_libdir_separator
=':'
16445 link_all_deplibs
=yes
16446 export_dynamic_flag_spec
='${wl}-Bexport'
16447 runpath_var
='LD_RUN_PATH'
16449 if test "$GCC" = yes; then
16450 archive_cmds
='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
16451 archive_expsym_cmds
='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
16453 archive_cmds
='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
16454 archive_expsym_cmds
='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
16459 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
16460 hardcode_libdir_flag_spec
='-L$libdir'
16461 hardcode_shlibpath_var
=no
16469 if test x
$host_vendor = xsni
; then
16471 sysv4 | sysv4.2uw2
* | sysv4.3
* | sysv5
*)
16472 export_dynamic_flag_spec
='${wl}-Blargedynsym'
16478 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
16479 $as_echo "$ld_shlibs" >&6; }
16480 test "$ld_shlibs" = no
&& can_build_shared
=no
16482 with_gnu_ld
=$with_gnu_ld
16499 # Do we need to explicitly link libc?
16501 case "x$archive_cmds_need_lc" in
16503 # Assume -lc should be added
16504 archive_cmds_need_lc
=yes
16506 if test "$enable_shared" = yes && test "$GCC" = yes; then
16507 case $archive_cmds in
16509 # FIXME: we may have to deal with multi-command sequences.
16512 # Test whether the compiler implicitly links with -lc since on some
16513 # systems, -lgcc has to come before -lc. If gcc already passes -lc
16514 # to ld, don't add -lc before -lgcc.
16515 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
16516 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
16517 if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
16518 $as_echo_n "(cached) " >&6
16521 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
16523 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
16524 (eval $ac_compile) 2>&5
16526 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16527 test $ac_status = 0; } 2>conftest.err
; then
16530 libobjs
=conftest.
$ac_objext
16532 wl
=$lt_prog_compiler_wl
16533 pic_flag
=$lt_prog_compiler_pic
16539 lt_save_allow_undefined_flag
=$allow_undefined_flag
16540 allow_undefined_flag
=
16541 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
16542 (eval $archive_cmds 2\
>\
&1 \|
$GREP \" -lc \" \
>/dev
/null
2\
>\
&1) 2>&5
16544 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16545 test $ac_status = 0; }
16547 lt_cv_archive_cmds_need_lc
=no
16549 lt_cv_archive_cmds_need_lc
=yes
16551 allow_undefined_flag
=$lt_save_allow_undefined_flag
16553 cat conftest.err
1>&5
16558 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
16559 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
16560 archive_cmds_need_lc
=$lt_cv_archive_cmds_need_lc
16723 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
16724 $as_echo_n "checking dynamic linker characteristics... " >&6; }
16726 if test "$GCC" = yes; then
16728 darwin
*) lt_awk_arg
="/^libraries:/,/LR/" ;;
16729 *) lt_awk_arg
="/^libraries:/" ;;
16732 mingw
* | cegcc
*) lt_sed_strip_eq
="s,=\([A-Za-z]:\),\1,g" ;;
16733 *) lt_sed_strip_eq
="s,=/,/,g" ;;
16735 lt_search_path_spec
=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
16736 case $lt_search_path_spec in
16738 # if the path contains ";" then we assume it to be the separator
16739 # otherwise default to the standard path separator (i.e. ":") - it is
16740 # assumed that no part of a normal pathname contains ";" but that should
16741 # okay in the real world where ";" in dirpaths is itself problematic.
16742 lt_search_path_spec
=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
16745 lt_search_path_spec
=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
16748 # Ok, now we have the path, separated by spaces, we can step through it
16749 # and add multilib dir if necessary.
16750 lt_tmp_lt_search_path_spec
=
16751 lt_multi_os_dir
=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
16752 for lt_sys_path
in $lt_search_path_spec; do
16753 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
16754 lt_tmp_lt_search_path_spec
="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
16756 test -d "$lt_sys_path" && \
16757 lt_tmp_lt_search_path_spec
="$lt_tmp_lt_search_path_spec $lt_sys_path"
16760 lt_search_path_spec
=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
16761 BEGIN {RS=" "; FS="/|\n";} {
16764 for (lt_i = NF; lt_i > 0; lt_i--) {
16765 if ($lt_i != "" && $lt_i != ".") {
16766 if ($lt_i == "..") {
16769 if (lt_count == 0) {
16770 lt_foo="/" $lt_i lt_foo;
16777 if (lt_foo != "") { lt_freq[lt_foo]++; }
16778 if (lt_freq[lt_foo] == 1) { print lt_foo; }
16780 # AWK program above erroneously prepends '/' to C:/dos/paths
16783 mingw
* | cegcc
*) lt_search_path_spec
=`$ECHO "$lt_search_path_spec" |\
16784 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
16786 sys_lib_search_path_spec
=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
16788 sys_lib_search_path_spec
="/lib /usr/lib /usr/local/lib"
16790 library_names_spec
=
16791 libname_spec
='lib$name'
16795 postuninstall_cmds
=
16799 shlibpath_overrides_runpath
=unknown
16801 dynamic_linker
="$host_os ld.so"
16802 sys_lib_dlsearch_path_spec
="/lib /usr/lib"
16803 need_lib_prefix
=unknown
16804 hardcode_into_libs
=no
16806 # when you set need_version to no, make sure it does not cause -set_version
16807 # flags to be left without arguments
16808 need_version
=unknown
16813 library_names_spec
='${libname}${release}${shared_ext}$versuffix $libname.a'
16814 shlibpath_var
=LIBPATH
16816 # AIX 3 has no versioning support, so we append a major version to the name.
16817 soname_spec
='${libname}${release}${shared_ext}$major'
16824 hardcode_into_libs
=yes
16825 if test "$host_cpu" = ia64
; then
16826 # AIX 5 supports IA64
16827 library_names_spec
='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
16828 shlibpath_var
=LD_LIBRARY_PATH
16830 # With GCC up to 2.95.x, collect2 would create an import file
16831 # for dependence libraries. The import file would start with
16832 # the line `#! .'. This would cause the generated library to
16833 # depend on `.', always an invalid library. This was fixed in
16834 # development snapshots of GCC prior to 3.0.
16836 aix4 | aix4.
[01] | aix4.
[01].
*)
16837 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
16839 echo '#endif'; } |
${CC} -E - |
$GREP yes > /dev
/null
; then
16842 can_build_shared
=no
16846 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
16847 # soname into executable. Probably we can add versioning support to
16848 # collect2, so additional links can be useful in future.
16849 if test "$aix_use_runtimelinking" = yes; then
16850 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
16851 # instead of lib<name>.a to let people know that these are not
16852 # typical AIX shared libraries.
16853 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
16855 # We preserve .a as extension for shared libraries through AIX4.2
16856 # and later when we are not doing run time linking.
16857 library_names_spec
='${libname}${release}.a $libname.a'
16858 soname_spec
='${libname}${release}${shared_ext}$major'
16860 shlibpath_var
=LIBPATH
16867 # Since July 2007 AmigaOS4 officially supports .so libraries.
16868 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
16869 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
16872 library_names_spec
='$libname.ixlibrary $libname.a'
16873 # Create ${libname}_ixlibrary.a entries in /sys/libs.
16874 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'
16880 library_names_spec
='${libname}${shared_ext}'
16881 dynamic_linker
="$host_os ld.so"
16882 shlibpath_var
=LIBRARY_PATH
16888 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
16889 soname_spec
='${libname}${release}${shared_ext}$major'
16890 finish_cmds
='PATH="\$PATH:/sbin" ldconfig $libdir'
16891 shlibpath_var
=LD_LIBRARY_PATH
16892 sys_lib_search_path_spec
="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
16893 sys_lib_dlsearch_path_spec
="/shlib /usr/lib /usr/local/lib"
16894 # the default ld.so.conf also contains /usr/contrib/lib and
16895 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
16896 # libtool to hard-code these into programs
16899 cygwin
* | mingw
* | pw32
* | cegcc
*)
16900 version_type
=windows
16905 case $GCC,$host_os in
16906 yes,cygwin
* |
yes,mingw
* |
yes,pw32
* |
yes,cegcc
*)
16907 library_names_spec
='$libname.dll.a'
16908 # DLL is installed to $(libdir)/../bin by postinstall_cmds
16909 postinstall_cmds
='base_file=`basename \${file}`~
16910 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
16911 dldir=$destdir/`dirname \$dlpath`~
16912 test -d \$dldir || mkdir -p \$dldir~
16913 $install_prog $dir/$dlname \$dldir/$dlname~
16914 chmod a+x \$dldir/$dlname~
16915 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
16916 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
16918 postuninstall_cmds
='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
16919 dlpath=$dir/\$dldll~
16921 shlibpath_overrides_runpath
=yes
16925 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
16926 soname_spec
='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
16928 sys_lib_search_path_spec
="$sys_lib_search_path_spec /usr/lib/w32api"
16931 # MinGW DLLs use traditional 'lib' prefix
16932 soname_spec
='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
16935 # pw32 DLLs use 'pw' prefix rather than 'lib'
16936 library_names_spec
='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
16942 library_names_spec
='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
16945 dynamic_linker
='Win32 ld.exe'
16946 # FIXME: first we should search . and the directory the executable is in
16950 darwin
* | rhapsody
*)
16951 dynamic_linker
="$host_os dyld"
16952 version_type
=darwin
16955 library_names_spec
='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
16956 soname_spec
='${libname}${release}${major}$shared_ext'
16957 shlibpath_overrides_runpath
=yes
16958 shlibpath_var
=DYLD_LIBRARY_PATH
16959 shrext_cmds
='`test .$module = .yes && echo .so || echo .dylib`'
16961 sys_lib_search_path_spec
="$sys_lib_search_path_spec /usr/local/lib"
16962 sys_lib_dlsearch_path_spec
='/usr/local/lib /lib /usr/lib'
16969 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
16970 soname_spec
='${libname}${release}${shared_ext}$major'
16971 shlibpath_var
=LD_LIBRARY_PATH
16974 freebsd
* | dragonfly
*)
16975 # DragonFly does not have aout. When/if they implement a new
16976 # versioning mechanism, adjust this.
16977 if test -x /usr
/bin
/objformat
; then
16978 objformat
=`/usr/bin/objformat`
16981 freebsd
[23].
*) objformat
=aout
;;
16982 *) objformat
=elf
;;
16985 version_type
=freebsd-
$objformat
16986 case $version_type in
16988 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
16993 library_names_spec
='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
16997 shlibpath_var
=LD_LIBRARY_PATH
17000 shlibpath_overrides_runpath
=yes
17002 freebsd3.
[01]* | freebsdelf3.
[01]*)
17003 shlibpath_overrides_runpath
=yes
17004 hardcode_into_libs
=yes
17006 freebsd3.
[2-9]* | freebsdelf3.
[2-9]* | \
17007 freebsd4.
[0-5] | freebsdelf4.
[0-5] | freebsd4.1
.1 | freebsdelf4.1
.1)
17008 shlibpath_overrides_runpath
=no
17009 hardcode_into_libs
=yes
17011 *) # from 4.6 on, and DragonFly
17012 shlibpath_overrides_runpath
=yes
17013 hardcode_into_libs
=yes
17022 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
17023 soname_spec
='${libname}${release}${shared_ext}$major'
17024 shlibpath_var
=LD_LIBRARY_PATH
17025 hardcode_into_libs
=yes
17032 dynamic_linker
="$host_os runtime_loader"
17033 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
17034 soname_spec
='${libname}${release}${shared_ext}$major'
17035 shlibpath_var
=LIBRARY_PATH
17036 shlibpath_overrides_runpath
=yes
17037 sys_lib_dlsearch_path_spec
='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
17038 hardcode_into_libs
=yes
17041 hpux9
* | hpux10
* | hpux11
*)
17042 # Give a soname corresponding to the major version so that dld.sl refuses to
17043 # link against other versions.
17050 hardcode_into_libs
=yes
17051 dynamic_linker
="$host_os dld.so"
17052 shlibpath_var
=LD_LIBRARY_PATH
17053 shlibpath_overrides_runpath
=yes # Unless +noenvvar is specified.
17054 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
17055 soname_spec
='${libname}${release}${shared_ext}$major'
17056 if test "X$HPUX_IA64_MODE" = X32
; then
17057 sys_lib_search_path_spec
="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
17059 sys_lib_search_path_spec
="/usr/lib/hpux64 /usr/local/lib/hpux64"
17061 sys_lib_dlsearch_path_spec
=$sys_lib_search_path_spec
17065 hardcode_into_libs
=yes
17066 dynamic_linker
="$host_os dld.sl"
17067 shlibpath_var
=LD_LIBRARY_PATH
# How should we handle SHLIB_PATH
17068 shlibpath_overrides_runpath
=yes # Unless +noenvvar is specified.
17069 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
17070 soname_spec
='${libname}${release}${shared_ext}$major'
17071 sys_lib_search_path_spec
="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
17072 sys_lib_dlsearch_path_spec
=$sys_lib_search_path_spec
17076 dynamic_linker
="$host_os dld.sl"
17077 shlibpath_var
=SHLIB_PATH
17078 shlibpath_overrides_runpath
=no
# +s is required to enable SHLIB_PATH
17079 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
17080 soname_spec
='${libname}${release}${shared_ext}$major'
17083 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
17084 postinstall_cmds
='chmod 555 $lib'
17085 # or fails outright, so override atomically:
17086 install_override_mode
=555
17093 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
17094 soname_spec
='${libname}${release}${shared_ext}$major'
17095 dynamic_linker
='Interix 3.x ld.so.1 (PE, like ELF)'
17096 shlibpath_var
=LD_LIBRARY_PATH
17097 shlibpath_overrides_runpath
=no
17098 hardcode_into_libs
=yes
17101 irix5
* | irix6
* | nonstopux
*)
17103 nonstopux
*) version_type
=nonstopux
;;
17105 if test "$lt_cv_prog_gnu_ld" = yes; then
17113 soname_spec
='${libname}${release}${shared_ext}$major'
17114 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
17116 irix5
* | nonstopux
*)
17117 libsuff
= shlibsuff
=
17120 case $LD in # libtool.m4 will add one of these switches to LD
17121 *-32|
*"-32 "|
*-melf32bsmip|
*"-melf32bsmip ")
17122 libsuff
= shlibsuff
= libmagic
=32-bit;;
17123 *-n32|
*"-n32 "|
*-melf32bmipn32|
*"-melf32bmipn32 ")
17124 libsuff
=32 shlibsuff
=N32 libmagic
=N32
;;
17125 *-64|
*"-64 "|
*-melf64bmip|
*"-melf64bmip ")
17126 libsuff
=64 shlibsuff
=64 libmagic
=64-bit;;
17127 *) libsuff
= shlibsuff
= libmagic
=never-match
;;
17131 shlibpath_var
=LD_LIBRARY
${shlibsuff}_PATH
17132 shlibpath_overrides_runpath
=no
17133 sys_lib_search_path_spec
="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
17134 sys_lib_dlsearch_path_spec
="/usr/lib${libsuff} /lib${libsuff}"
17135 hardcode_into_libs
=yes
17138 # No shared lib support for Linux oldld, aout, or coff.
17139 linux
*oldld
* | linux
*aout
* | linux
*coff
*)
17143 # This must be Linux ELF.
17144 linux
* | k
*bsd
*-gnu | kopensolaris
*-gnu)
17148 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
17149 soname_spec
='${libname}${release}${shared_ext}$major'
17150 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -n $libdir'
17151 shlibpath_var
=LD_LIBRARY_PATH
17152 shlibpath_overrides_runpath
=no
17154 # Some binutils ld are patched to set DT_RUNPATH
17155 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
17156 $as_echo_n "(cached) " >&6
17158 lt_cv_shlibpath_overrides_runpath
=no
17159 save_LDFLAGS
=$LDFLAGS
17160 save_libdir
=$libdir
17161 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
17162 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
17163 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17164 /* end confdefs.h. */
17174 if ac_fn_c_try_link
"$LINENO"; then :
17175 if ($OBJDUMP -p conftest
$ac_exeext) 2>/dev
/null |
grep "RUNPATH.*$libdir" >/dev
/null
; then :
17176 lt_cv_shlibpath_overrides_runpath
=yes
17179 rm -f core conftest.err conftest.
$ac_objext \
17180 conftest
$ac_exeext conftest.
$ac_ext
17181 LDFLAGS
=$save_LDFLAGS
17182 libdir
=$save_libdir
17186 shlibpath_overrides_runpath
=$lt_cv_shlibpath_overrides_runpath
17188 # This implies no fast_install, which is unacceptable.
17189 # Some rework will be needed to allow for fast_install
17190 # before this can be enabled.
17191 hardcode_into_libs
=yes
17193 # Append ld.so.conf contents to the search path
17194 if test -f /etc
/ld.so.conf
; then
17195 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' ' '`
17196 sys_lib_dlsearch_path_spec
="/lib /usr/lib $lt_ld_extra"
17199 # We used to test for /lib/ld.so.1 and disable shared libraries on
17200 # powerpc, because MkLinux only supported shared libraries with the
17201 # GNU dynamic linker. Since this was broken with cross compilers,
17202 # most powerpc-linux boxes support dynamic linking these days and
17203 # people can always --disable-shared, the test was removed, and we
17204 # assume the GNU/Linux dynamic linker is in use.
17205 dynamic_linker
='GNU/Linux ld.so'
17212 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
17213 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
17214 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -m $libdir'
17215 dynamic_linker
='NetBSD (a.out) ld.so'
17217 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
17218 soname_spec
='${libname}${release}${shared_ext}$major'
17219 dynamic_linker
='NetBSD ld.elf_so'
17221 shlibpath_var
=LD_LIBRARY_PATH
17222 shlibpath_overrides_runpath
=yes
17223 hardcode_into_libs
=yes
17228 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
17229 shlibpath_var
=LD_LIBRARY_PATH
17230 shlibpath_overrides_runpath
=yes
17237 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
17238 soname_spec
='${libname}${release}${shared_ext}$major'
17239 shlibpath_var
=LD_LIBRARY_PATH
17240 shlibpath_overrides_runpath
=no
17241 hardcode_into_libs
=yes
17242 dynamic_linker
='ldqnx.so'
17247 sys_lib_dlsearch_path_spec
="/usr/lib"
17249 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
17251 openbsd3.3 | openbsd3.3.
*) need_version
=yes ;;
17252 *) need_version
=no
;;
17254 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
17255 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -m $libdir'
17256 shlibpath_var
=LD_LIBRARY_PATH
17257 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" ||
test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
17259 openbsd2.
[89] | openbsd2.
[89].
*)
17260 shlibpath_overrides_runpath
=no
17263 shlibpath_overrides_runpath
=yes
17267 shlibpath_overrides_runpath
=yes
17272 libname_spec
='$name'
17275 library_names_spec
='$libname${shared_ext} $libname.a'
17276 dynamic_linker
='OS/2 ld.exe'
17277 shlibpath_var
=LIBPATH
17280 osf3
* | osf4
* | osf5
*)
17284 soname_spec
='${libname}${release}${shared_ext}$major'
17285 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
17286 shlibpath_var
=LD_LIBRARY_PATH
17287 sys_lib_search_path_spec
="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
17288 sys_lib_dlsearch_path_spec
="$sys_lib_search_path_spec"
17299 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
17300 soname_spec
='${libname}${release}${shared_ext}$major'
17301 shlibpath_var
=LD_LIBRARY_PATH
17302 shlibpath_overrides_runpath
=yes
17303 hardcode_into_libs
=yes
17304 # ldd complains unless libraries are executable
17305 postinstall_cmds
='chmod +x $lib'
17310 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
17311 finish_cmds
='PATH="\$PATH:/usr/etc" ldconfig $libdir'
17312 shlibpath_var
=LD_LIBRARY_PATH
17313 shlibpath_overrides_runpath
=yes
17314 if test "$with_gnu_ld" = yes; then
17322 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
17323 soname_spec
='${libname}${release}${shared_ext}$major'
17324 shlibpath_var
=LD_LIBRARY_PATH
17325 case $host_vendor in
17327 shlibpath_overrides_runpath
=no
17329 runpath_var
=LD_RUN_PATH
17337 shlibpath_overrides_runpath
=no
17338 sys_lib_search_path_spec
='/lib /usr/lib /usr/ccs/lib'
17344 if test -d /usr
/nec
;then
17346 library_names_spec
='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
17347 soname_spec
='$libname${shared_ext}.$major'
17348 shlibpath_var
=LD_LIBRARY_PATH
17352 sysv5
* | sco3.2v5
* | sco5v6
* | unixware
* | OpenUNIX
* | sysv4
*uw2
*)
17353 version_type
=freebsd-elf
17356 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
17357 soname_spec
='${libname}${release}${shared_ext}$major'
17358 shlibpath_var
=LD_LIBRARY_PATH
17359 shlibpath_overrides_runpath
=yes
17360 hardcode_into_libs
=yes
17361 if test "$with_gnu_ld" = yes; then
17362 sys_lib_search_path_spec
='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
17364 sys_lib_search_path_spec
='/usr/ccs/lib /usr/lib'
17367 sys_lib_search_path_spec
="$sys_lib_search_path_spec /lib"
17371 sys_lib_dlsearch_path_spec
='/usr/lib'
17375 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
17379 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
17380 shlibpath_var
=LD_LIBRARY_PATH
17381 shlibpath_overrides_runpath
=no
17382 hardcode_into_libs
=yes
17387 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
17388 soname_spec
='${libname}${release}${shared_ext}$major'
17389 shlibpath_var
=LD_LIBRARY_PATH
17396 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
17397 $as_echo "$dynamic_linker" >&6; }
17398 test "$dynamic_linker" = no
&& can_build_shared
=no
17400 variables_saved_for_relink
="PATH $shlibpath_var $runpath_var"
17401 if test "$GCC" = yes; then
17402 variables_saved_for_relink
="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
17405 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
17406 sys_lib_search_path_spec
="$lt_cv_sys_lib_search_path_spec"
17408 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
17409 sys_lib_dlsearch_path_spec
="$lt_cv_sys_lib_dlsearch_path_spec"
17503 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
17504 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
17506 if test -n "$hardcode_libdir_flag_spec" ||
17507 test -n "$runpath_var" ||
17508 test "X$hardcode_automatic" = "Xyes" ; then
17510 # We can hardcode non-existent directories.
17511 if test "$hardcode_direct" != no
&&
17512 # If the only mechanism to avoid hardcoding is shlibpath_var, we
17513 # have to relink, otherwise we might link with an installed library
17514 # when we should be linking with a yet-to-be-installed one
17515 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
17516 test "$hardcode_minus_L" != no
; then
17517 # Linking always hardcodes the temporary library directory.
17518 hardcode_action
=relink
17520 # We can link without hardcoding, and we can hardcode nonexisting dirs.
17521 hardcode_action
=immediate
17524 # We cannot hardcode anything, or else we can only hardcode existing
17526 hardcode_action
=unsupported
17528 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
17529 $as_echo "$hardcode_action" >&6; }
17531 if test "$hardcode_action" = relink ||
17532 test "$inherit_rpath" = yes; then
17533 # Fast installation is not supported
17534 enable_fast_install
=no
17535 elif test "$shlibpath_overrides_runpath" = yes ||
17536 test "$enable_shared" = no
; then
17537 # Fast installation is not necessary
17538 enable_fast_install
=needless
17546 if test "x$enable_dlopen" != xyes
; then
17547 enable_dlopen
=unknown
17548 enable_dlopen_self
=unknown
17549 enable_dlopen_self_static
=unknown
17556 lt_cv_dlopen
="load_add_on"
17558 lt_cv_dlopen_self
=yes
17561 mingw
* | pw32
* | cegcc
*)
17562 lt_cv_dlopen
="LoadLibrary"
17567 lt_cv_dlopen
="dlopen"
17572 # if libdl is installed we need to link against it
17573 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
17574 $as_echo_n "checking for dlopen in -ldl... " >&6; }
17575 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
17576 $as_echo_n "(cached) " >&6
17578 ac_check_lib_save_LIBS
=$LIBS
17580 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17581 /* end confdefs.h. */
17583 /* Override any GCC internal prototype to avoid an error.
17584 Use char because int might match the return type of a GCC
17585 builtin and then its argument prototype would still apply. */
17598 if ac_fn_c_try_link
"$LINENO"; then :
17599 ac_cv_lib_dl_dlopen
=yes
17601 ac_cv_lib_dl_dlopen
=no
17603 rm -f core conftest.err conftest.
$ac_objext \
17604 conftest
$ac_exeext conftest.
$ac_ext
17605 LIBS
=$ac_check_lib_save_LIBS
17607 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
17608 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
17609 if test "x$ac_cv_lib_dl_dlopen" = x
""yes; then :
17610 lt_cv_dlopen
="dlopen" lt_cv_dlopen_libs
="-ldl"
17613 lt_cv_dlopen
="dyld"
17615 lt_cv_dlopen_self
=yes
17622 ac_fn_c_check_func
"$LINENO" "shl_load" "ac_cv_func_shl_load"
17623 if test "x$ac_cv_func_shl_load" = x
""yes; then :
17624 lt_cv_dlopen
="shl_load"
17626 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
17627 $as_echo_n "checking for shl_load in -ldld... " >&6; }
17628 if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
17629 $as_echo_n "(cached) " >&6
17631 ac_check_lib_save_LIBS
=$LIBS
17633 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17634 /* end confdefs.h. */
17636 /* Override any GCC internal prototype to avoid an error.
17637 Use char because int might match the return type of a GCC
17638 builtin and then its argument prototype would still apply. */
17646 return shl_load ();
17651 if ac_fn_c_try_link
"$LINENO"; then :
17652 ac_cv_lib_dld_shl_load
=yes
17654 ac_cv_lib_dld_shl_load
=no
17656 rm -f core conftest.err conftest.
$ac_objext \
17657 conftest
$ac_exeext conftest.
$ac_ext
17658 LIBS
=$ac_check_lib_save_LIBS
17660 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
17661 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
17662 if test "x$ac_cv_lib_dld_shl_load" = x
""yes; then :
17663 lt_cv_dlopen
="shl_load" lt_cv_dlopen_libs
="-ldld"
17665 ac_fn_c_check_func
"$LINENO" "dlopen" "ac_cv_func_dlopen"
17666 if test "x$ac_cv_func_dlopen" = x
""yes; then :
17667 lt_cv_dlopen
="dlopen"
17669 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
17670 $as_echo_n "checking for dlopen in -ldl... " >&6; }
17671 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
17672 $as_echo_n "(cached) " >&6
17674 ac_check_lib_save_LIBS
=$LIBS
17676 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17677 /* end confdefs.h. */
17679 /* Override any GCC internal prototype to avoid an error.
17680 Use char because int might match the return type of a GCC
17681 builtin and then its argument prototype would still apply. */
17694 if ac_fn_c_try_link
"$LINENO"; then :
17695 ac_cv_lib_dl_dlopen
=yes
17697 ac_cv_lib_dl_dlopen
=no
17699 rm -f core conftest.err conftest.
$ac_objext \
17700 conftest
$ac_exeext conftest.
$ac_ext
17701 LIBS
=$ac_check_lib_save_LIBS
17703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
17704 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
17705 if test "x$ac_cv_lib_dl_dlopen" = x
""yes; then :
17706 lt_cv_dlopen
="dlopen" lt_cv_dlopen_libs
="-ldl"
17708 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
17709 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
17710 if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
17711 $as_echo_n "(cached) " >&6
17713 ac_check_lib_save_LIBS
=$LIBS
17714 LIBS
="-lsvld $LIBS"
17715 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17716 /* end confdefs.h. */
17718 /* Override any GCC internal prototype to avoid an error.
17719 Use char because int might match the return type of a GCC
17720 builtin and then its argument prototype would still apply. */
17733 if ac_fn_c_try_link
"$LINENO"; then :
17734 ac_cv_lib_svld_dlopen
=yes
17736 ac_cv_lib_svld_dlopen
=no
17738 rm -f core conftest.err conftest.
$ac_objext \
17739 conftest
$ac_exeext conftest.
$ac_ext
17740 LIBS
=$ac_check_lib_save_LIBS
17742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
17743 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
17744 if test "x$ac_cv_lib_svld_dlopen" = x
""yes; then :
17745 lt_cv_dlopen
="dlopen" lt_cv_dlopen_libs
="-lsvld"
17747 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
17748 $as_echo_n "checking for dld_link in -ldld... " >&6; }
17749 if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
17750 $as_echo_n "(cached) " >&6
17752 ac_check_lib_save_LIBS
=$LIBS
17754 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17755 /* end confdefs.h. */
17757 /* Override any GCC internal prototype to avoid an error.
17758 Use char because int might match the return type of a GCC
17759 builtin and then its argument prototype would still apply. */
17767 return dld_link ();
17772 if ac_fn_c_try_link
"$LINENO"; then :
17773 ac_cv_lib_dld_dld_link
=yes
17775 ac_cv_lib_dld_dld_link
=no
17777 rm -f core conftest.err conftest.
$ac_objext \
17778 conftest
$ac_exeext conftest.
$ac_ext
17779 LIBS
=$ac_check_lib_save_LIBS
17781 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
17782 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
17783 if test "x$ac_cv_lib_dld_dld_link" = x
""yes; then :
17784 lt_cv_dlopen
="dld_link" lt_cv_dlopen_libs
="-ldld"
17805 if test "x$lt_cv_dlopen" != xno
; then
17811 case $lt_cv_dlopen in
17813 save_CPPFLAGS
="$CPPFLAGS"
17814 test "x$ac_cv_header_dlfcn_h" = xyes
&& CPPFLAGS
="$CPPFLAGS -DHAVE_DLFCN_H"
17816 save_LDFLAGS
="$LDFLAGS"
17817 wl
=$lt_prog_compiler_wl eval LDFLAGS
=\"\
$LDFLAGS $export_dynamic_flag_spec\"
17820 LIBS
="$lt_cv_dlopen_libs $LIBS"
17822 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
17823 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
17824 if test "${lt_cv_dlopen_self+set}" = set; then :
17825 $as_echo_n "(cached) " >&6
17827 if test "$cross_compiling" = yes; then :
17828 lt_cv_dlopen_self
=cross
17830 lt_dlunknown
=0; lt_dlno_uscore
=1; lt_dlneed_uscore
=2
17831 lt_status
=$lt_dlunknown
17832 cat > conftest.
$ac_ext <<_LT_EOF
17833 #line 17833 "configure"
17834 #include "confdefs.h"
17843 # define LT_DLGLOBAL RTLD_GLOBAL
17846 # define LT_DLGLOBAL DL_GLOBAL
17848 # define LT_DLGLOBAL 0
17852 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
17853 find out it does not work in some platform. */
17854 #ifndef LT_DLLAZY_OR_NOW
17856 # define LT_DLLAZY_OR_NOW RTLD_LAZY
17859 # define LT_DLLAZY_OR_NOW DL_LAZY
17862 # define LT_DLLAZY_OR_NOW RTLD_NOW
17865 # define LT_DLLAZY_OR_NOW DL_NOW
17867 # define LT_DLLAZY_OR_NOW 0
17874 /* When -fvisbility=hidden is used, assume the code has been annotated
17875 correspondingly for the symbols needed. */
17876 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
17877 void fnord () __attribute__((visibility("default")));
17880 void fnord () { int i=42; }
17883 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
17884 int status = $lt_dlunknown;
17888 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
17891 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
17892 else puts (dlerror ());
17894 /* dlclose (self); */
17902 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
17903 (eval $ac_link) 2>&5
17905 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
17906 test $ac_status = 0; } && test -s conftest
${ac_exeext} 2>/dev
/null
; then
17907 (.
/conftest
; exit; ) >&5 2>/dev
/null
17909 case x
$lt_status in
17910 x
$lt_dlno_uscore) lt_cv_dlopen_self
=yes ;;
17911 x
$lt_dlneed_uscore) lt_cv_dlopen_self
=yes ;;
17912 x
$lt_dlunknown|x
*) lt_cv_dlopen_self
=no
;;
17915 # compilation failed
17916 lt_cv_dlopen_self
=no
17923 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
17924 $as_echo "$lt_cv_dlopen_self" >&6; }
17926 if test "x$lt_cv_dlopen_self" = xyes
; then
17927 wl
=$lt_prog_compiler_wl eval LDFLAGS
=\"\
$LDFLAGS $lt_prog_compiler_static\"
17928 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
17929 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
17930 if test "${lt_cv_dlopen_self_static+set}" = set; then :
17931 $as_echo_n "(cached) " >&6
17933 if test "$cross_compiling" = yes; then :
17934 lt_cv_dlopen_self_static
=cross
17936 lt_dlunknown
=0; lt_dlno_uscore
=1; lt_dlneed_uscore
=2
17937 lt_status
=$lt_dlunknown
17938 cat > conftest.
$ac_ext <<_LT_EOF
17939 #line 17939 "configure"
17940 #include "confdefs.h"
17949 # define LT_DLGLOBAL RTLD_GLOBAL
17952 # define LT_DLGLOBAL DL_GLOBAL
17954 # define LT_DLGLOBAL 0
17958 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
17959 find out it does not work in some platform. */
17960 #ifndef LT_DLLAZY_OR_NOW
17962 # define LT_DLLAZY_OR_NOW RTLD_LAZY
17965 # define LT_DLLAZY_OR_NOW DL_LAZY
17968 # define LT_DLLAZY_OR_NOW RTLD_NOW
17971 # define LT_DLLAZY_OR_NOW DL_NOW
17973 # define LT_DLLAZY_OR_NOW 0
17980 /* When -fvisbility=hidden is used, assume the code has been annotated
17981 correspondingly for the symbols needed. */
17982 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
17983 void fnord () __attribute__((visibility("default")));
17986 void fnord () { int i=42; }
17989 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
17990 int status = $lt_dlunknown;
17994 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
17997 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
17998 else puts (dlerror ());
18000 /* dlclose (self); */
18008 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
18009 (eval $ac_link) 2>&5
18011 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
18012 test $ac_status = 0; } && test -s conftest
${ac_exeext} 2>/dev
/null
; then
18013 (.
/conftest
; exit; ) >&5 2>/dev
/null
18015 case x
$lt_status in
18016 x
$lt_dlno_uscore) lt_cv_dlopen_self_static
=yes ;;
18017 x
$lt_dlneed_uscore) lt_cv_dlopen_self_static
=yes ;;
18018 x
$lt_dlunknown|x
*) lt_cv_dlopen_self_static
=no
;;
18021 # compilation failed
18022 lt_cv_dlopen_self_static
=no
18029 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
18030 $as_echo "$lt_cv_dlopen_self_static" >&6; }
18033 CPPFLAGS
="$save_CPPFLAGS"
18034 LDFLAGS
="$save_LDFLAGS"
18039 case $lt_cv_dlopen_self in
18040 yes|no
) enable_dlopen_self
=$lt_cv_dlopen_self ;;
18041 *) enable_dlopen_self
=unknown
;;
18044 case $lt_cv_dlopen_self_static in
18045 yes|no
) enable_dlopen_self_static
=$lt_cv_dlopen_self_static ;;
18046 *) enable_dlopen_self_static
=unknown
;;
18068 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
18069 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
18070 if test -n "$STRIP" && $STRIP -V 2>&1 |
$GREP "GNU strip" >/dev
/null
; then
18071 test -z "$old_striplib" && old_striplib
="$STRIP --strip-debug"
18072 test -z "$striplib" && striplib
="$STRIP --strip-unneeded"
18073 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
18074 $as_echo "yes" >&6; }
18076 # FIXME - insert some real tests, host_os isn't really good enough
18079 if test -n "$STRIP" ; then
18080 striplib
="$STRIP -x"
18081 old_striplib
="$STRIP -S"
18082 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
18083 $as_echo "yes" >&6; }
18085 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
18086 $as_echo "no" >&6; }
18090 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
18091 $as_echo "no" >&6; }
18107 # Report which library types will actually be built
18108 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
18109 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
18110 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
18111 $as_echo "$can_build_shared" >&6; }
18113 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
18114 $as_echo_n "checking whether to build shared libraries... " >&6; }
18115 test "$can_build_shared" = "no" && enable_shared
=no
18117 # On AIX, shared libraries and static libraries use the same namespace, and
18118 # are all built from PIC.
18121 test "$enable_shared" = yes && enable_static
=no
18122 if test -n "$RANLIB"; then
18123 archive_cmds
="$archive_cmds~\$RANLIB \$lib"
18124 postinstall_cmds
='$RANLIB $lib'
18129 if test "$host_cpu" != ia64
&& test "$aix_use_runtimelinking" = no
; then
18130 test "$enable_shared" = yes && enable_static
=no
18134 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
18135 $as_echo "$enable_shared" >&6; }
18137 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
18138 $as_echo_n "checking whether to build static libraries... " >&6; }
18139 # Make sure either enable_shared or enable_static is yes.
18140 test "$enable_shared" = yes || enable_static
=yes
18141 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
18142 $as_echo "$enable_static" >&6; }
18149 ac_cpp
='$CPP $CPPFLAGS'
18150 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18151 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18152 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
18156 if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
18157 ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
18158 (test "X$CXX" != "Xg++"))) ; then
18160 ac_cpp
='$CXXCPP $CPPFLAGS'
18161 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18162 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18163 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
18164 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C++ preprocessor" >&5
18165 $as_echo_n "checking how to run the C++ preprocessor... " >&6; }
18166 if test -z "$CXXCPP"; then
18167 if test "${ac_cv_prog_CXXCPP+set}" = set; then :
18168 $as_echo_n "(cached) " >&6
18170 # Double quotes because CXXCPP needs to be expanded
18171 for CXXCPP
in "$CXX -E" "/lib/cpp"
18173 ac_preproc_ok
=false
18174 for ac_cxx_preproc_warn_flag
in '' yes
18176 # Use a header file that comes with gcc, so configuring glibc
18177 # with a fresh cross-compiler works.
18178 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18179 # <limits.h> exists even on freestanding compilers.
18180 # On the NeXT, cc -E runs the code through the compiler's parser,
18181 # not just through cpp. "Syntax error" is here to catch this case.
18182 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18183 /* end confdefs.h. */
18185 # include <limits.h>
18187 # include <assert.h>
18191 if ac_fn_cxx_try_cpp
"$LINENO"; then :
18194 # Broken: fails on valid input.
18197 rm -f conftest.err conftest.
$ac_ext
18199 # OK, works on sane cases. Now check whether nonexistent headers
18200 # can be detected and how.
18201 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18202 /* end confdefs.h. */
18203 #include <ac_nonexistent.h>
18205 if ac_fn_cxx_try_cpp
"$LINENO"; then :
18206 # Broken: success on invalid input.
18209 # Passes both tests.
18213 rm -f conftest.err conftest.
$ac_ext
18216 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
18217 rm -f conftest.err conftest.
$ac_ext
18218 if $ac_preproc_ok; then :
18223 ac_cv_prog_CXXCPP
=$CXXCPP
18226 CXXCPP
=$ac_cv_prog_CXXCPP
18228 ac_cv_prog_CXXCPP
=$CXXCPP
18230 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXXCPP" >&5
18231 $as_echo "$CXXCPP" >&6; }
18232 ac_preproc_ok
=false
18233 for ac_cxx_preproc_warn_flag
in '' yes
18235 # Use a header file that comes with gcc, so configuring glibc
18236 # with a fresh cross-compiler works.
18237 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18238 # <limits.h> exists even on freestanding compilers.
18239 # On the NeXT, cc -E runs the code through the compiler's parser,
18240 # not just through cpp. "Syntax error" is here to catch this case.
18241 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18242 /* end confdefs.h. */
18244 # include <limits.h>
18246 # include <assert.h>
18250 if ac_fn_cxx_try_cpp
"$LINENO"; then :
18253 # Broken: fails on valid input.
18256 rm -f conftest.err conftest.
$ac_ext
18258 # OK, works on sane cases. Now check whether nonexistent headers
18259 # can be detected and how.
18260 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18261 /* end confdefs.h. */
18262 #include <ac_nonexistent.h>
18264 if ac_fn_cxx_try_cpp
"$LINENO"; then :
18265 # Broken: success on invalid input.
18268 # Passes both tests.
18272 rm -f conftest.err conftest.
$ac_ext
18275 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
18276 rm -f conftest.err conftest.
$ac_ext
18277 if $ac_preproc_ok; then :
18280 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
18281 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
18282 as_fn_error
"C++ preprocessor \"$CXXCPP\" fails sanity check
18283 See \`config.log' for more details." "$LINENO" 5; }
18287 ac_cpp
='$CPP $CPPFLAGS'
18288 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18289 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18290 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
18293 _lt_caught_CXX_error
=yes
18297 ac_cpp
='$CXXCPP $CPPFLAGS'
18298 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18299 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18300 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
18302 archive_cmds_need_lc_CXX
=no
18303 allow_undefined_flag_CXX
=
18304 always_export_symbols_CXX
=no
18305 archive_expsym_cmds_CXX
=
18306 compiler_needs_object_CXX
=no
18307 export_dynamic_flag_spec_CXX
=
18308 hardcode_direct_CXX
=no
18309 hardcode_direct_absolute_CXX
=no
18310 hardcode_libdir_flag_spec_CXX
=
18311 hardcode_libdir_flag_spec_ld_CXX
=
18312 hardcode_libdir_separator_CXX
=
18313 hardcode_minus_L_CXX
=no
18314 hardcode_shlibpath_var_CXX
=unsupported
18315 hardcode_automatic_CXX
=no
18316 inherit_rpath_CXX
=no
18318 module_expsym_cmds_CXX
=
18319 link_all_deplibs_CXX
=unknown
18320 old_archive_cmds_CXX
=$old_archive_cmds
18321 reload_flag_CXX
=$reload_flag
18322 reload_cmds_CXX
=$reload_cmds
18323 no_undefined_flag_CXX
=
18324 whole_archive_flag_spec_CXX
=
18325 enable_shared_with_static_runtimes_CXX
=no
18327 # Source file extension for C++ test sources.
18330 # Object file extension for compiled C++ test sources.
18334 # No sense in running all these tests if we already determined that
18335 # the CXX compiler isn't working. Some variables (like enable_shared)
18336 # are currently assumed to apply to all compilers on this platform,
18337 # and will be corrupted by setting them based on a non-working compiler.
18338 if test "$_lt_caught_CXX_error" != yes; then
18339 # Code to be used in simple compile tests
18340 lt_simple_compile_test_code
="int some_variable = 0;"
18342 # Code to be used in simple link tests
18343 lt_simple_link_test_code
='int main(int, char *[]) { return(0); }'
18345 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
18352 # If no C compiler was specified, use CC.
18355 # If no C compiler flags were specified, use CFLAGS.
18356 LTCFLAGS
=${LTCFLAGS-"$CFLAGS"}
18358 # Allow CC to be a program name with arguments.
18362 # save warnings/boilerplate of simple test code
18363 ac_outfile
=conftest.
$ac_objext
18364 echo "$lt_simple_compile_test_code" >conftest.
$ac_ext
18365 eval "$ac_compile" 2>&1 >/dev
/null |
$SED '/^$/d; /^ *+/d' >conftest.err
18366 _lt_compiler_boilerplate
=`cat conftest.err`
18369 ac_outfile
=conftest.
$ac_objext
18370 echo "$lt_simple_link_test_code" >conftest.
$ac_ext
18371 eval "$ac_link" 2>&1 >/dev
/null |
$SED '/^$/d; /^ *+/d' >conftest.err
18372 _lt_linker_boilerplate
=`cat conftest.err`
18376 # Allow CC to be a program name with arguments.
18381 lt_save_with_gnu_ld
=$with_gnu_ld
18382 lt_save_path_LD
=$lt_cv_path_LD
18383 if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then
18384 lt_cv_prog_gnu_ld
=$lt_cv_prog_gnu_ldcxx
18386 $as_unset lt_cv_prog_gnu_ld
18388 if test -n "${lt_cv_path_LDCXX+set}"; then
18389 lt_cv_path_LD
=$lt_cv_path_LDCXX
18391 $as_unset lt_cv_path_LD
18393 test -z "${LDCXX+set}" || LD
=$LDCXX
18397 for cc_temp
in $compiler""; do
18399 compile |
*[\\/]compile | ccache |
*[\\/]ccache
) ;;
18400 distcc |
*[\\/]distcc | purify |
*[\\/]purify
) ;;
18405 cc_basename
=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
18408 if test -n "$compiler"; then
18409 # We don't want -fno-exception when compiling C++ code, so set the
18410 # no_builtin_flag separately
18411 if test "$GXX" = yes; then
18412 lt_prog_compiler_no_builtin_flag_CXX
=' -fno-builtin'
18414 lt_prog_compiler_no_builtin_flag_CXX
=
18417 if test "$GXX" = yes; then
18418 # Set up default GNU C++ configuration
18422 # Check whether --with-gnu-ld was given.
18423 if test "${with_gnu_ld+set}" = set; then :
18424 withval
=$with_gnu_ld; test "$withval" = no || with_gnu_ld
=yes
18430 if test "$GCC" = yes; then
18431 # Check if gcc -print-prog-name=ld gives a path.
18432 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
18433 $as_echo_n "checking for ld used by $CC... " >&6; }
18436 # gcc leaves a trailing carriage return which upsets mingw
18437 ac_prog
=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
18439 ac_prog
=`($CC -print-prog-name=ld) 2>&5` ;;
18442 # Accept absolute paths.
18444 re_direlt
='/[^/][^/]*/\.\./'
18445 # Canonicalize the pathname of ld
18446 ac_prog
=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
18447 while $ECHO "$ac_prog" |
$GREP "$re_direlt" > /dev
/null
2>&1; do
18448 ac_prog
=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
18450 test -z "$LD" && LD
="$ac_prog"
18453 # If it fails, then pretend we aren't using GCC.
18457 # If it is relative, then search for the first ld in PATH.
18458 with_gnu_ld
=unknown
18461 elif test "$with_gnu_ld" = yes; then
18462 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
18463 $as_echo_n "checking for GNU ld... " >&6; }
18465 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
18466 $as_echo_n "checking for non-GNU ld... " >&6; }
18468 if test "${lt_cv_path_LD+set}" = set; then :
18469 $as_echo_n "(cached) " >&6
18471 if test -z "$LD"; then
18472 lt_save_ifs
="$IFS"; IFS
=$PATH_SEPARATOR
18473 for ac_dir
in $PATH; do
18475 test -z "$ac_dir" && ac_dir
=.
18476 if test -f "$ac_dir/$ac_prog" ||
test -f "$ac_dir/$ac_prog$ac_exeext"; then
18477 lt_cv_path_LD
="$ac_dir/$ac_prog"
18478 # Check to see if the program is GNU ld. I'd rather use --version,
18479 # but apparently some variants of GNU ld only accept -v.
18480 # Break only if it was the GNU/non-GNU ld that we prefer.
18481 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
18482 *GNU
* |
*'with BFD'*)
18483 test "$with_gnu_ld" != no
&& break
18486 test "$with_gnu_ld" != yes && break
18493 lt_cv_path_LD
="$LD" # Let the user override the test with a path.
18497 LD
="$lt_cv_path_LD"
18498 if test -n "$LD"; then
18499 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
18500 $as_echo "$LD" >&6; }
18502 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
18503 $as_echo "no" >&6; }
18505 test -z "$LD" && as_fn_error
"no acceptable ld found in \$PATH" "$LINENO" 5
18506 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
18507 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
18508 if test "${lt_cv_prog_gnu_ld+set}" = set; then :
18509 $as_echo_n "(cached) " >&6
18511 # I'd rather use --version here, but apparently some GNU lds only accept -v.
18512 case `$LD -v 2>&1 </dev/null` in
18513 *GNU
* |
*'with BFD'*)
18514 lt_cv_prog_gnu_ld
=yes
18517 lt_cv_prog_gnu_ld
=no
18521 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
18522 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
18523 with_gnu_ld
=$lt_cv_prog_gnu_ld
18531 # Check if GNU C++ uses GNU ld as the underlying linker, since the
18532 # archiving commands below assume that GNU ld is being used.
18533 if test "$with_gnu_ld" = yes; then
18534 archive_cmds_CXX
='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
18535 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'
18537 hardcode_libdir_flag_spec_CXX
='${wl}-rpath ${wl}$libdir'
18538 export_dynamic_flag_spec_CXX
='${wl}--export-dynamic'
18540 # If archive_cmds runs LD, not CC, wlarc should be empty
18541 # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to
18542 # investigate it a little bit more. (MM)
18545 # ancient GNU ld didn't support --whole-archive et. al.
18546 if eval "`$CC -print-prog-name=ld` --help 2>&1" |
18547 $GREP 'no-whole-archive' > /dev
/null
; then
18548 whole_archive_flag_spec_CXX
="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
18550 whole_archive_flag_spec_CXX
=
18556 # A generic and very simple default shared library creation
18557 # command for GNU C++ for the case where it uses the native
18558 # linker, instead of GNU ld. If possible, this setting should
18559 # overridden to take advantage of the native linker features on
18560 # the platform it is being used on.
18561 archive_cmds_CXX
='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
18564 # Commands to make compiler produce verbose output that lists
18565 # what "hidden" libraries, object files and flags are used when
18566 # linking a shared library.
18567 output_verbose_link_cmd
='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
18575 # PORTME: fill in a description of your system's C++ link characteristics
18576 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
18577 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
18581 # FIXME: insert proper C++ library support
18585 if test "$host_cpu" = ia64
; then
18586 # On IA64, the linker does run time linking by default, so we don't
18587 # have to do anything special.
18588 aix_use_runtimelinking
=no
18589 exp_sym_flag
='-Bexport'
18592 aix_use_runtimelinking
=no
18594 # Test if we are trying to use run time linking or normal
18595 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
18596 # need to do runtime linking.
18597 case $host_os in aix4.
[23]|aix4.
[23].
*|aix
[5-9]*)
18598 for ld_flag
in $LDFLAGS; do
18601 aix_use_runtimelinking
=yes
18609 exp_sym_flag
='-bexport'
18610 no_entry_flag
='-bnoentry'
18613 # When large executables or shared objects are built, AIX ld can
18614 # have problems creating the table of contents. If linking a library
18615 # or program results in "error TOC overflow" add -mminimal-toc to
18616 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
18617 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
18619 archive_cmds_CXX
=''
18620 hardcode_direct_CXX
=yes
18621 hardcode_direct_absolute_CXX
=yes
18622 hardcode_libdir_separator_CXX
=':'
18623 link_all_deplibs_CXX
=yes
18624 file_list_spec_CXX
='${wl}-f,'
18626 if test "$GXX" = yes; then
18627 case $host_os in aix4.
[012]|aix4.
[012].
*)
18628 # We only want to do this on AIX 4.2 and lower, the check
18629 # below for broken collect2 doesn't work under 4.3+
18630 collect2name
=`${CC} -print-prog-name=collect2`
18631 if test -f "$collect2name" &&
18632 strings "$collect2name" |
$GREP resolve_lib_name
>/dev
/null
18634 # We have reworked collect2
18637 # We have old collect2
18638 hardcode_direct_CXX
=unsupported
18639 # It fails to find uninstalled libraries when the uninstalled
18640 # path is not listed in the libpath. Setting hardcode_minus_L
18641 # to unsupported forces relinking
18642 hardcode_minus_L_CXX
=yes
18643 hardcode_libdir_flag_spec_CXX
='-L$libdir'
18644 hardcode_libdir_separator_CXX
=
18647 shared_flag
='-shared'
18648 if test "$aix_use_runtimelinking" = yes; then
18649 shared_flag
="$shared_flag "'${wl}-G'
18653 if test "$host_cpu" = ia64
; then
18654 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
18655 # chokes on -Wl,-G. The following line is correct:
18658 if test "$aix_use_runtimelinking" = yes; then
18659 shared_flag
='${wl}-G'
18661 shared_flag
='${wl}-bM:SRE'
18666 export_dynamic_flag_spec_CXX
='${wl}-bexpall'
18667 # It seems that -bexpall does not export symbols beginning with
18668 # underscore (_), so it is better to generate a list of symbols to
18670 always_export_symbols_CXX
=yes
18671 if test "$aix_use_runtimelinking" = yes; then
18672 # Warning - without using the other runtime loading flags (-brtl),
18673 # -berok will link without error, but may produce a broken library.
18674 allow_undefined_flag_CXX
='-berok'
18675 # Determine the default libpath from the value encoded in an empty
18677 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18678 /* end confdefs.h. */
18688 if ac_fn_cxx_try_link
"$LINENO"; then :
18690 lt_aix_libpath_sed
='
18691 /Import File Strings/,/^$/ {
18697 aix_libpath
=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
18698 # Check for a 64-bit object if we didn't find anything.
18699 if test -z "$aix_libpath"; then
18700 aix_libpath
=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
18703 rm -f core conftest.err conftest.
$ac_objext \
18704 conftest
$ac_exeext conftest.
$ac_ext
18705 if test -z "$aix_libpath"; then aix_libpath
="/usr/lib:/lib"; fi
18707 hardcode_libdir_flag_spec_CXX
='${wl}-blibpath:$libdir:'"$aix_libpath"
18709 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"
18711 if test "$host_cpu" = ia64
; then
18712 hardcode_libdir_flag_spec_CXX
='${wl}-R $libdir:/usr/lib:/lib'
18713 allow_undefined_flag_CXX
="-z nodefs"
18714 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"
18716 # Determine the default libpath from the value encoded in an
18717 # empty executable.
18718 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18719 /* end confdefs.h. */
18729 if ac_fn_cxx_try_link
"$LINENO"; then :
18731 lt_aix_libpath_sed
='
18732 /Import File Strings/,/^$/ {
18738 aix_libpath
=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
18739 # Check for a 64-bit object if we didn't find anything.
18740 if test -z "$aix_libpath"; then
18741 aix_libpath
=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
18744 rm -f core conftest.err conftest.
$ac_objext \
18745 conftest
$ac_exeext conftest.
$ac_ext
18746 if test -z "$aix_libpath"; then aix_libpath
="/usr/lib:/lib"; fi
18748 hardcode_libdir_flag_spec_CXX
='${wl}-blibpath:$libdir:'"$aix_libpath"
18749 # Warning - without using the other run time loading flags,
18750 # -berok will link without error, but may produce a broken library.
18751 no_undefined_flag_CXX
=' ${wl}-bernotok'
18752 allow_undefined_flag_CXX
=' ${wl}-berok'
18753 if test "$with_gnu_ld" = yes; then
18754 # We only use this code for GNU lds that support --whole-archive.
18755 whole_archive_flag_spec_CXX
='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
18757 # Exported symbols can be pulled into shared objects from archives
18758 whole_archive_flag_spec_CXX
='$convenience'
18760 archive_cmds_need_lc_CXX
=yes
18761 # This is similar to how AIX traditionally builds its shared
18763 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'
18769 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
18770 allow_undefined_flag_CXX
=unsupported
18771 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
18772 # support --undefined. This deserves some investigation. FIXME
18773 archive_cmds_CXX
='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
18780 case $cc_basename in
18782 # FIXME: insert proper C++ library support
18788 cygwin
* | mingw
* | pw32
* | cegcc
*)
18789 # _LT_TAGVAR(hardcode_libdir_flag_spec, CXX) is actually meaningless,
18790 # as there is no search path for DLLs.
18791 hardcode_libdir_flag_spec_CXX
='-L$libdir'
18792 export_dynamic_flag_spec_CXX
='${wl}--export-all-symbols'
18793 allow_undefined_flag_CXX
=unsupported
18794 always_export_symbols_CXX
=no
18795 enable_shared_with_static_runtimes_CXX
=yes
18797 if $LD --help 2>&1 |
$GREP 'auto-import' > /dev
/null
; then
18798 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'
18799 # If the export-symbols file already is a .def file (1st line
18800 # is EXPORTS), use it as is; otherwise, prepend...
18801 archive_expsym_cmds_CXX
='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
18802 cp $export_symbols $output_objdir/$soname.def;
18804 echo EXPORTS > $output_objdir/$soname.def;
18805 cat $export_symbols >> $output_objdir/$soname.def;
18807 $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'
18812 darwin
* | rhapsody
*)
18815 archive_cmds_need_lc_CXX
=no
18816 hardcode_direct_CXX
=no
18817 hardcode_automatic_CXX
=yes
18818 hardcode_shlibpath_var_CXX
=unsupported
18819 if test "$lt_cv_ld_force_load" = "yes"; then
18820 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\"`'
18822 whole_archive_flag_spec_CXX
=''
18824 link_all_deplibs_CXX
=yes
18825 allow_undefined_flag_CXX
="$_lt_dar_allow_undefined"
18826 case $cc_basename in
18827 ifort
*) _lt_dar_can_shared
=yes ;;
18828 *) _lt_dar_can_shared
=$GCC ;;
18830 if test "$_lt_dar_can_shared" = "yes"; then
18831 output_verbose_link_cmd
=func_echo_all
18832 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}"
18833 module_cmds_CXX
="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
18834 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}"
18835 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}"
18836 if test "$lt_cv_apple_cc_single_mod" != "yes"; then
18837 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}"
18838 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}"
18848 case $cc_basename in
18850 # FIXME: insert proper C++ library support
18854 # Green Hills C++ Compiler
18855 # FIXME: insert proper C++ library support
18859 # FIXME: insert proper C++ library support
18866 # C++ shared libraries reported to be fairly broken before
18872 archive_cmds_need_lc_CXX
=no
18875 freebsd
* | dragonfly
*)
18876 # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
18885 archive_cmds_CXX
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
18886 link_all_deplibs_CXX
=yes
18890 hardcode_libdir_flag_spec_CXX
='${wl}+b ${wl}$libdir'
18891 hardcode_libdir_separator_CXX
=:
18892 export_dynamic_flag_spec_CXX
='${wl}-E'
18893 hardcode_direct_CXX
=yes
18894 hardcode_minus_L_CXX
=yes # Not in the search PATH,
18895 # but as the default
18896 # location of the library.
18898 case $cc_basename in
18900 # FIXME: insert proper C++ library support
18904 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'
18905 # Commands to make compiler produce verbose output that lists
18906 # what "hidden" libraries, object files and flags are used when
18907 # linking a shared library.
18909 # There doesn't appear to be a way to prevent this compiler from
18910 # explicitly linking system object files so we need to strip them
18911 # from the output so that they don't get included in the library
18913 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"'
18916 if test "$GXX" = yes; then
18917 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'
18919 # FIXME: insert proper C++ library support
18927 if test $with_gnu_ld = no
; then
18928 hardcode_libdir_flag_spec_CXX
='${wl}+b ${wl}$libdir'
18929 hardcode_libdir_separator_CXX
=:
18935 export_dynamic_flag_spec_CXX
='${wl}-E'
18941 hardcode_direct_CXX
=no
18942 hardcode_shlibpath_var_CXX
=no
18945 hardcode_direct_CXX
=yes
18946 hardcode_direct_absolute_CXX
=yes
18947 hardcode_minus_L_CXX
=yes # Not in the search PATH,
18948 # but as the default
18949 # location of the library.
18953 case $cc_basename in
18955 # FIXME: insert proper C++ library support
18961 archive_cmds_CXX
='$CC -b ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
18964 archive_cmds_CXX
='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
18967 archive_cmds_CXX
='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
18970 # Commands to make compiler produce verbose output that lists
18971 # what "hidden" libraries, object files and flags are used when
18972 # linking a shared library.
18974 # There doesn't appear to be a way to prevent this compiler from
18975 # explicitly linking system object files so we need to strip them
18976 # from the output so that they don't get included in the library
18978 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"'
18981 if test "$GXX" = yes; then
18982 if test $with_gnu_ld = no
; then
18985 archive_cmds_CXX
='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
18988 archive_cmds_CXX
='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
18991 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'
18996 # FIXME: insert proper C++ library support
19004 hardcode_direct_CXX
=no
19005 hardcode_shlibpath_var_CXX
=no
19006 hardcode_libdir_flag_spec_CXX
='${wl}-rpath,$libdir'
19007 export_dynamic_flag_spec_CXX
='${wl}-E'
19008 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
19009 # Instead, shared libraries are loaded at an image base (0x10000000 by
19010 # default) and relocated if they conflict, which is a slow very memory
19011 # consuming and fragmenting process. To avoid this, we pick a random,
19012 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
19013 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
19014 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'
19015 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'
19018 case $cc_basename in
19021 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'
19023 # Archives containing C++ object files must be created using
19024 # "CC -ar", where "CC" is the IRIX C++ compiler. This is
19025 # necessary to make sure instantiated templates are included
19027 old_archive_cmds_CXX
='$CC -ar -WR,-u -o $oldlib $oldobjs'
19030 if test "$GXX" = yes; then
19031 if test "$with_gnu_ld" = no
; then
19032 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'
19034 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'
19037 link_all_deplibs_CXX
=yes
19040 hardcode_libdir_flag_spec_CXX
='${wl}-rpath ${wl}$libdir'
19041 hardcode_libdir_separator_CXX
=:
19042 inherit_rpath_CXX
=yes
19045 linux
* | k
*bsd
*-gnu | kopensolaris
*-gnu)
19046 case $cc_basename in
19048 # Kuck and Associates, Inc. (KAI) C++ Compiler
19050 # KCC will only create a shared library if the output file
19051 # ends with ".so" (or ".sl" for HP-UX), so rename the library
19052 # to its proper name (with version) after linking.
19053 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'
19054 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'
19055 # Commands to make compiler produce verbose output that lists
19056 # what "hidden" libraries, object files and flags are used when
19057 # linking a shared library.
19059 # There doesn't appear to be a way to prevent this compiler from
19060 # explicitly linking system object files so we need to strip them
19061 # from the output so that they don't get included in the library
19063 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"'
19065 hardcode_libdir_flag_spec_CXX
='${wl}-rpath,$libdir'
19066 export_dynamic_flag_spec_CXX
='${wl}--export-dynamic'
19068 # Archives containing C++ object files must be created using
19069 # "CC -Bstatic", where "CC" is the KAI C++ compiler.
19070 old_archive_cmds_CXX
='$CC -Bstatic -o $oldlib $oldobjs'
19075 # version 8.0 and above of icpc choke on multiply defined symbols
19076 # if we add $predep_objects and $postdep_objects, however 7.1 and
19077 # earlier do not add the objects themselves.
19078 case `$CC -V 2>&1` in
19080 archive_cmds_CXX
='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
19081 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'
19083 *) # Version 8.0 or newer
19086 ia64
*) tmp_idyn
=' -i_dynamic';;
19088 archive_cmds_CXX
='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
19089 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'
19092 archive_cmds_need_lc_CXX
=no
19093 hardcode_libdir_flag_spec_CXX
='${wl}-rpath,$libdir'
19094 export_dynamic_flag_spec_CXX
='${wl}--export-dynamic'
19095 whole_archive_flag_spec_CXX
='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
19098 # Portland Group C++ compiler
19100 *pgCC\
[1-5].
* |
*pgcpp\
[1-5].
*)
19101 prelink_cmds_CXX
='tpldir=Template.dir~
19103 $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
19104 compile_command="$compile_command `find $tpldir -name \*.o | $NL2SP`"'
19105 old_archive_cmds_CXX
='tpldir=Template.dir~
19107 $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
19108 $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | $NL2SP`~
19110 archive_cmds_CXX
='tpldir=Template.dir~
19112 $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
19113 $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
19114 archive_expsym_cmds_CXX
='tpldir=Template.dir~
19116 $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
19117 $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'
19119 *) # Version 6 and above use weak symbols
19120 archive_cmds_CXX
='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
19121 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'
19125 hardcode_libdir_flag_spec_CXX
='${wl}--rpath ${wl}$libdir'
19126 export_dynamic_flag_spec_CXX
='${wl}--export-dynamic'
19127 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'
19131 archive_cmds_CXX
='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
19132 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'
19134 runpath_var
=LD_RUN_PATH
19135 hardcode_libdir_flag_spec_CXX
='-rpath $libdir'
19136 hardcode_libdir_separator_CXX
=:
19138 # Commands to make compiler produce verbose output that lists
19139 # what "hidden" libraries, object files and flags are used when
19140 # linking a shared library.
19142 # There doesn't appear to be a way to prevent this compiler from
19143 # explicitly linking system object files so we need to strip them
19144 # from the output so that they don't get included in the library
19146 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'
19148 xl
* | mpixl
* | bgxl
*)
19149 # IBM XL 8.0 on PPC, with GNU ld
19150 hardcode_libdir_flag_spec_CXX
='${wl}-rpath ${wl}$libdir'
19151 export_dynamic_flag_spec_CXX
='${wl}--export-dynamic'
19152 archive_cmds_CXX
='$CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
19153 if test "x$supports_anon_versioning" = xyes
; then
19154 archive_expsym_cmds_CXX
='echo "{ global:" > $output_objdir/$libname.ver~
19155 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
19156 echo "local: *; };" >> $output_objdir/$libname.ver~
19157 $CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
19161 case `$CC -V 2>&1 | sed 5q` in
19164 no_undefined_flag_CXX
=' -zdefs'
19165 archive_cmds_CXX
='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
19166 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'
19167 hardcode_libdir_flag_spec_CXX
='-R$libdir'
19168 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'
19169 compiler_needs_object_CXX
=yes
19171 # Not sure whether something based on
19172 # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1
19174 output_verbose_link_cmd
='func_echo_all'
19176 # Archives containing C++ object files must be created using
19177 # "CC -xar", where "CC" is the Sun C++ compiler. This is
19178 # necessary to make sure instantiated templates are included
19180 old_archive_cmds_CXX
='$CC -xar -o $oldlib $oldobjs'
19188 # FIXME: insert proper C++ library support
19193 # FIXME: insert proper C++ library support
19198 case $cc_basename in
19200 # FIXME: insert proper C++ library support
19204 # FIXME: insert proper C++ library support
19211 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
19212 archive_cmds_CXX
='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
19214 hardcode_libdir_flag_spec_CXX
='-R$libdir'
19215 hardcode_direct_CXX
=yes
19216 hardcode_shlibpath_var_CXX
=no
19218 # Workaround some broken pre-1.5 toolchains
19219 output_verbose_link_cmd
='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
19227 # C++ shared libraries are fairly broken
19232 if test -f /usr
/libexec
/ld.so
; then
19233 hardcode_direct_CXX
=yes
19234 hardcode_shlibpath_var_CXX
=no
19235 hardcode_direct_absolute_CXX
=yes
19236 archive_cmds_CXX
='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
19237 hardcode_libdir_flag_spec_CXX
='${wl}-rpath,$libdir'
19238 if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" ||
test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
19239 archive_expsym_cmds_CXX
='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
19240 export_dynamic_flag_spec_CXX
='${wl}-E'
19241 whole_archive_flag_spec_CXX
="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
19243 output_verbose_link_cmd
=func_echo_all
19249 osf3
* | osf4
* | osf5
*)
19250 case $cc_basename in
19252 # Kuck and Associates, Inc. (KAI) C++ Compiler
19254 # KCC will only create a shared library if the output file
19255 # ends with ".so" (or ".sl" for HP-UX), so rename the library
19256 # to its proper name (with version) after linking.
19257 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'
19259 hardcode_libdir_flag_spec_CXX
='${wl}-rpath,$libdir'
19260 hardcode_libdir_separator_CXX
=:
19262 # Archives containing C++ object files must be created using
19263 # the KAI C++ compiler.
19265 osf3
*) old_archive_cmds_CXX
='$CC -Bstatic -o $oldlib $oldobjs' ;;
19266 *) old_archive_cmds_CXX
='$CC -o $oldlib $oldobjs' ;;
19270 # Rational C++ 2.4.1
19271 # FIXME: insert proper C++ library support
19277 allow_undefined_flag_CXX
=' ${wl}-expect_unresolved ${wl}\*'
19278 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'
19279 hardcode_libdir_flag_spec_CXX
='${wl}-rpath ${wl}$libdir'
19282 allow_undefined_flag_CXX
=' -expect_unresolved \*'
19283 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'
19284 archive_expsym_cmds_CXX
='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
19285 echo "-hidden">> $lib.exp~
19286 $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~
19288 hardcode_libdir_flag_spec_CXX
='-rpath $libdir'
19292 hardcode_libdir_separator_CXX
=:
19294 # Commands to make compiler produce verbose output that lists
19295 # what "hidden" libraries, object files and flags are used when
19296 # linking a shared library.
19298 # There doesn't appear to be a way to prevent this compiler from
19299 # explicitly linking system object files so we need to strip them
19300 # from the output so that they don't get included in the library
19302 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"'
19305 if test "$GXX" = yes && test "$with_gnu_ld" = no
; then
19306 allow_undefined_flag_CXX
=' ${wl}-expect_unresolved ${wl}\*'
19309 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'
19312 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'
19316 hardcode_libdir_flag_spec_CXX
='${wl}-rpath ${wl}$libdir'
19317 hardcode_libdir_separator_CXX
=:
19319 # Commands to make compiler produce verbose output that lists
19320 # what "hidden" libraries, object files and flags are used when
19321 # linking a shared library.
19322 output_verbose_link_cmd
='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
19325 # FIXME: insert proper C++ library support
19333 # FIXME: insert proper C++ library support
19338 case $cc_basename in
19341 # FIXME: insert proper C++ library support
19346 # FIXME: insert proper C++ library support
19350 # FIXME: insert proper C++ library support
19357 case $cc_basename in
19359 # Sun C++ 4.2, 5.x and Centerline C++
19360 archive_cmds_need_lc_CXX
=yes
19361 no_undefined_flag_CXX
=' -zdefs'
19362 archive_cmds_CXX
='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
19363 archive_expsym_cmds_CXX
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
19364 $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'
19366 hardcode_libdir_flag_spec_CXX
='-R$libdir'
19367 hardcode_shlibpath_var_CXX
=no
19369 solaris2.
[0-5] | solaris2.
[0-5].
*) ;;
19371 # The compiler driver will combine and reorder linker options,
19372 # but understands `-z linker_flag'.
19373 # Supported since Solaris 2.6 (maybe 2.5.1?)
19374 whole_archive_flag_spec_CXX
='-z allextract$convenience -z defaultextract'
19377 link_all_deplibs_CXX
=yes
19379 output_verbose_link_cmd
='func_echo_all'
19381 # Archives containing C++ object files must be created using
19382 # "CC -xar", where "CC" is the Sun C++ compiler. This is
19383 # necessary to make sure instantiated templates are included
19385 old_archive_cmds_CXX
='$CC -xar -o $oldlib $oldobjs'
19388 # Green Hills C++ Compiler
19389 archive_cmds_CXX
='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
19391 # The C++ compiler must be used to create the archive.
19392 old_archive_cmds_CXX
='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
19395 # GNU C++ compiler with Solaris linker
19396 if test "$GXX" = yes && test "$with_gnu_ld" = no
; then
19397 no_undefined_flag_CXX
=' ${wl}-z ${wl}defs'
19398 if $CC --version |
$GREP -v '^2\.7' > /dev
/null
; then
19399 archive_cmds_CXX
='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
19400 archive_expsym_cmds_CXX
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
19401 $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
19403 # Commands to make compiler produce verbose output that lists
19404 # what "hidden" libraries, object files and flags are used when
19405 # linking a shared library.
19406 output_verbose_link_cmd
='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
19408 # g++ 2.7 appears to require `-G' NOT `-shared' on this
19410 archive_cmds_CXX
='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
19411 archive_expsym_cmds_CXX
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
19412 $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
19414 # Commands to make compiler produce verbose output that lists
19415 # what "hidden" libraries, object files and flags are used when
19416 # linking a shared library.
19417 output_verbose_link_cmd
='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
19420 hardcode_libdir_flag_spec_CXX
='${wl}-R $wl$libdir'
19422 solaris2.
[0-5] | solaris2.
[0-5].
*) ;;
19424 whole_archive_flag_spec_CXX
='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
19432 sysv4
*uw2
* | sysv5OpenUNIX
* | sysv5UnixWare7.
[01].
[10]* | unixware7
* | sco3.2v5.0.
[024]*)
19433 no_undefined_flag_CXX
='${wl}-z,text'
19434 archive_cmds_need_lc_CXX
=no
19435 hardcode_shlibpath_var_CXX
=no
19436 runpath_var
='LD_RUN_PATH'
19438 case $cc_basename in
19440 archive_cmds_CXX
='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
19441 archive_expsym_cmds_CXX
='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
19444 archive_cmds_CXX
='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
19445 archive_expsym_cmds_CXX
='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
19450 sysv5
* | sco3.2v5
* | sco5v6
*)
19451 # Note: We can NOT use -z defs as we might desire, because we do not
19452 # link with -lc, and that would cause any symbols used from libc to
19453 # always be unresolved, which means just about no library would
19454 # ever link correctly. If we're not using GNU ld we use -z text
19455 # though, which does catch some bad symbols but isn't as heavy-handed
19457 no_undefined_flag_CXX
='${wl}-z,text'
19458 allow_undefined_flag_CXX
='${wl}-z,nodefs'
19459 archive_cmds_need_lc_CXX
=no
19460 hardcode_shlibpath_var_CXX
=no
19461 hardcode_libdir_flag_spec_CXX
='${wl}-R,$libdir'
19462 hardcode_libdir_separator_CXX
=':'
19463 link_all_deplibs_CXX
=yes
19464 export_dynamic_flag_spec_CXX
='${wl}-Bexport'
19465 runpath_var
='LD_RUN_PATH'
19467 case $cc_basename in
19469 archive_cmds_CXX
='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
19470 archive_expsym_cmds_CXX
='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
19471 old_archive_cmds_CXX
='$CC -Tprelink_objects $oldobjs~
19472 '"$old_archive_cmds_CXX"
19473 reload_cmds_CXX
='$CC -Tprelink_objects $reload_objs~
19474 '"$reload_cmds_CXX"
19477 archive_cmds_CXX
='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
19478 archive_expsym_cmds_CXX
='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
19484 case $cc_basename in
19486 # NonStop-UX NCC 3.20
19487 # FIXME: insert proper C++ library support
19491 # FIXME: insert proper C++ library support
19498 # FIXME: insert proper C++ library support
19503 # FIXME: insert proper C++ library support
19508 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs_CXX" >&5
19509 $as_echo "$ld_shlibs_CXX" >&6; }
19510 test "$ld_shlibs_CXX" = no
&& can_build_shared
=no
19516 ## There is no encapsulation within the following macros, do not change
19517 ## the running order or otherwise move them around unless you know exactly
19518 ## what you are doing...
19519 # Dependencies to place before and after the object being linked:
19520 predep_objects_CXX
=
19521 postdep_objects_CXX
=
19524 compiler_lib_search_path_CXX
=
19526 cat > conftest.
$ac_ext <<_LT_EOF
19530 Foo (void) { a = 0; }
19536 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
19537 (eval $ac_compile) 2>&5
19539 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
19540 test $ac_status = 0; }; then
19541 # Parse the compiler output and extract the necessary
19542 # objects, libraries and library flags.
19544 # Sentinel used to keep track of whether or not we are before
19545 # the conftest object file.
19546 pre_test_object_deps_done
=no
19548 for p
in `eval "$output_verbose_link_cmd"`; do
19552 # Some compilers place space between "-{L,R}" and the path.
19553 # Remove the space.
19554 if test $p = "-L" ||
19555 test $p = "-R"; then
19562 if test "$pre_test_object_deps_done" = no
; then
19565 # Internal compiler library paths should come after those
19566 # provided the user. The postdeps already come after the
19567 # user supplied libs so there is no need to process them.
19568 if test -z "$compiler_lib_search_path_CXX"; then
19569 compiler_lib_search_path_CXX
="${prev}${p}"
19571 compiler_lib_search_path_CXX
="${compiler_lib_search_path_CXX} ${prev}${p}"
19574 # The "-l" case would never come before the object being
19575 # linked, so don't bother handling this case.
19578 if test -z "$postdeps_CXX"; then
19579 postdeps_CXX
="${prev}${p}"
19581 postdeps_CXX
="${postdeps_CXX} ${prev}${p}"
19587 # This assumes that the test object file only shows up
19588 # once in the compiler output.
19589 if test "$p" = "conftest.$objext"; then
19590 pre_test_object_deps_done
=yes
19594 if test "$pre_test_object_deps_done" = no
; then
19595 if test -z "$predep_objects_CXX"; then
19596 predep_objects_CXX
="$p"
19598 predep_objects_CXX
="$predep_objects_CXX $p"
19601 if test -z "$postdep_objects_CXX"; then
19602 postdep_objects_CXX
="$p"
19604 postdep_objects_CXX
="$postdep_objects_CXX $p"
19609 *) ;; # Ignore the rest.
19617 echo "libtool.m4: error: problem compiling CXX test program"
19620 $RM -f confest.
$objext
19622 # PORTME: override above test on systems where it is broken
19625 # Interix 3.5 installs completely hosed .la files for C++, so rather than
19626 # hack all around it, let's just trust "g++" to DTRT.
19627 predep_objects_CXX
=
19628 postdep_objects_CXX
=
19633 case `$CC -V 2>&1 | sed 5q` in
19637 # The more standards-conforming stlport4 library is
19638 # incompatible with the Cstd library. Avoid specifying
19639 # it if it's in CXXFLAGS. Ignore libCrun as
19640 # -library=stlport4 depends on it.
19641 case " $CXX $CXXFLAGS " in
19642 *" -library=stlport4 "*)
19643 solaris_use_stlport4
=yes
19647 if test "$solaris_use_stlport4" != yes; then
19648 postdeps_CXX
='-library=Cstd -library=Crun'
19655 case $cc_basename in
19657 # The more standards-conforming stlport4 library is
19658 # incompatible with the Cstd library. Avoid specifying
19659 # it if it's in CXXFLAGS. Ignore libCrun as
19660 # -library=stlport4 depends on it.
19661 case " $CXX $CXXFLAGS " in
19662 *" -library=stlport4 "*)
19663 solaris_use_stlport4
=yes
19667 # Adding this requires a known-good setup of shared libraries for
19668 # Sun compiler versions before 5.6, else PIC objects from an old
19669 # archive will be linked into the output, leading to subtle bugs.
19670 if test "$solaris_use_stlport4" != yes; then
19671 postdeps_CXX
='-library=Cstd -library=Crun'
19679 case " $postdeps_CXX " in
19680 *" -lc "*) archive_cmds_need_lc_CXX
=no
;;
19682 compiler_lib_search_dirs_CXX
=
19683 if test -n "${compiler_lib_search_path_CXX}"; then
19684 compiler_lib_search_dirs_CXX
=`echo " ${compiler_lib_search_path_CXX}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
19717 lt_prog_compiler_wl_CXX
=
19718 lt_prog_compiler_pic_CXX
=
19719 lt_prog_compiler_static_CXX
=
19721 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
19722 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
19724 # C++ specific cases for pic, static, wl, etc.
19725 if test "$GXX" = yes; then
19726 lt_prog_compiler_wl_CXX
='-Wl,'
19727 lt_prog_compiler_static_CXX
='-static'
19731 # All AIX code is PIC.
19732 if test "$host_cpu" = ia64
; then
19733 # AIX 5 now supports IA64 processor
19734 lt_prog_compiler_static_CXX
='-Bstatic'
19736 lt_prog_compiler_pic_CXX
='-fPIC'
19742 # see comment about AmigaOS4 .so support
19743 lt_prog_compiler_pic_CXX
='-fPIC'
19746 # FIXME: we need at least 68020 code to build shared libraries, but
19747 # adding the `-m68020' flag to GCC prevents building anything better,
19749 lt_prog_compiler_pic_CXX
='-m68020 -resident32 -malways-restore-a4'
19754 beos
* | irix5
* | irix6
* | nonstopux
* | osf3
* | osf4
* | osf5
*)
19755 # PIC is the default for these OSes.
19757 mingw
* | cygwin
* | os2
* | pw32
* | cegcc
*)
19758 # This hack is so that the source file can tell whether it is being
19759 # built for inclusion in a dll (and should export symbols for example).
19760 # Although the cygwin gcc ignores -fPIC, still need this for old-style
19761 # (--disable-auto-import) libraries
19762 lt_prog_compiler_pic_CXX
='-DDLL_EXPORT'
19764 darwin
* | rhapsody
*)
19765 # PIC is the default on this platform
19766 # Common symbols not allowed in MH_DYLIB files
19767 lt_prog_compiler_pic_CXX
='-fno-common'
19770 # DJGPP does not support shared libraries at all
19771 lt_prog_compiler_pic_CXX
=
19774 # PIC is the default for Haiku.
19775 # The "-static" flag exists, but is broken.
19776 lt_prog_compiler_static_CXX
=
19779 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
19780 # Instead, we relocate shared libraries at runtime.
19783 if test -d /usr
/nec
; then
19784 lt_prog_compiler_pic_CXX
=-Kconform_pic
19788 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
19789 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
19790 # sets the default TLS model and affects inlining.
19795 lt_prog_compiler_pic_CXX
='-fPIC'
19800 # QNX uses GNU C++, but need to define -shared option too, otherwise
19801 # it will coredump.
19802 lt_prog_compiler_pic_CXX
='-fPIC -shared'
19805 lt_prog_compiler_pic_CXX
='-fPIC'
19811 # All AIX code is PIC.
19812 if test "$host_cpu" = ia64
; then
19813 # AIX 5 now supports IA64 processor
19814 lt_prog_compiler_static_CXX
='-Bstatic'
19816 lt_prog_compiler_static_CXX
='-bnso -bI:/lib/syscalls.exp'
19820 case $cc_basename in
19822 # Green Hills C++ Compiler
19823 # _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"
19828 case $cc_basename in
19830 lt_prog_compiler_pic_CXX
='-KPIC'
19833 # Green Hills C++ Compiler
19834 lt_prog_compiler_pic_CXX
='-pic'
19840 freebsd
* | dragonfly
*)
19841 # FreeBSD uses GNU C++
19843 hpux9
* | hpux10
* | hpux11
*)
19844 case $cc_basename in
19846 lt_prog_compiler_wl_CXX
='-Wl,'
19847 lt_prog_compiler_static_CXX
='${wl}-a ${wl}archive'
19848 if test "$host_cpu" != ia64
; then
19849 lt_prog_compiler_pic_CXX
='+Z'
19853 lt_prog_compiler_wl_CXX
='-Wl,'
19854 lt_prog_compiler_static_CXX
='${wl}-a ${wl}archive'
19860 lt_prog_compiler_pic_CXX
='+Z'
19869 # This is c89, which is MS Visual C++ (no shared libs)
19870 # Anyone wants to do a port?
19872 irix5
* | irix6
* | nonstopux
*)
19873 case $cc_basename in
19875 lt_prog_compiler_wl_CXX
='-Wl,'
19876 lt_prog_compiler_static_CXX
='-non_shared'
19877 # CC pic flag -KPIC is the default.
19883 linux
* | k
*bsd
*-gnu | kopensolaris
*-gnu)
19884 case $cc_basename in
19887 lt_prog_compiler_wl_CXX
='--backend -Wl,'
19888 lt_prog_compiler_pic_CXX
='-fPIC'
19891 # old Intel C++ for x86_64 which still supported -KPIC.
19892 lt_prog_compiler_wl_CXX
='-Wl,'
19893 lt_prog_compiler_pic_CXX
='-KPIC'
19894 lt_prog_compiler_static_CXX
='-static'
19897 # Intel C++, used to be incompatible with GCC.
19898 # ICC 10 doesn't accept -KPIC any more.
19899 lt_prog_compiler_wl_CXX
='-Wl,'
19900 lt_prog_compiler_pic_CXX
='-fPIC'
19901 lt_prog_compiler_static_CXX
='-static'
19904 # Portland Group C++ compiler
19905 lt_prog_compiler_wl_CXX
='-Wl,'
19906 lt_prog_compiler_pic_CXX
='-fpic'
19907 lt_prog_compiler_static_CXX
='-Bstatic'
19911 # Make sure the PIC flag is empty. It appears that all Alpha
19912 # Linux and Compaq Tru64 Unix objects are PIC.
19913 lt_prog_compiler_pic_CXX
=
19914 lt_prog_compiler_static_CXX
='-non_shared'
19916 xlc
* | xlC
* | bgxl
[cC
]* | mpixl
[cC
]*)
19917 # IBM XL 8.0, 9.0 on PPC and BlueGene
19918 lt_prog_compiler_wl_CXX
='-Wl,'
19919 lt_prog_compiler_pic_CXX
='-qpic'
19920 lt_prog_compiler_static_CXX
='-qstaticlink'
19923 case `$CC -V 2>&1 | sed 5q` in
19926 lt_prog_compiler_pic_CXX
='-KPIC'
19927 lt_prog_compiler_static_CXX
='-Bstatic'
19928 lt_prog_compiler_wl_CXX
='-Qoption ld '
19939 case $cc_basename in
19941 lt_prog_compiler_pic_CXX
='-W c,exportall'
19950 # QNX uses GNU C++, but need to define -shared option too, otherwise
19951 # it will coredump.
19952 lt_prog_compiler_pic_CXX
='-fPIC -shared'
19954 osf3
* | osf4
* | osf5
*)
19955 case $cc_basename in
19957 lt_prog_compiler_wl_CXX
='--backend -Wl,'
19960 # Rational C++ 2.4.1
19961 lt_prog_compiler_pic_CXX
='-pic'
19964 # Digital/Compaq C++
19965 lt_prog_compiler_wl_CXX
='-Wl,'
19966 # Make sure the PIC flag is empty. It appears that all Alpha
19967 # Linux and Compaq Tru64 Unix objects are PIC.
19968 lt_prog_compiler_pic_CXX
=
19969 lt_prog_compiler_static_CXX
='-non_shared'
19978 case $cc_basename in
19980 # Sun C++ 4.2, 5.x and Centerline C++
19981 lt_prog_compiler_pic_CXX
='-KPIC'
19982 lt_prog_compiler_static_CXX
='-Bstatic'
19983 lt_prog_compiler_wl_CXX
='-Qoption ld '
19986 # Green Hills C++ Compiler
19987 lt_prog_compiler_pic_CXX
='-PIC'
19994 case $cc_basename in
19997 lt_prog_compiler_pic_CXX
='-pic'
19998 lt_prog_compiler_static_CXX
='-Bstatic'
20002 lt_prog_compiler_pic_CXX
='-pic'
20008 sysv5
* | unixware
* | sco3.2v5
* | sco5v6
* | OpenUNIX
*)
20009 case $cc_basename in
20011 lt_prog_compiler_wl_CXX
='-Wl,'
20012 lt_prog_compiler_pic_CXX
='-KPIC'
20013 lt_prog_compiler_static_CXX
='-Bstatic'
20018 case $cc_basename in
20020 # NonStop-UX NCC 3.20
20021 lt_prog_compiler_pic_CXX
='-KPIC'
20030 lt_prog_compiler_can_build_shared_CXX
=no
20036 # For platforms which do not support PIC, -DPIC is meaningless:
20038 lt_prog_compiler_pic_CXX
=
20041 lt_prog_compiler_pic_CXX
="$lt_prog_compiler_pic_CXX -DPIC"
20044 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic_CXX" >&5
20045 $as_echo "$lt_prog_compiler_pic_CXX" >&6; }
20050 # Check to make sure the PIC flag actually works.
20052 if test -n "$lt_prog_compiler_pic_CXX"; then
20053 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5
20054 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works... " >&6; }
20055 if test "${lt_cv_prog_compiler_pic_works_CXX+set}" = set; then :
20056 $as_echo_n "(cached) " >&6
20058 lt_cv_prog_compiler_pic_works_CXX
=no
20059 ac_outfile
=conftest.
$ac_objext
20060 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
20061 lt_compiler_flag
="$lt_prog_compiler_pic_CXX -DPIC"
20062 # Insert the option either (1) after the last *FLAGS variable, or
20063 # (2) before a word containing "conftest.", or (3) at the end.
20064 # Note that $ac_compile itself does not contain backslashes and begins
20065 # with a dollar sign (not a hyphen), so the echo should work correctly.
20066 # The option is referenced via a variable to avoid confusing sed.
20067 lt_compile
=`echo "$ac_compile" | $SED \
20068 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
20069 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
20070 -e 's:$: $lt_compiler_flag:'`
20071 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
20072 (eval "$lt_compile" 2>conftest.err
)
20074 cat conftest.err
>&5
20075 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20076 if (exit $ac_status) && test -s "$ac_outfile"; then
20077 # The compiler can only warn and ignore the option if not recognized
20078 # So say no if there are warnings other than the usual output.
20079 $ECHO "$_lt_compiler_boilerplate" |
$SED '/^$/d' >conftest.exp
20080 $SED '/^$/d; /^ *+/d' conftest.err
>conftest.er2
20081 if test ! -s conftest.er2 ||
diff conftest.exp conftest.er2
>/dev
/null
; then
20082 lt_cv_prog_compiler_pic_works_CXX
=yes
20088 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works_CXX" >&5
20089 $as_echo "$lt_cv_prog_compiler_pic_works_CXX" >&6; }
20091 if test x
"$lt_cv_prog_compiler_pic_works_CXX" = xyes
; then
20092 case $lt_prog_compiler_pic_CXX in
20094 *) lt_prog_compiler_pic_CXX
=" $lt_prog_compiler_pic_CXX" ;;
20097 lt_prog_compiler_pic_CXX
=
20098 lt_prog_compiler_can_build_shared_CXX
=no
20106 # Check to make sure the static flag actually works.
20108 wl
=$lt_prog_compiler_wl_CXX eval lt_tmp_static_flag
=\"$lt_prog_compiler_static_CXX\"
20109 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
20110 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
20111 if test "${lt_cv_prog_compiler_static_works_CXX+set}" = set; then :
20112 $as_echo_n "(cached) " >&6
20114 lt_cv_prog_compiler_static_works_CXX
=no
20115 save_LDFLAGS
="$LDFLAGS"
20116 LDFLAGS
="$LDFLAGS $lt_tmp_static_flag"
20117 echo "$lt_simple_link_test_code" > conftest.
$ac_ext
20118 if (eval $ac_link 2>conftest.err
) && test -s conftest
$ac_exeext; then
20119 # The linker can only warn and ignore the option if not recognized
20120 # So say no if there are warnings
20121 if test -s conftest.err
; then
20122 # Append any errors to the config.log.
20123 cat conftest.err
1>&5
20124 $ECHO "$_lt_linker_boilerplate" |
$SED '/^$/d' > conftest.exp
20125 $SED '/^$/d; /^ *+/d' conftest.err
>conftest.er2
20126 if diff conftest.exp conftest.er2
>/dev
/null
; then
20127 lt_cv_prog_compiler_static_works_CXX
=yes
20130 lt_cv_prog_compiler_static_works_CXX
=yes
20134 LDFLAGS
="$save_LDFLAGS"
20137 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works_CXX" >&5
20138 $as_echo "$lt_cv_prog_compiler_static_works_CXX" >&6; }
20140 if test x
"$lt_cv_prog_compiler_static_works_CXX" = xyes
; then
20143 lt_prog_compiler_static_CXX
=
20149 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
20150 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
20151 if test "${lt_cv_prog_compiler_c_o_CXX+set}" = set; then :
20152 $as_echo_n "(cached) " >&6
20154 lt_cv_prog_compiler_c_o_CXX
=no
20155 $RM -r conftest
2>/dev
/null
20159 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
20161 lt_compiler_flag
="-o out/conftest2.$ac_objext"
20162 # Insert the option either (1) after the last *FLAGS variable, or
20163 # (2) before a word containing "conftest.", or (3) at the end.
20164 # Note that $ac_compile itself does not contain backslashes and begins
20165 # with a dollar sign (not a hyphen), so the echo should work correctly.
20166 lt_compile
=`echo "$ac_compile" | $SED \
20167 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
20168 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
20169 -e 's:$: $lt_compiler_flag:'`
20170 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
20171 (eval "$lt_compile" 2>out
/conftest.err
)
20173 cat out
/conftest.err
>&5
20174 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20175 if (exit $ac_status) && test -s out
/conftest2.
$ac_objext
20177 # The compiler can only warn and ignore the option if not recognized
20178 # So say no if there are warnings
20179 $ECHO "$_lt_compiler_boilerplate" |
$SED '/^$/d' > out
/conftest.exp
20180 $SED '/^$/d; /^ *+/d' out
/conftest.err
>out
/conftest.er2
20181 if test ! -s out
/conftest.er2 ||
diff out
/conftest.exp out
/conftest.er2
>/dev
/null
; then
20182 lt_cv_prog_compiler_c_o_CXX
=yes
20187 # SGI C++ compiler will create directory out/ii_files/ for
20188 # template instantiation
20189 test -d out
/ii_files
&& $RM out
/ii_files
/* && rmdir out
/ii_files
20190 $RM out
/* && rmdir out
20196 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o_CXX" >&5
20197 $as_echo "$lt_cv_prog_compiler_c_o_CXX" >&6; }
20201 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
20202 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
20203 if test "${lt_cv_prog_compiler_c_o_CXX+set}" = set; then :
20204 $as_echo_n "(cached) " >&6
20206 lt_cv_prog_compiler_c_o_CXX
=no
20207 $RM -r conftest
2>/dev
/null
20211 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
20213 lt_compiler_flag
="-o out/conftest2.$ac_objext"
20214 # Insert the option either (1) after the last *FLAGS variable, or
20215 # (2) before a word containing "conftest.", or (3) at the end.
20216 # Note that $ac_compile itself does not contain backslashes and begins
20217 # with a dollar sign (not a hyphen), so the echo should work correctly.
20218 lt_compile
=`echo "$ac_compile" | $SED \
20219 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
20220 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
20221 -e 's:$: $lt_compiler_flag:'`
20222 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
20223 (eval "$lt_compile" 2>out
/conftest.err
)
20225 cat out
/conftest.err
>&5
20226 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20227 if (exit $ac_status) && test -s out
/conftest2.
$ac_objext
20229 # The compiler can only warn and ignore the option if not recognized
20230 # So say no if there are warnings
20231 $ECHO "$_lt_compiler_boilerplate" |
$SED '/^$/d' > out
/conftest.exp
20232 $SED '/^$/d; /^ *+/d' out
/conftest.err
>out
/conftest.er2
20233 if test ! -s out
/conftest.er2 ||
diff out
/conftest.exp out
/conftest.er2
>/dev
/null
; then
20234 lt_cv_prog_compiler_c_o_CXX
=yes
20239 # SGI C++ compiler will create directory out/ii_files/ for
20240 # template instantiation
20241 test -d out
/ii_files
&& $RM out
/ii_files
/* && rmdir out
/ii_files
20242 $RM out
/* && rmdir out
20248 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o_CXX" >&5
20249 $as_echo "$lt_cv_prog_compiler_c_o_CXX" >&6; }
20254 hard_links
="nottested"
20255 if test "$lt_cv_prog_compiler_c_o_CXX" = no
&& test "$need_locks" != no
; then
20256 # do not overwrite the value of need_locks provided by the user
20257 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
20258 $as_echo_n "checking if we can lock with hard links... " >&6; }
20261 ln conftest.a conftest.b
2>/dev
/null
&& hard_links
=no
20263 ln conftest.a conftest.b
2>&5 || hard_links
=no
20264 ln conftest.a conftest.b
2>/dev
/null
&& hard_links
=no
20265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
20266 $as_echo "$hard_links" >&6; }
20267 if test "$hard_links" = no
; then
20268 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
20269 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
20278 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
20279 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
20281 export_symbols_cmds_CXX
='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
20284 # If we're using GNU nm, then we don't want the "-C" option.
20285 # -C means demangle to AIX nm, but means don't demangle with GNU nm
20286 # Also, AIX nm treats weak defined symbols like other global defined
20287 # symbols, whereas GNU nm marks them as "W".
20288 if $NM -V 2>&1 |
$GREP 'GNU' > /dev
/null
; then
20289 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'
20291 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'
20295 export_symbols_cmds_CXX
="$ltdll_cmds"
20297 cygwin
* | mingw
* | cegcc
*)
20298 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'
20301 export_symbols_cmds_CXX
='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
20304 exclude_expsyms_CXX
='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
20306 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs_CXX" >&5
20307 $as_echo "$ld_shlibs_CXX" >&6; }
20308 test "$ld_shlibs_CXX" = no
&& can_build_shared
=no
20310 with_gnu_ld_CXX
=$with_gnu_ld
20318 # Do we need to explicitly link libc?
20320 case "x$archive_cmds_need_lc_CXX" in
20322 # Assume -lc should be added
20323 archive_cmds_need_lc_CXX
=yes
20325 if test "$enable_shared" = yes && test "$GCC" = yes; then
20326 case $archive_cmds_CXX in
20328 # FIXME: we may have to deal with multi-command sequences.
20331 # Test whether the compiler implicitly links with -lc since on some
20332 # systems, -lgcc has to come before -lc. If gcc already passes -lc
20333 # to ld, don't add -lc before -lgcc.
20334 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
20335 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
20336 if test "${lt_cv_archive_cmds_need_lc_CXX+set}" = set; then :
20337 $as_echo_n "(cached) " >&6
20340 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
20342 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
20343 (eval $ac_compile) 2>&5
20345 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
20346 test $ac_status = 0; } 2>conftest.err
; then
20349 libobjs
=conftest.
$ac_objext
20351 wl
=$lt_prog_compiler_wl_CXX
20352 pic_flag
=$lt_prog_compiler_pic_CXX
20358 lt_save_allow_undefined_flag
=$allow_undefined_flag_CXX
20359 allow_undefined_flag_CXX
=
20360 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds_CXX 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
20361 (eval $archive_cmds_CXX 2\
>\
&1 \|
$GREP \" -lc \" \
>/dev
/null
2\
>\
&1) 2>&5
20363 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
20364 test $ac_status = 0; }
20366 lt_cv_archive_cmds_need_lc_CXX
=no
20368 lt_cv_archive_cmds_need_lc_CXX
=yes
20370 allow_undefined_flag_CXX
=$lt_save_allow_undefined_flag
20372 cat conftest.err
1>&5
20377 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc_CXX" >&5
20378 $as_echo "$lt_cv_archive_cmds_need_lc_CXX" >&6; }
20379 archive_cmds_need_lc_CXX
=$lt_cv_archive_cmds_need_lc_CXX
20449 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
20450 $as_echo_n "checking dynamic linker characteristics... " >&6; }
20452 library_names_spec
=
20453 libname_spec
='lib$name'
20457 postuninstall_cmds
=
20461 shlibpath_overrides_runpath
=unknown
20463 dynamic_linker
="$host_os ld.so"
20464 sys_lib_dlsearch_path_spec
="/lib /usr/lib"
20465 need_lib_prefix
=unknown
20466 hardcode_into_libs
=no
20468 # when you set need_version to no, make sure it does not cause -set_version
20469 # flags to be left without arguments
20470 need_version
=unknown
20475 library_names_spec
='${libname}${release}${shared_ext}$versuffix $libname.a'
20476 shlibpath_var
=LIBPATH
20478 # AIX 3 has no versioning support, so we append a major version to the name.
20479 soname_spec
='${libname}${release}${shared_ext}$major'
20486 hardcode_into_libs
=yes
20487 if test "$host_cpu" = ia64
; then
20488 # AIX 5 supports IA64
20489 library_names_spec
='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
20490 shlibpath_var
=LD_LIBRARY_PATH
20492 # With GCC up to 2.95.x, collect2 would create an import file
20493 # for dependence libraries. The import file would start with
20494 # the line `#! .'. This would cause the generated library to
20495 # depend on `.', always an invalid library. This was fixed in
20496 # development snapshots of GCC prior to 3.0.
20498 aix4 | aix4.
[01] | aix4.
[01].
*)
20499 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
20501 echo '#endif'; } |
${CC} -E - |
$GREP yes > /dev
/null
; then
20504 can_build_shared
=no
20508 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
20509 # soname into executable. Probably we can add versioning support to
20510 # collect2, so additional links can be useful in future.
20511 if test "$aix_use_runtimelinking" = yes; then
20512 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
20513 # instead of lib<name>.a to let people know that these are not
20514 # typical AIX shared libraries.
20515 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
20517 # We preserve .a as extension for shared libraries through AIX4.2
20518 # and later when we are not doing run time linking.
20519 library_names_spec
='${libname}${release}.a $libname.a'
20520 soname_spec
='${libname}${release}${shared_ext}$major'
20522 shlibpath_var
=LIBPATH
20529 # Since July 2007 AmigaOS4 officially supports .so libraries.
20530 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
20531 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
20534 library_names_spec
='$libname.ixlibrary $libname.a'
20535 # Create ${libname}_ixlibrary.a entries in /sys/libs.
20536 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'
20542 library_names_spec
='${libname}${shared_ext}'
20543 dynamic_linker
="$host_os ld.so"
20544 shlibpath_var
=LIBRARY_PATH
20550 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
20551 soname_spec
='${libname}${release}${shared_ext}$major'
20552 finish_cmds
='PATH="\$PATH:/sbin" ldconfig $libdir'
20553 shlibpath_var
=LD_LIBRARY_PATH
20554 sys_lib_search_path_spec
="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
20555 sys_lib_dlsearch_path_spec
="/shlib /usr/lib /usr/local/lib"
20556 # the default ld.so.conf also contains /usr/contrib/lib and
20557 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
20558 # libtool to hard-code these into programs
20561 cygwin
* | mingw
* | pw32
* | cegcc
*)
20562 version_type
=windows
20567 case $GCC,$host_os in
20568 yes,cygwin
* |
yes,mingw
* |
yes,pw32
* |
yes,cegcc
*)
20569 library_names_spec
='$libname.dll.a'
20570 # DLL is installed to $(libdir)/../bin by postinstall_cmds
20571 postinstall_cmds
='base_file=`basename \${file}`~
20572 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
20573 dldir=$destdir/`dirname \$dlpath`~
20574 test -d \$dldir || mkdir -p \$dldir~
20575 $install_prog $dir/$dlname \$dldir/$dlname~
20576 chmod a+x \$dldir/$dlname~
20577 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
20578 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
20580 postuninstall_cmds
='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
20581 dlpath=$dir/\$dldll~
20583 shlibpath_overrides_runpath
=yes
20587 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
20588 soname_spec
='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
20592 # MinGW DLLs use traditional 'lib' prefix
20593 soname_spec
='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
20596 # pw32 DLLs use 'pw' prefix rather than 'lib'
20597 library_names_spec
='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
20603 library_names_spec
='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
20606 dynamic_linker
='Win32 ld.exe'
20607 # FIXME: first we should search . and the directory the executable is in
20611 darwin
* | rhapsody
*)
20612 dynamic_linker
="$host_os dyld"
20613 version_type
=darwin
20616 library_names_spec
='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
20617 soname_spec
='${libname}${release}${major}$shared_ext'
20618 shlibpath_overrides_runpath
=yes
20619 shlibpath_var
=DYLD_LIBRARY_PATH
20620 shrext_cmds
='`test .$module = .yes && echo .so || echo .dylib`'
20622 sys_lib_dlsearch_path_spec
='/usr/local/lib /lib /usr/lib'
20629 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
20630 soname_spec
='${libname}${release}${shared_ext}$major'
20631 shlibpath_var
=LD_LIBRARY_PATH
20634 freebsd
* | dragonfly
*)
20635 # DragonFly does not have aout. When/if they implement a new
20636 # versioning mechanism, adjust this.
20637 if test -x /usr
/bin
/objformat
; then
20638 objformat
=`/usr/bin/objformat`
20641 freebsd
[23].
*) objformat
=aout
;;
20642 *) objformat
=elf
;;
20645 version_type
=freebsd-
$objformat
20646 case $version_type in
20648 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
20653 library_names_spec
='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
20657 shlibpath_var
=LD_LIBRARY_PATH
20660 shlibpath_overrides_runpath
=yes
20662 freebsd3.
[01]* | freebsdelf3.
[01]*)
20663 shlibpath_overrides_runpath
=yes
20664 hardcode_into_libs
=yes
20666 freebsd3.
[2-9]* | freebsdelf3.
[2-9]* | \
20667 freebsd4.
[0-5] | freebsdelf4.
[0-5] | freebsd4.1
.1 | freebsdelf4.1
.1)
20668 shlibpath_overrides_runpath
=no
20669 hardcode_into_libs
=yes
20671 *) # from 4.6 on, and DragonFly
20672 shlibpath_overrides_runpath
=yes
20673 hardcode_into_libs
=yes
20682 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
20683 soname_spec
='${libname}${release}${shared_ext}$major'
20684 shlibpath_var
=LD_LIBRARY_PATH
20685 hardcode_into_libs
=yes
20692 dynamic_linker
="$host_os runtime_loader"
20693 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
20694 soname_spec
='${libname}${release}${shared_ext}$major'
20695 shlibpath_var
=LIBRARY_PATH
20696 shlibpath_overrides_runpath
=yes
20697 sys_lib_dlsearch_path_spec
='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
20698 hardcode_into_libs
=yes
20701 hpux9
* | hpux10
* | hpux11
*)
20702 # Give a soname corresponding to the major version so that dld.sl refuses to
20703 # link against other versions.
20710 hardcode_into_libs
=yes
20711 dynamic_linker
="$host_os dld.so"
20712 shlibpath_var
=LD_LIBRARY_PATH
20713 shlibpath_overrides_runpath
=yes # Unless +noenvvar is specified.
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 if test "X$HPUX_IA64_MODE" = X32
; then
20717 sys_lib_search_path_spec
="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
20719 sys_lib_search_path_spec
="/usr/lib/hpux64 /usr/local/lib/hpux64"
20721 sys_lib_dlsearch_path_spec
=$sys_lib_search_path_spec
20725 hardcode_into_libs
=yes
20726 dynamic_linker
="$host_os dld.sl"
20727 shlibpath_var
=LD_LIBRARY_PATH
# How should we handle SHLIB_PATH
20728 shlibpath_overrides_runpath
=yes # Unless +noenvvar is specified.
20729 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
20730 soname_spec
='${libname}${release}${shared_ext}$major'
20731 sys_lib_search_path_spec
="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
20732 sys_lib_dlsearch_path_spec
=$sys_lib_search_path_spec
20736 dynamic_linker
="$host_os dld.sl"
20737 shlibpath_var
=SHLIB_PATH
20738 shlibpath_overrides_runpath
=no
# +s is required to enable SHLIB_PATH
20739 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
20740 soname_spec
='${libname}${release}${shared_ext}$major'
20743 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
20744 postinstall_cmds
='chmod 555 $lib'
20745 # or fails outright, so override atomically:
20746 install_override_mode
=555
20753 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
20754 soname_spec
='${libname}${release}${shared_ext}$major'
20755 dynamic_linker
='Interix 3.x ld.so.1 (PE, like ELF)'
20756 shlibpath_var
=LD_LIBRARY_PATH
20757 shlibpath_overrides_runpath
=no
20758 hardcode_into_libs
=yes
20761 irix5
* | irix6
* | nonstopux
*)
20763 nonstopux
*) version_type
=nonstopux
;;
20765 if test "$lt_cv_prog_gnu_ld" = yes; then
20773 soname_spec
='${libname}${release}${shared_ext}$major'
20774 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
20776 irix5
* | nonstopux
*)
20777 libsuff
= shlibsuff
=
20780 case $LD in # libtool.m4 will add one of these switches to LD
20781 *-32|
*"-32 "|
*-melf32bsmip|
*"-melf32bsmip ")
20782 libsuff
= shlibsuff
= libmagic
=32-bit;;
20783 *-n32|
*"-n32 "|
*-melf32bmipn32|
*"-melf32bmipn32 ")
20784 libsuff
=32 shlibsuff
=N32 libmagic
=N32
;;
20785 *-64|
*"-64 "|
*-melf64bmip|
*"-melf64bmip ")
20786 libsuff
=64 shlibsuff
=64 libmagic
=64-bit;;
20787 *) libsuff
= shlibsuff
= libmagic
=never-match
;;
20791 shlibpath_var
=LD_LIBRARY
${shlibsuff}_PATH
20792 shlibpath_overrides_runpath
=no
20793 sys_lib_search_path_spec
="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
20794 sys_lib_dlsearch_path_spec
="/usr/lib${libsuff} /lib${libsuff}"
20795 hardcode_into_libs
=yes
20798 # No shared lib support for Linux oldld, aout, or coff.
20799 linux
*oldld
* | linux
*aout
* | linux
*coff
*)
20803 # This must be Linux ELF.
20804 linux
* | k
*bsd
*-gnu | kopensolaris
*-gnu)
20808 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
20809 soname_spec
='${libname}${release}${shared_ext}$major'
20810 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -n $libdir'
20811 shlibpath_var
=LD_LIBRARY_PATH
20812 shlibpath_overrides_runpath
=no
20814 # Some binutils ld are patched to set DT_RUNPATH
20815 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
20816 $as_echo_n "(cached) " >&6
20818 lt_cv_shlibpath_overrides_runpath
=no
20819 save_LDFLAGS
=$LDFLAGS
20820 save_libdir
=$libdir
20821 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl_CXX\"; \
20822 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec_CXX\""
20823 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
20824 /* end confdefs.h. */
20834 if ac_fn_cxx_try_link
"$LINENO"; then :
20835 if ($OBJDUMP -p conftest
$ac_exeext) 2>/dev
/null |
grep "RUNPATH.*$libdir" >/dev
/null
; then :
20836 lt_cv_shlibpath_overrides_runpath
=yes
20839 rm -f core conftest.err conftest.
$ac_objext \
20840 conftest
$ac_exeext conftest.
$ac_ext
20841 LDFLAGS
=$save_LDFLAGS
20842 libdir
=$save_libdir
20846 shlibpath_overrides_runpath
=$lt_cv_shlibpath_overrides_runpath
20848 # This implies no fast_install, which is unacceptable.
20849 # Some rework will be needed to allow for fast_install
20850 # before this can be enabled.
20851 hardcode_into_libs
=yes
20853 # Append ld.so.conf contents to the search path
20854 if test -f /etc
/ld.so.conf
; then
20855 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' ' '`
20856 sys_lib_dlsearch_path_spec
="/lib /usr/lib $lt_ld_extra"
20859 # We used to test for /lib/ld.so.1 and disable shared libraries on
20860 # powerpc, because MkLinux only supported shared libraries with the
20861 # GNU dynamic linker. Since this was broken with cross compilers,
20862 # most powerpc-linux boxes support dynamic linking these days and
20863 # people can always --disable-shared, the test was removed, and we
20864 # assume the GNU/Linux dynamic linker is in use.
20865 dynamic_linker
='GNU/Linux ld.so'
20872 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
20873 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
20874 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -m $libdir'
20875 dynamic_linker
='NetBSD (a.out) ld.so'
20877 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
20878 soname_spec
='${libname}${release}${shared_ext}$major'
20879 dynamic_linker
='NetBSD ld.elf_so'
20881 shlibpath_var
=LD_LIBRARY_PATH
20882 shlibpath_overrides_runpath
=yes
20883 hardcode_into_libs
=yes
20888 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
20889 shlibpath_var
=LD_LIBRARY_PATH
20890 shlibpath_overrides_runpath
=yes
20897 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
20898 soname_spec
='${libname}${release}${shared_ext}$major'
20899 shlibpath_var
=LD_LIBRARY_PATH
20900 shlibpath_overrides_runpath
=no
20901 hardcode_into_libs
=yes
20902 dynamic_linker
='ldqnx.so'
20907 sys_lib_dlsearch_path_spec
="/usr/lib"
20909 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
20911 openbsd3.3 | openbsd3.3.
*) need_version
=yes ;;
20912 *) need_version
=no
;;
20914 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
20915 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -m $libdir'
20916 shlibpath_var
=LD_LIBRARY_PATH
20917 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" ||
test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
20919 openbsd2.
[89] | openbsd2.
[89].
*)
20920 shlibpath_overrides_runpath
=no
20923 shlibpath_overrides_runpath
=yes
20927 shlibpath_overrides_runpath
=yes
20932 libname_spec
='$name'
20935 library_names_spec
='$libname${shared_ext} $libname.a'
20936 dynamic_linker
='OS/2 ld.exe'
20937 shlibpath_var
=LIBPATH
20940 osf3
* | osf4
* | osf5
*)
20944 soname_spec
='${libname}${release}${shared_ext}$major'
20945 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
20946 shlibpath_var
=LD_LIBRARY_PATH
20947 sys_lib_search_path_spec
="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
20948 sys_lib_dlsearch_path_spec
="$sys_lib_search_path_spec"
20959 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
20960 soname_spec
='${libname}${release}${shared_ext}$major'
20961 shlibpath_var
=LD_LIBRARY_PATH
20962 shlibpath_overrides_runpath
=yes
20963 hardcode_into_libs
=yes
20964 # ldd complains unless libraries are executable
20965 postinstall_cmds
='chmod +x $lib'
20970 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
20971 finish_cmds
='PATH="\$PATH:/usr/etc" ldconfig $libdir'
20972 shlibpath_var
=LD_LIBRARY_PATH
20973 shlibpath_overrides_runpath
=yes
20974 if test "$with_gnu_ld" = yes; then
20982 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
20983 soname_spec
='${libname}${release}${shared_ext}$major'
20984 shlibpath_var
=LD_LIBRARY_PATH
20985 case $host_vendor in
20987 shlibpath_overrides_runpath
=no
20989 runpath_var
=LD_RUN_PATH
20997 shlibpath_overrides_runpath
=no
20998 sys_lib_search_path_spec
='/lib /usr/lib /usr/ccs/lib'
21004 if test -d /usr
/nec
;then
21006 library_names_spec
='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
21007 soname_spec
='$libname${shared_ext}.$major'
21008 shlibpath_var
=LD_LIBRARY_PATH
21012 sysv5
* | sco3.2v5
* | sco5v6
* | unixware
* | OpenUNIX
* | sysv4
*uw2
*)
21013 version_type
=freebsd-elf
21016 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
21017 soname_spec
='${libname}${release}${shared_ext}$major'
21018 shlibpath_var
=LD_LIBRARY_PATH
21019 shlibpath_overrides_runpath
=yes
21020 hardcode_into_libs
=yes
21021 if test "$with_gnu_ld" = yes; then
21022 sys_lib_search_path_spec
='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
21024 sys_lib_search_path_spec
='/usr/ccs/lib /usr/lib'
21027 sys_lib_search_path_spec
="$sys_lib_search_path_spec /lib"
21031 sys_lib_dlsearch_path_spec
='/usr/lib'
21035 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
21039 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
21040 shlibpath_var
=LD_LIBRARY_PATH
21041 shlibpath_overrides_runpath
=no
21042 hardcode_into_libs
=yes
21047 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
21048 soname_spec
='${libname}${release}${shared_ext}$major'
21049 shlibpath_var
=LD_LIBRARY_PATH
21056 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
21057 $as_echo "$dynamic_linker" >&6; }
21058 test "$dynamic_linker" = no
&& can_build_shared
=no
21060 variables_saved_for_relink
="PATH $shlibpath_var $runpath_var"
21061 if test "$GCC" = yes; then
21062 variables_saved_for_relink
="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
21065 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
21066 sys_lib_search_path_spec
="$lt_cv_sys_lib_search_path_spec"
21068 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
21069 sys_lib_dlsearch_path_spec
="$lt_cv_sys_lib_dlsearch_path_spec"
21109 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
21110 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
21111 hardcode_action_CXX
=
21112 if test -n "$hardcode_libdir_flag_spec_CXX" ||
21113 test -n "$runpath_var_CXX" ||
21114 test "X$hardcode_automatic_CXX" = "Xyes" ; then
21116 # We can hardcode non-existent directories.
21117 if test "$hardcode_direct_CXX" != no
&&
21118 # If the only mechanism to avoid hardcoding is shlibpath_var, we
21119 # have to relink, otherwise we might link with an installed library
21120 # when we should be linking with a yet-to-be-installed one
21121 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, CXX)" != no &&
21122 test "$hardcode_minus_L_CXX" != no
; then
21123 # Linking always hardcodes the temporary library directory.
21124 hardcode_action_CXX
=relink
21126 # We can link without hardcoding, and we can hardcode nonexisting dirs.
21127 hardcode_action_CXX
=immediate
21130 # We cannot hardcode anything, or else we can only hardcode existing
21132 hardcode_action_CXX
=unsupported
21134 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action_CXX" >&5
21135 $as_echo "$hardcode_action_CXX" >&6; }
21137 if test "$hardcode_action_CXX" = relink ||
21138 test "$inherit_rpath_CXX" = yes; then
21139 # Fast installation is not supported
21140 enable_fast_install
=no
21141 elif test "$shlibpath_overrides_runpath" = yes ||
21142 test "$enable_shared" = no
; then
21143 # Fast installation is not necessary
21144 enable_fast_install
=needless
21153 fi # test -n "$compiler"
21159 with_gnu_ld
=$lt_save_with_gnu_ld
21160 lt_cv_path_LDCXX
=$lt_cv_path_LD
21161 lt_cv_path_LD
=$lt_save_path_LD
21162 lt_cv_prog_gnu_ldcxx
=$lt_cv_prog_gnu_ld
21163 lt_cv_prog_gnu_ld
=$lt_save_with_gnu_ld
21164 fi # test "$_lt_caught_CXX_error" != yes
21167 ac_cpp
='$CPP $CPPFLAGS'
21168 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21169 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21170 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
21187 # Only expand once:
21193 # Identify the assembler which will work hand-in-glove with the newly
21194 # built GCC, so that we can examine its features. This is the assembler
21195 # which will be driven by the driver program.
21197 # If build != host, and we aren't building gas in-tree, we identify a
21198 # build->target assembler and hope that it will have the same features
21199 # as the host->target assembler we'll be using.
21200 gcc_cv_gas_major_version
=
21201 gcc_cv_gas_minor_version
=
21202 gcc_cv_as_gas_srcdir
=`echo $srcdir | sed -e 's,/gcc$,,'`/gas
21204 if test "${gcc_cv_as+set}" = set; then :
21208 if test -x "$DEFAULT_ASSEMBLER"; then
21209 gcc_cv_as
="$DEFAULT_ASSEMBLER"
21210 elif test -f $gcc_cv_as_gas_srcdir/configure.
in \
21211 && test -f ..
/gas
/Makefile \
21212 && test x
$build = x
$host; then
21213 gcc_cv_as
=..
/gas
/as-new
$build_exeext
21214 elif test -x as
$build_exeext; then
21215 # Build using assembler in the current directory.
21216 gcc_cv_as
=.
/as
$build_exeext
21217 elif ( set dummy
$AS_FOR_TARGET; test -x $2 ); then
21218 gcc_cv_as
="$AS_FOR_TARGET"
21220 # Extract the first word of "$AS_FOR_TARGET", so it can be a program name with args.
21221 set dummy
$AS_FOR_TARGET; ac_word
=$2
21222 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
21223 $as_echo_n "checking for $ac_word... " >&6; }
21224 if test "${ac_cv_path_gcc_cv_as+set}" = set; then :
21225 $as_echo_n "(cached) " >&6
21229 ac_cv_path_gcc_cv_as
="$gcc_cv_as" # Let the user override the test with a path.
21232 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
21233 for as_dir
in $PATH
21236 test -z "$as_dir" && as_dir
=.
21237 for ac_exec_ext
in '' $ac_executable_extensions; do
21238 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
21239 ac_cv_path_gcc_cv_as
="$as_dir/$ac_word$ac_exec_ext"
21240 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
21250 gcc_cv_as
=$ac_cv_path_gcc_cv_as
21251 if test -n "$gcc_cv_as"; then
21252 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as" >&5
21253 $as_echo "$gcc_cv_as" >&6; }
21255 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
21256 $as_echo "no" >&6; }
21263 ORIGINAL_AS_FOR_TARGET
=$gcc_cv_as
21265 case "$ORIGINAL_AS_FOR_TARGET" in
21266 .
/as | .
/as
$build_exeext) ;;
21267 *) ac_config_files
="$ac_config_files as:exec-tool.in"
21271 { $as_echo "$as_me:${as_lineno-$LINENO}: checking what assembler to use" >&5
21272 $as_echo_n "checking what assembler to use... " >&6; }
21273 if test "$gcc_cv_as" = ..
/gas
/as-new
$build_exeext; then
21274 # Single tree build which includes gas. We want to prefer it
21275 # over whatever linker top-level may have detected, since
21276 # we'll use what we're building after installation anyway.
21277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: newly built gas" >&5
21278 $as_echo "newly built gas" >&6; }
21280 gcc_cv_as_bfd_srcdir
=`echo $srcdir | sed -e 's,/gcc$,,'`/bfd
21281 for f
in $gcc_cv_as_bfd_srcdir/configure \
21282 $gcc_cv_as_gas_srcdir/configure \
21283 $gcc_cv_as_gas_srcdir/configure.
in \
21284 $gcc_cv_as_gas_srcdir/Makefile.
in ; do
21285 gcc_cv_gas_version
=`sed -n -e 's/^[ ]*VERSION=[^0-9A-Za-z_]*\([0-9]*\.[0-9]*.*\)/VERSION=\1/p' < $f`
21286 if test x
$gcc_cv_gas_version != x
; then
21290 case $gcc_cv_gas_version in
21292 *) as_fn_error
"cannot find version of in-tree assembler" "$LINENO" 5;;
21294 gcc_cv_gas_major_version
=`expr "$gcc_cv_gas_version" : "VERSION=\([0-9]*\)"`
21295 gcc_cv_gas_minor_version
=`expr "$gcc_cv_gas_version" : "VERSION=[0-9]*\.\([0-9]*\)"`
21296 gcc_cv_gas_patch_version
=`expr "$gcc_cv_gas_version" : "VERSION=[0-9]*\.[0-9]*\.\([0-9]*\)"`
21297 case $gcc_cv_gas_patch_version in
21298 "") gcc_cv_gas_patch_version
="0" ;;
21300 gcc_cv_gas_vers
=`expr \( \( $gcc_cv_gas_major_version \* 1000 \) \
21301 + $gcc_cv_gas_minor_version \) \* 1000 \
21302 + $gcc_cv_gas_patch_version`
21304 in_tree_gas_is_elf
=no
21305 if grep 'obj_format = elf' ..
/gas
/Makefile
> /dev
/null \
21306 ||
(grep 'obj_format = multi' ..
/gas
/Makefile \
21307 && grep 'extra_objects =.* obj-elf' ..
/gas
/Makefile
) > /dev
/null
21309 in_tree_gas_is_elf
=yes
21312 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as" >&5
21313 $as_echo "$gcc_cv_as" >&6; }
21317 # Identify the linker which will work hand-in-glove with the newly
21318 # built GCC, so that we can examine its features. This is the linker
21319 # which will be driven by the driver program.
21321 # If build != host, and we aren't building gas in-tree, we identify a
21322 # build->target linker and hope that it will have the same features
21323 # as the host->target linker we'll be using.
21324 gcc_cv_gld_major_version
=
21325 gcc_cv_gld_minor_version
=
21326 gcc_cv_ld_gld_srcdir
=`echo $srcdir | sed -e 's,/gcc$,,'`/ld
21327 gcc_cv_ld_bfd_srcdir
=`echo $srcdir | sed -e 's,/gcc$,,'`/bfd
21329 if test "${gcc_cv_ld+set}" = set; then :
21333 if test -x "$DEFAULT_LINKER"; then
21334 gcc_cv_ld
="$DEFAULT_LINKER"
21335 elif test -f $gcc_cv_ld_gld_srcdir/configure.
in \
21336 && test -f ..
/ld
/Makefile \
21337 && test x
$build = x
$host; then
21338 gcc_cv_ld
=..
/ld
/ld-new
$build_exeext
21339 elif test -x collect-ld
$build_exeext; then
21340 # Build using linker in the current directory.
21341 gcc_cv_ld
=.
/collect-ld
$build_exeext
21342 elif ( set dummy
$LD_FOR_TARGET; test -x $2 ); then
21343 gcc_cv_ld
="$LD_FOR_TARGET"
21345 # Extract the first word of "$LD_FOR_TARGET", so it can be a program name with args.
21346 set dummy
$LD_FOR_TARGET; ac_word
=$2
21347 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
21348 $as_echo_n "checking for $ac_word... " >&6; }
21349 if test "${ac_cv_path_gcc_cv_ld+set}" = set; then :
21350 $as_echo_n "(cached) " >&6
21354 ac_cv_path_gcc_cv_ld
="$gcc_cv_ld" # Let the user override the test with a path.
21357 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
21358 for as_dir
in $PATH
21361 test -z "$as_dir" && as_dir
=.
21362 for ac_exec_ext
in '' $ac_executable_extensions; do
21363 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
21364 ac_cv_path_gcc_cv_ld
="$as_dir/$ac_word$ac_exec_ext"
21365 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
21375 gcc_cv_ld
=$ac_cv_path_gcc_cv_ld
21376 if test -n "$gcc_cv_ld"; then
21377 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_ld" >&5
21378 $as_echo "$gcc_cv_ld" >&6; }
21380 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
21381 $as_echo "no" >&6; }
21388 ORIGINAL_PLUGIN_LD_FOR_TARGET
=$gcc_cv_ld
21389 PLUGIN_LD_SUFFIX
=`basename $gcc_cv_ld | sed -e "s,$target_alias-,,"`
21390 # if the PLUGIN_LD is set ld-new, just have it as ld
21391 # as that is the installed named.
21392 if test x
$PLUGIN_LD_SUFFIX = xld-new \
21393 ||
test x
$PLUGIN_LD_SUFFIX = xcollect-ld
; then
21394 PLUGIN_LD_SUFFIX
=ld
21397 # Check whether --with-plugin-ld was given.
21398 if test "${with_plugin_ld+set}" = set; then :
21399 withval
=$with_plugin_ld; if test x
"$withval" != x
; then
21400 ORIGINAL_PLUGIN_LD_FOR_TARGET
="$withval"
21401 PLUGIN_LD_SUFFIX
=`echo $withval | sed -e "s,$target_alias-,,"`
21407 cat >>confdefs.h
<<_ACEOF
21408 #define PLUGIN_LD_SUFFIX "$PLUGIN_LD_SUFFIX"
21412 # Check to see if we are using gold instead of ld
21413 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using gold" >&5
21414 $as_echo_n "checking whether we are using gold... " >&6; }
21416 if test x
$gcc_cv_ld != x
; then
21417 if $gcc_cv_ld --version 2>/dev
/null |
sed 1q \
21418 |
grep "GNU gold" > /dev
/null
; then
21422 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_is_gold" >&5
21423 $as_echo "$ld_is_gold" >&6; }
21425 ORIGINAL_LD_FOR_TARGET
=$gcc_cv_ld
21427 case "$ORIGINAL_LD_FOR_TARGET" in
21428 .
/collect-ld | .
/collect-ld
$build_exeext) ;;
21429 *) ac_config_files
="$ac_config_files collect-ld:exec-tool.in"
21433 { $as_echo "$as_me:${as_lineno-$LINENO}: checking what linker to use" >&5
21434 $as_echo_n "checking what linker to use... " >&6; }
21435 if test "$gcc_cv_ld" = ..
/ld
/ld-new
$build_exeext \
21436 ||
test "$gcc_cv_ld" = ..
/gold
/ld-new
$build_exeext; then
21437 # Single tree build which includes ld. We want to prefer it
21438 # over whatever linker top-level may have detected, since
21439 # we'll use what we're building after installation anyway.
21440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: newly built ld" >&5
21441 $as_echo "newly built ld" >&6; }
21443 in_tree_ld_is_elf
=no
21444 if (grep 'EMUL = .*elf' ..
/ld
/Makefile \
21445 ||
grep 'EMUL = .*linux' ..
/ld
/Makefile \
21446 ||
grep 'EMUL = .*lynx' ..
/ld
/Makefile
) > /dev
/null
; then
21447 in_tree_ld_is_elf
=yes
21448 elif test "$ld_is_gold" = yes; then
21449 in_tree_ld_is_elf
=yes
21451 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
21453 gcc_cv_gld_version
=`sed -n -e 's/^[ ]*VERSION=[^0-9A-Za-z_]*\([0-9]*\.[0-9]*.*\)/VERSION=\1/p' < $f`
21454 if test x
$gcc_cv_gld_version != x
; then
21458 case $gcc_cv_gld_version in
21460 *) as_fn_error
"cannot find version of in-tree linker" "$LINENO" 5 ;;
21462 gcc_cv_gld_major_version
=`expr "$gcc_cv_gld_version" : "VERSION=\([0-9]*\)"`
21463 gcc_cv_gld_minor_version
=`expr "$gcc_cv_gld_version" : "VERSION=[0-9]*\.\([0-9]*\)"`
21465 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_ld" >&5
21466 $as_echo "$gcc_cv_ld" >&6; }
21470 # Figure out what nm we will be using.
21471 gcc_cv_binutils_srcdir
=`echo $srcdir | sed -e 's,/gcc$,,'`/binutils
21472 if test "${gcc_cv_nm+set}" = set; then :
21476 if test -f $gcc_cv_binutils_srcdir/configure.
in \
21477 && test -f ..
/binutils
/Makefile \
21478 && test x
$build = x
$host; then
21479 gcc_cv_nm
=..
/binutils
/nm-new
$build_exeext
21480 elif test -x nm
$build_exeext; then
21481 gcc_cv_nm
=.
/nm
$build_exeext
21482 elif ( set dummy
$NM_FOR_TARGET; test -x $2 ); then
21483 gcc_cv_nm
="$NM_FOR_TARGET"
21485 # Extract the first word of "$NM_FOR_TARGET", so it can be a program name with args.
21486 set dummy
$NM_FOR_TARGET; ac_word
=$2
21487 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
21488 $as_echo_n "checking for $ac_word... " >&6; }
21489 if test "${ac_cv_path_gcc_cv_nm+set}" = set; then :
21490 $as_echo_n "(cached) " >&6
21494 ac_cv_path_gcc_cv_nm
="$gcc_cv_nm" # Let the user override the test with a path.
21497 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
21498 for as_dir
in $PATH
21501 test -z "$as_dir" && as_dir
=.
21502 for ac_exec_ext
in '' $ac_executable_extensions; do
21503 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
21504 ac_cv_path_gcc_cv_nm
="$as_dir/$ac_word$ac_exec_ext"
21505 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
21515 gcc_cv_nm
=$ac_cv_path_gcc_cv_nm
21516 if test -n "$gcc_cv_nm"; then
21517 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_nm" >&5
21518 $as_echo "$gcc_cv_nm" >&6; }
21520 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
21521 $as_echo "no" >&6; }
21528 { $as_echo "$as_me:${as_lineno-$LINENO}: checking what nm to use" >&5
21529 $as_echo_n "checking what nm to use... " >&6; }
21530 if test "$gcc_cv_nm" = ..
/binutils
/nm-new
$build_exeext; then
21531 # Single tree build which includes binutils.
21532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: newly built nm" >&5
21533 $as_echo "newly built nm" >&6; }
21536 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_nm" >&5
21537 $as_echo "$gcc_cv_nm" >&6; }
21541 ORIGINAL_NM_FOR_TARGET
=$gcc_cv_nm
21543 case "$ORIGINAL_NM_FOR_TARGET" in
21544 .
/nm | .
/nm
$build_exeext) ;;
21545 *) ac_config_files
="$ac_config_files nm:exec-tool.in"
21550 # Figure out what objdump we will be using.
21551 if test "${gcc_cv_objdump+set}" = set; then :
21555 if test -f $gcc_cv_binutils_srcdir/configure.
in \
21556 && test -f ..
/binutils
/Makefile \
21557 && test x
$build = x
$host; then
21558 # Single tree build which includes binutils.
21559 gcc_cv_objdump
=..
/binutils
/objdump
$build_exeext
21560 elif test -x objdump
$build_exeext; then
21561 gcc_cv_objdump
=.
/objdump
$build_exeext
21562 elif ( set dummy
$OBJDUMP_FOR_TARGET; test -x $2 ); then
21563 gcc_cv_objdump
="$OBJDUMP_FOR_TARGET"
21565 # Extract the first word of "$OBJDUMP_FOR_TARGET", so it can be a program name with args.
21566 set dummy
$OBJDUMP_FOR_TARGET; ac_word
=$2
21567 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
21568 $as_echo_n "checking for $ac_word... " >&6; }
21569 if test "${ac_cv_path_gcc_cv_objdump+set}" = set; then :
21570 $as_echo_n "(cached) " >&6
21572 case $gcc_cv_objdump in
21574 ac_cv_path_gcc_cv_objdump
="$gcc_cv_objdump" # Let the user override the test with a path.
21577 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
21578 for as_dir
in $PATH
21581 test -z "$as_dir" && as_dir
=.
21582 for ac_exec_ext
in '' $ac_executable_extensions; do
21583 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
21584 ac_cv_path_gcc_cv_objdump
="$as_dir/$ac_word$ac_exec_ext"
21585 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
21595 gcc_cv_objdump
=$ac_cv_path_gcc_cv_objdump
21596 if test -n "$gcc_cv_objdump"; then
21597 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_objdump" >&5
21598 $as_echo "$gcc_cv_objdump" >&6; }
21600 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
21601 $as_echo "no" >&6; }
21608 { $as_echo "$as_me:${as_lineno-$LINENO}: checking what objdump to use" >&5
21609 $as_echo_n "checking what objdump to use... " >&6; }
21610 if test "$gcc_cv_objdump" = ..
/binutils
/objdump
$build_exeext; then
21611 # Single tree build which includes binutils.
21612 { $as_echo "$as_me:${as_lineno-$LINENO}: result: newly built objdump" >&5
21613 $as_echo "newly built objdump" >&6; }
21614 elif test x
$gcc_cv_objdump = x
; then
21615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
21616 $as_echo "not found" >&6; }
21618 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_objdump" >&5
21619 $as_echo "$gcc_cv_objdump" >&6; }
21622 # Figure out what readelf we will be using.
21623 if test "${gcc_cv_readelf+set}" = set; then :
21627 if test -f $gcc_cv_binutils_srcdir/configure.
in \
21628 && test -f ..
/binutils
/Makefile \
21629 && test x
$build = x
$host; then
21630 # Single tree build which includes binutils.
21631 gcc_cv_readelf
=..
/binutils
/readelf
$build_exeext
21632 elif test -x readelf
$build_exeext; then
21633 gcc_cv_readelf
=.
/readelf
$build_exeext
21635 # Extract the first word of "readelf", so it can be a program name with args.
21636 set dummy readelf
; ac_word
=$2
21637 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
21638 $as_echo_n "checking for $ac_word... " >&6; }
21639 if test "${ac_cv_path_gcc_cv_readelf+set}" = set; then :
21640 $as_echo_n "(cached) " >&6
21642 case $gcc_cv_readelf in
21644 ac_cv_path_gcc_cv_readelf
="$gcc_cv_readelf" # Let the user override the test with a path.
21647 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
21648 for as_dir
in $PATH
21651 test -z "$as_dir" && as_dir
=.
21652 for ac_exec_ext
in '' $ac_executable_extensions; do
21653 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
21654 ac_cv_path_gcc_cv_readelf
="$as_dir/$ac_word$ac_exec_ext"
21655 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
21665 gcc_cv_readelf
=$ac_cv_path_gcc_cv_readelf
21666 if test -n "$gcc_cv_readelf"; then
21667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_readelf" >&5
21668 $as_echo "$gcc_cv_readelf" >&6; }
21670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
21671 $as_echo "no" >&6; }
21678 { $as_echo "$as_me:${as_lineno-$LINENO}: checking what readelf to use" >&5
21679 $as_echo_n "checking what readelf to use... " >&6; }
21680 if test "$gcc_cv_readelf" = ..
/binutils
/readelf
$build_exeext; then
21681 # Single tree build which includes binutils.
21682 { $as_echo "$as_me:${as_lineno-$LINENO}: result: newly built readelf" >&5
21683 $as_echo "newly built readelf" >&6; }
21684 elif test x
$gcc_cv_readelf = x
; then
21685 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
21686 $as_echo "not found" >&6; }
21688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_readelf" >&5
21689 $as_echo "$gcc_cv_readelf" >&6; }
21692 # Figure out what assembler alignment features are present.
21693 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler flags" >&5
21694 $as_echo_n "checking assembler flags... " >&6; }
21695 if test "${gcc_cv_as_flags+set}" = set; then :
21696 $as_echo_n "(cached) " >&6
21699 i
[34567]86-*-linux*)
21700 gcc_cv_as_flags
="--32"
21702 powerpc
*-*-darwin*)
21703 gcc_cv_as_flags
="-arch ppc"
21706 gcc_cv_as_flags
=" "
21710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_flags" >&5
21711 $as_echo "$gcc_cv_as_flags" >&6; }
21713 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for .balign and .p2align" >&5
21714 $as_echo_n "checking assembler for .balign and .p2align... " >&6; }
21715 if test "${gcc_cv_as_balign_and_p2align+set}" = set; then :
21716 $as_echo_n "(cached) " >&6
21718 gcc_cv_as_balign_and_p2align
=no
21719 if test $in_tree_gas = yes; then
21720 if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 6 \) \* 1000 + 0`
21721 then gcc_cv_as_balign_and_p2align
=yes
21723 elif test x
$gcc_cv_as != x
; then
21724 $as_echo '.balign 4
21725 .p2align 2' > conftest.s
21726 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
21727 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
21728 (eval $ac_try) 2>&5
21730 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
21731 test $ac_status = 0; }; }
21733 gcc_cv_as_balign_and_p2align
=yes
21735 echo "configure: failed program was" >&5
21738 rm -f conftest.o conftest.s
21741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_balign_and_p2align" >&5
21742 $as_echo "$gcc_cv_as_balign_and_p2align" >&6; }
21743 if test $gcc_cv_as_balign_and_p2align = yes; then
21745 $as_echo "#define HAVE_GAS_BALIGN_AND_P2ALIGN 1" >>confdefs.h
21749 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for .p2align with maximum skip" >&5
21750 $as_echo_n "checking assembler for .p2align with maximum skip... " >&6; }
21751 if test "${gcc_cv_as_max_skip_p2align+set}" = set; then :
21752 $as_echo_n "(cached) " >&6
21754 gcc_cv_as_max_skip_p2align
=no
21755 if test $in_tree_gas = yes; then
21756 if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 8 \) \* 1000 + 0`
21757 then gcc_cv_as_max_skip_p2align
=yes
21759 elif test x
$gcc_cv_as != x
; then
21760 $as_echo '.p2align 4,,7' > conftest.s
21761 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
21762 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
21763 (eval $ac_try) 2>&5
21765 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
21766 test $ac_status = 0; }; }
21768 gcc_cv_as_max_skip_p2align
=yes
21770 echo "configure: failed program was" >&5
21773 rm -f conftest.o conftest.s
21776 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_max_skip_p2align" >&5
21777 $as_echo "$gcc_cv_as_max_skip_p2align" >&6; }
21778 if test $gcc_cv_as_max_skip_p2align = yes; then
21780 $as_echo "#define HAVE_GAS_MAX_SKIP_P2ALIGN 1" >>confdefs.h
21784 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for .literal16" >&5
21785 $as_echo_n "checking assembler for .literal16... " >&6; }
21786 if test "${gcc_cv_as_literal16+set}" = set; then :
21787 $as_echo_n "(cached) " >&6
21789 gcc_cv_as_literal16
=no
21790 if test $in_tree_gas = yes; then
21791 if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 8 \) \* 1000 + 0`
21792 then gcc_cv_as_literal16
=yes
21794 elif test x
$gcc_cv_as != x
; then
21795 $as_echo '.literal16' > conftest.s
21796 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
21797 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
21798 (eval $ac_try) 2>&5
21800 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
21801 test $ac_status = 0; }; }
21803 gcc_cv_as_literal16
=yes
21805 echo "configure: failed program was" >&5
21808 rm -f conftest.o conftest.s
21811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_literal16" >&5
21812 $as_echo "$gcc_cv_as_literal16" >&6; }
21813 if test $gcc_cv_as_literal16 = yes; then
21815 $as_echo "#define HAVE_GAS_LITERAL16 1" >>confdefs.h
21819 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for working .subsection -1" >&5
21820 $as_echo_n "checking assembler for working .subsection -1... " >&6; }
21821 if test "${gcc_cv_as_subsection_m1+set}" = set; then :
21822 $as_echo_n "(cached) " >&6
21824 gcc_cv_as_subsection_m1
=no
21825 if test $in_tree_gas = yes; then
21826 if test $in_tree_gas_is_elf = yes \
21827 && test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 9 \) \* 1000 + 0`
21828 then gcc_cv_as_subsection_m1
=yes
21830 elif test x
$gcc_cv_as != x
; then
21831 $as_echo 'conftest_label1: .word 0
21833 conftest_label2: .word 0
21834 .previous' > conftest.s
21835 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
21836 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
21837 (eval $ac_try) 2>&5
21839 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
21840 test $ac_status = 0; }; }
21842 if test x
$gcc_cv_nm != x
; then
21843 $gcc_cv_nm conftest.o |
grep conftest_label1
> conftest.nm1
21844 $gcc_cv_nm conftest.o |
grep conftest_label2 |
sed -e 's/label2/label1/' > conftest.nm2
21845 if cmp conftest.nm1 conftest.nm2
> /dev
/null
2>&1
21847 else gcc_cv_as_subsection_m1
=yes
21849 rm -f conftest.nm1 conftest.nm2
21852 echo "configure: failed program was" >&5
21855 rm -f conftest.o conftest.s
21858 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_subsection_m1" >&5
21859 $as_echo "$gcc_cv_as_subsection_m1" >&6; }
21860 if test $gcc_cv_as_subsection_m1 = yes; then
21862 $as_echo "#define HAVE_GAS_SUBSECTION_ORDERING 1" >>confdefs.h
21866 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for .weak" >&5
21867 $as_echo_n "checking assembler for .weak... " >&6; }
21868 if test "${gcc_cv_as_weak+set}" = set; then :
21869 $as_echo_n "(cached) " >&6
21872 if test $in_tree_gas = yes; then
21873 if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 2 \) \* 1000 + 0`
21874 then gcc_cv_as_weak
=yes
21876 elif test x
$gcc_cv_as != x
; then
21877 $as_echo ' .weak foobar' > conftest.s
21878 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
21879 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
21880 (eval $ac_try) 2>&5
21882 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
21883 test $ac_status = 0; }; }
21887 echo "configure: failed program was" >&5
21890 rm -f conftest.o conftest.s
21893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_weak" >&5
21894 $as_echo "$gcc_cv_as_weak" >&6; }
21895 if test $gcc_cv_as_weak = yes; then
21897 $as_echo "#define HAVE_GAS_WEAK 1" >>confdefs.h
21901 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for .weakref" >&5
21902 $as_echo_n "checking assembler for .weakref... " >&6; }
21903 if test "${gcc_cv_as_weakref+set}" = set; then :
21904 $as_echo_n "(cached) " >&6
21906 gcc_cv_as_weakref
=no
21907 if test $in_tree_gas = yes; then
21908 if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 17 \) \* 1000 + 0`
21909 then gcc_cv_as_weakref
=yes
21911 elif test x
$gcc_cv_as != x
; then
21912 $as_echo ' .weakref foobar, barfnot' > conftest.s
21913 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
21914 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
21915 (eval $ac_try) 2>&5
21917 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
21918 test $ac_status = 0; }; }
21920 gcc_cv_as_weakref
=yes
21922 echo "configure: failed program was" >&5
21925 rm -f conftest.o conftest.s
21928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_weakref" >&5
21929 $as_echo "$gcc_cv_as_weakref" >&6; }
21930 if test $gcc_cv_as_weakref = yes; then
21932 $as_echo "#define HAVE_GAS_WEAKREF 1" >>confdefs.h
21936 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for .nsubspa comdat" >&5
21937 $as_echo_n "checking assembler for .nsubspa comdat... " >&6; }
21938 if test "${gcc_cv_as_nsubspa_comdat+set}" = set; then :
21939 $as_echo_n "(cached) " >&6
21941 gcc_cv_as_nsubspa_comdat
=no
21942 if test $in_tree_gas = yes; then
21943 if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 15 \) \* 1000 + 91`
21944 then gcc_cv_as_nsubspa_comdat
=yes
21946 elif test x
$gcc_cv_as != x
; then
21947 $as_echo ' .SPACE $TEXT$
21948 .NSUBSPA $CODE$,COMDAT' > conftest.s
21949 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
21950 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
21951 (eval $ac_try) 2>&5
21953 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
21954 test $ac_status = 0; }; }
21956 gcc_cv_as_nsubspa_comdat
=yes
21958 echo "configure: failed program was" >&5
21961 rm -f conftest.o conftest.s
21964 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_nsubspa_comdat" >&5
21965 $as_echo "$gcc_cv_as_nsubspa_comdat" >&6; }
21966 if test $gcc_cv_as_nsubspa_comdat = yes; then
21968 $as_echo "#define HAVE_GAS_NSUBSPA_COMDAT 1" >>confdefs.h
21972 # .hidden needs to be supported in both the assembler and the linker,
21973 # because GNU LD versions before 2.12.1 have buggy support for STV_HIDDEN.
21974 # This is irritatingly difficult to feature test for; we have to check the
21975 # date string after the version number. If we've got an in-tree
21976 # ld, we don't know its patchlevel version, so we set the baseline at 2.13
21978 # The gcc_GAS_CHECK_FEATURE call just sets a cache variable.
21979 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for .hidden" >&5
21980 $as_echo_n "checking assembler for .hidden... " >&6; }
21981 if test "${gcc_cv_as_hidden+set}" = set; then :
21982 $as_echo_n "(cached) " >&6
21984 gcc_cv_as_hidden
=no
21985 if test $in_tree_gas = yes; then
21986 if test $in_tree_gas_is_elf = yes \
21987 && test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 13 \) \* 1000 + 0`
21988 then gcc_cv_as_hidden
=yes
21990 elif test x
$gcc_cv_as != x
; then
21991 $as_echo ' .hidden foobar
21992 foobar:' > conftest.s
21993 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
21994 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
21995 (eval $ac_try) 2>&5
21997 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
21998 test $ac_status = 0; }; }
22001 # Solaris 9/x86 as incorrectly emits an alias for a hidden symbol with
22002 # STV_HIDDEN, so disable .hidden support if so.
22003 case "${target}" in
22004 i?
86-*-solaris2* | x86_64-
*-solaris2.1
[0-9]*)
22005 if test x
$gcc_cv_as != x
&& test x
$gcc_cv_objdump != x
; then
22006 cat > conftest.s
<<EOF
22011 .set default,hidden
22013 if $gcc_cv_as -o conftest.o conftest.s
> /dev
/null
2>&1 \
22014 && $gcc_cv_objdump -t conftest.o
2>/dev
/null | \
22015 grep '\.hidden default' > /dev
/null
; then
22016 gcc_cv_as_hidden
=no
22018 gcc_cv_as_hidden
=yes
22021 # Assume bug is present if objdump is missing.
22022 gcc_cv_as_hidden
=no
22026 gcc_cv_as_hidden
=yes
22030 echo "configure: failed program was" >&5
22033 rm -f conftest.o conftest.s
22036 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_hidden" >&5
22037 $as_echo "$gcc_cv_as_hidden" >&6; }
22039 case "${target}" in
22041 # Darwin as has some visibility support, though with a different syntax.
22042 gcc_cv_as_hidden
=yes
22046 # gnu_indirect_function type is an extension proposed at
22047 # http://groups.google/com/group/generic-abi/files. It allows dynamic runtime
22048 # selection of function implementation
22049 # Check whether --enable-gnu-indirect-function was given.
22050 if test "${enable_gnu_indirect_function+set}" = set; then :
22051 enableval
=$enable_gnu_indirect_function; case $enable_gnu_indirect_function in
22053 *) as_fn_error
"'$enable_gnu_indirect_function' is an invalid value for --enable-gnu-indirect-function.
22054 Valid choices are 'yes' and 'no'." "$LINENO" 5 ;;
22057 enable_gnu_indirect_function
="$default_gnu_indirect_function"
22061 gif
=`if test x$enable_gnu_indirect_function = xyes; then echo 1; else echo 0; fi`
22063 cat >>confdefs.h
<<_ACEOF
22064 #define HAVE_GNU_INDIRECT_FUNCTION $gif
22069 if test $in_tree_ld != yes ; then
22070 ld_ver
=`$gcc_cv_ld --version 2>/dev/null | sed 1q`
22071 if echo "$ld_ver" |
grep GNU
> /dev
/null
; then
22072 if test x
"$ld_is_gold" = xyes
; then
22073 # GNU gold --version looks like this:
22075 # GNU gold (GNU Binutils 2.21.51.20110225) 1.11
22077 # We extract the binutils version which is more familiar and specific
22078 # than the gold version.
22079 ld_vers
=`echo $ld_ver | sed -n \
22080 -e 's,^[^)]*[ ]\([0-9][0-9]*\.[0-9][0-9]*[^)]*\)) .*$,\1,p'`
22082 # GNU ld --version looks like this:
22084 # GNU ld (GNU Binutils) 2.21.51.20110225
22085 ld_vers
=`echo $ld_ver | sed -n \
22086 -e 's,^.*[ ]\([0-9][0-9]*\.[0-9][0-9]*.*\)$,\1,p'`
22088 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'`
22089 ld_vers_major
=`expr "$ld_vers" : '\([0-9]*\)'`
22090 ld_vers_minor
=`expr "$ld_vers" : '[0-9]*\.\([0-9]*\)'`
22091 ld_vers_patch
=`expr "$ld_vers" : '[0-9]*\.[0-9]*\.\([0-9]*\)'`
22093 case "${target}" in
22095 # See acinclude.m4 (gcc_SUN_LD_VERSION) for the version number
22098 # Don't reuse gcc_gv_sun_ld_vers_* in case a linker other than
22099 # /usr/ccs/bin/ld has been configured.
22100 ld_ver
=`$gcc_cv_ld -V 2>&1`
22101 if echo "$ld_ver" |
grep 'Solaris Link Editors' > /dev
/null
; then
22102 ld_vers
=`echo $ld_ver | sed -n \
22103 -e 's,^.*: 5\.[0-9][0-9]*-\([0-9]\.[0-9][0-9]*\).*$,\1,p'`
22104 ld_vers_major
=`expr "$ld_vers" : '\([0-9]*\)'`
22105 ld_vers_minor
=`expr "$ld_vers" : '[0-9]*\.\([0-9]*\)'`
22112 { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker for .hidden support" >&5
22113 $as_echo_n "checking linker for .hidden support... " >&6; }
22114 if test "${gcc_cv_ld_hidden+set}" = set; then :
22115 $as_echo_n "(cached) " >&6
22117 if test $in_tree_ld = yes ; then
22118 gcc_cv_ld_hidden
=no
22119 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 \
22120 && test $in_tree_ld_is_elf = yes; then
22121 gcc_cv_ld_hidden
=yes
22124 gcc_cv_ld_hidden
=yes
22125 if test x
"$ld_is_gold" = xyes
; then
22127 elif echo "$ld_ver" |
grep GNU
> /dev
/null
; then
22128 case "${target}" in
22129 mmix-knuth-mmixware
)
22130 # The linker emits by default mmo, not ELF, so "no" is appropriate.
22131 gcc_cv_ld_hidden
=no
22134 if test 0"$ld_date" -lt 20020404; then
22135 if test -n "$ld_date"; then
22136 # If there was date string, but was earlier than 2002-04-04, fail
22137 gcc_cv_ld_hidden
=no
22138 elif test -z "$ld_vers"; then
22139 # If there was no date string nor ld version number, something is wrong
22140 gcc_cv_ld_hidden
=no
22142 test -z "$ld_vers_patch" && ld_vers_patch
=0
22143 if test "$ld_vers_major" -lt 2; then
22144 gcc_cv_ld_hidden
=no
22145 elif test "$ld_vers_major" -eq 2 -a "$ld_vers_minor" -lt 12; then
22146 gcc_cv_ld_hidden
="no"
22147 elif test "$ld_vers_major" -eq 2 -a "$ld_vers_minor" -eq 12 -a "$ld_vers_patch" -eq 0; then
22148 gcc_cv_ld_hidden
=no
22153 case "${target}" in
22155 # Darwin ld has some visibility support.
22156 gcc_cv_ld_hidden
=yes
22158 hppa64
*-*-hpux* | ia64
*-*-hpux*)
22159 gcc_cv_ld_hidden
=yes
22161 *-*-solaris2.9
* |
*-*-solaris2.1
[0-9]*)
22162 # Support for .hidden in Sun ld appeared in Solaris 9 FCS, but
22163 # .symbolic was only added in Solaris 9 12/02.
22164 gcc_cv_ld_hidden
=yes
22167 gcc_cv_ld_hidden
=no
22173 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_ld_hidden" >&5
22174 $as_echo "$gcc_cv_ld_hidden" >&6; }
22175 libgcc_visibility
=no
22178 if test $gcc_cv_as_hidden = yes && test $gcc_cv_ld_hidden = yes; then
22179 libgcc_visibility
=yes
22181 $as_echo "#define HAVE_GAS_HIDDEN 1" >>confdefs.h
22185 { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker read-only and read-write section mixing" >&5
22186 $as_echo_n "checking linker read-only and read-write section mixing... " >&6; }
22187 gcc_cv_ld_ro_rw_mix
=unknown
22188 if test $in_tree_ld = yes ; then
22189 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 \
22190 && test $in_tree_ld_is_elf = yes; then
22191 gcc_cv_ld_ro_rw_mix
=read-write
22193 elif test x
$gcc_cv_as != x
-a x
$gcc_cv_ld != x
-a x
$gcc_cv_objdump != x
; then
22194 echo '.section myfoosect, "a"' > conftest1.s
22195 echo '.section myfoosect, "aw"' > conftest2.s
22196 echo '.byte 1' >> conftest2.s
22197 echo '.section myfoosect, "a"' > conftest3.s
22198 echo '.byte 0' >> conftest3.s
22199 if $gcc_cv_as -o conftest1.o conftest1.s
> /dev
/null
2>&1 \
22200 && $gcc_cv_as -o conftest2.o conftest2.s
> /dev
/null
2>&1 \
22201 && $gcc_cv_as -o conftest3.o conftest3.s
> /dev
/null
2>&1 \
22202 && $gcc_cv_ld -shared -o conftest1.so conftest1.o \
22203 conftest2.o conftest3.o
> /dev
/null
2>&1; then
22204 gcc_cv_ld_ro_rw_mix
=`$gcc_cv_objdump -h conftest1.so \
22205 | sed -e '/myfoosect/!d' -e N`
22206 if echo "$gcc_cv_ld_ro_rw_mix" |
grep CONTENTS
> /dev
/null
; then
22207 if echo "$gcc_cv_ld_ro_rw_mix" |
grep READONLY
> /dev
/null
; then
22208 gcc_cv_ld_ro_rw_mix
=read-only
22210 gcc_cv_ld_ro_rw_mix
=read-write
22214 rm -f conftest.
* conftest
[123].
*
22216 if test x
$gcc_cv_ld_ro_rw_mix = xread-write
; then
22218 $as_echo "#define HAVE_LD_RO_RW_SECTION_MIXING 1" >>confdefs.h
22221 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_ld_ro_rw_mix" >&5
22222 $as_echo "$gcc_cv_ld_ro_rw_mix" >&6; }
22224 if test "x${build}" = "x${target}" && test "x${build}" = "x${host}"; then
22225 case "${target}" in
22228 # Solaris 2 ld -V output looks like this for a regular version:
22230 # ld: Software Generation Utilities - Solaris Link Editors: 5.11-1.1699
22232 # but test versions add stuff at the end:
22234 # ld: Software Generation Utilities - Solaris Link Editors: 5.11-1.1701:onnv-ab196087-6931056-03/25/10
22236 gcc_cv_sun_ld_ver
=`/usr/ccs/bin/ld -V 2>&1`
22237 if echo "$gcc_cv_sun_ld_ver" |
grep 'Solaris Link Editors' > /dev
/null
; then
22238 gcc_cv_sun_ld_vers
=`echo $gcc_cv_sun_ld_ver | sed -n \
22239 -e 's,^.*: 5\.[0-9][0-9]*-\([0-9]\.[0-9][0-9]*\).*$,\1,p'`
22240 gcc_cv_sun_ld_vers_major
=`expr "$gcc_cv_sun_ld_vers" : '\([0-9]*\)'`
22241 gcc_cv_sun_ld_vers_minor
=`expr "$gcc_cv_sun_ld_vers" : '[0-9]*\.\([0-9]*\)'`
22247 # Check whether --enable-initfini-array was given.
22248 if test "${enable_initfini_array+set}" = set; then :
22249 enableval
=$enable_initfini_array;
22252 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for .preinit_array/.init_array/.fini_array support" >&5
22253 $as_echo_n "checking for .preinit_array/.init_array/.fini_array support... " >&6; }
22254 if test "${gcc_cv_initfini_array+set}" = set; then :
22255 $as_echo_n "(cached) " >&6
22257 if test "x${build}" = "x${target}" && test "x${build}" = "x${host}"; then
22258 case "${target}" in
22260 if test "$cross_compiling" = yes; then :
22261 gcc_cv_initfini_array
=no
22263 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
22264 /* end confdefs.h. */
22267 #error Not an ELF OS
22269 /* We turn on .preinit_array/.init_array/.fini_array support for ia64
22270 if it can be used. */
22272 int main (void) { return x; }
22273 int foo (void) { x = 0; }
22274 int (*fp) (void) __attribute__ ((section (".init_array"))) = foo;
22277 if ac_fn_c_try_run
"$LINENO"; then :
22278 gcc_cv_initfini_array
=yes
22280 gcc_cv_initfini_array
=no
22282 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
22283 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
22287 gcc_cv_initfini_array
=no
22288 if test $in_tree_ld = yes ; then
22289 if test "$gcc_cv_gld_major_version" -eq 2 \
22290 -a "$gcc_cv_gld_minor_version" -ge 22 \
22291 -o "$gcc_cv_gld_major_version" -gt 2 \
22292 && test $in_tree_ld_is_elf = yes; then
22293 gcc_cv_initfini_array
=yes
22295 elif test x
$gcc_cv_as != x
-a x
$gcc_cv_ld != x
-a x
$gcc_cv_objdump != x
; then
22296 cat > conftest.s
<<\EOF
22297 .section .dtors
,"a",%progbits
22299 .byte
'A', 'A', 'A', 'A'
22300 .section .ctors
,"a",%progbits
22302 .byte
'B', 'B', 'B', 'B'
22303 .section .fini_array
.65530,"a",%progbits
22305 .byte
'C', 'C', 'C', 'C'
22306 .section .init_array
.65530,"a",%progbits
22308 .byte
'D', 'D', 'D', 'D'
22309 .section .dtors
.64528,"a",%progbits
22311 .byte
'E', 'E', 'E', 'E'
22312 .section .ctors
.64528,"a",%progbits
22314 .byte
'F', 'F', 'F', 'F'
22315 .section .fini_array
.01005,"a",%progbits
22317 .byte
'G', 'G', 'G', 'G'
22318 .section .init_array
.01005,"a",%progbits
22320 .byte
'H', 'H', 'H', 'H'
22325 if $gcc_cv_as -o conftest.o conftest.s
> /dev
/null
2>&1 \
22326 && $gcc_cv_ld -o conftest conftest.o
> /dev
/null
2>&1 \
22327 && $gcc_cv_objdump -s -j .init_array conftest \
22328 |
grep HHHHFFFFDDDDBBBB
> /dev
/null
2>&1 \
22329 && $gcc_cv_objdump -s -j .fini_array conftest \
22330 |
grep GGGGEEEECCCCAAAA
> /dev
/null
2>&1; then
22331 gcc_cv_initfini_array
=yes
22333 rm -f conftest conftest.
*
22335 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
22336 /* end confdefs.h. */
22339 # error Not an ELF OS
22341 #include <stdlib.h>
22342 #if defined __GLIBC_PREREQ
22343 # if __GLIBC_PREREQ (2, 4)
22345 # error GLIBC 2.4 required
22348 # if defined __sun__ && defined __svr4__
22349 /* Solaris ld.so.1 supports .init_array/.fini_array since Solaris 8. */
22351 # error The C library not known to support .init_array/.fini_array
22356 if ac_fn_c_try_cpp
"$LINENO"; then :
22359 gcc_cv_initfini_array
=no
22361 rm -f conftest.err conftest.
$ac_ext;;
22364 { $as_echo "$as_me:${as_lineno-$LINENO}: checking cross compile... guessing" >&5
22365 $as_echo_n "checking cross compile... guessing... " >&6; }
22366 gcc_cv_initfini_array
=no
22369 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_initfini_array" >&5
22370 $as_echo "$gcc_cv_initfini_array" >&6; }
22371 enable_initfini_array
=$gcc_cv_initfini_array
22375 if test $enable_initfini_array = yes; then
22377 $as_echo "#define HAVE_INITFINI_ARRAY_SUPPORT 1" >>confdefs.h
22381 # Check if we have .[us]leb128, and support symbol arithmetic with it.
22382 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for .sleb128 and .uleb128" >&5
22383 $as_echo_n "checking assembler for .sleb128 and .uleb128... " >&6; }
22384 if test "${gcc_cv_as_leb128+set}" = set; then :
22385 $as_echo_n "(cached) " >&6
22387 gcc_cv_as_leb128
=no
22388 if test $in_tree_gas = yes; then
22389 if test $in_tree_gas_is_elf = yes \
22390 && test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 11 \) \* 1000 + 0`
22391 then gcc_cv_as_leb128
=yes
22393 elif test x
$gcc_cv_as != x
; then
22400 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
22401 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
22402 (eval $ac_try) 2>&5
22404 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
22405 test $ac_status = 0; }; }
22407 # GAS versions before 2.11 do not support uleb128,
22408 # despite appearing to.
22409 # ??? There exists an elf-specific test that will crash
22410 # the assembler. Perhaps it's better to figure out whether
22411 # arbitrary sections are supported and try the test.
22412 as_ver
=`$gcc_cv_as --version 2>/dev/null | sed 1q`
22413 if echo "$as_ver" |
grep GNU
> /dev
/null
; then
22414 as_vers
=`echo $as_ver | sed -n \
22415 -e 's,^.*[ ]\([0-9][0-9]*\.[0-9][0-9]*.*\)$,\1,p'`
22416 as_major
=`expr "$as_vers" : '\([0-9]*\)'`
22417 as_minor
=`expr "$as_vers" : '[0-9]*\.\([0-9]*\)'`
22418 if test $as_major -eq 2 && test $as_minor -lt 11
22420 else gcc_cv_as_leb128
=yes
22424 echo "configure: failed program was" >&5
22427 rm -f conftest.o conftest.s
22430 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_leb128" >&5
22431 $as_echo "$gcc_cv_as_leb128" >&6; }
22432 if test $gcc_cv_as_leb128 = yes; then
22434 $as_echo "#define HAVE_AS_LEB128 1" >>confdefs.h
22438 # Check if we have assembler support for unwind directives.
22439 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for cfi directives" >&5
22440 $as_echo_n "checking assembler for cfi directives... " >&6; }
22441 if test "${gcc_cv_as_cfi_directive+set}" = set; then :
22442 $as_echo_n "(cached) " >&6
22444 gcc_cv_as_cfi_directive
=no
22445 if test x
$gcc_cv_as != x
; then
22451 .cfi_escape 1, 2, 3, 4, 5
22452 .cfi_endproc' > conftest.s
22453 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
22454 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
22455 (eval $ac_try) 2>&5
22457 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
22458 test $ac_status = 0; }; }
22462 # If the linker used on Solaris (like Sun ld) isn't capable of merging
22463 # read-only and read-write sections, we need to make sure that the
22464 # assembler used emits read-write .eh_frame sections.
22465 if test "x$gcc_cv_ld_ro_rw_mix" != xread-write
; then
22466 if test "x$gcc_cv_objdump" != x
; then
22467 if $gcc_cv_objdump -h conftest.o
2>/dev
/null | \
22468 sed -e /.eh_frame
/!d
-e N |
grep READONLY
> /dev
/null
; then
22469 gcc_cv_as_cfi_directive
=no
22472 i?
86-*-solaris2.1
[0-9]* | x86_64-
*-solaris2.1
[0-9]*)
22473 # On Solaris/x86, make sure that GCC and gas agree on using
22474 # read-only .eh_frame sections for 64-bit.
22475 if $gcc_cv_as --64 -o conftest.o conftest.s
> /dev
/null
2>&1 && \
22476 $gcc_cv_objdump -h conftest.o
2>/dev
/null | \
22477 sed -e /.eh_frame
/!d
-e N | \
22478 grep READONLY
> /dev
/null
; then
22479 gcc_cv_as_cfi_directive
=yes
22481 gcc_cv_as_cfi_directive
=no
22485 gcc_cv_as_cfi_directive
=yes
22490 # no objdump, err on the side of caution
22491 gcc_cv_as_cfi_directive
=no
22494 gcc_cv_as_cfi_directive
=yes
22498 gcc_cv_as_cfi_directive
=yes
22502 echo "configure: failed program was" >&5
22505 rm -f conftest.o conftest.s
22508 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_cfi_directive" >&5
22509 $as_echo "$gcc_cv_as_cfi_directive" >&6; }
22511 if test $gcc_cv_as_cfi_directive = yes && test x
$gcc_cv_objdump != x
; then
22512 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for working cfi advance" >&5
22513 $as_echo_n "checking assembler for working cfi advance... " >&6; }
22514 if test "${gcc_cv_as_cfi_advance_working+set}" = set; then :
22515 $as_echo_n "(cached) " >&6
22517 gcc_cv_as_cfi_advance_working
=no
22518 if test x
$gcc_cv_as != x
; then
22521 .cfi_adjust_cfa_offset 64
22523 .cfi_adjust_cfa_offset 128
22524 .cfi_endproc' > conftest.s
22525 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
22526 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
22527 (eval $ac_try) 2>&5
22529 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
22530 test $ac_status = 0; }; }
22533 if $gcc_cv_objdump -Wf conftest.o
2>/dev
/null \
22534 |
grep 'DW_CFA_advance_loc[24]:[ ][ ]*75040[ ]' >/dev
/null
; then
22535 gcc_cv_as_cfi_advance_working
=yes
22539 echo "configure: failed program was" >&5
22542 rm -f conftest.o conftest.s
22545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_cfi_advance_working" >&5
22546 $as_echo "$gcc_cv_as_cfi_advance_working" >&6; }
22549 # no objdump, err on the side of caution
22550 gcc_cv_as_cfi_advance_working
=no
22554 cat >>confdefs.h
<<_ACEOF
22555 #define HAVE_GAS_CFI_DIRECTIVE `if test $gcc_cv_as_cfi_directive = yes \
22556 && test $gcc_cv_as_cfi_advance_working = yes; then echo 1; else echo 0; fi`
22561 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for cfi personality directive" >&5
22562 $as_echo_n "checking assembler for cfi personality directive... " >&6; }
22563 if test "${gcc_cv_as_cfi_personality_directive+set}" = set; then :
22564 $as_echo_n "(cached) " >&6
22566 gcc_cv_as_cfi_personality_directive
=no
22567 if test x
$gcc_cv_as != x
; then
22570 .cfi_personality 0, symbol
22571 .cfi_endproc' > conftest.s
22572 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
22573 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
22574 (eval $ac_try) 2>&5
22576 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
22577 test $ac_status = 0; }; }
22579 gcc_cv_as_cfi_personality_directive
=yes
22581 echo "configure: failed program was" >&5
22584 rm -f conftest.o conftest.s
22587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_cfi_personality_directive" >&5
22588 $as_echo "$gcc_cv_as_cfi_personality_directive" >&6; }
22591 cat >>confdefs.h
<<_ACEOF
22592 #define HAVE_GAS_CFI_PERSONALITY_DIRECTIVE `if test $gcc_cv_as_cfi_personality_directive = yes;
22593 then echo 1; else echo 0; fi`
22597 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for cfi sections directive" >&5
22598 $as_echo_n "checking assembler for cfi sections directive... " >&6; }
22599 if test "${gcc_cv_as_cfi_sections_directive+set}" = set; then :
22600 $as_echo_n "(cached) " >&6
22602 gcc_cv_as_cfi_sections_directive
=no
22603 if test x
$gcc_cv_as != x
; then
22605 .cfi_sections .debug_frame, .eh_frame
22607 .cfi_endproc' > conftest.s
22608 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
22609 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
22610 (eval $ac_try) 2>&5
22612 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
22613 test $ac_status = 0; }; }
22616 win32 | pe | cygwin
* | mingw32
* | uwin
*)
22617 # Need to check that we generated the correct relocation for the
22618 # .debug_frame section. This was fixed for binutils 2.21.
22619 gcc_cv_as_cfi_sections_directive
=no
22620 if test "x$gcc_cv_objdump" != x
; then
22621 if $gcc_cv_objdump -j .debug_frame
-r conftest.o
2>/dev
/null | \
22622 grep secrel
> /dev
/null
; then
22623 gcc_cv_as_cfi_sections_directive
=yes
22628 gcc_cv_as_cfi_sections_directive
=yes
22632 echo "configure: failed program was" >&5
22635 rm -f conftest.o conftest.s
22638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_cfi_sections_directive" >&5
22639 $as_echo "$gcc_cv_as_cfi_sections_directive" >&6; }
22643 cat >>confdefs.h
<<_ACEOF
22644 #define HAVE_GAS_CFI_SECTIONS_DIRECTIVE `if test $gcc_cv_as_cfi_sections_directive = yes;
22645 then echo 1; else echo 0; fi`
22649 # GAS versions up to and including 2.11.0 may mis-optimize
22651 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for eh_frame optimization" >&5
22652 $as_echo_n "checking assembler for eh_frame optimization... " >&6; }
22653 if test "${gcc_cv_as_eh_frame+set}" = set; then :
22654 $as_echo_n "(cached) " >&6
22656 gcc_cv_as_eh_frame
=no
22657 if test $in_tree_gas = yes; then
22658 if test $in_tree_gas_is_elf = yes \
22659 && test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 12 \) \* 1000 + 0`
22660 then gcc_cv_as_eh_frame
=yes
22662 elif test x
$gcc_cv_as != x
; then
22669 .section .eh_frame,"aw",@progbits
22671 .4byte .LECIE1-.LSCIE1
22685 .4byte .LEFDE1-.LASFDE1
22687 .4byte .LASFDE1-__FRAME_BEGIN__
22694 .LEFDE1:' > conftest.s
22695 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
22696 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
22697 (eval $ac_try) 2>&5
22699 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
22700 test $ac_status = 0; }; }
22702 cat > conftest.lit
<<EOF
22703 0000 10000000 00000000 017a0001 781a0004 .........z..x...
22704 0010 01000000 12000000 18000000 00000000 ................
22705 0020 08000000 04080000 0044 .........D
22707 cat > conftest.big
<<EOF
22708 0000 00000010 00000000 017a0001 781a0004 .........z..x...
22709 0010 00000001 00000012 00000018 00000000 ................
22710 0020 00000008 04000000 0844 .........D
22712 # If the assembler didn't choke, and we can objdump,
22713 # and we got the correct data, then succeed.
22714 # The text in the here-document typically retains its unix-style line
22715 # endings, while the output of objdump will use host line endings.
22716 # Therefore, use diff -b for the comparisons.
22717 if test x
$gcc_cv_objdump != x \
22718 && $gcc_cv_objdump -s -j .eh_frame conftest.o
2>/dev
/null \
22719 |
tail -3 > conftest.got \
22720 && { diff -b conftest.lit conftest.got
> /dev
/null
2>&1 \
22721 ||
diff -b conftest.big conftest.got
> /dev
/null
2>&1; }
22723 gcc_cv_as_eh_frame
=yes
22724 elif { ac_try
='$gcc_cv_as -o conftest.o --traditional-format /dev/null'
22725 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
22726 (eval $ac_try) 2>&5
22728 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
22729 test $ac_status = 0; }; }; then
22730 gcc_cv_as_eh_frame
=buggy
22732 # Uh oh, what do we do now?
22733 gcc_cv_as_eh_frame
=no
22736 echo "configure: failed program was" >&5
22739 rm -f conftest.o conftest.s
22742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_eh_frame" >&5
22743 $as_echo "$gcc_cv_as_eh_frame" >&6; }
22746 if test $gcc_cv_as_eh_frame = buggy
; then
22748 $as_echo "#define USE_AS_TRADITIONAL_FORMAT 1" >>confdefs.h
22752 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for section merging support" >&5
22753 $as_echo_n "checking assembler for section merging support... " >&6; }
22754 if test "${gcc_cv_as_shf_merge+set}" = set; then :
22755 $as_echo_n "(cached) " >&6
22757 gcc_cv_as_shf_merge
=no
22758 if test $in_tree_gas = yes; then
22759 if test $in_tree_gas_is_elf = yes \
22760 && test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 12 \) \* 1000 + 0`
22761 then gcc_cv_as_shf_merge
=yes
22763 elif test x
$gcc_cv_as != x
; then
22764 $as_echo '.section .rodata.str, "aMS", @progbits, 1' > conftest.s
22765 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags --fatal-warnings -o conftest.o conftest.s >&5'
22766 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
22767 (eval $ac_try) 2>&5
22769 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
22770 test $ac_status = 0; }; }
22772 gcc_cv_as_shf_merge
=yes
22774 echo "configure: failed program was" >&5
22777 rm -f conftest.o conftest.s
22780 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_shf_merge" >&5
22781 $as_echo "$gcc_cv_as_shf_merge" >&6; }
22783 if test $gcc_cv_as_shf_merge = no
; then
22784 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for section merging support" >&5
22785 $as_echo_n "checking assembler for section merging support... " >&6; }
22786 if test "${gcc_cv_as_shf_merge+set}" = set; then :
22787 $as_echo_n "(cached) " >&6
22789 gcc_cv_as_shf_merge
=no
22790 if test $in_tree_gas = yes; then
22791 if test $in_tree_gas_is_elf = yes \
22792 && test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 12 \) \* 1000 + 0`
22793 then gcc_cv_as_shf_merge
=yes
22795 elif test x
$gcc_cv_as != x
; then
22796 $as_echo '.section .rodata.str, "aMS", %progbits, 1' > conftest.s
22797 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags --fatal-warnings -o conftest.o conftest.s >&5'
22798 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
22799 (eval $ac_try) 2>&5
22801 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
22802 test $ac_status = 0; }; }
22804 gcc_cv_as_shf_merge
=yes
22806 echo "configure: failed program was" >&5
22809 rm -f conftest.o conftest.s
22812 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_shf_merge" >&5
22813 $as_echo "$gcc_cv_as_shf_merge" >&6; }
22817 cat >>confdefs.h
<<_ACEOF
22818 #define HAVE_GAS_SHF_MERGE `if test $gcc_cv_as_shf_merge = yes; then echo 1; else echo 0; fi`
22822 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for COMDAT group support (GNU as)" >&5
22823 $as_echo_n "checking assembler for COMDAT group support (GNU as)... " >&6; }
22824 if test "${gcc_cv_as_comdat_group+set}" = set; then :
22825 $as_echo_n "(cached) " >&6
22827 gcc_cv_as_comdat_group
=no
22828 if test $in_tree_gas = yes; then
22829 if test $in_tree_gas_is_elf = yes \
22830 && test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 16 \) \* 1000 + 0`
22831 then gcc_cv_as_comdat_group
=yes
22833 elif test x
$gcc_cv_as != x
; then
22834 $as_echo '.section .text,"axG",@progbits,.foo,comdat' > conftest.s
22835 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags --fatal-warnings -o conftest.o conftest.s >&5'
22836 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
22837 (eval $ac_try) 2>&5
22839 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
22840 test $ac_status = 0; }; }
22842 gcc_cv_as_comdat_group
=yes
22844 echo "configure: failed program was" >&5
22847 rm -f conftest.o conftest.s
22850 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_comdat_group" >&5
22851 $as_echo "$gcc_cv_as_comdat_group" >&6; }
22853 if test $gcc_cv_as_comdat_group = yes; then
22854 gcc_cv_as_comdat_group_percent
=no
22855 gcc_cv_as_comdat_group_group
=no
22857 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for COMDAT group support (GNU as, %type)" >&5
22858 $as_echo_n "checking assembler for COMDAT group support (GNU as, %type)... " >&6; }
22859 if test "${gcc_cv_as_comdat_group_percent+set}" = set; then :
22860 $as_echo_n "(cached) " >&6
22862 gcc_cv_as_comdat_group_percent
=no
22863 if test $in_tree_gas = yes; then
22864 if test $in_tree_gas_is_elf = yes \
22865 && test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 16 \) \* 1000 + 0`
22866 then gcc_cv_as_comdat_group_percent
=yes
22868 elif test x
$gcc_cv_as != x
; then
22869 $as_echo '.section .text,"axG",%progbits,.foo,comdat' > conftest.s
22870 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags --fatal-warnings -o conftest.o conftest.s >&5'
22871 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
22872 (eval $ac_try) 2>&5
22874 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
22875 test $ac_status = 0; }; }
22877 gcc_cv_as_comdat_group_percent
=yes
22879 echo "configure: failed program was" >&5
22882 rm -f conftest.o conftest.s
22885 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_comdat_group_percent" >&5
22886 $as_echo "$gcc_cv_as_comdat_group_percent" >&6; }
22888 if test $gcc_cv_as_comdat_group_percent = yes; then
22889 gcc_cv_as_comdat_group_group
=no
22891 if test -z "${gcc_cv_as_comdat_group_group+set}"; then
22892 gcc_cv_as_comdat_group_group
=no
22894 case "${target}" in
22895 # Sun as uses a completely different syntax.
22897 case "${target}" in
22898 sparc
*-*-solaris2*)
22900 .group foo,".text%foo",#comdat
22901 .section ".text%foo", #alloc,#execinstr,#progbits
22906 i?
86-*-solaris2* | x86_64-
*-solaris2.1
[0-9]*)
22908 .group foo,.text%foo,#comdat
22909 .section .text%foo, "ax", @progbits
22915 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for COMDAT group support (Sun as, .group)" >&5
22916 $as_echo_n "checking assembler for COMDAT group support (Sun as, .group)... " >&6; }
22917 if test "${gcc_cv_as_comdat_group_group+set}" = set; then :
22918 $as_echo_n "(cached) " >&6
22920 gcc_cv_as_comdat_group_group
=no
22921 if test x
$gcc_cv_as != x
; then
22922 $as_echo "$conftest_s" > conftest.s
22923 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
22924 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
22925 (eval $ac_try) 2>&5
22927 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
22928 test $ac_status = 0; }; }
22930 gcc_cv_as_comdat_group_group
=yes
22932 echo "configure: failed program was" >&5
22935 rm -f conftest.o conftest.s
22938 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_comdat_group_group" >&5
22939 $as_echo "$gcc_cv_as_comdat_group_group" >&6; }
22945 if test x
"$ld_is_gold" = xyes
; then
22947 elif test $in_tree_ld = yes ; then
22949 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 \
22950 && test $in_tree_ld_is_elf = yes; then
22953 elif echo "$ld_ver" |
grep GNU
> /dev
/null
; then
22955 if test 0"$ld_date" -lt 20050308; then
22956 if test -n "$ld_date"; then
22957 # If there was date string, but was earlier than 2005-03-08, fail
22959 elif test "$ld_vers_major" -lt 2; then
22961 elif test "$ld_vers_major" -eq 2 -a "$ld_vers_minor" -lt 16; then
22966 case "${target}" in
22967 *-*-solaris2.1
[1-9]*)
22969 # Sun ld has COMDAT group support since Solaris 9, but it doesn't
22970 # interoperate with GNU as until Solaris 11 build 130, i.e. ld
22973 # If using Sun as for COMDAT group as emitted by GCC, one needs at
22974 # least ld version 1.2267.
22975 if test "$ld_vers_major" -gt 1; then
22977 elif test "x$gas_flag" = xyes
&& test "$ld_vers_minor" -ge 1688; then
22979 elif test "$ld_vers_minor" -ge 2267; then
22984 # Assume linkers other than GNU ld don't support COMDAT group.
22989 # Allow overriding the automatic COMDAT group tests above.
22990 # Check whether --enable-comdat was given.
22991 if test "${enable_comdat+set}" = set; then :
22992 enableval
=$enable_comdat; comdat_group
="$enable_comdat"
22995 if test $comdat_group = no
; then
22996 gcc_cv_as_comdat_group
=no
22997 gcc_cv_as_comdat_group_percent
=no
22998 gcc_cv_as_comdat_group_group
=no
23001 cat >>confdefs.h
<<_ACEOF
23002 #define HAVE_COMDAT_GROUP `if test $gcc_cv_as_comdat_group = yes \
23003 || test $gcc_cv_as_comdat_group_percent = yes \
23004 || test $gcc_cv_as_comdat_group_group = yes; then echo 1; else echo 0; fi`
23008 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for line table discriminator support" >&5
23009 $as_echo_n "checking assembler for line table discriminator support... " >&6; }
23010 if test "${gcc_cv_as_discriminator+set}" = set; then :
23011 $as_echo_n "(cached) " >&6
23013 gcc_cv_as_discriminator
=no
23014 if test $in_tree_gas = yes; then
23015 if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 19 \) \* 1000 + 51`
23016 then gcc_cv_as_discriminator
=yes
23018 elif test x
$gcc_cv_as != x
; then
23021 .loc 1 1 0 discriminator 1' > conftest.s
23022 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
23023 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
23024 (eval $ac_try) 2>&5
23026 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
23027 test $ac_status = 0; }; }
23029 gcc_cv_as_discriminator
=yes
23031 echo "configure: failed program was" >&5
23034 rm -f conftest.o conftest.s
23037 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_discriminator" >&5
23038 $as_echo "$gcc_cv_as_discriminator" >&6; }
23039 if test $gcc_cv_as_discriminator = yes; then
23041 $as_echo "#define HAVE_GAS_DISCRIMINATOR 1" >>confdefs.h
23045 # Thread-local storage - the check is heavily parameterized.
23053 .section ".tdata","awT",@progbits
23056 ldq $27,__tls_get_addr($29) !literal!1
23057 lda $16,foo($29) !tlsgd!1
23058 jsr $26,($27),__tls_get_addr !lituse_tlsgd!1
23059 ldq $27,__tls_get_addr($29) !literal!2
23060 lda $16,foo($29) !tlsldm!2
23061 jsr $26,($27),__tls_get_addr !lituse_tlsldm!2
23062 ldq $1,foo($29) !gotdtprel
23063 ldah $2,foo($29) !dtprelhi
23064 lda $3,foo($2) !dtprello
23065 lda $4,foo($29) !dtprel
23066 ldq $1,foo($29) !gottprel
23067 ldah $2,foo($29) !tprelhi
23068 lda $3,foo($2) !tprello
23069 lda $4,foo($29) !tprel'
23072 tls_as_opt
=--fatal-warnings
23074 cris-
*-*|crisv32-
*-*)
23076 .section ".tdata","awT",@progbits
23083 tls_as_opt
=--fatal-warnings
23087 .section ".tdata","awT",@progbits
23090 call #gettlsoff(x)'
23099 .section ".tdata","awT",@progbits
23103 addil LT%foo-$tls_gdidx$,gp
23104 ldo RT%foo-$tls_gdidx$(%r1),%arg0
23107 addil LT%foo-$tls_ldidx$,gp
23109 ldo RT%foo-$tls_ldidx$(%r1),%arg0
23110 addil LR%foo-$tls_dtpoff$,%ret0
23111 ldo RR%foo-$tls_dtpoff$(%r1),%t1
23113 addil LT%foo-$tls_ieoff$,gp
23114 ldw RT%foo-$tls_ieoff$(%r1),%t2
23117 addil LR%foo-$tls_leoff$,%t1
23118 ldo RR%foo-$tls_leoff$(%r1),%t2'
23121 tls_as_opt
=--fatal-warnings
23125 .section ".tdata","awT",%progbits
23128 .word foo(gottpoff)
23136 i
[34567]86-*-* | x86_64-
*-solaris2.1
[0-9]*)
23138 i
[34567]86-*-solaris2.
*)
23140 tga_func
=___tls_get_addr
23142 x86_64-
*-solaris2.1
[0-9]*)
23144 tga_func
=__tls_get_addr
23150 if test x
$on_solaris = xyes
&& test x
$gas_flag = xno
; then
23152 .section .tdata,"awt",@progbits'
23156 $as_echo "#define TLS_SECTION_ASM_FLAG 't'" >>confdefs.h
23160 .section ".tdata","awT",@progbits'
23163 tls_as_opt
="--fatal-warnings"
23165 conftest_s
="$conftest_s
23169 leal foo@tlsgd(,%ebx,1), %eax
23170 leal foo@tlsldm(%ebx), %eax
23171 leal foo@dtpoff(%eax), %edx
23172 movl foo@gottpoff(%ebx), %eax
23173 subl foo@gottpoff(%ebx), %eax
23174 addl foo@gotntpoff(%ebx), %eax
23175 movl foo@indntpoff, %eax
23176 movl \$foo@tpoff, %eax
23177 subl \$foo@tpoff, %eax
23178 leal foo@ntpoff(%ecx), %eax"
23182 .section ".tdata","awT",@progbits
23186 leaq foo@TLSGD(%rip), %rdi
23187 leaq foo@TLSLD(%rip), %rdi
23188 leaq foo@DTPOFF(%rax), %rdx
23189 movq foo@GOTTPOFF(%rip), %rax
23190 movq $foo@TPOFF, %rax'
23193 tls_as_opt
=--fatal-warnings
23197 .section ".tdata","awT",@progbits
23200 addl r16 = @ltoff(@dtpmod(foo#)), gp
23201 addl r17 = @ltoff(@dtprel(foo#)), gp
23202 addl r18 = @ltoff(@tprel(foo#)), gp
23203 addl r19 = @dtprel(foo#), gp
23204 adds r21 = @dtprel(foo#), r13
23205 movl r23 = @dtprel(foo#)
23206 addl r20 = @tprel(foo#), gp
23207 adds r22 = @tprel(foo#), r13
23208 movl r24 = @tprel(foo#)'
23211 tls_as_opt
=--fatal-warnings
23215 .section .tdata,"awT",@progbits
23219 addik r5,r20,x@TLSGD
23220 addik r5,r20,x@TLSLDM'
23223 tls_as_opt
='--fatal-warnings'
23227 .section .tdata,"awT",@progbits
23231 addiu $4, $28, %tlsgd(x)
23232 addiu $4, $28, %tlsldm(x)
23233 lui $4, %dtprel_hi(x)
23234 addiu $4, $4, %dtprel_lo(x)
23235 lw $4, %gottprel(x)($28)
23236 lui $4, %tprel_hi(x)
23237 addiu $4, $4, %tprel_lo(x)'
23240 tls_as_opt
='-32 --fatal-warnings'
23244 .section .tdata,"awT",@progbits
23249 move.l x@TLSGD(%a5),%a0
23250 move.l x@TLSLDM(%a5),%a0
23251 move.l x@TLSLDO(%a5),%a0
23252 move.l x@TLSIE(%a5),%a0
23253 move.l x@TLSLE(%a5),%a0'
23256 tls_as_opt
='--fatal-warnings'
23260 .section ".tdata","awT",%progbits
23264 add x0, x0, #:tlsgd_lo12:x
23269 tls_as_opt
='--fatal-warnings'
23273 .extern __get_tpointer
23291 .section ".tdata","awT",@progbits
23299 addi 3,31,ld0@got@tlsgd
23301 addi 3,31,x1@got@tlsld
23304 addis 9,3,x2@dtprel@ha
23305 addi 9,9,x2@dtprel@l
23306 lwz 9,x3@got@tprel(31)
23309 addis 9,2,x2@tprel@ha
23310 addi 9,9,x2@tprel@l'
23313 tls_as_opt
="-a32 --fatal-warnings"
23317 .section ".tdata","awT",@progbits
23325 addi 3,2,ld0@got@tlsgd
23331 addi 3,2,x1@got@tlsld
23337 addis 9,3,x2@dtprel@ha
23338 addi 9,9,x2@dtprel@l
23341 ld 9,x3@got@dtprel(2)
23347 tls_as_opt
="-a64 --fatal-warnings"
23351 .section ".tdata","awT",@progbits
23358 .long foo@GOTNTPOFF
23359 .long foo@INDNTPOFF
23360 l %r1,foo@GOTNTPOFF(%r12)
23361 l %r1,0(%r1):tls_load:foo
23362 bas %r14,0(%r1,%r13):tls_gdcall:foo
23363 bas %r14,0(%r1,%r13):tls_ldcall:foo'
23366 tls_as_opt
="-m31 --fatal-warnings"
23370 .section ".tdata","awT",@progbits
23377 .quad foo@GOTNTPOFF
23378 lg %r1,foo@GOTNTPOFF(%r12)
23379 larl %r1,foo@INDNTPOFF
23380 brasl %r14,__tls_get_offset@PLT:tls_gdcall:foo
23381 brasl %r14,__tls_get_offset@PLT:tls_ldcall:foo'
23384 tls_as_opt
="-m64 -Aesame --fatal-warnings"
23386 sh-
*-* | sh
[34]-*-*)
23388 .section ".tdata","awT",@progbits
23398 tls_as_opt
=--fatal-warnings
23402 sparc
*-sun-solaris2.
*)
23404 tga_func
=__tls_get_addr
23410 if test x
$on_solaris = xyes
&& test x
$gas_flag = xno
; then
23412 .section ".tdata",#alloc,#write,#tls'
23417 .section ".tdata","awT",@progbits'
23420 tls_as_opt
="-32 --fatal-warnings"
23422 conftest_s
="$conftest_s
23425 sethi %tgd_hi22(foo), %o0
23426 add %o0, %tgd_lo10(foo), %o1
23427 add %l7, %o1, %o0, %tgd_add(foo)
23428 call __tls_get_addr, %tgd_call(foo)
23429 sethi %tldm_hi22(foo), %l1
23430 add %l1, %tldm_lo10(foo), %l2
23431 add %l7, %l2, %o0, %tldm_add(foo)
23432 call __tls_get_addr, %tldm_call(foo)
23433 sethi %tldo_hix22(foo), %l3
23434 xor %l3, %tldo_lox10(foo), %l4
23435 add %o0, %l4, %l5, %tldo_add(foo)
23436 sethi %tie_hi22(foo), %o3
23437 add %o3, %tie_lo10(foo), %o3
23438 ld [%l7 + %o3], %o2, %tie_ld(foo)
23439 add %g7, %o2, %o4, %tie_add(foo)
23440 sethi %tle_hix22(foo), %l1
23441 xor %l1, %tle_lox10(foo), %o5
23442 ld [%g7 + %o5], %o1"
23446 .section ".tdata","awT",@progbits
23449 addli r0, zero, tls_gd(foo)
23450 auli r0, zero, tls_gd_ha16(foo)
23451 addli r0, r0, tls_gd_lo16(foo)
23453 addli r0, zero, tls_ie(foo)
23454 auli r0, r0, tls_ie_ha16(foo)
23455 addli r0, r0, tls_ie_lo16(foo)'
23458 tls_as_opt
="--fatal-warnings"
23462 .section ".tdata","awT",@progbits
23465 shl16insli r0, zero, hw0_last_tls_gd(foo)
23466 shl16insli r0, zero, hw1_last_tls_gd(foo)
23467 shl16insli r0, r0, hw0_tls_gd(foo)
23469 shl16insli r0, zero, hw1_last_tls_ie(foo)
23470 shl16insli r0, r0, hw0_tls_ie(foo)'
23473 tls_as_opt
="--fatal-warnings"
23477 .section ".tdata","awT",@progbits
23480 movi a8, foo@TLSFUNC
23481 movi a10, foo@TLSARG
23482 callx8.tls a8, foo@TLSCALL'
23488 if test "x$enable_tls" = xno
; then
23489 : # TLS explicitly disabled.
23490 elif test "x$enable_tls" = xyes
; then
23491 set_have_as_tls
=yes # TLS explicitly enabled.
23492 elif test -z "$tls_first_major"; then
23493 : # If we don't have a check, assume no support.
23495 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for thread-local storage support" >&5
23496 $as_echo_n "checking assembler for thread-local storage support... " >&6; }
23497 if test "${gcc_cv_as_tls+set}" = set; then :
23498 $as_echo_n "(cached) " >&6
23501 if test $in_tree_gas = yes; then
23502 if test $gcc_cv_gas_vers -ge `expr \( \( $tls_first_major \* 1000 \) + $tls_first_minor \) \* 1000 + 0`
23503 then gcc_cv_as_tls
=yes
23505 elif test x
$gcc_cv_as != x
; then
23506 $as_echo "$conftest_s" > conftest.s
23507 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags $tls_as_opt -o conftest.o conftest.s >&5'
23508 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
23509 (eval $ac_try) 2>&5
23511 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
23512 test $ac_status = 0; }; }
23516 echo "configure: failed program was" >&5
23519 rm -f conftest.o conftest.s
23522 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_tls" >&5
23523 $as_echo "$gcc_cv_as_tls" >&6; }
23524 if test $gcc_cv_as_tls = yes; then
23525 set_have_as_tls
=yes
23529 # TLS was introduced in the Solaris 9 FCS release. Support for GNU-style
23530 # TLS on x86 was only introduced in Solaris 9 4/04, replacing the earlier
23531 # Sun style that Sun ld and GCC don't support any longer.
23533 { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker and ld.so.1 TLS support" >&5
23534 $as_echo_n "checking linker and ld.so.1 TLS support... " >&6; }
23536 # Check ld and ld.so.1 TLS support.
23537 if echo "$ld_ver" |
grep GNU
> /dev
/null
; then
23538 # Assume all interesting versions of GNU ld have TLS support.
23539 # FIXME: still need ld.so.1 support, i.e. ld version checks below.
23543 # Solaris 9/x86 ld has GNU style TLS support since version 1.374.
23545 min_tls_ld_vers_minor
=374
23547 # Solaris 9/SPARC and Solaris 10+ ld have TLS support since FCS.
23548 sparc
*-*-solaris2.9 |
*-*-solaris2.1
[0-9]*)
23549 min_tls_ld_vers_minor
=343
23552 if test "$ld_vers_major" -gt 1 || \
23553 test "$ld_vers_minor" -ge "$min_tls_ld_vers_minor"; then
23559 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_tls_support" >&5
23560 $as_echo "$ld_tls_support" >&6; }
23563 save_LDFLAGS
="$LDFLAGS"
23567 { $as_echo "$as_me:${as_lineno-$LINENO}: checking library containing $tga_func" >&5
23568 $as_echo_n "checking library containing $tga_func... " >&6; }
23569 # Before Solaris 10, __tls_get_addr (SPARC/x64) resp. ___tls_get_addr
23570 # (32-bit x86) only lived in libthread, so check for that. Keep
23571 # set_have_as_tls if found, disable if not.
23572 as_ac_Search
=`$as_echo "ac_cv_search_$tga_func" | $as_tr_sh`
23573 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing $tga_func" >&5
23574 $as_echo_n "checking for library containing $tga_func... " >&6; }
23575 if { as_var
=$as_ac_Search; eval "test \"\${$as_var+set}\" = set"; }; then :
23576 $as_echo_n "(cached) " >&6
23578 ac_func_search_save_LIBS
=$LIBS
23579 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
23580 /* end confdefs.h. */
23582 /* Override any GCC internal prototype to avoid an error.
23583 Use char because int might match the return type of a GCC
23584 builtin and then its argument prototype would still apply. */
23592 return $tga_func ();
23597 for ac_lib
in '' thread
; do
23598 if test -z "$ac_lib"; then
23599 ac_res
="none required"
23602 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
23604 if ac_fn_c_try_link
"$LINENO"; then :
23605 eval "$as_ac_Search=\$ac_res"
23607 rm -f core conftest.err conftest.
$ac_objext \
23609 if { as_var
=$as_ac_Search; eval "test \"\${$as_var+set}\" = set"; }; then :
23613 if { as_var
=$as_ac_Search; eval "test \"\${$as_var+set}\" = set"; }; then :
23616 eval "$as_ac_Search=no"
23618 rm conftest.
$ac_ext
23619 LIBS
=$ac_func_search_save_LIBS
23621 eval ac_res
=\$
$as_ac_Search
23622 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
23623 $as_echo "$ac_res" >&6; }
23624 eval ac_res
=\$
$as_ac_Search
23625 if test "$ac_res" != no
; then :
23626 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
23632 # Clear LIBS if we cannot support TLS.
23633 if test $set_have_as_tls = no
; then
23636 # Always define LIB_TLS_SPEC, even without TLS support.
23638 cat >>confdefs.h
<<_ACEOF
23639 #define LIB_TLS_SPEC "$LIBS"
23642 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBS" >&5
23643 $as_echo "$LIBS" >&6; }
23646 LDFLAGS
="$save_LDFLAGS"
23649 if test $set_have_as_tls = yes ; then
23651 $as_echo "#define HAVE_AS_TLS 1" >>confdefs.h
23655 # Target-specific assembler checks.
23657 { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker -Bstatic/-Bdynamic option" >&5
23658 $as_echo_n "checking linker -Bstatic/-Bdynamic option... " >&6; }
23659 gcc_cv_ld_static_dynamic
=no
23660 gcc_cv_ld_static_option
='-Bstatic'
23661 gcc_cv_ld_dynamic_option
='-Bdynamic'
23662 if test $in_tree_ld = yes ; then
23663 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
23664 gcc_cv_ld_static_dynamic
=yes
23666 elif test x
$gcc_cv_ld != x
; then
23667 # Check if linker supports -Bstatic/-Bdynamic option
23668 if $gcc_cv_ld --help 2>/dev
/null |
grep -- -Bstatic > /dev
/null \
23669 && $gcc_cv_ld --help 2>/dev
/null |
grep -- -Bdynamic > /dev
/null
; then
23670 gcc_cv_ld_static_dynamic
=yes
23673 # AIX ld uses -b flags
23674 *-*-aix4.
[23]* |
*-*-aix[5-9]*)
23675 gcc_cv_ld_static_dynamic
=yes
23676 gcc_cv_ld_static_option
="-bstatic"
23677 gcc_cv_ld_dynamic_option
="-bdynamic"
23679 # HP-UX ld uses -a flags to select between shared and archive.
23681 if test x
"$gnu_ld" = xno
; then
23682 gcc_cv_ld_static_dynamic
=yes
23683 gcc_cv_ld_static_option
="-aarchive_shared"
23684 gcc_cv_ld_dynamic_option
="-adefault"
23687 # Solaris 2 ld always supports -Bstatic/-Bdynamic.
23689 gcc_cv_ld_static_dynamic
=yes
23694 if test x
"$gcc_cv_ld_static_dynamic" = xyes
; then
23696 $as_echo "#define HAVE_LD_STATIC_DYNAMIC 1" >>confdefs.h
23699 cat >>confdefs.h
<<_ACEOF
23700 #define LD_STATIC_OPTION "$gcc_cv_ld_static_option"
23704 cat >>confdefs.h
<<_ACEOF
23705 #define LD_DYNAMIC_OPTION "$gcc_cv_ld_dynamic_option"
23709 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_ld_static_dynamic" >&5
23710 $as_echo "$gcc_cv_ld_static_dynamic" >&6; }
23712 if test x
"$demangler_in_ld" = xyes
; then
23713 { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker --demangle support" >&5
23714 $as_echo_n "checking linker --demangle support... " >&6; }
23715 gcc_cv_ld_demangle
=no
23716 if test $in_tree_ld = yes; then
23717 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 \
23718 gcc_cv_ld_demangle
=yes
23720 elif test x
$gcc_cv_ld != x
-a x
"$gnu_ld" = xyes
; then
23721 # Check if the GNU linker supports --demangle option
23722 if $gcc_cv_ld --help 2>/dev
/null |
grep no-demangle
> /dev
/null
; then
23723 gcc_cv_ld_demangle
=yes
23726 if test x
"$gcc_cv_ld_demangle" = xyes
; then
23728 $as_echo "#define HAVE_LD_DEMANGLE 1" >>confdefs.h
23731 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_ld_demangle" >&5
23732 $as_echo "$gcc_cv_ld_demangle" >&6; }
23735 { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker plugin support" >&5
23736 $as_echo_n "checking linker plugin support... " >&6; }
23737 gcc_cv_lto_plugin
=0
23738 if test -f liblto_plugin.la
; then
23739 save_ld_ver
="$ld_ver"
23740 save_ld_vers_major
="$ld_vers_major"
23741 save_ld_vers_minor
="$ld_vers_minor"
23742 save_ld_is_gold
="$ld_is_gold"
23746 if test $in_tree_ld = yes -a x
"$ORIGINAL_PLUGIN_LD_FOR_TARGET" = x
"$gcc_cv_ld"; then
23748 # FIXME: ld_is_gold?
23749 ld_vers_major
="$gcc_cv_gld_major_version"
23750 ld_vers_minor
="$gcc_cv_gld_minor_version"
23752 # Determine plugin linker version.
23753 # FIXME: Partial duplicate from above, generalize.
23754 ld_ver
=`$ORIGINAL_PLUGIN_LD_FOR_TARGET --version 2>/dev/null | sed 1q`
23755 if echo "$ld_ver" |
grep GNU
> /dev
/null
; then
23756 if echo "$ld_ver" |
grep "GNU gold" > /dev
/null
; then
23758 ld_vers
=`echo $ld_ver | sed -n \
23759 -e 's,^[^)]*[ ]\([0-9][0-9]*\.[0-9][0-9]*[^)]*\)) .*$,\1,p'`
23761 ld_vers
=`echo $ld_ver | sed -n \
23762 -e 's,^.*[ ]\([0-9][0-9]*\.[0-9][0-9]*.*\)$,\1,p'`
23764 ld_vers_major
=`expr "$ld_vers" : '\([0-9]*\)'`
23765 ld_vers_minor
=`expr "$ld_vers" : '[0-9]*\.\([0-9]*\)'`
23769 # Determine plugin support.
23770 if echo "$ld_ver" |
grep GNU
> /dev
/null
; then
23771 # Require GNU ld or gold 2.21+ for plugin support by default.
23772 if test "$ld_vers_major" -eq 2 -a "$ld_vers_minor" -ge 21; then
23773 gcc_cv_lto_plugin
=2
23774 # Allow -fuse-linker-plugin to enable plugin support in GNU gold 2.20.
23775 elif test "$ld_is_gold" = yes -a "$ld_vers_major" -eq 2 -a "$ld_vers_minor" -eq 20; then
23776 gcc_cv_lto_plugin
=1
23780 ld_ver
="$save_ld_ver"
23781 ld_vers_major
="$save_ld_vers_major"
23782 ld_vers_minor
="$save_ld_vers_minor"
23783 ld_is_gold
="$save_ld_is_gold"
23786 cat >>confdefs.h
<<_ACEOF
23787 #define HAVE_LTO_PLUGIN $gcc_cv_lto_plugin
23790 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_lto_plugin" >&5
23791 $as_echo "$gcc_cv_lto_plugin" >&6; }
23794 # All TARGET_ABI_OSF targets.
23795 alpha
*-*-linux* | alpha
*-*-*bsd
*)
23796 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for explicit relocation support" >&5
23797 $as_echo_n "checking assembler for explicit relocation support... " >&6; }
23798 if test "${gcc_cv_as_alpha_explicit_relocs+set}" = set; then :
23799 $as_echo_n "(cached) " >&6
23801 gcc_cv_as_alpha_explicit_relocs
=no
23802 if test $in_tree_gas = yes; then
23803 if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 12 \) \* 1000 + 0`
23804 then gcc_cv_as_alpha_explicit_relocs
=yes
23806 elif test x
$gcc_cv_as != x
; then
23807 $as_echo ' .set nomacro
23809 extbl $3, $2, $3 !lituse_bytoff!1
23810 ldq $2, a($29) !literal!1
23811 ldq $4, b($29) !literal!2
23812 ldq_u $3, 0($2) !lituse_base!1
23813 ldq $27, f($29) !literal!5
23814 jsr $26, ($27), f !lituse_jsr!5
23815 ldah $29, 0($26) !gpdisp!3
23816 lda $0, c($29) !gprel
23817 ldah $1, d($29) !gprelhigh
23818 lda $1, d($1) !gprellow
23819 lda $29, 0($29) !gpdisp!3' > conftest.s
23820 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
23821 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
23822 (eval $ac_try) 2>&5
23824 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
23825 test $ac_status = 0; }; }
23827 gcc_cv_as_alpha_explicit_relocs
=yes
23829 echo "configure: failed program was" >&5
23832 rm -f conftest.o conftest.s
23835 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_alpha_explicit_relocs" >&5
23836 $as_echo "$gcc_cv_as_alpha_explicit_relocs" >&6; }
23837 if test $gcc_cv_as_alpha_explicit_relocs = yes; then
23839 $as_echo "#define HAVE_AS_EXPLICIT_RELOCS 1" >>confdefs.h
23842 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for jsrdirect relocation support" >&5
23843 $as_echo_n "checking assembler for jsrdirect relocation support... " >&6; }
23844 if test "${gcc_cv_as_alpha_jsrdirect_relocs+set}" = set; then :
23845 $as_echo_n "(cached) " >&6
23847 gcc_cv_as_alpha_jsrdirect_relocs
=no
23848 if test $in_tree_gas = yes; then
23849 if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 16 \) \* 1000 + 90`
23850 then gcc_cv_as_alpha_jsrdirect_relocs
=yes
23852 elif test x
$gcc_cv_as != x
; then
23853 $as_echo ' .set nomacro
23855 ldq $27, a($29) !literal!1
23856 jsr $26, ($27), a !lituse_jsrdirect!1' > conftest.s
23857 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
23858 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
23859 (eval $ac_try) 2>&5
23861 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
23862 test $ac_status = 0; }; }
23864 gcc_cv_as_alpha_jsrdirect_relocs
=yes
23866 echo "configure: failed program was" >&5
23869 rm -f conftest.o conftest.s
23872 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_alpha_jsrdirect_relocs" >&5
23873 $as_echo "$gcc_cv_as_alpha_jsrdirect_relocs" >&6; }
23874 if test $gcc_cv_as_alpha_jsrdirect_relocs = yes; then
23876 $as_echo "#define HAVE_AS_JSRDIRECT_RELOCS 1" >>confdefs.h
23882 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for -no-mul-bug-abort option" >&5
23883 $as_echo_n "checking assembler for -no-mul-bug-abort option... " >&6; }
23884 if test "${gcc_cv_as_cris_no_mul_bug+set}" = set; then :
23885 $as_echo_n "(cached) " >&6
23887 gcc_cv_as_cris_no_mul_bug
=no
23888 if test $in_tree_gas = yes; then
23889 if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 15 \) \* 1000 + 91`
23890 then gcc_cv_as_cris_no_mul_bug
=yes
23892 elif test x
$gcc_cv_as != x
; then
23893 $as_echo '.text' > conftest.s
23894 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -no-mul-bug-abort -o conftest.o conftest.s >&5'
23895 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
23896 (eval $ac_try) 2>&5
23898 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
23899 test $ac_status = 0; }; }
23901 gcc_cv_as_cris_no_mul_bug
=yes
23903 echo "configure: failed program was" >&5
23906 rm -f conftest.o conftest.s
23909 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_cris_no_mul_bug" >&5
23910 $as_echo "$gcc_cv_as_cris_no_mul_bug" >&6; }
23911 if test $gcc_cv_as_cris_no_mul_bug = yes; then
23913 $as_echo "#define HAVE_AS_NO_MUL_BUG_ABORT_OPTION 1" >>confdefs.h
23919 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for .register" >&5
23920 $as_echo_n "checking assembler for .register... " >&6; }
23921 if test "${gcc_cv_as_sparc_register_op+set}" = set; then :
23922 $as_echo_n "(cached) " >&6
23924 gcc_cv_as_sparc_register_op
=no
23925 if test x
$gcc_cv_as != x
; then
23926 $as_echo '.register %g2, #scratch' > conftest.s
23927 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
23928 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
23929 (eval $ac_try) 2>&5
23931 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
23932 test $ac_status = 0; }; }
23934 gcc_cv_as_sparc_register_op
=yes
23936 echo "configure: failed program was" >&5
23939 rm -f conftest.o conftest.s
23942 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_sparc_register_op" >&5
23943 $as_echo "$gcc_cv_as_sparc_register_op" >&6; }
23944 if test $gcc_cv_as_sparc_register_op = yes; then
23946 $as_echo "#define HAVE_AS_REGISTER_PSEUDO_OP 1" >>confdefs.h
23950 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for #nobits" >&5
23951 $as_echo_n "checking assembler for #nobits... " >&6; }
23952 if test "${gcc_cv_as_sparc_nobits+set}" = set; then :
23953 $as_echo_n "(cached) " >&6
23955 gcc_cv_as_sparc_nobits
=no
23956 if test x
$gcc_cv_as != x
; then
23957 $as_echo '.section "nobits",#alloc,#write,#nobits
23958 .section "progbits",#alloc,#write,#progbits' > conftest.s
23959 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
23960 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
23961 (eval $ac_try) 2>&5
23963 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
23964 test $ac_status = 0; }; }
23966 gcc_cv_as_sparc_nobits
=yes
23968 echo "configure: failed program was" >&5
23971 rm -f conftest.o conftest.s
23974 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_sparc_nobits" >&5
23975 $as_echo "$gcc_cv_as_sparc_nobits" >&6; }
23978 cat >>confdefs.h
<<_ACEOF
23979 #define HAVE_AS_SPARC_NOBITS `if test $gcc_cv_as_sparc_nobits = yes; then echo 1; else echo 0; fi`
23983 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for -relax option" >&5
23984 $as_echo_n "checking assembler for -relax option... " >&6; }
23985 if test "${gcc_cv_as_sparc_relax+set}" = set; then :
23986 $as_echo_n "(cached) " >&6
23988 gcc_cv_as_sparc_relax
=no
23989 if test x
$gcc_cv_as != x
; then
23990 $as_echo '.text' > conftest.s
23991 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -relax -o conftest.o conftest.s >&5'
23992 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
23993 (eval $ac_try) 2>&5
23995 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
23996 test $ac_status = 0; }; }
23998 gcc_cv_as_sparc_relax
=yes
24000 echo "configure: failed program was" >&5
24003 rm -f conftest.o conftest.s
24006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_sparc_relax" >&5
24007 $as_echo "$gcc_cv_as_sparc_relax" >&6; }
24008 if test $gcc_cv_as_sparc_relax = yes; then
24010 $as_echo "#define HAVE_AS_RELAX_OPTION 1" >>confdefs.h
24014 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for GOTDATA_OP relocs" >&5
24015 $as_echo_n "checking assembler for GOTDATA_OP relocs... " >&6; }
24016 if test "${gcc_cv_as_sparc_gotdata_op+set}" = set; then :
24017 $as_echo_n "(cached) " >&6
24019 gcc_cv_as_sparc_gotdata_op
=no
24020 if test x
$gcc_cv_as != x
; then
24026 sethi %gdop_hix22(foo), %g1
24027 xor %g1, %gdop_lox10(foo), %g1
24028 ld [%l7 + %g1], %g2, %gdop(foo)' > conftest.s
24029 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -K PIC -o conftest.o conftest.s >&5'
24030 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
24031 (eval $ac_try) 2>&5
24033 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24034 test $ac_status = 0; }; }
24036 if test x
$gcc_cv_ld != x \
24037 && $gcc_cv_ld -o conftest conftest.o
-G > /dev
/null
2>&1; then
24038 if test x
$gcc_cv_objdump != x
; then
24039 if $gcc_cv_objdump -s -j .text conftest
2> /dev
/null \
24040 |
grep ' 03000004 82186004 c405c001'> /dev
/null
2>&1; then
24041 gcc_cv_as_sparc_gotdata_op
=no
24043 gcc_cv_as_sparc_gotdata_op
=yes
24049 echo "configure: failed program was" >&5
24052 rm -f conftest.o conftest.s
24055 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_sparc_gotdata_op" >&5
24056 $as_echo "$gcc_cv_as_sparc_gotdata_op" >&6; }
24057 if test $gcc_cv_as_sparc_gotdata_op = yes; then
24059 $as_echo "#define HAVE_AS_SPARC_GOTDATA_OP 1" >>confdefs.h
24063 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for unaligned pcrel relocs" >&5
24064 $as_echo_n "checking assembler for unaligned pcrel relocs... " >&6; }
24065 if test "${gcc_cv_as_sparc_ua_pcrel+set}" = set; then :
24066 $as_echo_n "(cached) " >&6
24068 gcc_cv_as_sparc_ua_pcrel
=no
24069 if test x
$gcc_cv_as != x
; then
24076 .uaword %r_disp32(foo)' > conftest.s
24077 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -K PIC -o conftest.o conftest.s >&5'
24078 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
24079 (eval $ac_try) 2>&5
24081 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24082 test $ac_status = 0; }; }
24084 if test x
$gcc_cv_ld != x \
24085 && $gcc_cv_ld -o conftest conftest.o
-G > /dev
/null
2>&1; then
24086 gcc_cv_as_sparc_ua_pcrel
=yes
24090 echo "configure: failed program was" >&5
24093 rm -f conftest.o conftest.s
24096 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_sparc_ua_pcrel" >&5
24097 $as_echo "$gcc_cv_as_sparc_ua_pcrel" >&6; }
24098 if test $gcc_cv_as_sparc_ua_pcrel = yes; then
24100 $as_echo "#define HAVE_AS_SPARC_UA_PCREL 1" >>confdefs.h
24103 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for unaligned pcrel relocs against hidden symbols" >&5
24104 $as_echo_n "checking assembler for unaligned pcrel relocs against hidden symbols... " >&6; }
24105 if test "${gcc_cv_as_sparc_ua_pcrel_hidden+set}" = set; then :
24106 $as_echo_n "(cached) " >&6
24108 gcc_cv_as_sparc_ua_pcrel_hidden
=no
24109 if test x
$gcc_cv_as != x
; then
24113 .uaword %r_disp32(foo)
24114 .byte 0x32, 0x33, 0x34
24118 .skip 4' > conftest.s
24119 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -K PIC -o conftest.o conftest.s >&5'
24120 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
24121 (eval $ac_try) 2>&5
24123 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24124 test $ac_status = 0; }; }
24126 if test x
$gcc_cv_ld != x
&& test x
$gcc_cv_objdump != x \
24127 && $gcc_cv_ld -o conftest conftest.o
-G > /dev
/null
2>&1 \
24128 && $gcc_cv_objdump -s -j .data conftest
2> /dev
/null \
24129 |
grep ' 31000000 07323334' > /dev
/null
2>&1; then
24130 if $gcc_cv_objdump -R conftest
2> /dev
/null \
24131 |
grep 'DISP32' > /dev
/null
2>&1; then
24134 gcc_cv_as_sparc_ua_pcrel_hidden
=yes
24139 echo "configure: failed program was" >&5
24142 rm -f conftest.o conftest.s
24145 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_sparc_ua_pcrel_hidden" >&5
24146 $as_echo "$gcc_cv_as_sparc_ua_pcrel_hidden" >&6; }
24147 if test $gcc_cv_as_sparc_ua_pcrel_hidden = yes; then
24149 $as_echo "#define HAVE_AS_SPARC_UA_PCREL_HIDDEN 1" >>confdefs.h
24153 fi # unaligned pcrel relocs
24155 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for offsetable %lo()" >&5
24156 $as_echo_n "checking assembler for offsetable %lo()... " >&6; }
24157 if test "${gcc_cv_as_sparc_offsetable_lo10+set}" = set; then :
24158 $as_echo_n "(cached) " >&6
24160 gcc_cv_as_sparc_offsetable_lo10
=no
24161 if test x
$gcc_cv_as != x
; then
24163 or %g1, %lo(ab) + 12, %g1
24164 or %g1, %lo(ab + 12), %g1' > conftest.s
24165 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -xarch=v9 -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_objdump != x \
24173 && $gcc_cv_objdump -s -j .text conftest.o
2> /dev
/null \
24174 |
grep ' 82106000 82106000' > /dev
/null
2>&1; then
24175 gcc_cv_as_sparc_offsetable_lo10
=yes
24178 echo "configure: failed program was" >&5
24181 rm -f conftest.o conftest.s
24184 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_sparc_offsetable_lo10" >&5
24185 $as_echo "$gcc_cv_as_sparc_offsetable_lo10" >&6; }
24186 if test $gcc_cv_as_sparc_offsetable_lo10 = yes; then
24188 $as_echo "#define HAVE_AS_OFFSETABLE_LO10 1" >>confdefs.h
24192 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for FMAF, HPC, and VIS 3.0 instructions" >&5
24193 $as_echo_n "checking assembler for FMAF, HPC, and VIS 3.0 instructions... " >&6; }
24194 if test "${gcc_cv_as_sparc_fmaf+set}" = set; then :
24195 $as_echo_n "(cached) " >&6
24197 gcc_cv_as_sparc_fmaf
=no
24198 if test x
$gcc_cv_as != x
; then
24200 .register %g2, #scratch
24201 .register %g3, #scratch
24203 fmaddd %f0, %f2, %f4, %f6
24204 addxccc %g1, %g2, %g3
24205 fsrl32 %f2, %f4, %f8
24206 fnaddd %f10, %f12, %f14' > conftest.s
24207 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -xarch=v9d -o conftest.o conftest.s >&5'
24208 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
24209 (eval $ac_try) 2>&5
24211 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24212 test $ac_status = 0; }; }
24214 gcc_cv_as_sparc_fmaf
=yes
24216 echo "configure: failed program was" >&5
24219 rm -f conftest.o conftest.s
24222 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_sparc_fmaf" >&5
24223 $as_echo "$gcc_cv_as_sparc_fmaf" >&6; }
24224 if test $gcc_cv_as_sparc_fmaf = yes; then
24226 $as_echo "#define HAVE_AS_FMAF_HPC_VIS3 1" >>confdefs.h
24230 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for SPARC4 instructions" >&5
24231 $as_echo_n "checking assembler for SPARC4 instructions... " >&6; }
24232 if test "${gcc_cv_as_sparc_sparc4+set}" = set; then :
24233 $as_echo_n "(cached) " >&6
24235 gcc_cv_as_sparc_sparc4
=no
24236 if test x
$gcc_cv_as != x
; then
24238 .register %g2, #scratch
24239 .register %g3, #scratch
24242 1: cwbneg %g2, %g3, 1f
24245 aes_kexpand0 %f4, %f6, %f8
24246 des_round %f38, %f40, %f42, %f44
24247 camellia_f %f54, %f56, %f58, %f60
24248 kasumi_fi_xor %f46, %f48, %f50, %f52' > conftest.s
24249 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -xarch=sparc4 -o conftest.o conftest.s >&5'
24250 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
24251 (eval $ac_try) 2>&5
24253 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24254 test $ac_status = 0; }; }
24256 gcc_cv_as_sparc_sparc4
=yes
24258 echo "configure: failed program was" >&5
24261 rm -f conftest.o conftest.s
24264 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_sparc_sparc4" >&5
24265 $as_echo "$gcc_cv_as_sparc_sparc4" >&6; }
24266 if test $gcc_cv_as_sparc_sparc4 = yes; then
24268 $as_echo "#define HAVE_AS_SPARC4 1" >>confdefs.h
24273 i
[34567]86-*-* | x86_64-
*-*)
24276 # Full C++ conformance when using a shared libstdc++-v3 requires some
24277 # support from the Cygwin DLL, which in more recent versions exports
24278 # wrappers to aid in interposing and redirecting operators new, delete,
24279 # etc., as per n2800 #17.6.4.6 [replacement.functions]. Check if we
24280 # are configuring for a version of Cygwin that exports the wrappers.
24281 if test x
$host = x
$target && test x
$host_cpu = xi686
; then
24282 ac_fn_c_check_func
"$LINENO" "__wrap__Znaj" "ac_cv_func___wrap__Znaj"
24283 if test "x$ac_cv_func___wrap__Znaj" = x
""yes; then :
24284 gcc_ac_cygwin_dll_wrappers
=yes
24286 gcc_ac_cygwin_dll_wrappers
=no
24290 # Can't check presence of libc functions during cross-compile, so
24291 # we just have to assume we're building for an up-to-date target.
24292 gcc_ac_cygwin_dll_wrappers
=yes
24295 cat >>confdefs.h
<<_ACEOF
24296 #define USE_CYGWIN_LIBSTDCXX_WRAPPERS `if test $gcc_ac_cygwin_dll_wrappers = yes; then echo 1; else echo 0; fi`
24301 cygwin
* | pe | mingw32
* | interix
*)
24302 # Recent binutils allows the three-operand form of ".comm" on PE. This
24303 # definition is used unconditionally to initialise the default state of
24304 # the target option variable that governs usage of the feature.
24305 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for .comm with alignment" >&5
24306 $as_echo_n "checking assembler for .comm with alignment... " >&6; }
24307 if test "${gcc_cv_as_comm_has_align+set}" = set; then :
24308 $as_echo_n "(cached) " >&6
24310 gcc_cv_as_comm_has_align
=no
24311 if test $in_tree_gas = yes; then
24312 if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 19 \) \* 1000 + 52`
24313 then gcc_cv_as_comm_has_align
=yes
24315 elif test x
$gcc_cv_as != x
; then
24316 $as_echo '.comm foo,1,32' > conftest.s
24317 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
24318 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
24319 (eval $ac_try) 2>&5
24321 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24322 test $ac_status = 0; }; }
24324 gcc_cv_as_comm_has_align
=yes
24326 echo "configure: failed program was" >&5
24329 rm -f conftest.o conftest.s
24332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_comm_has_align" >&5
24333 $as_echo "$gcc_cv_as_comm_has_align" >&6; }
24336 cat >>confdefs.h
<<_ACEOF
24337 #define HAVE_GAS_ALIGNED_COMM `if test $gcc_cv_as_comm_has_align = yes; then echo 1; else echo 0; fi`
24340 # Used for DWARF 2 in PE
24341 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for .secrel32 relocs" >&5
24342 $as_echo_n "checking assembler for .secrel32 relocs... " >&6; }
24343 if test "${gcc_cv_as_ix86_pe_secrel32+set}" = set; then :
24344 $as_echo_n "(cached) " >&6
24346 gcc_cv_as_ix86_pe_secrel32
=no
24347 if test $in_tree_gas = yes; then
24348 if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 15 \) \* 1000 + 91`
24349 then gcc_cv_as_ix86_pe_secrel32
=yes
24351 elif test x
$gcc_cv_as != x
; then
24355 .secrel32 foo' > conftest.s
24356 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
24357 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
24358 (eval $ac_try) 2>&5
24360 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24361 test $ac_status = 0; }; }
24363 if test x
$gcc_cv_ld != x \
24364 && $gcc_cv_ld -o conftest conftest.o
> /dev
/null
2>&1; then
24365 gcc_cv_as_ix86_pe_secrel32
=yes
24369 echo "configure: failed program was" >&5
24372 rm -f conftest.o conftest.s
24375 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_ix86_pe_secrel32" >&5
24376 $as_echo "$gcc_cv_as_ix86_pe_secrel32" >&6; }
24377 if test $gcc_cv_as_ix86_pe_secrel32 = yes; then
24379 $as_echo "#define HAVE_GAS_PE_SECREL32_RELOC 1" >>confdefs.h
24382 # Test if the assembler supports the extended form of the .section
24383 # directive that specifies section alignment. LTO support uses this,
24384 # but normally only after installation, so we warn but don't fail the
24385 # configure if LTO is enabled but the assembler does not support it.
24386 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for .section with alignment" >&5
24387 $as_echo_n "checking assembler for .section with alignment... " >&6; }
24388 if test "${gcc_cv_as_section_has_align+set}" = set; then :
24389 $as_echo_n "(cached) " >&6
24391 gcc_cv_as_section_has_align
=no
24392 if test $in_tree_gas = yes; then
24393 if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 20 \) \* 1000 + 1`
24394 then gcc_cv_as_section_has_align
=yes
24396 elif test x
$gcc_cv_as != x
; then
24397 $as_echo '.section lto_test,"dr0"' > conftest.s
24398 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -fatal-warnings -o conftest.o conftest.s >&5'
24399 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
24400 (eval $ac_try) 2>&5
24402 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24403 test $ac_status = 0; }; }
24405 gcc_cv_as_section_has_align
=yes
24407 echo "configure: failed program was" >&5
24410 rm -f conftest.o conftest.s
24413 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_section_has_align" >&5
24414 $as_echo "$gcc_cv_as_section_has_align" >&6; }
24416 if test x
$gcc_cv_as_section_has_align != xyes
; then
24417 case ",$enable_languages," in
24419 { $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
24420 $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;}
24424 # Test if the assembler supports the section flag 'e' for specifying
24425 # an excluded section.
24426 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for .section with e" >&5
24427 $as_echo_n "checking assembler for .section with e... " >&6; }
24428 if test "${gcc_cv_as_section_has_e+set}" = set; then :
24429 $as_echo_n "(cached) " >&6
24431 gcc_cv_as_section_has_e
=no
24432 if test $in_tree_gas = yes; then
24433 if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 22 \) \* 1000 + 51`
24434 then gcc_cv_as_section_has_e
=yes
24436 elif test x
$gcc_cv_as != x
; then
24437 $as_echo '.section foo1,"e"
24438 .byte 0,0,0,0' > conftest.s
24439 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
24440 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
24441 (eval $ac_try) 2>&5
24443 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24444 test $ac_status = 0; }; }
24446 gcc_cv_as_section_has_e
=yes
24448 echo "configure: failed program was" >&5
24451 rm -f conftest.o conftest.s
24454 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_section_has_e" >&5
24455 $as_echo "$gcc_cv_as_section_has_e" >&6; }
24458 cat >>confdefs.h
<<_ACEOF
24459 #define HAVE_GAS_SECTION_EXCLUDE `if test $gcc_cv_as_section_has_e = yes; then echo 1; else echo 0; fi`
24465 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for filds and fists mnemonics" >&5
24466 $as_echo_n "checking assembler for filds and fists mnemonics... " >&6; }
24467 if test "${gcc_cv_as_ix86_filds+set}" = set; then :
24468 $as_echo_n "(cached) " >&6
24470 gcc_cv_as_ix86_filds
=no
24471 if test x
$gcc_cv_as != x
; then
24472 $as_echo 'filds mem; fists mem' > conftest.s
24473 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
24474 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
24475 (eval $ac_try) 2>&5
24477 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24478 test $ac_status = 0; }; }
24480 gcc_cv_as_ix86_filds
=yes
24482 echo "configure: failed program was" >&5
24485 rm -f conftest.o conftest.s
24488 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_ix86_filds" >&5
24489 $as_echo "$gcc_cv_as_ix86_filds" >&6; }
24490 if test $gcc_cv_as_ix86_filds = yes; then
24492 $as_echo "#define HAVE_AS_IX86_FILDS 1" >>confdefs.h
24496 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for fildq and fistpq mnemonics" >&5
24497 $as_echo_n "checking assembler for fildq and fistpq mnemonics... " >&6; }
24498 if test "${gcc_cv_as_ix86_fildq+set}" = set; then :
24499 $as_echo_n "(cached) " >&6
24501 gcc_cv_as_ix86_fildq
=no
24502 if test x
$gcc_cv_as != x
; then
24503 $as_echo 'fildq mem; fistpq mem' > conftest.s
24504 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
24505 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
24506 (eval $ac_try) 2>&5
24508 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24509 test $ac_status = 0; }; }
24511 gcc_cv_as_ix86_fildq
=yes
24513 echo "configure: failed program was" >&5
24516 rm -f conftest.o conftest.s
24519 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_ix86_fildq" >&5
24520 $as_echo "$gcc_cv_as_ix86_fildq" >&6; }
24521 if test $gcc_cv_as_ix86_fildq = yes; then
24523 $as_echo "#define HAVE_AS_IX86_FILDQ 1" >>confdefs.h
24527 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for cmov syntax" >&5
24528 $as_echo_n "checking assembler for cmov syntax... " >&6; }
24529 if test "${gcc_cv_as_ix86_cmov_sun_syntax+set}" = set; then :
24530 $as_echo_n "(cached) " >&6
24532 gcc_cv_as_ix86_cmov_sun_syntax
=no
24533 if test x
$gcc_cv_as != x
; then
24534 $as_echo 'cmovl.l %edx, %eax' > conftest.s
24535 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
24536 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
24537 (eval $ac_try) 2>&5
24539 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24540 test $ac_status = 0; }; }
24542 gcc_cv_as_ix86_cmov_sun_syntax
=yes
24544 echo "configure: failed program was" >&5
24547 rm -f conftest.o conftest.s
24550 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_ix86_cmov_sun_syntax" >&5
24551 $as_echo "$gcc_cv_as_ix86_cmov_sun_syntax" >&6; }
24552 if test $gcc_cv_as_ix86_cmov_sun_syntax = yes; then
24554 $as_echo "#define HAVE_AS_IX86_CMOV_SUN_SYNTAX 1" >>confdefs.h
24558 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for ffreep mnemonic" >&5
24559 $as_echo_n "checking assembler for ffreep mnemonic... " >&6; }
24560 if test "${gcc_cv_as_ix86_ffreep+set}" = set; then :
24561 $as_echo_n "(cached) " >&6
24563 gcc_cv_as_ix86_ffreep
=no
24564 if test x
$gcc_cv_as != x
; then
24565 $as_echo 'ffreep %st(1)' > conftest.s
24566 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
24567 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
24568 (eval $ac_try) 2>&5
24570 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24571 test $ac_status = 0; }; }
24573 gcc_cv_as_ix86_ffreep
=yes
24575 echo "configure: failed program was" >&5
24578 rm -f conftest.o conftest.s
24581 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_ix86_ffreep" >&5
24582 $as_echo "$gcc_cv_as_ix86_ffreep" >&6; }
24583 if test $gcc_cv_as_ix86_ffreep = yes; then
24585 $as_echo "#define HAVE_AS_IX86_FFREEP 1" >>confdefs.h
24589 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for .quad directive" >&5
24590 $as_echo_n "checking assembler for .quad directive... " >&6; }
24591 if test "${gcc_cv_as_ix86_quad+set}" = set; then :
24592 $as_echo_n "(cached) " >&6
24594 gcc_cv_as_ix86_quad
=no
24595 if test x
$gcc_cv_as != x
; then
24596 $as_echo '.quad 0' > conftest.s
24597 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
24598 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
24599 (eval $ac_try) 2>&5
24601 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24602 test $ac_status = 0; }; }
24604 gcc_cv_as_ix86_quad
=yes
24606 echo "configure: failed program was" >&5
24609 rm -f conftest.o conftest.s
24612 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_ix86_quad" >&5
24613 $as_echo "$gcc_cv_as_ix86_quad" >&6; }
24614 if test $gcc_cv_as_ix86_quad = yes; then
24616 $as_echo "#define HAVE_AS_IX86_QUAD 1" >>confdefs.h
24620 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for sahf mnemonic" >&5
24621 $as_echo_n "checking assembler for sahf mnemonic... " >&6; }
24622 if test "${gcc_cv_as_ix86_sahf+set}" = set; then :
24623 $as_echo_n "(cached) " >&6
24625 gcc_cv_as_ix86_sahf
=no
24626 if test x
$gcc_cv_as != x
; then
24629 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
24630 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
24631 (eval $ac_try) 2>&5
24633 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24634 test $ac_status = 0; }; }
24636 gcc_cv_as_ix86_sahf
=yes
24638 echo "configure: failed program was" >&5
24641 rm -f conftest.o conftest.s
24644 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_ix86_sahf" >&5
24645 $as_echo "$gcc_cv_as_ix86_sahf" >&6; }
24646 if test $gcc_cv_as_ix86_sahf = yes; then
24648 $as_echo "#define HAVE_AS_IX86_SAHF 1" >>confdefs.h
24652 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for interunit movq mnemonic" >&5
24653 $as_echo_n "checking assembler for interunit movq mnemonic... " >&6; }
24654 if test "${gcc_cv_as_ix86_interunit_movq+set}" = set; then :
24655 $as_echo_n "(cached) " >&6
24657 gcc_cv_as_ix86_interunit_movq
=no
24658 if test x
$gcc_cv_as != x
; then
24661 movq %rax, %xmm0' > conftest.s
24662 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
24663 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
24664 (eval $ac_try) 2>&5
24666 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24667 test $ac_status = 0; }; }
24669 gcc_cv_as_ix86_interunit_movq
=yes
24671 echo "configure: failed program was" >&5
24674 rm -f conftest.o conftest.s
24677 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_ix86_interunit_movq" >&5
24678 $as_echo "$gcc_cv_as_ix86_interunit_movq" >&6; }
24679 if test $gcc_cv_as_ix86_interunit_movq = yes; then
24681 $as_echo "#define HAVE_AS_IX86_INTERUNIT_MOVQ 1" >>confdefs.h
24685 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for hle prefixes" >&5
24686 $as_echo_n "checking assembler for hle prefixes... " >&6; }
24687 if test "${gcc_cv_as_ix86_hle+set}" = set; then :
24688 $as_echo_n "(cached) " >&6
24690 gcc_cv_as_ix86_hle
=no
24691 if test x
$gcc_cv_as != x
; then
24692 $as_echo 'lock xacquire cmpxchg %esi, (%ecx)' > conftest.s
24693 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
24694 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
24695 (eval $ac_try) 2>&5
24697 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24698 test $ac_status = 0; }; }
24700 gcc_cv_as_ix86_hle
=yes
24702 echo "configure: failed program was" >&5
24705 rm -f conftest.o conftest.s
24708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_ix86_hle" >&5
24709 $as_echo "$gcc_cv_as_ix86_hle" >&6; }
24710 if test $gcc_cv_as_ix86_hle = yes; then
24712 $as_echo "#define HAVE_AS_IX86_HLE 1" >>confdefs.h
24716 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for swap suffix" >&5
24717 $as_echo_n "checking assembler for swap suffix... " >&6; }
24718 if test "${gcc_cv_as_ix86_swap+set}" = set; then :
24719 $as_echo_n "(cached) " >&6
24721 gcc_cv_as_ix86_swap
=no
24722 if test x
$gcc_cv_as != x
; then
24723 $as_echo 'movl.s %esp, %ebp' > conftest.s
24724 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
24725 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
24726 (eval $ac_try) 2>&5
24728 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24729 test $ac_status = 0; }; }
24731 gcc_cv_as_ix86_swap
=yes
24733 echo "configure: failed program was" >&5
24736 rm -f conftest.o conftest.s
24739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_ix86_swap" >&5
24740 $as_echo "$gcc_cv_as_ix86_swap" >&6; }
24741 if test $gcc_cv_as_ix86_swap = yes; then
24743 $as_echo "#define HAVE_AS_IX86_SWAP 1" >>confdefs.h
24747 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for different section symbol subtraction" >&5
24748 $as_echo_n "checking assembler for different section symbol subtraction... " >&6; }
24749 if test "${gcc_cv_as_ix86_diff_sect_delta+set}" = set; then :
24750 $as_echo_n "(cached) " >&6
24752 gcc_cv_as_ix86_diff_sect_delta
=no
24753 if test x
$gcc_cv_as != x
; then
24754 $as_echo '.section .rodata
24760 .L2: nop' > conftest.s
24761 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
24762 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
24763 (eval $ac_try) 2>&5
24765 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24766 test $ac_status = 0; }; }
24768 gcc_cv_as_ix86_diff_sect_delta
=yes
24770 echo "configure: failed program was" >&5
24773 rm -f conftest.o conftest.s
24776 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_ix86_diff_sect_delta" >&5
24777 $as_echo "$gcc_cv_as_ix86_diff_sect_delta" >&6; }
24778 if test $gcc_cv_as_ix86_diff_sect_delta = yes; then
24780 $as_echo "#define HAVE_AS_IX86_DIFF_SECT_DELTA 1" >>confdefs.h
24784 # These two are used unconditionally by i386.[ch]; it is to be defined
24785 # to 1 if the feature is present, 0 otherwise.
24786 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for GOTOFF in data" >&5
24787 $as_echo_n "checking assembler for GOTOFF in data... " >&6; }
24788 if test "${gcc_cv_as_ix86_gotoff_in_data+set}" = set; then :
24789 $as_echo_n "(cached) " >&6
24791 gcc_cv_as_ix86_gotoff_in_data
=no
24792 if test $in_tree_gas = yes; then
24793 if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 11 \) \* 1000 + 0`
24794 then gcc_cv_as_ix86_gotoff_in_data
=yes
24796 elif test x
$gcc_cv_as != x
; then
24801 .long .L0@GOTOFF' > conftest.s
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_gotoff_in_data
=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_gotoff_in_data" >&5
24818 $as_echo "$gcc_cv_as_ix86_gotoff_in_data" >&6; }
24821 cat >>confdefs.h
<<_ACEOF
24822 #define HAVE_AS_GOTOFF_IN_DATA `if test $gcc_cv_as_ix86_gotoff_in_data = yes; then echo 1; else echo 0; fi`
24826 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for rep and lock prefix" >&5
24827 $as_echo_n "checking assembler for rep and lock prefix... " >&6; }
24828 if test "${gcc_cv_as_ix86_rep_lock_prefix+set}" = set; then :
24829 $as_echo_n "(cached) " >&6
24831 gcc_cv_as_ix86_rep_lock_prefix
=no
24832 if test x
$gcc_cv_as != x
; then
24833 $as_echo 'rep movsl
24838 lock addl %edi, (%eax,%esi)
24839 lock orl $0, (%esp)' > conftest.s
24840 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
24841 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
24842 (eval $ac_try) 2>&5
24844 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24845 test $ac_status = 0; }; }
24847 gcc_cv_as_ix86_rep_lock_prefix
=yes
24849 echo "configure: failed program was" >&5
24852 rm -f conftest.o conftest.s
24855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_ix86_rep_lock_prefix" >&5
24856 $as_echo "$gcc_cv_as_ix86_rep_lock_prefix" >&6; }
24857 if test $gcc_cv_as_ix86_rep_lock_prefix = yes; then
24859 $as_echo "#define HAVE_AS_IX86_REP_LOCK_PREFIX 1" >>confdefs.h
24863 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for R_386_TLS_GD_PLT reloc" >&5
24864 $as_echo_n "checking assembler for R_386_TLS_GD_PLT reloc... " >&6; }
24865 if test "${gcc_cv_as_ix86_tlsgdplt+set}" = set; then :
24866 $as_echo_n "(cached) " >&6
24868 gcc_cv_as_ix86_tlsgdplt
=no
24869 if test x
$gcc_cv_as != x
; then
24870 $as_echo 'call tls_gd@tlsgdplt' > conftest.s
24871 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
24872 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
24873 (eval $ac_try) 2>&5
24875 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24876 test $ac_status = 0; }; }
24878 if test x
$gcc_cv_ld != x \
24879 && $gcc_cv_ld -o conftest conftest.o
-G > /dev
/null
2>&1; then
24880 gcc_cv_as_ix86_tlsgdplt
=yes
24884 echo "configure: failed program was" >&5
24887 rm -f conftest.o conftest.s
24890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_ix86_tlsgdplt" >&5
24891 $as_echo "$gcc_cv_as_ix86_tlsgdplt" >&6; }
24892 if test $gcc_cv_as_ix86_tlsgdplt = yes; then
24894 $as_echo "#define HAVE_AS_IX86_TLSGDPLT 1" >>confdefs.h
24898 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for R_386_TLS_LDM_PLT reloc" >&5
24899 $as_echo_n "checking assembler for R_386_TLS_LDM_PLT reloc... " >&6; }
24900 if test "${gcc_cv_as_ix86_tlsldmplt+set}" = set; then :
24901 $as_echo_n "(cached) " >&6
24903 gcc_cv_as_ix86_tlsldmplt
=no
24904 if test x
$gcc_cv_as != x
; then
24906 call tls_ld@tlsldmplt' > conftest.s
24907 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
24908 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
24909 (eval $ac_try) 2>&5
24911 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24912 test $ac_status = 0; }; }
24914 if test x
$gcc_cv_ld != x \
24915 && $gcc_cv_ld -o conftest conftest.o
-G > /dev
/null
2>&1; then
24916 gcc_cv_as_ix86_tlsldmplt
=yes
24920 echo "configure: failed program was" >&5
24923 rm -f conftest.o conftest.s
24926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_ix86_tlsldmplt" >&5
24927 $as_echo "$gcc_cv_as_ix86_tlsldmplt" >&6; }
24928 if test $gcc_cv_as_ix86_tlsldmplt = yes; then
24930 $as_echo "#define HAVE_AS_IX86_TLSLDMPLT 1" >>confdefs.h
24937 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for ltoffx and ldxmov relocs" >&5
24938 $as_echo_n "checking assembler for ltoffx and ldxmov relocs... " >&6; }
24939 if test "${gcc_cv_as_ia64_ltoffx_ldxmov_relocs+set}" = set; then :
24940 $as_echo_n "(cached) " >&6
24942 gcc_cv_as_ia64_ltoffx_ldxmov_relocs
=no
24943 if test $in_tree_gas = yes; then
24944 if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 14 \) \* 1000 + 0`
24945 then gcc_cv_as_ia64_ltoffx_ldxmov_relocs
=yes
24947 elif test x
$gcc_cv_as != x
; then
24949 addl r15 = @ltoffx(x#), gp
24951 ld8.mov r16 = [r15], x#' > conftest.s
24952 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
24953 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
24954 (eval $ac_try) 2>&5
24956 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24957 test $ac_status = 0; }; }
24959 gcc_cv_as_ia64_ltoffx_ldxmov_relocs
=yes
24961 echo "configure: failed program was" >&5
24964 rm -f conftest.o conftest.s
24967 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_ia64_ltoffx_ldxmov_relocs" >&5
24968 $as_echo "$gcc_cv_as_ia64_ltoffx_ldxmov_relocs" >&6; }
24969 if test $gcc_cv_as_ia64_ltoffx_ldxmov_relocs = yes; then
24971 $as_echo "#define HAVE_AS_LTOFFX_LDXMOV_RELOCS 1" >>confdefs.h
24979 *-*-aix*) conftest_s
=' .machine "pwr5"
24983 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for .machine directive support" >&5
24984 $as_echo_n "checking assembler for .machine directive support... " >&6; }
24985 if test "${gcc_cv_as_machine_directive+set}" = set; then :
24986 $as_echo_n "(cached) " >&6
24988 gcc_cv_as_machine_directive
=no
24989 if test x
$gcc_cv_as != x
; then
24990 $as_echo ' .machine ppc7400' > conftest.s
24991 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
24992 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
24993 (eval $ac_try) 2>&5
24995 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24996 test $ac_status = 0; }; }
24998 gcc_cv_as_machine_directive
=yes
25000 echo "configure: failed program was" >&5
25003 rm -f conftest.o conftest.s
25006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_machine_directive" >&5
25007 $as_echo "$gcc_cv_as_machine_directive" >&6; }
25009 if test x
$gcc_cv_as_machine_directive != xyes
; then
25010 echo "*** This target requires an assembler supporting \".machine\"" >&2
25011 echo you can get it from
: ftp://gcc.gnu.org
/pub
/gcc
/infrastructure
/cctools-528.5.dmg
>&2
25012 test x
$build = x
$target && exit 1
25016 *) conftest_s
=' .machine power4
25021 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for mfcr field support" >&5
25022 $as_echo_n "checking assembler for mfcr field support... " >&6; }
25023 if test "${gcc_cv_as_powerpc_mfcrf+set}" = set; then :
25024 $as_echo_n "(cached) " >&6
25026 gcc_cv_as_powerpc_mfcrf
=no
25027 if test $in_tree_gas = yes; then
25028 if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 14 \) \* 1000 + 0`
25029 then gcc_cv_as_powerpc_mfcrf
=yes
25031 elif test x
$gcc_cv_as != x
; then
25032 $as_echo "$conftest_s" > conftest.s
25033 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
25034 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
25035 (eval $ac_try) 2>&5
25037 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25038 test $ac_status = 0; }; }
25040 gcc_cv_as_powerpc_mfcrf
=yes
25042 echo "configure: failed program was" >&5
25045 rm -f conftest.o conftest.s
25048 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_powerpc_mfcrf" >&5
25049 $as_echo "$gcc_cv_as_powerpc_mfcrf" >&6; }
25050 if test $gcc_cv_as_powerpc_mfcrf = yes; then
25052 $as_echo "#define HAVE_AS_MFCRF 1" >>confdefs.h
25057 *-*-aix*) conftest_s
=' .machine "pwr5"
25060 *) conftest_s
=' .machine power5
25065 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for popcntb support" >&5
25066 $as_echo_n "checking assembler for popcntb support... " >&6; }
25067 if test "${gcc_cv_as_powerpc_popcntb+set}" = set; then :
25068 $as_echo_n "(cached) " >&6
25070 gcc_cv_as_powerpc_popcntb
=no
25071 if test $in_tree_gas = yes; then
25072 if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 17 \) \* 1000 + 0`
25073 then gcc_cv_as_powerpc_popcntb
=yes
25075 elif test x
$gcc_cv_as != x
; then
25076 $as_echo "$conftest_s" > conftest.s
25077 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
25078 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
25079 (eval $ac_try) 2>&5
25081 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25082 test $ac_status = 0; }; }
25084 gcc_cv_as_powerpc_popcntb
=yes
25086 echo "configure: failed program was" >&5
25089 rm -f conftest.o conftest.s
25092 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_powerpc_popcntb" >&5
25093 $as_echo "$gcc_cv_as_powerpc_popcntb" >&6; }
25094 if test $gcc_cv_as_powerpc_popcntb = yes; then
25096 $as_echo "#define HAVE_AS_POPCNTB 1" >>confdefs.h
25101 *-*-aix*) conftest_s
=' .machine "pwr5x"
25104 *) conftest_s
=' .machine power5
25109 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for fp round support" >&5
25110 $as_echo_n "checking assembler for fp round support... " >&6; }
25111 if test "${gcc_cv_as_powerpc_fprnd+set}" = set; then :
25112 $as_echo_n "(cached) " >&6
25114 gcc_cv_as_powerpc_fprnd
=no
25115 if test $in_tree_gas = yes; then
25116 if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 17 \) \* 1000 + 0`
25117 then gcc_cv_as_powerpc_fprnd
=yes
25119 elif test x
$gcc_cv_as != x
; then
25120 $as_echo "$conftest_s" > conftest.s
25121 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
25122 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
25123 (eval $ac_try) 2>&5
25125 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25126 test $ac_status = 0; }; }
25128 gcc_cv_as_powerpc_fprnd
=yes
25130 echo "configure: failed program was" >&5
25133 rm -f conftest.o conftest.s
25136 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_powerpc_fprnd" >&5
25137 $as_echo "$gcc_cv_as_powerpc_fprnd" >&6; }
25138 if test $gcc_cv_as_powerpc_fprnd = yes; then
25140 $as_echo "#define HAVE_AS_FPRND 1" >>confdefs.h
25145 *-*-aix*) conftest_s
=' .machine "pwr6"
25148 *) conftest_s
=' .machine power6
25153 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for move fp gpr support" >&5
25154 $as_echo_n "checking assembler for move fp gpr support... " >&6; }
25155 if test "${gcc_cv_as_powerpc_mfpgpr+set}" = set; then :
25156 $as_echo_n "(cached) " >&6
25158 gcc_cv_as_powerpc_mfpgpr
=no
25159 if test $in_tree_gas = yes; then
25160 if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 19 \) \* 1000 + 2`
25161 then gcc_cv_as_powerpc_mfpgpr
=yes
25163 elif test x
$gcc_cv_as != x
; then
25164 $as_echo "$conftest_s" > conftest.s
25165 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
25166 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
25167 (eval $ac_try) 2>&5
25169 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25170 test $ac_status = 0; }; }
25172 gcc_cv_as_powerpc_mfpgpr
=yes
25174 echo "configure: failed program was" >&5
25177 rm -f conftest.o conftest.s
25180 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_powerpc_mfpgpr" >&5
25181 $as_echo "$gcc_cv_as_powerpc_mfpgpr" >&6; }
25182 if test $gcc_cv_as_powerpc_mfpgpr = yes; then
25184 $as_echo "#define HAVE_AS_MFPGPR 1" >>confdefs.h
25189 *-*-aix*) conftest_s
=' .csect .text[PR]
25191 addis 11,30,_GLOBAL_OFFSET_TABLE_-LCF..0@ha';;
25195 addis r11,r30,_GLOBAL_OFFSET_TABLE_-LCF0@ha';;
25196 *) conftest_s
=' .text
25198 addis 11,30,_GLOBAL_OFFSET_TABLE_-.LCF0@ha';;
25201 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for rel16 relocs" >&5
25202 $as_echo_n "checking assembler for rel16 relocs... " >&6; }
25203 if test "${gcc_cv_as_powerpc_rel16+set}" = set; then :
25204 $as_echo_n "(cached) " >&6
25206 gcc_cv_as_powerpc_rel16
=no
25207 if test $in_tree_gas = yes; then
25208 if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 17 \) \* 1000 + 0`
25209 then gcc_cv_as_powerpc_rel16
=yes
25211 elif test x
$gcc_cv_as != x
; then
25212 $as_echo "$conftest_s" > conftest.s
25213 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -a32 -o conftest.o conftest.s >&5'
25214 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
25215 (eval $ac_try) 2>&5
25217 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25218 test $ac_status = 0; }; }
25220 gcc_cv_as_powerpc_rel16
=yes
25222 echo "configure: failed program was" >&5
25225 rm -f conftest.o conftest.s
25228 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_powerpc_rel16" >&5
25229 $as_echo "$gcc_cv_as_powerpc_rel16" >&6; }
25230 if test $gcc_cv_as_powerpc_rel16 = yes; then
25232 $as_echo "#define HAVE_AS_REL16 1" >>confdefs.h
25237 *-*-aix*) conftest_s
=' .machine "pwr6"
25240 *) conftest_s
=' .machine power6
25245 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for compare bytes support" >&5
25246 $as_echo_n "checking assembler for compare bytes support... " >&6; }
25247 if test "${gcc_cv_as_powerpc_cmpb+set}" = set; then :
25248 $as_echo_n "(cached) " >&6
25250 gcc_cv_as_powerpc_cmpb
=no
25251 if test $in_tree_gas = yes; then
25252 if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 19 \) \* 1000 + 2`
25253 then gcc_cv_as_powerpc_cmpb
=yes
25255 elif test x
$gcc_cv_as != x
; then
25256 $as_echo "$conftest_s" > conftest.s
25257 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -a32 -o conftest.o conftest.s >&5'
25258 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
25259 (eval $ac_try) 2>&5
25261 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25262 test $ac_status = 0; }; }
25264 gcc_cv_as_powerpc_cmpb
=yes
25266 echo "configure: failed program was" >&5
25269 rm -f conftest.o conftest.s
25272 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_powerpc_cmpb" >&5
25273 $as_echo "$gcc_cv_as_powerpc_cmpb" >&6; }
25274 if test $gcc_cv_as_powerpc_cmpb = yes; then
25276 $as_echo "#define HAVE_AS_CMPB 1" >>confdefs.h
25281 *-*-aix*) conftest_s
=' .machine "pwr6"
25284 *) conftest_s
=' .machine power6
25289 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for decimal float support" >&5
25290 $as_echo_n "checking assembler for decimal float support... " >&6; }
25291 if test "${gcc_cv_as_powerpc_dfp+set}" = set; then :
25292 $as_echo_n "(cached) " >&6
25294 gcc_cv_as_powerpc_dfp
=no
25295 if test $in_tree_gas = yes; then
25296 if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 19 \) \* 1000 + 2`
25297 then gcc_cv_as_powerpc_dfp
=yes
25299 elif test x
$gcc_cv_as != x
; then
25300 $as_echo "$conftest_s" > conftest.s
25301 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -a32 -o conftest.o conftest.s >&5'
25302 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
25303 (eval $ac_try) 2>&5
25305 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25306 test $ac_status = 0; }; }
25308 gcc_cv_as_powerpc_dfp
=yes
25310 echo "configure: failed program was" >&5
25313 rm -f conftest.o conftest.s
25316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_powerpc_dfp" >&5
25317 $as_echo "$gcc_cv_as_powerpc_dfp" >&6; }
25318 if test $gcc_cv_as_powerpc_dfp = yes; then
25320 $as_echo "#define HAVE_AS_DFP 1" >>confdefs.h
25325 *-*-aix*) conftest_s
=' .machine "pwr7"
25328 *) conftest_s
=' .machine power7
25333 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for vector-scalar support" >&5
25334 $as_echo_n "checking assembler for vector-scalar support... " >&6; }
25335 if test "${gcc_cv_as_powerpc_vsx+set}" = set; then :
25336 $as_echo_n "(cached) " >&6
25338 gcc_cv_as_powerpc_vsx
=no
25339 if test $in_tree_gas = yes; then
25340 if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 19 \) \* 1000 + 2`
25341 then gcc_cv_as_powerpc_vsx
=yes
25343 elif test x
$gcc_cv_as != x
; then
25344 $as_echo "$conftest_s" > conftest.s
25345 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -a32 -o conftest.o conftest.s >&5'
25346 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
25347 (eval $ac_try) 2>&5
25349 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25350 test $ac_status = 0; }; }
25352 gcc_cv_as_powerpc_vsx
=yes
25354 echo "configure: failed program was" >&5
25357 rm -f conftest.o conftest.s
25360 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_powerpc_vsx" >&5
25361 $as_echo "$gcc_cv_as_powerpc_vsx" >&6; }
25362 if test $gcc_cv_as_powerpc_vsx = yes; then
25364 $as_echo "#define HAVE_AS_VSX 1" >>confdefs.h
25369 *-*-aix*) conftest_s
=' .machine "pwr7"
25372 *) conftest_s
=' .machine power7
25377 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for popcntd support" >&5
25378 $as_echo_n "checking assembler for popcntd support... " >&6; }
25379 if test "${gcc_cv_as_powerpc_popcntd+set}" = set; then :
25380 $as_echo_n "(cached) " >&6
25382 gcc_cv_as_powerpc_popcntd
=no
25383 if test $in_tree_gas = yes; then
25384 if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 19 \) \* 1000 + 2`
25385 then gcc_cv_as_powerpc_popcntd
=yes
25387 elif test x
$gcc_cv_as != x
; then
25388 $as_echo "$conftest_s" > conftest.s
25389 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -a32 -o conftest.o conftest.s >&5'
25390 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
25391 (eval $ac_try) 2>&5
25393 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25394 test $ac_status = 0; }; }
25396 gcc_cv_as_powerpc_popcntd
=yes
25398 echo "configure: failed program was" >&5
25401 rm -f conftest.o conftest.s
25404 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_powerpc_popcntd" >&5
25405 $as_echo "$gcc_cv_as_powerpc_popcntd" >&6; }
25406 if test $gcc_cv_as_powerpc_popcntd = yes; then
25408 $as_echo "#define HAVE_AS_POPCNTD 1" >>confdefs.h
25413 *-*-aix*) conftest_s
=' .machine "pwr8"
25414 .csect .text[PR]';;
25415 *) conftest_s
=' .machine power8
25419 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for power8 support" >&5
25420 $as_echo_n "checking assembler for power8 support... " >&6; }
25421 if test "${gcc_cv_as_powerpc_power8+set}" = set; then :
25422 $as_echo_n "(cached) " >&6
25424 gcc_cv_as_powerpc_power8
=no
25425 if test $in_tree_gas = yes; then
25426 if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 19 \) \* 1000 + 2`
25427 then gcc_cv_as_powerpc_power8
=yes
25429 elif test x
$gcc_cv_as != x
; then
25430 $as_echo "$conftest_s" > conftest.s
25431 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -a32 -o conftest.o conftest.s >&5'
25432 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
25433 (eval $ac_try) 2>&5
25435 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25436 test $ac_status = 0; }; }
25438 gcc_cv_as_powerpc_power8
=yes
25440 echo "configure: failed program was" >&5
25443 rm -f conftest.o conftest.s
25446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_powerpc_power8" >&5
25447 $as_echo "$gcc_cv_as_powerpc_power8" >&6; }
25448 if test $gcc_cv_as_powerpc_power8 = yes; then
25450 $as_echo "#define HAVE_AS_POWER8 1" >>confdefs.h
25455 *-*-aix*) conftest_s
=' .csect .text[PR]
25457 *) conftest_s
=' .text
25461 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for lwsync support" >&5
25462 $as_echo_n "checking assembler for lwsync support... " >&6; }
25463 if test "${gcc_cv_as_powerpc_lwsync+set}" = set; then :
25464 $as_echo_n "(cached) " >&6
25466 gcc_cv_as_powerpc_lwsync
=no
25467 if test $in_tree_gas = yes; then
25468 if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 19 \) \* 1000 + 2`
25469 then gcc_cv_as_powerpc_lwsync
=yes
25471 elif test x
$gcc_cv_as != x
; then
25472 $as_echo "$conftest_s" > conftest.s
25473 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -a32 -o conftest.o conftest.s >&5'
25474 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
25475 (eval $ac_try) 2>&5
25477 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25478 test $ac_status = 0; }; }
25480 gcc_cv_as_powerpc_lwsync
=yes
25482 echo "configure: failed program was" >&5
25485 rm -f conftest.o conftest.s
25488 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_powerpc_lwsync" >&5
25489 $as_echo "$gcc_cv_as_powerpc_lwsync" >&6; }
25490 if test $gcc_cv_as_powerpc_lwsync = yes; then
25492 $as_echo "#define HAVE_AS_LWSYNC 1" >>confdefs.h
25497 *-*-aix*) conftest_s
=' .machine "476"
25500 *) conftest_s
=' .machine "476"
25505 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for data cache invalidate support" >&5
25506 $as_echo_n "checking assembler for data cache invalidate support... " >&6; }
25507 if test "${gcc_cv_as_powerpc_dci+set}" = set; then :
25508 $as_echo_n "(cached) " >&6
25510 gcc_cv_as_powerpc_dci
=no
25511 if test $in_tree_gas = yes; then
25512 if test $gcc_cv_gas_vers -ge `expr \( \( 9 \* 1000 \) + 99 \) \* 1000 + 0`
25513 then gcc_cv_as_powerpc_dci
=yes
25515 elif test x
$gcc_cv_as != x
; then
25516 $as_echo "$conftest_s" > conftest.s
25517 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -a32 -o conftest.o conftest.s >&5'
25518 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
25519 (eval $ac_try) 2>&5
25521 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25522 test $ac_status = 0; }; }
25524 gcc_cv_as_powerpc_dci
=yes
25526 echo "configure: failed program was" >&5
25529 rm -f conftest.o conftest.s
25532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_powerpc_dci" >&5
25533 $as_echo "$gcc_cv_as_powerpc_dci" >&6; }
25534 if test $gcc_cv_as_powerpc_dci = yes; then
25536 $as_echo "#define HAVE_AS_DCI 1" >>confdefs.h
25540 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for .gnu_attribute support" >&5
25541 $as_echo_n "checking assembler for .gnu_attribute support... " >&6; }
25542 if test "${gcc_cv_as_powerpc_gnu_attribute+set}" = set; then :
25543 $as_echo_n "(cached) " >&6
25545 gcc_cv_as_powerpc_gnu_attribute
=no
25546 if test $in_tree_gas = yes; then
25547 if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 18 \) \* 1000 + 0`
25548 then gcc_cv_as_powerpc_gnu_attribute
=yes
25550 elif test x
$gcc_cv_as != x
; then
25551 $as_echo '.gnu_attribute 4,1' > conftest.s
25552 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
25553 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
25554 (eval $ac_try) 2>&5
25556 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25557 test $ac_status = 0; }; }
25559 gcc_cv_as_powerpc_gnu_attribute
=yes
25561 echo "configure: failed program was" >&5
25564 rm -f conftest.o conftest.s
25567 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_powerpc_gnu_attribute" >&5
25568 $as_echo "$gcc_cv_as_powerpc_gnu_attribute" >&6; }
25569 if test $gcc_cv_as_powerpc_gnu_attribute = yes; then
25571 $as_echo "#define HAVE_AS_GNU_ATTRIBUTE 1" >>confdefs.h
25575 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for tls marker support" >&5
25576 $as_echo_n "checking assembler for tls marker support... " >&6; }
25577 if test "${gcc_cv_as_powerpc_tls_markers+set}" = set; then :
25578 $as_echo_n "(cached) " >&6
25580 gcc_cv_as_powerpc_tls_markers
=no
25581 if test $in_tree_gas = yes; then
25582 if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 20 \) \* 1000 + 0`
25583 then gcc_cv_as_powerpc_tls_markers
=yes
25585 elif test x
$gcc_cv_as != x
; then
25586 $as_echo ' bl __tls_get_addr(x@tlsgd)' > conftest.s
25587 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
25588 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
25589 (eval $ac_try) 2>&5
25591 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25592 test $ac_status = 0; }; }
25594 gcc_cv_as_powerpc_tls_markers
=yes
25596 echo "configure: failed program was" >&5
25599 rm -f conftest.o conftest.s
25602 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_powerpc_tls_markers" >&5
25603 $as_echo "$gcc_cv_as_powerpc_tls_markers" >&6; }
25604 if test $gcc_cv_as_powerpc_tls_markers = yes; then
25606 $as_echo "#define HAVE_AS_TLS_MARKERS 1" >>confdefs.h
25612 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for .ref support" >&5
25613 $as_echo_n "checking assembler for .ref support... " >&6; }
25614 if test "${gcc_cv_as_aix_ref+set}" = set; then :
25615 $as_echo_n "(cached) " >&6
25617 gcc_cv_as_aix_ref
=no
25618 if test $in_tree_gas = yes; then
25619 if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 21 \) \* 1000 + 0`
25620 then gcc_cv_as_aix_ref
=yes
25622 elif test x
$gcc_cv_as != x
; then
25623 $as_echo ' .csect stuff[rw]
25629 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
25630 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
25631 (eval $ac_try) 2>&5
25633 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25634 test $ac_status = 0; }; }
25636 gcc_cv_as_aix_ref
=yes
25638 echo "configure: failed program was" >&5
25641 rm -f conftest.o conftest.s
25644 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_aix_ref" >&5
25645 $as_echo "$gcc_cv_as_aix_ref" >&6; }
25646 if test $gcc_cv_as_aix_ref = yes; then
25648 $as_echo "#define HAVE_AS_REF 1" >>confdefs.h
25656 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for explicit relocation support" >&5
25657 $as_echo_n "checking assembler for explicit relocation support... " >&6; }
25658 if test "${gcc_cv_as_mips_explicit_relocs+set}" = set; then :
25659 $as_echo_n "(cached) " >&6
25661 gcc_cv_as_mips_explicit_relocs
=no
25662 if test $in_tree_gas = yes; then
25663 if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 14 \) \* 1000 + 0`
25664 then gcc_cv_as_mips_explicit_relocs
=yes
25666 elif test x
$gcc_cv_as != x
; then
25667 $as_echo ' lw $4,%gp_rel(foo)($4)' > conftest.s
25668 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
25669 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
25670 (eval $ac_try) 2>&5
25672 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25673 test $ac_status = 0; }; }
25675 gcc_cv_as_mips_explicit_relocs
=yes
25677 echo "configure: failed program was" >&5
25680 rm -f conftest.o conftest.s
25683 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_mips_explicit_relocs" >&5
25684 $as_echo "$gcc_cv_as_mips_explicit_relocs" >&6; }
25685 if test $gcc_cv_as_mips_explicit_relocs = yes; then
25686 if test x
$target_cpu_default = x
25687 then target_cpu_default
=MASK_EXPLICIT_RELOCS
25688 else target_cpu_default
="($target_cpu_default)|MASK_EXPLICIT_RELOCS"
25691 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for -mno-shared support" >&5
25692 $as_echo_n "checking assembler for -mno-shared support... " >&6; }
25693 if test "${gcc_cv_as_mips_no_shared+set}" = set; then :
25694 $as_echo_n "(cached) " >&6
25696 gcc_cv_as_mips_no_shared
=no
25697 if test $in_tree_gas = yes; then
25698 if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 16 \) \* 1000 + 0`
25699 then gcc_cv_as_mips_no_shared
=yes
25701 elif test x
$gcc_cv_as != x
; then
25702 $as_echo 'nop' > conftest.s
25703 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -mno-shared -o conftest.o conftest.s >&5'
25704 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
25705 (eval $ac_try) 2>&5
25707 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25708 test $ac_status = 0; }; }
25710 gcc_cv_as_mips_no_shared
=yes
25712 echo "configure: failed program was" >&5
25715 rm -f conftest.o conftest.s
25718 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_mips_no_shared" >&5
25719 $as_echo "$gcc_cv_as_mips_no_shared" >&6; }
25720 if test $gcc_cv_as_mips_no_shared = yes; then
25722 $as_echo "#define HAVE_AS_NO_SHARED 1" >>confdefs.h
25726 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for .gnu_attribute support" >&5
25727 $as_echo_n "checking assembler for .gnu_attribute support... " >&6; }
25728 if test "${gcc_cv_as_mips_gnu_attribute+set}" = set; then :
25729 $as_echo_n "(cached) " >&6
25731 gcc_cv_as_mips_gnu_attribute
=no
25732 if test $in_tree_gas = yes; then
25733 if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 18 \) \* 1000 + 0`
25734 then gcc_cv_as_mips_gnu_attribute
=yes
25736 elif test x
$gcc_cv_as != x
; then
25737 $as_echo '.gnu_attribute 4,1' > conftest.s
25738 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
25739 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
25740 (eval $ac_try) 2>&5
25742 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25743 test $ac_status = 0; }; }
25745 gcc_cv_as_mips_gnu_attribute
=yes
25747 echo "configure: failed program was" >&5
25750 rm -f conftest.o conftest.s
25753 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_mips_gnu_attribute" >&5
25754 $as_echo "$gcc_cv_as_mips_gnu_attribute" >&6; }
25755 if test $gcc_cv_as_mips_gnu_attribute = yes; then
25757 $as_echo "#define HAVE_AS_GNU_ATTRIBUTE 1" >>confdefs.h
25761 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for .micromips support" >&5
25762 $as_echo_n "checking assembler for .micromips support... " >&6; }
25763 if test "${gcc_cv_as_micromips_support+set}" = set; then :
25764 $as_echo_n "(cached) " >&6
25766 gcc_cv_as_micromips_support
=no
25767 if test x
$gcc_cv_as != x
; then
25768 $as_echo '.set micromips' > conftest.s
25769 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags --fatal-warnings -o conftest.o conftest.s >&5'
25770 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
25771 (eval $ac_try) 2>&5
25773 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25774 test $ac_status = 0; }; }
25776 gcc_cv_as_micromips_support
=yes
25778 echo "configure: failed program was" >&5
25781 rm -f conftest.o conftest.s
25784 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_micromips_support" >&5
25785 $as_echo "$gcc_cv_as_micromips_support" >&6; }
25786 if test $gcc_cv_as_micromips_support = yes; then
25788 $as_echo "#define HAVE_GAS_MICROMIPS 1" >>confdefs.h
25792 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for .dtprelword support" >&5
25793 $as_echo_n "checking assembler for .dtprelword support... " >&6; }
25794 if test "${gcc_cv_as_mips_dtprelword+set}" = set; then :
25795 $as_echo_n "(cached) " >&6
25797 gcc_cv_as_mips_dtprelword
=no
25798 if test $in_tree_gas = yes; then
25799 if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 18 \) \* 1000 + 0`
25800 then gcc_cv_as_mips_dtprelword
=yes
25802 elif test x
$gcc_cv_as != x
; then
25803 $as_echo '.section .tdata,"awT",@progbits
25807 .dtprelword x+0x8000' > conftest.s
25808 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
25809 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
25810 (eval $ac_try) 2>&5
25812 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25813 test $ac_status = 0; }; }
25815 gcc_cv_as_mips_dtprelword
=yes
25817 echo "configure: failed program was" >&5
25820 rm -f conftest.o conftest.s
25823 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_mips_dtprelword" >&5
25824 $as_echo "$gcc_cv_as_mips_dtprelword" >&6; }
25825 if test $gcc_cv_as_mips_dtprelword = yes; then
25827 $as_echo "#define HAVE_AS_DTPRELWORD 1" >>confdefs.h
25831 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for DSPR1 mult with four accumulators support" >&5
25832 $as_echo_n "checking assembler for DSPR1 mult with four accumulators support... " >&6; }
25833 if test "${gcc_cv_as_mips_dspr1_mult+set}" = set; then :
25834 $as_echo_n "(cached) " >&6
25836 gcc_cv_as_mips_dspr1_mult
=no
25837 if test x
$gcc_cv_as != x
; then
25838 $as_echo ' .set mips32r2
25846 multu $ac3,$4,$5' > conftest.s
25847 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
25848 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
25849 (eval $ac_try) 2>&5
25851 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25852 test $ac_status = 0; }; }
25854 gcc_cv_as_mips_dspr1_mult
=yes
25856 echo "configure: failed program was" >&5
25859 rm -f conftest.o conftest.s
25862 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_mips_dspr1_mult" >&5
25863 $as_echo "$gcc_cv_as_mips_dspr1_mult" >&6; }
25864 if test $gcc_cv_as_mips_dspr1_mult = yes; then
25866 $as_echo "#define HAVE_AS_DSPR1_MULT 1" >>confdefs.h
25870 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler and linker for explicit JALR relocation" >&5
25871 $as_echo_n "checking assembler and linker for explicit JALR relocation... " >&6; }
25872 gcc_cv_as_ld_jalr_reloc
=no
25873 if test $gcc_cv_as_mips_explicit_relocs = yes; then
25874 if test $in_tree_ld = yes ; then
25875 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 \
25876 && test $in_tree_ld_is_elf = yes; then
25877 gcc_cv_as_ld_jalr_reloc
=yes
25879 elif test x
$gcc_cv_as != x
-a x
$gcc_cv_ld != x
-a x
$gcc_cv_objdump != x
; then
25880 echo ' .ent x' > conftest.s
25881 echo 'x: ld $2,%got_disp(y)($3)' >> conftest.s
25882 echo ' ld $25,%call16(y)($28)' >> conftest.s
25883 echo ' .reloc 1f,R_MIPS_JALR,y' >> conftest.s
25884 echo '1: jalr $25' >> conftest.s
25885 echo ' .reloc 1f,R_MIPS_JALR,x' >> conftest.s
25886 echo '1: jalr $25' >> conftest.s
25887 echo ' .end x' >> conftest.s
25888 if $gcc_cv_as -o conftest.o conftest.s
>/dev
/null
2>&5 \
25889 && $gcc_cv_ld -shared -o conftest.so conftest.o
>/dev
/null
2>&5; then
25890 if $gcc_cv_objdump -d conftest.so |
grep jalr
>/dev
/null
2>&1 \
25891 && $gcc_cv_objdump -d conftest.so |
grep "bal.*<x>" >/dev
/null
2>&1; then
25892 gcc_cv_as_ld_jalr_reloc
=yes
25898 if test $gcc_cv_as_ld_jalr_reloc = yes; then
25899 if test x
$target_cpu_default = x
; then
25900 target_cpu_default
=MASK_RELAX_PIC_CALLS
25902 target_cpu_default
="($target_cpu_default)|MASK_RELAX_PIC_CALLS"
25905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_ld_jalr_reloc" >&5
25906 $as_echo "$gcc_cv_as_ld_jalr_reloc" >&6; }
25908 { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker for .eh_frame personality relaxation" >&5
25909 $as_echo_n "checking linker for .eh_frame personality relaxation... " >&6; }
25910 if test "${gcc_cv_ld_mips_personality_relaxation+set}" = set; then :
25911 $as_echo_n "(cached) " >&6
25913 gcc_cv_ld_mips_personality_relaxation
=no
25914 if test $in_tree_ld = yes ; then
25915 if test "$gcc_cv_gld_major_version" -eq 2 \
25916 -a "$gcc_cv_gld_minor_version" -ge 21 \
25917 -o "$gcc_cv_gld_major_version" -gt 2; then
25918 gcc_cv_ld_mips_personality_relaxation
=yes
25920 elif test x
$gcc_cv_as != x \
25921 -a x
$gcc_cv_ld != x \
25922 -a x
$gcc_cv_readelf != x
; then
25923 cat > conftest.s
<<EOF
25925 .cfi_personality 0x80,indirect_ptr
25932 .section .data,"aw",@progbits
25936 if $gcc_cv_as -KPIC -o conftest.o conftest.s
> /dev
/null
2>&1 \
25937 && $gcc_cv_ld -o conftest conftest.o
-shared > /dev
/null
2>&1; then
25938 if $gcc_cv_readelf -d conftest
2>&1 \
25939 |
grep TEXTREL
> /dev
/null
2>&1; then
25941 elif $gcc_cv_readelf --relocs conftest
2>&1 \
25942 |
grep 'R_MIPS_REL32 *$' > /dev
/null
2>&1; then
25945 gcc_cv_ld_mips_personality_relaxation
=yes
25949 rm -f conftest.s conftest.o conftest
25951 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_ld_mips_personality_relaxation" >&5
25952 $as_echo "$gcc_cv_ld_mips_personality_relaxation" >&6; }
25953 if test x
$gcc_cv_ld_mips_personality_relaxation = xyes
; then
25955 $as_echo "#define HAVE_LD_PERSONALITY_RELAXATION 1" >>confdefs.h
25961 # Mips and HP-UX need the GNU assembler.
25962 # Linux on IA64 might be able to use the Intel assembler.
25965 mips
*-*-* |
*-*-hpux* )
25966 if test x
$gas_flag = xyes \
25967 ||
test x
"$host" != x
"$build" \
25968 ||
test ! -x "$gcc_cv_as" \
25969 ||
"$gcc_cv_as" -v < /dev
/null
2>&1 |
grep GNU
> /dev
/null
; then
25972 echo "*** This configuration requires the GNU assembler" >&2
25978 # ??? Not all targets support dwarf2 debug_line, even within a version
25979 # of gas. Moreover, we need to emit a valid instruction to trigger any
25980 # info to the output file. So, as supported targets are added to gas 2.11,
25981 # add some instruction here to (also) show we expect this might work.
25982 # ??? Once 2.11 is released, probably need to add first known working
25983 # version to the per-target configury.
25984 case "$cpu_type" in
25985 alpha | arm | avr | bfin | cris | i386 | m32c | m68k | microblaze | mips \
25986 | pa | rs6000 | score | sparc | spu | tilegx | tilepro | xstormy16 | xtensa
)
25996 if test x
"$insn" != x
; then
25998 .file 1 \"conftest.s\"
26001 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for dwarf2 debug_line support" >&5
26002 $as_echo_n "checking assembler for dwarf2 debug_line support... " >&6; }
26003 if test "${gcc_cv_as_dwarf2_debug_line+set}" = set; then :
26004 $as_echo_n "(cached) " >&6
26006 gcc_cv_as_dwarf2_debug_line
=no
26007 if test $in_tree_gas = yes; then
26008 if test $in_tree_gas_is_elf = yes \
26009 && test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 11 \) \* 1000 + 0`
26010 then gcc_cv_as_dwarf2_debug_line
=yes
26012 elif test x
$gcc_cv_as != x
; then
26013 $as_echo "$conftest_s" > conftest.s
26014 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
26015 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
26016 (eval $ac_try) 2>&5
26018 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
26019 test $ac_status = 0; }; }
26021 if test x
$gcc_cv_objdump != x \
26022 && $gcc_cv_objdump -h conftest.o
2> /dev
/null \
26023 |
grep debug_line
> /dev
/null
2>&1; then
26024 gcc_cv_as_dwarf2_debug_line
=yes
26027 echo "configure: failed program was" >&5
26030 rm -f conftest.o conftest.s
26033 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_dwarf2_debug_line" >&5
26034 $as_echo "$gcc_cv_as_dwarf2_debug_line" >&6; }
26037 # The .debug_line file table must be in the exact order that
26038 # we specified the files, since these indices are also used
26039 # by DW_AT_decl_file. Approximate this test by testing if
26040 # the assembler bitches if the same index is assigned twice.
26041 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for buggy dwarf2 .file directive" >&5
26042 $as_echo_n "checking assembler for buggy dwarf2 .file directive... " >&6; }
26043 if test "${gcc_cv_as_dwarf2_file_buggy+set}" = set; then :
26044 $as_echo_n "(cached) " >&6
26046 gcc_cv_as_dwarf2_file_buggy
=no
26047 if test x
$gcc_cv_as != x
; then
26048 $as_echo ' .file 1 "foo.s"
26049 .file 1 "bar.s"' > conftest.s
26050 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
26051 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
26052 (eval $ac_try) 2>&5
26054 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
26055 test $ac_status = 0; }; }
26057 gcc_cv_as_dwarf2_file_buggy
=yes
26059 echo "configure: failed program was" >&5
26062 rm -f conftest.o conftest.s
26065 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_dwarf2_file_buggy" >&5
26066 $as_echo "$gcc_cv_as_dwarf2_file_buggy" >&6; }
26069 if test $gcc_cv_as_dwarf2_debug_line = yes \
26070 && test $gcc_cv_as_dwarf2_file_buggy = no
; then
26072 $as_echo "#define HAVE_AS_DWARF2_DEBUG_LINE 1" >>confdefs.h
26076 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for --gdwarf2 option" >&5
26077 $as_echo_n "checking assembler for --gdwarf2 option... " >&6; }
26078 if test "${gcc_cv_as_gdwarf2_flag+set}" = set; then :
26079 $as_echo_n "(cached) " >&6
26081 gcc_cv_as_gdwarf2_flag
=no
26082 if test $in_tree_gas = yes; then
26083 if test $in_tree_gas_is_elf = yes \
26084 && test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 11 \) \* 1000 + 0`
26085 then gcc_cv_as_gdwarf2_flag
=yes
26087 elif test x
$gcc_cv_as != x
; then
26088 $as_echo "$insn" > conftest.s
26089 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags --gdwarf2 -o conftest.o conftest.s >&5'
26090 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
26091 (eval $ac_try) 2>&5
26093 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
26094 test $ac_status = 0; }; }
26096 gcc_cv_as_gdwarf2_flag
=yes
26098 echo "configure: failed program was" >&5
26101 rm -f conftest.o conftest.s
26104 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_gdwarf2_flag" >&5
26105 $as_echo "$gcc_cv_as_gdwarf2_flag" >&6; }
26106 if test $gcc_cv_as_gdwarf2_flag = yes; then
26108 $as_echo "#define HAVE_AS_GDWARF2_DEBUG_FLAG 1" >>confdefs.h
26112 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for --gstabs option" >&5
26113 $as_echo_n "checking assembler for --gstabs option... " >&6; }
26114 if test "${gcc_cv_as_gstabs_flag+set}" = set; then :
26115 $as_echo_n "(cached) " >&6
26117 gcc_cv_as_gstabs_flag
=no
26118 if test $in_tree_gas = yes; then
26119 if test $in_tree_gas_is_elf = yes \
26120 && test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 11 \) \* 1000 + 0`
26121 then gcc_cv_as_gstabs_flag
=yes
26123 elif test x
$gcc_cv_as != x
; then
26124 $as_echo "$insn" > conftest.s
26125 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags --gstabs -o conftest.o conftest.s >&5'
26126 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
26127 (eval $ac_try) 2>&5
26129 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
26130 test $ac_status = 0; }; }
26132 # The native Solaris 9/Intel assembler doesn't understand --gstabs
26133 # and warns about it, but still exits successfully. So check for
26135 if { ac_try
='$gcc_cv_as --gstabs -o conftest.o conftest.s 2>&1 | grep -i warning > /dev/null'
26136 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
26137 (eval $ac_try) 2>&5
26139 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
26140 test $ac_status = 0; }; }
26142 else gcc_cv_as_gstabs_flag
=yes
26145 echo "configure: failed program was" >&5
26148 rm -f conftest.o conftest.s
26151 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_gstabs_flag" >&5
26152 $as_echo "$gcc_cv_as_gstabs_flag" >&6; }
26153 if test $gcc_cv_as_gstabs_flag = yes; then
26155 $as_echo "#define HAVE_AS_GSTABS_DEBUG_FLAG 1" >>confdefs.h
26159 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for --debug-prefix-map option" >&5
26160 $as_echo_n "checking assembler for --debug-prefix-map option... " >&6; }
26161 if test "${gcc_cv_as_debug_prefix_map_flag+set}" = set; then :
26162 $as_echo_n "(cached) " >&6
26164 gcc_cv_as_debug_prefix_map_flag
=no
26165 if test $in_tree_gas = yes; then
26166 if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 18 \) \* 1000 + 0`
26167 then gcc_cv_as_debug_prefix_map_flag
=yes
26169 elif test x
$gcc_cv_as != x
; then
26170 $as_echo "$insn" > conftest.s
26171 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags --debug-prefix-map /a=/b -o conftest.o conftest.s >&5'
26172 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
26173 (eval $ac_try) 2>&5
26175 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
26176 test $ac_status = 0; }; }
26178 gcc_cv_as_debug_prefix_map_flag
=yes
26180 echo "configure: failed program was" >&5
26183 rm -f conftest.o conftest.s
26186 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_debug_prefix_map_flag" >&5
26187 $as_echo "$gcc_cv_as_debug_prefix_map_flag" >&6; }
26188 if test $gcc_cv_as_debug_prefix_map_flag = yes; then
26190 $as_echo "#define HAVE_AS_DEBUG_PREFIX_MAP 1" >>confdefs.h
26195 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for .lcomm with alignment" >&5
26196 $as_echo_n "checking assembler for .lcomm with alignment... " >&6; }
26197 if test "${gcc_cv_as_lcomm_with_alignment+set}" = set; then :
26198 $as_echo_n "(cached) " >&6
26200 gcc_cv_as_lcomm_with_alignment
=no
26201 if test x
$gcc_cv_as != x
; then
26202 $as_echo '.lcomm bar,4,16' > conftest.s
26203 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
26204 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
26205 (eval $ac_try) 2>&5
26207 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
26208 test $ac_status = 0; }; }
26210 gcc_cv_as_lcomm_with_alignment
=yes
26212 echo "configure: failed program was" >&5
26215 rm -f conftest.o conftest.s
26218 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_lcomm_with_alignment" >&5
26219 $as_echo "$gcc_cv_as_lcomm_with_alignment" >&6; }
26220 if test $gcc_cv_as_lcomm_with_alignment = yes; then
26222 $as_echo "#define HAVE_GAS_LCOMM_WITH_ALIGNMENT 1" >>confdefs.h
26226 # Check whether --enable-gnu-unique-object was given.
26227 if test "${enable_gnu_unique_object+set}" = set; then :
26228 enableval
=$enable_gnu_unique_object; case $enable_gnu_unique_object in
26230 *) as_fn_error
"'$enable_gnu_unique_object' is an invalid value for --enable-gnu-unique-object.
26231 Valid choices are 'yes' and 'no'." "$LINENO" 5 ;;
26234 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for gnu_unique_object" >&5
26235 $as_echo_n "checking assembler for gnu_unique_object... " >&6; }
26236 if test "${gcc_cv_as_gnu_unique_object+set}" = set; then :
26237 $as_echo_n "(cached) " >&6
26239 gcc_cv_as_gnu_unique_object
=no
26240 if test $in_tree_gas = yes; then
26241 if test $in_tree_gas_is_elf = yes \
26242 && test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 19 \) \* 1000 + 52`
26243 then gcc_cv_as_gnu_unique_object
=yes
26245 elif test x
$gcc_cv_as != x
; then
26246 $as_echo '.type foo, '$target_type_format_char'gnu_unique_object' > conftest.s
26247 if { ac_try
='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
26248 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
26249 (eval $ac_try) 2>&5
26251 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
26252 test $ac_status = 0; }; }
26254 gcc_cv_as_gnu_unique_object
=yes
26256 echo "configure: failed program was" >&5
26259 rm -f conftest.o conftest.s
26262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_gnu_unique_object" >&5
26263 $as_echo "$gcc_cv_as_gnu_unique_object" >&6; }
26264 if test $gcc_cv_as_gnu_unique_object = yes; then
26265 # We need to unquote above to to use the definition from config.gcc.
26266 # Also check for ld.so support, i.e. glibc 2.11 or higher.
26267 if test x
$host = x
$build -a x
$host = x
$target &&
26268 ldd
--version 2>/dev
/null
&&
26269 glibcver
=`ldd --version 2>/dev/null | sed 's/.* //;q'`; then
26270 glibcmajor
=`expr "$glibcver" : "\([0-9]*\)"`
26271 glibcminor
=`expr "$glibcver" : "[2-9]*\.\([0-9]*\)"`
26272 glibcnum
=`expr $glibcmajor \* 1000 + $glibcminor`
26273 if test "$glibcnum" -ge 2011 ; then
26274 enable_gnu_unique_object
=yes
26280 if test x
$enable_gnu_unique_object = xyes
; then
26282 $as_echo "#define HAVE_GAS_GNU_UNIQUE_OBJECT 1" >>confdefs.h
26286 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for tolerance to line number 0" >&5
26287 $as_echo_n "checking assembler for tolerance to line number 0... " >&6; }
26288 if test "${gcc_cv_as_line_zero+set}" = set; then :
26289 $as_echo_n "(cached) " >&6
26291 gcc_cv_as_line_zero
=no
26292 if test $in_tree_gas = yes; then
26293 if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 16 \) \* 1000 + 91`
26294 then gcc_cv_as_line_zero
=yes
26296 elif test "x$gcc_cv_as" != x
; then
26297 { echo '# 1 "test.s" 1'; echo '# 0 "" 2'; } > conftest.s
26298 if { ac_try
='$gcc_cv_as -o conftest.o conftest.s >&5 2>conftest.out'
26299 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
26300 (eval $ac_try) 2>&5
26302 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
26303 test $ac_status = 0; }; } &&
26304 test "x`cat conftest.out`" = x
26306 gcc_cv_as_line_zero
=yes
26308 echo "configure: failed program was" >&5
26310 echo "configure: error output was" >&5
26311 cat conftest.out
>&5
26313 rm -f conftest.o conftest.s conftest.out
26316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_line_zero" >&5
26317 $as_echo "$gcc_cv_as_line_zero" >&6; }
26318 if test "x$gcc_cv_as_line_zero" = xyes
; then
26320 $as_echo "#define HAVE_AS_LINE_ZERO 1" >>confdefs.h
26324 { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker PT_GNU_EH_FRAME support" >&5
26325 $as_echo_n "checking linker PT_GNU_EH_FRAME support... " >&6; }
26326 gcc_cv_ld_eh_frame_hdr
=no
26327 if test $in_tree_ld = yes ; then
26328 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 \
26329 && test $in_tree_ld_is_elf = yes; then
26330 gcc_cv_ld_eh_frame_hdr
=yes
26332 elif test x
$gcc_cv_ld != x
; then
26333 if echo "$ld_ver" |
grep GNU
> /dev
/null
; then
26334 # Check if linker supports --eh-frame-hdr option
26335 if $gcc_cv_ld --help 2>/dev
/null |
grep eh-frame-hdr
> /dev
/null
; then
26336 gcc_cv_ld_eh_frame_hdr
=yes
26341 # Sun ld has various bugs in .eh_frame_hdr support before version 1.2251.
26342 if test "$ld_vers_major" -gt 1 ||
test "$ld_vers_minor" -ge 2251; then
26343 gcc_cv_ld_eh_frame_hdr
=yes
26350 if test x
"$gcc_cv_ld_eh_frame_hdr" = xyes
; then
26352 $as_echo "#define HAVE_LD_EH_FRAME_HDR 1" >>confdefs.h
26355 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_ld_eh_frame_hdr" >&5
26356 $as_echo "$gcc_cv_ld_eh_frame_hdr" >&6; }
26358 { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker CIEv3 in .eh_frame support" >&5
26359 $as_echo_n "checking linker CIEv3 in .eh_frame support... " >&6; }
26360 gcc_cv_ld_eh_frame_ciev3
=no
26361 if test $in_tree_ld = yes ; then
26362 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 \
26363 && test $in_tree_ld_is_elf = yes; then
26364 gcc_cv_ld_eh_frame_ciev3
=yes
26366 elif test x
$gcc_cv_ld != x
; then
26367 if echo "$ld_ver" |
grep GNU
> /dev
/null
; then
26368 gcc_cv_ld_eh_frame_ciev3
=yes
26369 if test 0"$ld_date" -lt 20040513; then
26370 if test -n "$ld_date"; then
26371 # If there was date string, but was earlier than 2004-05-13, fail
26372 gcc_cv_ld_eh_frame_ciev3
=no
26373 elif test "$ld_vers_major" -lt 2; then
26374 gcc_cv_ld_eh_frame_ciev3
=no
26375 elif test "$ld_vers_major" -eq 2 -a "$ld_vers_minor" -lt 16; then
26376 gcc_cv_ld_eh_frame_ciev3
=no
26382 # Sun ld added support for CIE v3 in .eh_frame in Solaris 11.1.
26383 if test "$ld_vers_major" -gt 1 ||
test "$ld_vers_minor" -ge 2324; then
26384 gcc_cv_ld_eh_frame_ciev3
=yes
26391 cat >>confdefs.h
<<_ACEOF
26392 #define HAVE_LD_EH_FRAME_CIEV3 `if test x"$gcc_cv_ld_eh_frame_ciev3" = xyes; then echo 1; else echo 0; fi`
26395 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_ld_eh_frame_ciev3" >&5
26396 $as_echo "$gcc_cv_ld_eh_frame_ciev3" >&6; }
26398 { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker position independent executable support" >&5
26399 $as_echo_n "checking linker position independent executable support... " >&6; }
26401 if test $in_tree_ld = yes ; then
26402 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 \
26403 && test $in_tree_ld_is_elf = yes; then
26406 elif test x
$gcc_cv_ld != x
; then
26407 # Check if linker supports -pie option
26408 if $gcc_cv_ld --help 2>/dev
/null |
grep -- -pie > /dev
/null
; then
26412 if test x
"$gcc_cv_ld_pie" = xyes
; then
26414 $as_echo "#define HAVE_LD_PIE 1" >>confdefs.h
26417 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_ld_pie" >&5
26418 $as_echo "$gcc_cv_ld_pie" >&6; }
26420 { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker EH-compatible garbage collection of sections" >&5
26421 $as_echo_n "checking linker EH-compatible garbage collection of sections... " >&6; }
26422 gcc_cv_ld_eh_gc_sections
=no
26423 if test $in_tree_ld = yes ; then
26424 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 \
26425 && test $in_tree_ld_is_elf = yes; then
26426 gcc_cv_ld_eh_gc_sections
=yes
26428 elif test x
$gcc_cv_as != x
-a x
$gcc_cv_ld != x
-a x
$gcc_cv_objdump != x
; then
26429 cat > conftest.s
<<EOF
26432 .type _start, @function
26435 .size _start, .-_start
26436 .section .text.foo,"ax",@progbits
26437 .type foo, @function
26441 .section .gcc_except_table.foo,"a",@progbits
26444 .section .eh_frame,"a",@progbits
26447 if $gcc_cv_as -o conftest.o conftest.s
> /dev
/null
2>&1; then
26448 if $gcc_cv_ld -o conftest conftest.o
--entry=_start
--gc-sections 2>&1 \
26449 |
grep "gc-sections option ignored" > /dev
/null
; then
26450 gcc_cv_ld_eh_gc_sections
=no
26451 elif $gcc_cv_objdump -h conftest
2> /dev
/null \
26452 |
grep gcc_except_table
> /dev
/null
; then
26453 gcc_cv_ld_eh_gc_sections
=yes
26454 # If no COMDAT groups, the compiler will emit .gnu.linkonce.t. sections.
26455 if test x
$gcc_cv_as_comdat_group != xyes
; then
26456 gcc_cv_ld_eh_gc_sections
=no
26457 cat > conftest.s
<<EOF
26460 .type _start, @function
26463 .size _start, .-_start
26464 .section .gnu.linkonce.t.foo,"ax",@progbits
26465 .type foo, @function
26469 .section .gcc_except_table.foo,"a",@progbits
26472 .section .eh_frame,"a",@progbits
26475 if $gcc_cv_as -o conftest.o conftest.s
> /dev
/null
2>&1; then
26476 if $gcc_cv_ld -o conftest conftest.o
--entry=_start
--gc-sections 2>&1 \
26477 |
grep "gc-sections option ignored" > /dev
/null
; then
26478 gcc_cv_ld_eh_gc_sections
=no
26479 elif $gcc_cv_objdump -h conftest
2> /dev
/null \
26480 |
grep gcc_except_table
> /dev
/null
; then
26481 gcc_cv_ld_eh_gc_sections
=yes
26487 rm -f conftest.s conftest.o conftest
26491 # ??? This apparently exposes a binutils bug with PC-relative relocations.
26492 gcc_cv_ld_eh_gc_sections
=no
26495 if test x
$gcc_cv_ld_eh_gc_sections = xyes
; then
26497 $as_echo "#define HAVE_LD_EH_GC_SECTIONS 1" >>confdefs.h
26500 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_ld_eh_gc_sections" >&5
26501 $as_echo "$gcc_cv_ld_eh_gc_sections" >&6; }
26503 { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker EH garbage collection of sections bug" >&5
26504 $as_echo_n "checking linker EH garbage collection of sections bug... " >&6; }
26505 gcc_cv_ld_eh_gc_sections_bug
=no
26506 if test $in_tree_ld = yes ; then
26507 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 \
26508 && test $in_tree_ld_is_elf = yes; then
26509 gcc_cv_ld_eh_gc_sections_bug
=yes
26511 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
26512 gcc_cv_ld_eh_gc_sections_bug
=yes
26513 cat > conftest.s
<<EOF
26516 .type _start, @function
26519 .size _start, .-_start
26520 .section .text.startup.foo,"ax",@progbits
26521 .type foo, @function
26525 .section .gcc_except_table.foo,"a",@progbits
26528 .section .eh_frame,"a",@progbits
26531 if $gcc_cv_as -o conftest.o conftest.s
> /dev
/null
2>&1; then
26532 if $gcc_cv_ld -o conftest conftest.o
--entry=_start
--gc-sections 2>&1 \
26533 |
grep "gc-sections option ignored" > /dev
/null
; then
26535 elif $gcc_cv_objdump -h conftest
2> /dev
/null \
26536 |
grep gcc_except_table
> /dev
/null
; then
26537 gcc_cv_ld_eh_gc_sections_bug
=no
26540 rm -f conftest.s conftest.o conftest
26542 if test x
$gcc_cv_ld_eh_gc_sections_bug = xyes
; then
26544 $as_echo "#define HAVE_LD_EH_GC_SECTIONS_BUG 1" >>confdefs.h
26547 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_ld_eh_gc_sections_bug" >&5
26548 $as_echo "$gcc_cv_ld_eh_gc_sections_bug" >&6; }
26554 { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker --as-needed support" >&5
26555 $as_echo_n "checking linker --as-needed support... " >&6; }
26556 if test "${gcc_cv_ld_as_needed+set}" = set; then :
26557 $as_echo_n "(cached) " >&6
26559 gcc_cv_ld_as_needed
=no
26560 gcc_cv_ld_as_needed_option
='--as-needed'
26561 gcc_cv_ld_no_as_needed_option
='--no-as-needed'
26562 if test $in_tree_ld = yes ; then
26563 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 \
26564 && test $in_tree_ld_is_elf = yes; then
26565 gcc_cv_ld_as_needed
=yes
26567 elif test x
$gcc_cv_ld != x
; then
26568 # Check if linker supports --as-needed and --no-as-needed options
26569 if $gcc_cv_ld --help 2>/dev
/null |
grep as-needed
> /dev
/null
; then
26570 gcc_cv_ld_as_needed
=yes
26573 # Solaris 2 ld always supports -z ignore/-z record.
26575 gcc_cv_ld_as_needed
=yes
26576 gcc_cv_ld_as_needed_option
="-z ignore"
26577 gcc_cv_ld_no_as_needed_option
="-z record"
26584 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_ld_as_needed" >&5
26585 $as_echo "$gcc_cv_ld_as_needed" >&6; }
26586 if test x
"$gcc_cv_ld_as_needed" = xyes
; then
26588 $as_echo "#define HAVE_LD_AS_NEEDED 1" >>confdefs.h
26591 cat >>confdefs.h
<<_ACEOF
26592 #define LD_AS_NEEDED_OPTION "$gcc_cv_ld_as_needed_option"
26596 cat >>confdefs.h
<<_ACEOF
26597 #define LD_NO_AS_NEEDED_OPTION "$gcc_cv_ld_no_as_needed_option"
26602 case "$target:$tm_file" in
26603 powerpc64-
*-freebsd* | powerpc64
*-*-linux* | powerpc
*-*-linux*rs6000
/biarch64.h
*)
26606 emul_name
="-melf64ppc"
26609 emul_name
="-melf64ppc_fbsd"
26612 { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker support for omitting dot symbols" >&5
26613 $as_echo_n "checking linker support for omitting dot symbols... " >&6; }
26614 if test "${gcc_cv_ld_no_dot_syms+set}" = set; then :
26615 $as_echo_n "(cached) " >&6
26617 gcc_cv_ld_no_dot_syms
=no
26618 if test x
"$ld_is_gold" = xyes
; then
26619 gcc_cv_ld_no_dot_syms
=yes
26620 elif test $in_tree_ld = yes ; then
26621 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
26622 gcc_cv_ld_no_dot_syms
=yes
26624 elif test x
$gcc_cv_as != x
-a x
$gcc_cv_ld != x
; then
26625 cat > conftest1.s
<<EOF
26629 cat > conftest2.s
<<EOF
26630 .section ".opd","aw"
26633 .type foo,@function
26635 .quad .LEfoo,.TOC.@tocbase,0
26641 if $gcc_cv_as -a64 -o conftest1.o conftest1.s
> /dev
/null
2>&1 \
26642 && $gcc_cv_as -a64 -o conftest2.o conftest2.s
> /dev
/null
2>&1 \
26643 && $gcc_cv_ld $emul_name -o conftest conftest1.o conftest2.o
> /dev
/null
2>&1; then
26644 gcc_cv_ld_no_dot_syms
=yes
26646 rm -f conftest conftest1.o conftest2.o conftest1.s conftest2.s
26650 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_ld_no_dot_syms" >&5
26651 $as_echo "$gcc_cv_ld_no_dot_syms" >&6; }
26652 if test x
"$gcc_cv_ld_no_dot_syms" = xyes
; then
26654 $as_echo "#define HAVE_LD_NO_DOT_SYMS 1" >>confdefs.h
26658 { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker large toc support" >&5
26659 $as_echo_n "checking linker large toc support... " >&6; }
26660 if test "${gcc_cv_ld_large_toc+set}" = set; then :
26661 $as_echo_n "(cached) " >&6
26663 gcc_cv_ld_large_toc
=no
26664 if test x
"$ld_is_gold" = xyes
; then
26665 gcc_cv_ld_large_toc
=yes
26666 elif test $in_tree_ld = yes ; then
26667 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
26668 gcc_cv_ld_large_toc
=yes
26670 elif test x
$gcc_cv_as != x
-a x
$gcc_cv_ld != x
; then
26671 cat > conftest.s
<<EOF
26672 .section ".tbss","awT",@nobits
26678 addis 9,13,ie0@got@tprel@ha
26679 ld 9,ie0@got@tprel@l(9)
26681 if $gcc_cv_as -a64 -o conftest.o conftest.s
> /dev
/null
2>&1 \
26682 && $gcc_cv_ld $emul_name --no-toc-sort -o conftest conftest.o
> /dev
/null
2>&1; then
26683 gcc_cv_ld_large_toc
=yes
26685 rm -f conftest conftest.o conftest.s
26689 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_ld_large_toc" >&5
26690 $as_echo "$gcc_cv_ld_large_toc" >&6; }
26691 if test x
"$gcc_cv_ld_large_toc" = xyes
; then
26693 $as_echo "#define HAVE_LD_LARGE_TOC 1" >>confdefs.h
26701 { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker large toc support" >&5
26702 $as_echo_n "checking linker large toc support... " >&6; }
26703 if test "${gcc_cv_ld_large_toc+set}" = set; then :
26704 $as_echo_n "(cached) " >&6
26706 gcc_cv_ld_large_toc
=no
26707 if test x
$gcc_cv_as != x
; then
26708 cat > conftest.s
<<EOF
26718 if $gcc_cv_as -a64 -o conftest.o conftest.s
> /dev
/null
2>&1; then
26719 gcc_cv_ld_large_toc
=yes
26721 rm -f conftest conftest.o conftest.s
26725 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_ld_large_toc" >&5
26726 $as_echo "$gcc_cv_ld_large_toc" >&6; }
26727 if test x
"$gcc_cv_ld_large_toc" = xyes
; then
26729 $as_echo "#define HAVE_LD_LARGE_TOC 1" >>confdefs.h
26735 { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker --build-id support" >&5
26736 $as_echo_n "checking linker --build-id support... " >&6; }
26737 if test "${gcc_cv_ld_buildid+set}" = set; then :
26738 $as_echo_n "(cached) " >&6
26740 gcc_cv_ld_buildid
=no
26741 if test $in_tree_ld = yes ; then
26742 if test "$gcc_cv_gld_major_version" -eq 2 -a \
26743 "$gcc_cv_gld_minor_version" -ge 18 -o \
26744 "$gcc_cv_gld_major_version" -gt 2 \
26745 && test $in_tree_ld_is_elf = yes; then
26746 gcc_cv_ld_buildid
=yes
26748 elif test x
$gcc_cv_ld != x
; then
26749 if $gcc_cv_ld --help 2>/dev
/null |
grep build-id
> /dev
/null
; then
26750 gcc_cv_ld_buildid
=yes
26754 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_ld_buildid" >&5
26755 $as_echo "$gcc_cv_ld_buildid" >&6; }
26756 if test x
"$gcc_cv_ld_buildid" = xyes
; then
26758 $as_echo "#define HAVE_LD_BUILDID 1" >>confdefs.h
26762 # Check whether --enable-linker-build-id was given.
26763 if test "${enable_linker_build_id+set}" = set; then :
26764 enableval
=$enable_linker_build_id;
26766 enable_linker_build_id
=no
26770 if test x
"$enable_linker_build_id" = xyes
; then
26771 if test x
"$gcc_cv_ld_buildid" = xyes
; then
26773 $as_echo "#define ENABLE_LD_BUILDID 1" >>confdefs.h
26776 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: --build-id is not supported by your linker; --enable-linker-build-id ignored" >&5
26777 $as_echo "$as_me: WARNING: --build-id is not supported by your linker; --enable-linker-build-id ignored" >&2;}
26781 # In binutils 2.21, GNU ld gained support for new emulations fully
26782 # supporting the Solaris 2 ABI. Detect their presence in the linker used.
26783 { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker *_sol2 emulation support" >&5
26784 $as_echo_n "checking linker *_sol2 emulation support... " >&6; }
26785 if test "${gcc_cv_ld_sol2_emulation+set}" = set; then :
26786 $as_echo_n "(cached) " >&6
26788 gcc_cv_ld_sol2_emulation
=no
26789 if test $in_tree_ld = yes ; then
26790 if test "$gcc_cv_gld_major_version" -eq 2 -a \
26791 "$gcc_cv_gld_minor_version" -ge 21 -o \
26792 "$gcc_cv_gld_major_version" -gt 2 \
26793 && test $in_tree_ld_is_elf = yes; then
26794 gcc_cv_ld_sol2_emulation
=yes
26796 elif test x
$gcc_cv_ld != x
; then
26797 if $gcc_cv_ld -V 2>/dev
/null |
sed -e '1,/Supported emulations/d;q' | \
26798 grep _sol2
> /dev
/null
; then
26799 gcc_cv_ld_sol2_emulation
=yes
26803 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_ld_sol2_emulation" >&5
26804 $as_echo "$gcc_cv_ld_sol2_emulation" >&6; }
26805 if test x
"$gcc_cv_ld_sol2_emulation" = xyes
; then
26807 $as_echo "#define HAVE_LD_SOL2_EMULATION 1" >>confdefs.h
26811 { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker --sysroot support" >&5
26812 $as_echo_n "checking linker --sysroot support... " >&6; }
26813 if test "${gcc_cv_ld_sysroot+set}" = set; then :
26814 $as_echo_n "(cached) " >&6
26816 gcc_cv_ld_sysroot
=no
26817 if test $in_tree_ld = yes ; then
26818 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
26819 gcc_cv_ld_sysroot
=yes
26821 elif test x
$gcc_cv_ld != x
; then
26822 if $gcc_cv_ld --help 2>/dev
/null |
grep sysroot
> /dev
/null
; then
26823 gcc_cv_ld_sysroot
=yes
26827 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_ld_sysroot" >&5
26828 $as_echo "$gcc_cv_ld_sysroot" >&6; }
26829 if test x
"$gcc_cv_ld_sysroot" = xyes
; then
26831 $as_echo "#define HAVE_LD_SYSROOT 1" >>confdefs.h
26835 if test x
$with_sysroot = x
&& test x
$host = x
$target \
26836 && test "$prefix" != "/usr" && test "x$prefix" != "x$local_prefix" \
26837 && test "$prefix" != "NONE"; then
26839 cat >>confdefs.h
<<_ACEOF
26840 #define PREFIX_INCLUDE_DIR "$prefix/include"
26845 if test x
$host != x
$target ||
test "x$TARGET_SYSTEM_ROOT" != x
; then
26846 if test "x$with_headers" != x
; then
26847 target_header_dir
=$with_headers
26848 elif test "x$with_sysroot" = x
; then
26849 target_header_dir
="${test_exec_prefix}/${target_noncanonical}/sys-include"
26850 elif test "x$with_build_sysroot" != "x"; then
26851 target_header_dir
="${with_build_sysroot}${native_system_header_dir}"
26852 elif test "x$with_sysroot" = xyes
; then
26853 target_header_dir
="${test_exec_prefix}/${target_noncanonical}/sys-root${native_system_header_dir}"
26855 target_header_dir
="${with_sysroot}${native_system_header_dir}"
26858 target_header_dir
=${native_system_header_dir}
26861 # Test for stack protector support in target C library.
26862 { $as_echo "$as_me:${as_lineno-$LINENO}: checking __stack_chk_fail in target C library" >&5
26863 $as_echo_n "checking __stack_chk_fail in target C library... " >&6; }
26864 if test "${gcc_cv_libc_provides_ssp+set}" = set; then :
26865 $as_echo_n "(cached) " >&6
26867 gcc_cv_libc_provides_ssp
=no
26869 *-*-linux* |
*-*-kfreebsd*-gnu |
*-*-knetbsd*-gnu)
26870 # glibc 2.4 and later provides __stack_chk_fail and
26871 # either __stack_chk_guard, or TLS access to stack guard canary.
26872 if test -f $target_header_dir/features.h \
26873 && $EGREP '^[ ]*#[ ]*define[ ]+__GNU_LIBRARY__[ ]+([1-9][0-9]|[6-9])' \
26874 $target_header_dir/features.h
> /dev
/null
; then
26875 if $EGREP '^[ ]*#[ ]*define[ ]+__GLIBC__[ ]+([1-9][0-9]|[3-9])' \
26876 $target_header_dir/features.h
> /dev
/null
; then
26877 gcc_cv_libc_provides_ssp
=yes
26878 elif $EGREP '^[ ]*#[ ]*define[ ]+__GLIBC__[ ]+2' \
26879 $target_header_dir/features.h
> /dev
/null \
26880 && $EGREP '^[ ]*#[ ]*define[ ]+__GLIBC_MINOR__[ ]+([1-9][0-9]|[4-9])' \
26881 $target_header_dir/features.h
> /dev
/null
; then
26882 gcc_cv_libc_provides_ssp
=yes
26883 elif $EGREP '^[ ]*#[ ]*define[ ]+__UCLIBC__[ ]+1' \
26884 $target_header_dir/features.h
> /dev
/null
&& \
26885 test -f $target_header_dir/bits
/uClibc_config.h
&& \
26886 $EGREP '^[ ]*#[ ]*define[ ]+__UCLIBC_HAS_SSP__[ ]+1' \
26887 $target_header_dir/bits
/uClibc_config.h
> /dev
/null
; then
26888 gcc_cv_libc_provides_ssp
=yes
26890 # all versions of Bionic support stack protector
26891 elif test -f $target_header_dir/sys
/cdefs.h \
26892 && $EGREP '^[ ]*#[ ]*define[ ]+__BIONIC__[ ]+1' \
26893 $target_header_dir/sys
/cdefs.h
> /dev
/null
; then
26894 gcc_cv_libc_provides_ssp
=yes
26898 # Avoid complicated tests (see
26899 # <http://gcc.gnu.org/ml/gcc/2008-10/msg00130.html>) and for now
26900 # simply assert that glibc does provide this, which is true for all
26901 # realistically usable GNU/Hurd configurations.
26902 gcc_cv_libc_provides_ssp
=yes;;
26903 *-*-darwin* |
*-*-freebsd*)
26904 ac_fn_c_check_func
"$LINENO" "__stack_chk_fail" "ac_cv_func___stack_chk_fail"
26905 if test "x$ac_cv_func___stack_chk_fail" = x
""yes; then :
26906 gcc_cv_libc_provides_ssp
=yes
26908 echo "no __stack_chk_fail on this target"
26912 *) gcc_cv_libc_provides_ssp
=no
;;
26915 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_libc_provides_ssp" >&5
26916 $as_echo "$gcc_cv_libc_provides_ssp" >&6; }
26918 if test x
$gcc_cv_libc_provides_ssp = xyes
; then
26920 $as_echo "#define TARGET_LIBC_PROVIDES_SSP 1" >>confdefs.h
26924 # Test for <sys/sdt.h> on the target.
26926 { $as_echo "$as_me:${as_lineno-$LINENO}: checking sys/sdt.h in the target C library" >&5
26927 $as_echo_n "checking sys/sdt.h in the target C library... " >&6; }
26929 if test -f $target_header_dir/sys
/sdt.h
; then
26932 $as_echo "#define HAVE_SYS_SDT_H 1" >>confdefs.h
26935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_sys_sdt_h" >&5
26936 $as_echo "$have_sys_sdt_h" >&6; }
26938 # Check if TFmode long double should be used by default or not.
26939 # Some glibc targets used DFmode long double, but with glibc 2.4
26940 # and later they can use TFmode.
26942 powerpc
*-*-linux* | \
26943 sparc
*-*-linux* | \
26947 # Check whether --with-long-double-128 was given.
26948 if test "${with_long_double_128+set}" = set; then :
26949 withval
=$with_long_double_128; gcc_cv_target_ldbl128
="$with_long_double_128"
26951 gcc_cv_target_ldbl128
=no
26952 grep '^[ ]*#[ ]*define[ ][ ]*__LONG_DOUBLE_MATH_OPTIONAL' \
26953 $target_header_dir/bits
/wordsize.h
> /dev
/null
2>&1 \
26954 && gcc_cv_target_ldbl128
=yes
26960 if test x
$gcc_cv_target_ldbl128 = xyes
; then
26962 $as_echo "#define TARGET_DEFAULT_LONG_DOUBLE_128 1" >>confdefs.h
26966 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dl_iterate_phdr in target C library" >&5
26967 $as_echo_n "checking dl_iterate_phdr in target C library... " >&6; }
26968 gcc_cv_target_dl_iterate_phdr
=unknown
26970 # Restrict to Solaris 11+. While most of the Solaris 11 linker changes
26971 # were backported to Solaris 10 Update 10, dl_iterate_phdr only lives in
26972 # libdl there, both complicating its use and breaking compatibility
26973 # between Solaris 10 updates.
26974 *-*-solaris2.1
[1-9]*)
26975 # <link.h> needs both a dl_iterate_phdr declaration and support for
26976 # compilation with largefile support.
26977 if grep dl_iterate_phdr
$target_header_dir/link.h
> /dev
/null
2>&1 \
26978 && grep 'large file capable' $target_header_dir/link.h
> /dev
/null
2>&1; then
26979 gcc_cv_target_dl_iterate_phdr
=yes
26981 gcc_cv_target_dl_iterate_phdr
=no
26986 if test x
$gcc_cv_target_dl_iterate_phdr = xyes
; then
26988 $as_echo "#define TARGET_DL_ITERATE_PHDR 1" >>confdefs.h
26991 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_target_dl_iterate_phdr" >&5
26992 $as_echo "$gcc_cv_target_dl_iterate_phdr" >&6; }
26994 # We no longer support different GC mechanisms. Emit an error if
26995 # the user configures with --with-gc.
26997 # Check whether --with-gc was given.
26998 if test "${with_gc+set}" = set; then :
26999 withval
=$with_gc; as_fn_error
"Configure option --with-gc is only supported up to GCC 4.7.x" "$LINENO" 5
27003 # Libraries to use on the host. This will normally be set by the top
27004 # level Makefile. Here we simply capture the value for our Makefile.
27005 if test -z "${HOST_LIBS+set}"; then
27010 # Use the system's zlib library.
27012 zlibinc
="-I\$(srcdir)/../zlib"
27014 # Check whether --with-system-zlib was given.
27015 if test "${with_system_zlib+set}" = set; then :
27016 withval
=$with_system_zlib; zlibdir
=
27025 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
27026 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
27027 # Check whether --enable-maintainer-mode was given.
27028 if test "${enable_maintainer_mode+set}" = set; then :
27029 enableval
=$enable_maintainer_mode; maintainer_mode
=$enableval
27035 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $maintainer_mode" >&5
27036 $as_echo "$maintainer_mode" >&6; }
27038 if test "$maintainer_mode" = "yes"; then
27048 # Make empty files to contain the specs and options for each language.
27049 # Then add #include lines to for a compiler that has specs and/or options.
27055 # These (without "all_") are set in each config-lang.in.
27056 # `language' must be a single word so is spelled singularly.
27059 all_outputs
='Makefile'
27060 # List of language makefile fragments.
27061 all_lang_makefrags
=
27062 # Additional files for gengtype
27063 all_gtfiles
="$target_gtfiles"
27065 # These are the languages that are set in --enable-languages,
27066 # and are available in the GCC tree.
27067 all_selected_languages
=
27069 # Add the language fragments.
27070 # Languages are added via two mechanisms. Some information must be
27071 # recorded in makefile variables, these are defined in config-lang.in.
27072 # We accumulate them and plug them into the main Makefile.
27073 # The other mechanism is a set of hooks for each of the main targets
27074 # like `clean', `install', etc.
27076 language_hooks
="Make-hooks"
27078 for lang
in ${srcdir}/*/config-lang.
in
27080 test "$lang" = "${srcdir}/*/config-lang.in" && continue
27082 lang_alias
=`sed -n -e 's,^language=['"'"'"'"]\(.*\)["'"'"'"'].*$,\1,p' -e 's,^language=\([^ ]*\).*$,\1,p' $lang`
27083 if test "x$lang_alias" = x
27085 echo "$lang doesn't set \$language." 1>&2
27088 subdir
="`echo $lang | sed -e 's,^.*/\([^/]*\)/config-lang.in$,\1,'`"
27089 subdirs
="$subdirs $subdir"
27091 # $gcc_subdir is where the gcc integration files are to be found
27092 # for a language, both for internal compiler purposes (compiler
27093 # sources implementing front-end to GCC tree converters), and for
27094 # build infrastructure purposes (Make-lang.in, etc.)
27096 # This will be <subdir> (relative to $srcdir) if a line like
27097 # gcc_subdir="<subdir>" or gcc_subdir=<subdir>
27098 # is found in <langdir>/config-lang.in, and will remain <langdir>
27101 # Except for the language alias (fetched above), the regular
27102 # "config-lang.in" contents are always retrieved from $gcc_subdir,
27103 # so a <langdir>/config-lang.in setting gcc_subdir typically sets
27104 # only this and the language alias.
27106 gcc_subdir
=`sed -n -e 's,^gcc_subdir=['"'"'"'"]\(.*\)["'"'"'"'].*$,\1,p' -e 's,^gcc_subdir=\([^ ]*\).*$,\1,p' $lang`
27107 if [ "$gcc_subdir" = "" ]; then
27108 gcc_subdir
="$subdir"
27111 case ",$enable_languages," in
27113 all_selected_languages
="$all_selected_languages $lang_alias"
27114 if test -f $srcdir/$gcc_subdir/lang-specs.h
; then
27115 lang_specs_files
="$lang_specs_files $srcdir/$gcc_subdir/lang-specs.h"
27126 .
${srcdir}/$gcc_subdir/config-lang.
in
27127 if test "x$language" = x
27129 echo "${srcdir}/$gcc_subdir/config-lang.in doesn't set \$language." 1>&2
27134 case ",$enable_languages," in
27135 *,$lang_alias,*) ;;
27137 for i
in $subdir_requires; do
27138 test -f "${srcdir}/$i/config-lang.in" && continue
27146 all_lang_makefrags
="$all_lang_makefrags \$(srcdir)/$gcc_subdir/Make-lang.in"
27147 if test -f $srcdir/$gcc_subdir/lang.opt
; then
27148 lang_opt_files
="$lang_opt_files $srcdir/$gcc_subdir/lang.opt"
27149 all_opt_files
="$all_opt_files $srcdir/$gcc_subdir/lang.opt"
27151 if test -f $srcdir/$gcc_subdir/$subdir-tree.def
; then
27152 lang_tree_files
="$lang_tree_files $srcdir/$gcc_subdir/$subdir-tree.def"
27154 all_languages
="$all_languages $language"
27155 all_compilers
="$all_compilers $compilers"
27156 all_outputs
="$all_outputs $outputs"
27157 all_gtfiles
="$all_gtfiles [$subdir] $gtfiles"
27158 case ",$enable_languages," in
27161 $as_echo "#define ENABLE_LTO 1" >>confdefs.h
27171 for language
in $all_selected_languages
27173 check_languages
="$check_languages check-$language"
27176 # We link each language in with a set of hooks, reached indirectly via
27177 # lang.${target}. Only do so for selected languages.
27181 target_list
="all.cross start.encap rest.encap tags \
27182 install-common install-man install-info install-pdf install-html dvi \
27183 pdf html uninstall info man srcextra srcman srcinfo \
27184 mostlyclean clean distclean maintainer-clean install-plugin"
27186 for t
in $target_list
27189 for lang
in $all_selected_languages
27193 echo "lang.$t: $x" >> Make-hooks
27197 # Option include files
27200 ${AWK} -f $srcdir/opt-include.
awk $all_opt_files > option-includes.mk
27201 option_includes
="option-includes.mk"
27210 echo "dir ." > .gdbinit
27211 echo "dir ${srcdir}" >> .gdbinit
27212 if test x
$gdb_needs_out_file_path = xyes
27214 echo "dir ${srcdir}/config/"`dirname ${out_file}` >> .gdbinit
27216 if test "x$subdirs" != x
; then
27219 echo "dir ${srcdir}/$s" >> .gdbinit
27222 echo "source ${srcdir}/gdbinit.in" >> .gdbinit
27224 gcc_tooldir
='$(libsubdir)/$(libsubdir_to_prefix)$(target_noncanonical)'
27228 # Find a directory in which to install a shared libgcc.
27230 # Check whether --enable-version-specific-runtime-libs was given.
27231 if test "${enable_version_specific_runtime_libs+set}" = set; then :
27232 enableval
=$enable_version_specific_runtime_libs;
27236 # Substitute configuration variables
27300 if test x
${build} = x
${host} ; then
27301 if test x
${host} = x
${target} ; then
27302 echo "Links are now set up to build a native compiler for ${target}." 1>&2
27304 echo "Links are now set up to build a cross-compiler" 1>&2
27305 echo " from ${host} to ${target}." 1>&2
27308 if test x
${host} = x
${target} ; then
27309 echo "Links are now set up to build (on ${build}) a native compiler" 1>&2
27310 echo " for ${target}." 1>&2
27312 echo "Links are now set up to build (on ${build}) a cross-compiler" 1>&2
27313 echo " from ${host} to ${target}." 1>&2
27325 if test "x${CLOOGLIBS}" != "x" ; then
27327 $as_echo "#define HAVE_cloog 1" >>confdefs.h
27331 # Check for plugin support
27332 # Check whether --enable-plugin was given.
27333 if test "${enable_plugin+set}" = set; then :
27334 enableval
=$enable_plugin; enable_plugin
=$enableval
27336 enable_plugin
=yes; default_plugin
=yes
27344 if test x
$build = x
$host; then
27345 export_sym_check
="nm${exeext} -g"
27346 elif test x
$host = x
$target; then
27347 export_sym_check
="$gcc_cv_nm -g"
27353 if test x
$build = x
$host; then
27354 export_sym_check
="objdump${exeext} -T"
27355 elif test x
$host = x
$target; then
27356 export_sym_check
="$gcc_cv_objdump -T"
27363 if test x
"$enable_plugin" = x
"yes"; then
27365 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for exported symbols" >&5
27366 $as_echo_n "checking for exported symbols... " >&6; }
27367 if test "x$export_sym_check" != x
; then
27368 echo "int main() {return 0;} int foobar() {return 0;}" > conftest.c
27369 ${CC} ${CFLAGS} ${LDFLAGS} conftest.c
-o conftest
> /dev
/null
2>&1
27370 if $export_sym_check conftest |
grep foobar
> /dev
/null
; then
27371 : # No need to use a flag
27372 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
27373 $as_echo "yes" >&6; }
27375 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
27376 $as_echo "yes" >&6; }
27377 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -rdynamic" >&5
27378 $as_echo_n "checking for -rdynamic... " >&6; }
27379 ${CC} ${CFLAGS} ${LDFLAGS} -rdynamic conftest.c
-o conftest
> /dev
/null
2>&1
27380 if $export_sym_check conftest |
grep foobar
> /dev
/null
; then
27381 plugin_rdynamic
=yes
27382 pluginlibs
="-rdynamic"
27387 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $plugin_rdynamic" >&5
27388 $as_echo "$plugin_rdynamic" >&6; }
27391 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unable to check" >&5
27392 $as_echo "unable to check" >&6; }
27397 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlopen" >&5
27398 $as_echo_n "checking for library containing dlopen... " >&6; }
27399 if test "${ac_cv_search_dlopen+set}" = set; then :
27400 $as_echo_n "(cached) " >&6
27402 ac_func_search_save_LIBS
=$LIBS
27403 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
27404 /* end confdefs.h. */
27406 /* Override any GCC internal prototype to avoid an error.
27407 Use char because int might match the return type of a GCC
27408 builtin and then its argument prototype would still apply. */
27421 for ac_lib
in '' dl
; do
27422 if test -z "$ac_lib"; then
27423 ac_res
="none required"
27426 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
27428 if ac_fn_c_try_link
"$LINENO"; then :
27429 ac_cv_search_dlopen
=$ac_res
27431 rm -f core conftest.err conftest.
$ac_objext \
27433 if test "${ac_cv_search_dlopen+set}" = set; then :
27437 if test "${ac_cv_search_dlopen+set}" = set; then :
27440 ac_cv_search_dlopen
=no
27442 rm conftest.
$ac_ext
27443 LIBS
=$ac_func_search_save_LIBS
27445 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlopen" >&5
27446 $as_echo "$ac_cv_search_dlopen" >&6; }
27447 ac_res
=$ac_cv_search_dlopen
27448 if test "$ac_res" != no
; then :
27449 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
27453 if test x
"$ac_cv_search_dlopen" = x
"-ldl"; then
27454 pluginlibs
="$pluginlibs -ldl"
27458 # Check that we can build shared objects with -fPIC -shared
27459 saved_LDFLAGS
="$LDFLAGS"
27460 saved_CFLAGS
="$CFLAGS"
27463 CFLAGS
=`echo $CFLAGS | sed s/-mdynamic-no-pic//g`
27464 CFLAGS
="$CFLAGS -fPIC"
27465 LDFLAGS
="$LDFLAGS -shared -undefined dynamic_lookup"
27468 CFLAGS
="$CFLAGS -fPIC"
27469 LDFLAGS
="$LDFLAGS -fPIC -shared"
27472 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -fPIC -shared" >&5
27473 $as_echo_n "checking for -fPIC -shared... " >&6; }
27474 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
27475 /* end confdefs.h. */
27485 if ac_fn_c_try_link
"$LINENO"; then :
27486 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
27487 $as_echo "yes" >&6; }; have_pic_shared
=yes
27489 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
27490 $as_echo "no" >&6; }; have_pic_shared
=no
27492 rm -f core conftest.err conftest.
$ac_objext \
27493 conftest
$ac_exeext conftest.
$ac_ext
27494 if test x
"$have_pic_shared" != x
"yes" -o x
"$ac_cv_search_dlopen" = x
"no"; then
27498 LDFLAGS
="$saved_LDFLAGS"
27499 CFLAGS
="$saved_CFLAGS"
27501 # If plugin support had been requested but not available, fail.
27502 if test x
"$enable_plugin" = x
"no" ; then
27503 if test x
"$default_plugin" != x
"yes"; then
27505 Building GCC with plugin support requires a host that supports
27506 -fPIC, -shared, -ldl and -rdynamic." "$LINENO" 5
27513 if test x
"$enable_plugin" = x
"yes"; then
27515 $as_echo "#define ENABLE_PLUGIN 1" >>confdefs.h
27520 # Check whether --enable-libquadmath-support was given.
27521 if test "${enable_libquadmath_support+set}" = set; then :
27522 enableval
=$enable_libquadmath_support; ENABLE_LIBQUADMATH_SUPPORT
=$enableval
27524 ENABLE_LIBQUADMATH_SUPPORT
=yes
27527 if test "${ENABLE_LIBQUADMATH_SUPPORT}" != "no" ; then
27529 $as_echo "#define ENABLE_LIBQUADMATH_SUPPORT 1" >>confdefs.h
27534 # Specify what hash style to use by default.
27536 # Check whether --with-linker-hash-style was given.
27537 if test "${with_linker_hash_style+set}" = set; then :
27538 withval
=$with_linker_hash_style; case x
"$withval" in
27540 LINKER_HASH_STYLE
=sysv
27543 LINKER_HASH_STYLE
=gnu
27546 LINKER_HASH_STYLE
=both
27549 as_fn_error
"$withval is an invalid option to --with-linker-hash-style" "$LINENO" 5
27553 LINKER_HASH_STYLE
=''
27556 if test x
"${LINKER_HASH_STYLE}" != x
; then
27558 cat >>confdefs.h
<<_ACEOF
27559 #define LINKER_HASH_STYLE "$LINKER_HASH_STYLE"
27564 # Configure the subdirectories
27565 # AC_CONFIG_SUBDIRS($subdirs)
27567 # Create the Makefile
27568 # and configure language subdirectories
27569 ac_config_files
="$ac_config_files $all_outputs"
27572 ac_config_commands
="$ac_config_commands default"
27574 cat >confcache
<<\_ACEOF
27575 # This file is a shell script that caches the results of configure
27576 # tests run on this system so they can be shared between configure
27577 # scripts and configure runs, see configure's option --config-cache.
27578 # It is not useful on other systems. If it contains results you don't
27579 # want to keep, you may remove or edit it.
27581 # config.status only pays attention to the cache file if you give it
27582 # the --recheck option to rerun configure.
27584 # `ac_cv_env_foo' variables (set or unset) will be overridden when
27585 # loading this file, other *unset* `ac_cv_foo' will be assigned the
27586 # following values.
27590 # The following way of writing the cache mishandles newlines in values,
27591 # but we know of no workaround that is simple, portable, and efficient.
27592 # So, we kill variables containing newlines.
27593 # Ultrix sh set writes to stderr and can't be redirected directly,
27594 # and sets the high bit in the cache file unless we assign to the vars.
27596 for ac_var
in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
27597 eval ac_val
=\$
$ac_var
27601 *_cv_
*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
27602 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
27605 _ | IFS | as_nl
) ;; #(
27606 BASH_ARGV | BASH_SOURCE
) eval $ac_var= ;; #(
27607 *) { eval $ac_var=; unset $ac_var;} ;;
27613 case $as_nl`(ac_space=' '; set) 2>&1` in #(
27614 *${as_nl}ac_space
=\
*)
27615 # `set' does not quote correctly, so add quotes: double-quote
27616 # substitution turns \\\\ into \\, and sed turns \\ into \.
27619 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
27622 # `set' quotes correctly as required by POSIX, so do not add quotes.
27623 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
27632 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
27634 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
27636 if diff "$cache_file" confcache
>/dev
/null
2>&1; then :; else
27637 if test -w "$cache_file"; then
27638 test "x$cache_file" != "x/dev/null" &&
27639 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
27640 $as_echo "$as_me: updating cache $cache_file" >&6;}
27641 cat confcache
>$cache_file
27643 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
27644 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
27649 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
27650 # Let make expand exec_prefix.
27651 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
27653 DEFS
=-DHAVE_CONFIG_H
27657 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
27658 # 1. Remove the extension, and $U if already installed.
27659 ac_script
='s/\$U\././;s/\.o$//;s/\.obj$//'
27660 ac_i
=`$as_echo "$ac_i" | sed "$ac_script"`
27661 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
27662 # will be set to the directory where LIBOBJS objects are built.
27663 as_fn_append ac_libobjs
" \${LIBOBJDIR}$ac_i\$U.$ac_objext"
27664 as_fn_append ac_ltlibobjs
" \${LIBOBJDIR}$ac_i"'$U.lo'
27666 LIBOBJS
=$ac_libobjs
27668 LTLIBOBJS
=$ac_ltlibobjs
27673 : ${CONFIG_STATUS=./config.status}
27675 ac_clean_files_save
=$ac_clean_files
27676 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
27677 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
27678 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
27680 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
27682 # Generated by $as_me.
27683 # Run this file to recreate the current configuration.
27684 # Compiler output produced by configure, useful for debugging
27685 # configure, is in config.log if it exists.
27688 ac_cs_recheck=false
27691 SHELL=\${CONFIG_SHELL-$SHELL}
27694 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail
=1
27695 ## -------------------- ##
27696 ## M4sh Initialization. ##
27697 ## -------------------- ##
27699 # Be more Bourne compatible
27700 DUALCASE
=1; export DUALCASE
# for MKS sh
27701 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then :
27704 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
27705 # is contrary to our usage. Disable this feature.
27706 alias -g '${1+"$@"}'='"$@"'
27707 setopt NO_GLOB_SUBST
27709 case `(set -o) 2>/dev/null` in #(
27721 # Printing a long string crashes Solaris 7 /usr/bin/printf.
27722 as_echo
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
27723 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
27724 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
27725 # Prefer a ksh shell builtin over an external printf program on Solaris,
27726 # but without wasting forks for bash or zsh.
27727 if test -z "$BASH_VERSION$ZSH_VERSION" \
27728 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
27729 as_echo='print
-r --'
27730 as_echo_n='print
-rn --'
27731 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
27732 as_echo='printf %s
\n'
27733 as_echo_n='printf %s
'
27735 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
27736 as_echo_body='eval /usr
/ucb
/echo -n "$1$as_nl"'
27737 as_echo_n='/usr
/ucb
/echo -n'
27739 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
27740 as_echo_n_body='eval
27744 expr "X$arg" : "X\\(.*\\)$as_nl";
27745 arg
=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
27747 expr "X$arg" : "X\\(.*\\)" |
tr -d "$as_nl"
27749 export as_echo_n_body
27750 as_echo_n='sh
-c $as_echo_n_body as_echo
'
27752 export as_echo_body
27753 as_echo='sh
-c $as_echo_body as_echo
'
27756 # The user is always right.
27757 if test "${PATH_SEPARATOR+set}" != set; then
27759 (PATH='/bin
;/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
27760 (PATH='/bin
:/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
27767 # We need space, tab and new line, in precisely that order. Quoting is
27768 # there to prevent editors from complaining about space-tab.
27769 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
27770 # splitting by setting IFS to empty value.)
27773 # Find who we are. Look in the path if we contain no directory separator.
27775 *[\\/]* ) as_myself=$0 ;;
27776 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
27777 for as_dir in $PATH
27780 test -z "$as_dir" && as_dir=.
27781 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
27787 # We did not find ourselves, most probably we were run as `sh COMMAND'
27788 # in which case we are not to be found in the path.
27789 if test "x$as_myself" = x
; then
27792 if test ! -f "$as_myself"; then
27793 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
27797 # Unset variables that we do not need and which cause bugs (e.g. in
27798 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
27799 # suppresses any "Segmentation fault" message there. '((' could
27800 # trigger a bug in pdksh 5.2.14.
27801 for as_var
in BASH_ENV ENV MAIL MAILPATH
27802 do eval test x\
${$as_var+set} = xset \
27803 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
27816 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
27819 # as_fn_error ERROR [LINENO LOG_FD]
27820 # ---------------------------------
27821 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
27822 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
27823 # script with status $?, using 1 if that was 0.
27826 as_status
=$?
; test $as_status -eq 0 && as_status
=1
27828 as_lineno
=${as_lineno-"$2"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
27829 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
27831 $as_echo "$as_me: error: $1" >&2
27832 as_fn_exit
$as_status
27836 # as_fn_set_status STATUS
27837 # -----------------------
27838 # Set $? to STATUS, without forking.
27839 as_fn_set_status
()
27842 } # as_fn_set_status
27844 # as_fn_exit STATUS
27845 # -----------------
27846 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
27850 as_fn_set_status
$1
27856 # Portably unset VAR.
27859 { eval $1=; unset $1;}
27861 as_unset
=as_fn_unset
27862 # as_fn_append VAR VALUE
27863 # ----------------------
27864 # Append the text in VALUE to the end of the definition contained in VAR. Take
27865 # advantage of any shell optimizations that allow amortized linear growth over
27866 # repeated appends, instead of the typical quadratic growth present in naive
27868 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
27869 eval 'as_fn_append ()
27880 # as_fn_arith ARG...
27881 # ------------------
27882 # Perform arithmetic evaluation on the ARGs, and store the result in the
27883 # global $as_val. Take advantage of shells that can avoid forks. The arguments
27884 # must be portable across $(()) and expr.
27885 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
27886 eval 'as_fn_arith ()
27893 as_val
=`expr "$@" || test $? -eq 1`
27898 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
27899 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
27905 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
27906 as_basename
=basename
27911 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
27917 as_me
=`$as_basename -- "$0" ||
27918 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
27919 X"$0" : 'X\(//\)$' \| \
27920 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
27922 sed '/^.*\/\([^/][^/]*\)\/*$/{
27936 # Avoid depending upon Character Ranges.
27937 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
27938 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
27939 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
27940 as_cr_digits
='0123456789'
27941 as_cr_alnum
=$as_cr_Letters$as_cr_digits
27943 ECHO_C
= ECHO_N
= ECHO_T
=
27944 case `echo -n x` in #(((((
27946 case `echo 'xy\c'` in
27947 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
27949 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
27956 rm -f conf$$ conf$$.exe conf$$.
file
27957 if test -d conf$$.dir
; then
27958 rm -f conf$$.dir
/conf$$.
file
27961 mkdir conf$$.dir
2>/dev
/null
27963 if (echo >conf$$.
file) 2>/dev
/null
; then
27964 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
27966 # ... but there are two gotchas:
27967 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
27968 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
27969 # In both cases, we have to default to `cp -p'.
27970 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
27972 elif ln conf$$.
file conf$$
2>/dev
/null
; then
27980 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
27981 rmdir conf$$.dir
2>/dev
/null
27986 # Create "$as_dir" as a directory, including parents if necessary.
27991 -*) as_dir
=.
/$as_dir;;
27993 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
27997 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
27998 *) as_qdir
=$as_dir;;
28000 as_dirs
="'$as_qdir' $as_dirs"
28001 as_dir
=`$as_dirname -- "$as_dir" ||
28002 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
28003 X"$as_dir" : 'X\(//\)[^/]' \| \
28004 X"$as_dir" : 'X\(//\)$' \| \
28005 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
28006 $as_echo X"$as_dir" |
28007 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
28011 /^X\(\/\/\)[^/].*/{
28024 test -d "$as_dir" && break
28026 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
28027 } ||
test -d "$as_dir" || as_fn_error
"cannot create directory $as_dir"
28031 if mkdir
-p .
2>/dev
/null
; then
28032 as_mkdir_p
='mkdir -p "$as_dir"'
28034 test -d .
/-p && rmdir .
/-p
28038 if test -x / >/dev
/null
2>&1; then
28039 as_test_x
='test -x'
28041 if ls -dL / >/dev
/null
2>&1; then
28048 if test -d "$1"; then
28054 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
28055 ???[sx]*):;;*)false;;esac;fi
28059 as_executable_p
=$as_test_x
28061 # Sed expression to map a string onto a valid CPP name.
28062 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
28064 # Sed expression to map a string onto a valid variable name.
28065 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
28069 ## ----------------------------------- ##
28070 ## Main body of $CONFIG_STATUS script. ##
28071 ## ----------------------------------- ##
28073 test $as_write_fail = 0 && chmod +x
$CONFIG_STATUS || ac_write_fail
=1
28075 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
28076 # Save the log message, to keep $0 and so on meaningful, and to
28077 # report actual input values of CONFIG_FILES etc. instead of their
28078 # values after options handling.
28080 This file was extended by $as_me, which was
28081 generated by GNU Autoconf 2.64. Invocation command line was
28083 CONFIG_FILES = $CONFIG_FILES
28084 CONFIG_HEADERS = $CONFIG_HEADERS
28085 CONFIG_LINKS = $CONFIG_LINKS
28086 CONFIG_COMMANDS = $CONFIG_COMMANDS
28089 on `(hostname || uname -n) 2>/dev/null | sed 1q`
28094 case $ac_config_files in *"
28095 "*) set x
$ac_config_files; shift; ac_config_files
=$
*;;
28098 case $ac_config_headers in *"
28099 "*) set x
$ac_config_headers; shift; ac_config_headers
=$
*;;
28103 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28104 # Files that config.status was made for.
28105 config_files="$ac_config_files"
28106 config_headers="$ac_config_headers"
28107 config_commands="$ac_config_commands"
28111 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
28113 \`$as_me' instantiates files and other configuration actions
28114 from templates according to the current configuration. Unless the files
28115 and actions are specified as TAGs, all are instantiated by default.
28117 Usage: $0 [OPTION]... [TAG]...
28119 -h, --help print this help, then exit
28120 -V, --version print version number and configuration settings, then exit
28121 -q, --quiet, --silent
28122 do not print progress messages
28123 -d, --debug don't remove temporary files
28124 --recheck update $as_me by reconfiguring in the same conditions
28125 --file=FILE[:TEMPLATE]
28126 instantiate the configuration file FILE
28127 --header=FILE[:TEMPLATE]
28128 instantiate the configuration header FILE
28130 Configuration files:
28133 Configuration headers:
28136 Configuration commands:
28139 Report bugs to the package provider."
28142 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28145 configured by $0, generated by GNU Autoconf 2.64,
28146 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
28148 Copyright (C) 2009 Free Software Foundation, Inc.
28149 This config.status script is free software; the Free Software Foundation
28150 gives unlimited permission to copy, distribute and modify it."
28155 test -n "\$AWK" || AWK=awk
28158 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
28159 # The default lists apply if the user does not specify any file.
28165 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
28166 ac_optarg
=`expr "X$1" : 'X[^=]*=\(.*\)'`
28177 # Handling of the options.
28178 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
28180 --version |
--versio |
--versi |
--vers |
--ver |
--ve |
--v |
-V )
28181 $as_echo "$ac_cs_version"; exit ;;
28182 --debug |
--debu |
--deb |
--de |
--d |
-d )
28184 --file |
--fil |
--fi |
--f )
28187 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
28189 as_fn_append CONFIG_FILES
" '$ac_optarg'"
28190 ac_need_defaults
=false
;;
28191 --header |
--heade |
--head |
--hea )
28194 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
28196 as_fn_append CONFIG_HEADERS
" '$ac_optarg'"
28197 ac_need_defaults
=false
;;
28199 # Conflict between --help and --header
28200 as_fn_error
"ambiguous option: \`$1'
28201 Try \`$0 --help' for more information.";;
28202 --help |
--hel |
-h )
28203 $as_echo "$ac_cs_usage"; exit ;;
28204 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
28205 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
28208 # This is an error.
28209 -*) as_fn_error
"unrecognized option: \`$1'
28210 Try \`$0 --help' for more information." ;;
28212 *) as_fn_append ac_config_targets
" $1"
28213 ac_need_defaults
=false
;;
28219 ac_configure_extra_args
=
28221 if $ac_cs_silent; then
28223 ac_configure_extra_args
="$ac_configure_extra_args --silent"
28227 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28228 if \$ac_cs_recheck; then
28229 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
28231 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
28232 CONFIG_SHELL='$SHELL'
28233 export CONFIG_SHELL
28238 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
28242 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
28243 ## Running $as_me. ##
28249 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28257 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
28259 # Handling of arguments.
28260 for ac_config_target
in $ac_config_targets
28262 case $ac_config_target in
28263 "auto-host.h") CONFIG_HEADERS
="$CONFIG_HEADERS auto-host.h:config.in" ;;
28264 "as") CONFIG_FILES
="$CONFIG_FILES as:exec-tool.in" ;;
28265 "collect-ld") CONFIG_FILES
="$CONFIG_FILES collect-ld:exec-tool.in" ;;
28266 "nm") CONFIG_FILES
="$CONFIG_FILES nm:exec-tool.in" ;;
28267 "$all_outputs") CONFIG_FILES
="$CONFIG_FILES $all_outputs" ;;
28268 "default") CONFIG_COMMANDS
="$CONFIG_COMMANDS default" ;;
28270 *) as_fn_error
"invalid argument: \`$ac_config_target'" "$LINENO" 5;;
28275 # If the user did not use the arguments to specify the items to instantiate,
28276 # then the envvar interface is used. Set only those that are not.
28277 # We use the long form for the default assignment because of an extremely
28278 # bizarre bug on SunOS 4.1.3.
28279 if $ac_need_defaults; then
28280 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
28281 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
28282 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
28285 # Have a temporary directory for convenience. Make it in the build tree
28286 # simply because there is no reason against having it here, and in addition,
28287 # creating and moving files from /tmp can sometimes cause problems.
28288 # Hook for its removal unless debugging.
28289 # Note that there is a small window in which the directory will not be cleaned:
28290 # after its creation but before its name has been assigned to `$tmp'.
28294 trap 'exit_status=$?
28295 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
28297 trap 'as_fn_exit 1' 1 2 13 15
28299 # Create a (secure) tmp directory for tmp files.
28302 tmp
=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
28303 test -n "$tmp" && test -d "$tmp"
28306 tmp
=.
/conf$$
-$RANDOM
28307 (umask 077 && mkdir
"$tmp")
28308 } || as_fn_error
"cannot create a temporary directory in ." "$LINENO" 5
28310 # Set up the scripts for CONFIG_FILES section.
28311 # No need to generate them if there are no CONFIG_FILES.
28312 # This happens for instance with `./config.status config.h'.
28313 if test -n "$CONFIG_FILES"; then
28315 if $AWK 'BEGIN { getline <"/dev/null" }' </dev
/null
2>/dev
/null
; then
28316 ac_cs_awk_getline
=:
28317 ac_cs_awk_pipe_init
=
28318 ac_cs_awk_read_file
='
28319 while ((getline aline < (F[key])) > 0)
28322 ac_cs_awk_pipe_fini
=
28324 ac_cs_awk_getline
=false
28325 ac_cs_awk_pipe_init
="print \"cat <<'|#_!!_#|' &&\""
28326 ac_cs_awk_read_file
='
28328 print "cat " F[key] " &&"
28329 '$ac_cs_awk_pipe_init
28330 # The final `:' finishes the AND list.
28331 ac_cs_awk_pipe_fini
='END { print "|#_!!_#|"; print ":" }'
28333 ac_cr
=`echo X | tr X '\015'`
28334 # On cygwin, bash can eat \r inside `` if the user requested igncr.
28335 # But we know of no other shell where ac_cr would be empty at this
28336 # point, so we can use a bashism as a fallback.
28337 if test "x$ac_cr" = x
; then
28338 eval ac_cr
=\$
\'\\r
\'
28340 ac_cs_awk_cr
=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
28341 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
28344 ac_cs_awk_cr
=$ac_cr
28347 echo 'BEGIN {' >"$tmp/subs1.awk" &&
28350 # Create commands to substitute file output variables.
28352 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
28353 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
28354 echo "$ac_subst_files" |
sed 's/.*/F["&"]="$&"/' &&
28357 } >conf$
$files.sh
&&
28358 . .
/conf$
$files.sh ||
28359 as_fn_error
"could not make $CONFIG_STATUS" "$LINENO" 5
28360 rm -f conf$
$files.sh
28363 echo "cat >conf$$subs.awk <<_ACEOF" &&
28364 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
28366 } >conf$$subs.sh ||
28367 as_fn_error "could not
make $CONFIG_STATUS" "$LINENO" 5
28368 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
28370 for ac_last_try in false false false false false :; do
28371 . ./conf$$subs.sh ||
28372 as_fn_error "could not
make $CONFIG_STATUS" "$LINENO" 5
28374 ac_delim_n=`sed -n "s
/.
*$ac_delim\$
/X
/p
" conf$$subs.awk | grep -c X`
28375 if test $ac_delim_n = $ac_delim_num; then
28377 elif $ac_last_try; then
28378 as_fn_error "could not
make $CONFIG_STATUS" "$LINENO" 5
28380 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
28383 rm -f conf$$subs.sh
28385 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28386 cat >>"\
$tmp/subs1.
awk" <<\\_ACAWK &&
28390 s/^/S["/; s
/!.
*/"]=/
28400 s/\(.\{148\}\).*/\1/
28402 s/["\\]/\\&/g
; s
/^
/"/; s/$/\\n"\\/
28407 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
28414 s/\(.\{148\}\).*/\1/
28416 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/
28420 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
28425 ' <conf$$subs.awk | sed '
28430 ' >>$CONFIG_STATUS || ac_write_fail=1
28431 rm -f conf$$subs.awk
28432 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28434 cat >>"\
$tmp/subs1.
awk" <<_ACAWK &&
28435 for (key in S) S_is_set[key] = 1
28437 \$ac_cs_awk_pipe_init
28441 nfields = split(line, field, "@
")
28443 len = length(field[1])
28444 for (i = 2; i < nfields; i++) {
28446 keylen = length(key)
28447 if (S_is_set[key]) {
28449 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
28450 len += length(value) + length(field[++i])
28455 if (nfields == 3 && !substed) {
28457 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
28458 \$ac_cs_awk_read_file
28464 \$ac_cs_awk_pipe_fini
28467 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28468 if sed "s
/$ac_cr//" < /dev/null > /dev/null 2>&1; then
28469 sed "s
/$ac_cr\$
//; s
/$ac_cr/$ac_cs_awk_cr/g
"
28472 fi < "$tmp/subs1.
awk" > "$tmp/subs.
awk" \
28473 || as_fn_error "could not setup config files machinery
" "$LINENO" 5
28476 # VPATH may cause trouble with some makes, so we remove $(srcdir),
28477 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".
", strip leading and
28478 # trailing colons and then remove the whole line if VPATH becomes empty
28479 # (actually we leave an empty line to preserve line numbers).
28480 if test "x
$srcdir" = x.; then
28481 ac_vpsub='/^[ ]*VPATH[ ]*=/{
28482 s/:*\$(srcdir):*/:/
28483 s/:*\${srcdir}:*/:/
28485 s/^\([^=]*=[ ]*\):*/\1/
28491 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28492 fi # test -n "$CONFIG_FILES"
28494 # Set up the scripts for CONFIG_HEADERS section.
28495 # No need to generate them if there are no CONFIG_HEADERS.
28496 # This happens for instance with `./config.status Makefile'.
28497 if test -n "$CONFIG_HEADERS"; then
28498 cat >"$tmp/defines.
awk" <<\_ACAWK ||
28502 # Transform confdefs.h into an awk script `defines.awk', embedded as
28503 # here-document in config.status, that substitutes the proper values into
28504 # config.h.in to produce config.h.
28506 # Create a delimiter string that does not exist in confdefs.h, to ease
28507 # handling of long lines.
28509 for ac_last_try in false false :; do
28510 ac_t=`sed -n "/$ac_delim/p
" confdefs.h`
28511 if test -z "$ac_t"; then
28513 elif $ac_last_try; then
28514 as_fn_error "could not
make $CONFIG_HEADERS" "$LINENO" 5
28516 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
28520 # For the awk script, D is an array of macro values keyed by name,
28521 # likewise P contains macro parameters if any. Preserve backslash
28522 # newline sequences.
28524 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
28526 s/.\{148\}/&'"$ac_delim"'/g
28529 s/^[ ]*#[ ]*define[ ][ ]*/ /
28536 s
/^ \
('"$ac_word_re"'\
)\
(([^
()]*)\
)[ ]*\
(.
*\
)/P
["\1"]="\2"\
28538 s
/^ \
('"$ac_word_re"'\
)[ ]*\
(.
*\
)/D
["\1"]=" \2"/p
28542 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\
1"]="\
2"\
28543 D["\
1"]=" \
3\\\\\\n
"\\/p
28545 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\
1"]=" \
2\\\\\\n
"\\/p
28550 s/.\{148\}/&'"$ac_delim"'/g
28555 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/p
28558 s
/["\\]/\\&/g; s/^/"/; s
/$
/\\\\\\n
"\\/p
28560 ' <confdefs.h | sed '
28561 s/'"$ac_delim"'/"\\\
28562 "/g' >>$CONFIG_STATUS || ac_write_fail=1
28564 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28565 for (key in D) D_is_set[key] = 1
28568 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
28570 split(line, arg, " ")
28571 if (arg[1] == "#") {
28575 defundef
= substr
(arg
[1], 2)
28578 split(mac1
, mac2
, "(") #)
28580 prefix
= substr
(line
, 1, index
(line
, defundef
) - 1)
28581 if (D_is_set
[macro
]) {
28582 # Preserve the white space surrounding the "#".
28583 print prefix
"define", macro P
[macro
] D
[macro
]
28586 # Replace #undef with comments. This is necessary, for example,
28587 # in the case of _POSIX_SOURCE, which is predefined and required
28588 # on some systems where configure will not decide to define it.
28589 if (defundef
== "undef") {
28590 print
"/*", prefix defundef
, macro
, "*/"
28598 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
28599 as_fn_error
"could not setup config headers machinery" "$LINENO" 5
28600 fi # test -n "$CONFIG_HEADERS"
28603 eval set X
" :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
28608 :[FHLC
]) ac_mode
=$ac_tag; continue;;
28610 case $ac_mode$ac_tag in
28612 :L
* |
:C
*:*) as_fn_error
"invalid tag \`$ac_tag'" "$LINENO" 5;;
28613 :[FH
]-) ac_tag
=-:-;;
28614 :[FH
]*) ac_tag
=$ac_tag:$ac_tag.
in;;
28631 -) ac_f
="$tmp/stdin";;
28632 *) # Look for the file first in the build tree, then in the source tree
28633 # (if the path is not absolute). The absolute path cannot be DOS-style,
28634 # because $ac_f cannot contain `:'.
28638 *) test -f "$srcdir/$ac_f" && ac_f
="$srcdir/$ac_f";;
28640 as_fn_error
"cannot find input file: \`$ac_f'" "$LINENO" 5;;
28642 case $ac_f in *\'*) ac_f
=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
28643 as_fn_append ac_file_inputs
" '$ac_f'"
28646 # Let's still pretend it is `configure' which instantiates (i.e., don't
28647 # use $as_me), people would be surprised to read:
28648 # /* config.h. Generated by config.status. */
28649 configure_input
='Generated from '`
28650 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
28652 if test x
"$ac_file" != x-
; then
28653 configure_input
="$ac_file. $configure_input"
28654 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
28655 $as_echo "$as_me: creating $ac_file" >&6;}
28657 # Neutralize special characters interpreted by sed in replacement strings.
28658 case $configure_input in #(
28659 *\
&* |
*\|
* |
*\\* )
28660 ac_sed_conf_input
=`$as_echo "$configure_input" |
28661 sed 's/[\\\\&|]/\\\\&/g'`;; #(
28662 *) ac_sed_conf_input
=$configure_input;;
28666 *:-:* |
*:-) cat >"$tmp/stdin" \
28667 || as_fn_error
"could not create $ac_file" "$LINENO" 5 ;;
28672 ac_dir
=`$as_dirname -- "$ac_file" ||
28673 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
28674 X"$ac_file" : 'X\(//\)[^/]' \| \
28675 X"$ac_file" : 'X\(//\)$' \| \
28676 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
28677 $as_echo X"$ac_file" |
28678 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
28682 /^X\(\/\/\)[^/].*/{
28695 as_dir
="$ac_dir"; as_fn_mkdir_p
28699 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
28701 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
28702 # A ".." for each directory in $ac_dir_suffix.
28703 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
28704 case $ac_top_builddir_sub in
28705 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
28706 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
28709 ac_abs_top_builddir
=$ac_pwd
28710 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
28711 # for backward compatibility:
28712 ac_top_builddir
=$ac_top_build_prefix
28715 .
) # We are building in place.
28717 ac_top_srcdir
=$ac_top_builddir_sub
28718 ac_abs_top_srcdir
=$ac_pwd ;;
28719 [\\/]* | ?
:[\\/]* ) # Absolute name.
28720 ac_srcdir
=$srcdir$ac_dir_suffix;
28721 ac_top_srcdir
=$srcdir
28722 ac_abs_top_srcdir
=$srcdir ;;
28723 *) # Relative name.
28724 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
28725 ac_top_srcdir
=$ac_top_build_prefix$srcdir
28726 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
28728 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
28739 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
28740 # If the template does not know about datarootdir, expand it.
28741 # FIXME: This hack should be removed a few years after 2.60.
28742 ac_datarootdir_hack
=; ac_datarootdir_seen
=
28753 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
28754 *datarootdir
*) ac_datarootdir_seen
=yes;;
28755 *@datadir@
*|
*@docdir@
*|
*@infodir@
*|
*@localedir@
*|
*@mandir@
*)
28756 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
28757 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
28759 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28760 ac_datarootdir_hack='
28761 s&@datadir@&$datadir&g
28762 s&@docdir@&$docdir&g
28763 s&@infodir@&$infodir&g
28764 s&@localedir@&$localedir&g
28765 s&@mandir@&$mandir&g
28766 s&\\\${datarootdir}&$datarootdir&g' ;;
28770 # Neutralize VPATH when `$srcdir' = `.'.
28771 # Shell code in configure.ac might set extrasub.
28772 # FIXME: do we really want to maintain this feature?
28773 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28774 ac_sed_extra="$ac_vpsub
28777 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
28779 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
28780 s|@configure_input@|
$ac_sed_conf_input|
;t t
28781 s
&@top_builddir@
&$ac_top_builddir_sub&;t t
28782 s
&@top_build_prefix@
&$ac_top_build_prefix&;t t
28783 s
&@srcdir@
&$ac_srcdir&;t t
28784 s
&@abs_srcdir@
&$ac_abs_srcdir&;t t
28785 s
&@top_srcdir@
&$ac_top_srcdir&;t t
28786 s
&@abs_top_srcdir@
&$ac_abs_top_srcdir&;t t
28787 s
&@builddir@
&$ac_builddir&;t t
28788 s
&@abs_builddir@
&$ac_abs_builddir&;t t
28789 s
&@abs_top_builddir@
&$ac_abs_top_builddir&;t t
28790 $ac_datarootdir_hack
28792 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
28793 if $ac_cs_awk_getline; then
28794 $AWK -f "$tmp/subs.
awk"
28796 $AWK -f "$tmp/subs.
awk" | $SHELL
28798 || as_fn_error "could not create
$ac_file" "$LINENO" 5
28800 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
28801 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out
"`; test -n "$ac_out"; } &&
28802 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out
"`; test -z "$ac_out"; } &&
28803 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: $ac_file contains a reference to the variable \
`datarootdir'
28804 which seems to be undefined. Please make sure it is defined." >&5
28805 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir
'
28806 which seems to be undefined. Please make sure it is defined." >&2;}
28810 -) cat "$tmp/out" && rm -f "$tmp/out";;
28811 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
28813 || as_fn_error "could not create $ac_file" "$LINENO" 5
28819 if test x"$ac_file" != x-; then
28821 $as_echo "/* $configure_input */" \
28822 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
28823 } >"$tmp/config.h" \
28824 || as_fn_error "could not create $ac_file" "$LINENO" 5
28825 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
28826 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
28827 $as_echo "$as_me: $ac_file is unchanged" >&6;}
28830 mv "$tmp/config.h" "$ac_file" \
28831 || as_fn_error "could not create $ac_file" "$LINENO" 5
28834 $as_echo "/* $configure_input */" \
28835 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
28836 || as_fn_error "could not create -" "$LINENO" 5
28840 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
28841 $as_echo "$as_me: executing $ac_file commands" >&6;}
28846 case $ac_file$ac_mode in
28847 "as":F) chmod +x as ;;
28848 "collect-ld":F) chmod +x collect-ld ;;
28849 "nm":F) chmod +x nm ;;
28851 case ${CONFIG_HEADERS} in
28852 *auto-host.h:config.in*)
28855 # Make sure all the subdirs exist.
28856 for d in $subdirs doc build common c-family
28858 test -d $d || mkdir $d
28868 ac_clean_files=$ac_clean_files_save
28870 test $ac_write_fail = 0 ||
28871 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
28874 # configure is writing to config.log, and then calls config.status.
28875 # config.status does its own redirection, appending to config.log.
28876 # Unfortunately, on DOS this fails, as config.log is still kept open
28877 # by configure, so config.status won't be able to
write to it
; its
28878 # output is simply discarded. So we exec the FD to /dev/null,
28879 # effectively closing config.log, so it can be properly (re)opened and
28880 # appended to by config.status. When coming back to configure, we
28881 # need to make the FD available again.
28882 if test "$no_create" != yes; then
28884 ac_config_status_args
=
28885 test "$silent" = yes &&
28886 ac_config_status_args
="$ac_config_status_args --quiet"
28888 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
28890 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
28891 # would make configure fail if this is the last instruction.
28892 $ac_cs_success || as_fn_exit $?
28894 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no
; then
28895 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
28896 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}