]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/configure
Fix GCC 10+ build failure with zstd version 1.2.0 or older.
[thirdparty/gcc.git] / gcc / configure
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69.
4 #
5 #
6 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
7 #
8 #
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 ## -------------------- ##
14
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 :
18 emulate sh
19 NULLCMD=:
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+"$@"}'='"$@"'
23 setopt NO_GLOB_SUBST
24 else
25 case `(set -o) 2>/dev/null` in #(
26 *posix*) :
27 set -o posix ;; #(
28 *) :
29 ;;
30 esac
31 fi
32
33
34 as_nl='
35 '
36 export as_nl
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
45 as_echo='print -r --'
46 as_echo_n='print -rn --'
47 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
48 as_echo='printf %s\n'
49 as_echo_n='printf %s'
50 else
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'
54 else
55 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
56 as_echo_n_body='eval
57 arg=$1;
58 case $arg in #(
59 *"$as_nl"*)
60 expr "X$arg" : "X\\(.*\\)$as_nl";
61 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
62 esac;
63 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
64 '
65 export as_echo_n_body
66 as_echo_n='sh -c $as_echo_n_body as_echo'
67 fi
68 export as_echo_body
69 as_echo='sh -c $as_echo_body as_echo'
70 fi
71
72 # The user is always right.
73 if test "${PATH_SEPARATOR+set}" != set; then
74 PATH_SEPARATOR=:
75 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
77 PATH_SEPARATOR=';'
78 }
79 fi
80
81
82 # IFS
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.)
87 IFS=" "" $as_nl"
88
89 # Find who we are. Look in the path if we contain no directory separator.
90 as_myself=
91 case $0 in #((
92 *[\\/]* ) as_myself=$0 ;;
93 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
94 for as_dir in $PATH
95 do
96 IFS=$as_save_IFS
97 test -z "$as_dir" && as_dir=.
98 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
99 done
100 IFS=$as_save_IFS
101
102 ;;
103 esac
104 # We did not find ourselves, most probably we were run as `sh COMMAND'
105 # in which case we are not to be found in the path.
106 if test "x$as_myself" = x; then
107 as_myself=$0
108 fi
109 if test ! -f "$as_myself"; then
110 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
111 exit 1
112 fi
113
114 # Unset variables that we do not need and which cause bugs (e.g. in
115 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
116 # suppresses any "Segmentation fault" message there. '((' could
117 # trigger a bug in pdksh 5.2.14.
118 for as_var in BASH_ENV ENV MAIL MAILPATH
119 do eval test x\${$as_var+set} = xset \
120 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
121 done
122 PS1='$ '
123 PS2='> '
124 PS4='+ '
125
126 # NLS nuisances.
127 LC_ALL=C
128 export LC_ALL
129 LANGUAGE=C
130 export LANGUAGE
131
132 # CDPATH.
133 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
134
135 # Use a proper internal environment variable to ensure we don't fall
136 # into an infinite loop, continuously re-executing ourselves.
137 if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
138 _as_can_reexec=no; export _as_can_reexec;
139 # We cannot yet assume a decent shell, so we have to provide a
140 # neutralization value for shells without unset; and this also
141 # works around shells that cannot unset nonexistent variables.
142 # Preserve -v and -x to the replacement shell.
143 BASH_ENV=/dev/null
144 ENV=/dev/null
145 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
146 case $- in # ((((
147 *v*x* | *x*v* ) as_opts=-vx ;;
148 *v* ) as_opts=-v ;;
149 *x* ) as_opts=-x ;;
150 * ) as_opts= ;;
151 esac
152 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
153 # Admittedly, this is quite paranoid, since all the known shells bail
154 # out after a failed `exec'.
155 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
156 as_fn_exit 255
157 fi
158 # We don't want this to propagate to other subprocesses.
159 { _as_can_reexec=; unset _as_can_reexec;}
160 if test "x$CONFIG_SHELL" = x; then
161 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
162 emulate sh
163 NULLCMD=:
164 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
165 # is contrary to our usage. Disable this feature.
166 alias -g '\${1+\"\$@\"}'='\"\$@\"'
167 setopt NO_GLOB_SUBST
168 else
169 case \`(set -o) 2>/dev/null\` in #(
170 *posix*) :
171 set -o posix ;; #(
172 *) :
173 ;;
174 esac
175 fi
176 "
177 as_required="as_fn_return () { (exit \$1); }
178 as_fn_success () { as_fn_return 0; }
179 as_fn_failure () { as_fn_return 1; }
180 as_fn_ret_success () { return 0; }
181 as_fn_ret_failure () { return 1; }
182
183 exitcode=0
184 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
185 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
186 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
187 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
188 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
189
190 else
191 exitcode=1; echo positional parameters were not saved.
192 fi
193 test x\$exitcode = x0 || exit 1
194 test -x / || exit 1"
195 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
196 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
197 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
198 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
199 test \$(( 1 + 1 )) = 2 || exit 1
200
201 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
202 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
203 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
204 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
205 PATH=/empty FPATH=/empty; export PATH FPATH
206 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
207 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
208 if (eval "$as_required") 2>/dev/null; then :
209 as_have_required=yes
210 else
211 as_have_required=no
212 fi
213 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
214
215 else
216 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
217 as_found=false
218 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
219 do
220 IFS=$as_save_IFS
221 test -z "$as_dir" && as_dir=.
222 as_found=:
223 case $as_dir in #(
224 /*)
225 for as_base in sh bash ksh sh5; do
226 # Try only shells that exist, to save several forks.
227 as_shell=$as_dir/$as_base
228 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
229 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
230 CONFIG_SHELL=$as_shell as_have_required=yes
231 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
232 break 2
233 fi
234 fi
235 done;;
236 esac
237 as_found=false
238 done
239 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
240 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
241 CONFIG_SHELL=$SHELL as_have_required=yes
242 fi; }
243 IFS=$as_save_IFS
244
245
246 if test "x$CONFIG_SHELL" != x; then :
247 export CONFIG_SHELL
248 # We cannot yet assume a decent shell, so we have to provide a
249 # neutralization value for shells without unset; and this also
250 # works around shells that cannot unset nonexistent variables.
251 # Preserve -v and -x to the replacement shell.
252 BASH_ENV=/dev/null
253 ENV=/dev/null
254 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
255 case $- in # ((((
256 *v*x* | *x*v* ) as_opts=-vx ;;
257 *v* ) as_opts=-v ;;
258 *x* ) as_opts=-x ;;
259 * ) as_opts= ;;
260 esac
261 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
262 # Admittedly, this is quite paranoid, since all the known shells bail
263 # out after a failed `exec'.
264 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
265 exit 255
266 fi
267
268 if test x$as_have_required = xno; then :
269 $as_echo "$0: This script requires a shell more modern than all"
270 $as_echo "$0: the shells that I found on your system."
271 if test x${ZSH_VERSION+set} = xset ; then
272 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
273 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
274 else
275 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
276 $0: including any error possibly output before this
277 $0: message. Then install a modern shell, or manually run
278 $0: the script under such a shell if you do have one."
279 fi
280 exit 1
281 fi
282 fi
283 fi
284 SHELL=${CONFIG_SHELL-/bin/sh}
285 export SHELL
286 # Unset more variables known to interfere with behavior of common tools.
287 CLICOLOR_FORCE= GREP_OPTIONS=
288 unset CLICOLOR_FORCE GREP_OPTIONS
289
290 ## --------------------- ##
291 ## M4sh Shell Functions. ##
292 ## --------------------- ##
293 # as_fn_unset VAR
294 # ---------------
295 # Portably unset VAR.
296 as_fn_unset ()
297 {
298 { eval $1=; unset $1;}
299 }
300 as_unset=as_fn_unset
301
302 # as_fn_set_status STATUS
303 # -----------------------
304 # Set $? to STATUS, without forking.
305 as_fn_set_status ()
306 {
307 return $1
308 } # as_fn_set_status
309
310 # as_fn_exit STATUS
311 # -----------------
312 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
313 as_fn_exit ()
314 {
315 set +e
316 as_fn_set_status $1
317 exit $1
318 } # as_fn_exit
319
320 # as_fn_mkdir_p
321 # -------------
322 # Create "$as_dir" as a directory, including parents if necessary.
323 as_fn_mkdir_p ()
324 {
325
326 case $as_dir in #(
327 -*) as_dir=./$as_dir;;
328 esac
329 test -d "$as_dir" || eval $as_mkdir_p || {
330 as_dirs=
331 while :; do
332 case $as_dir in #(
333 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
334 *) as_qdir=$as_dir;;
335 esac
336 as_dirs="'$as_qdir' $as_dirs"
337 as_dir=`$as_dirname -- "$as_dir" ||
338 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
339 X"$as_dir" : 'X\(//\)[^/]' \| \
340 X"$as_dir" : 'X\(//\)$' \| \
341 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
342 $as_echo X"$as_dir" |
343 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
344 s//\1/
345 q
346 }
347 /^X\(\/\/\)[^/].*/{
348 s//\1/
349 q
350 }
351 /^X\(\/\/\)$/{
352 s//\1/
353 q
354 }
355 /^X\(\/\).*/{
356 s//\1/
357 q
358 }
359 s/.*/./; q'`
360 test -d "$as_dir" && break
361 done
362 test -z "$as_dirs" || eval "mkdir $as_dirs"
363 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
364
365
366 } # as_fn_mkdir_p
367
368 # as_fn_executable_p FILE
369 # -----------------------
370 # Test if FILE is an executable regular file.
371 as_fn_executable_p ()
372 {
373 test -f "$1" && test -x "$1"
374 } # as_fn_executable_p
375 # as_fn_append VAR VALUE
376 # ----------------------
377 # Append the text in VALUE to the end of the definition contained in VAR. Take
378 # advantage of any shell optimizations that allow amortized linear growth over
379 # repeated appends, instead of the typical quadratic growth present in naive
380 # implementations.
381 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
382 eval 'as_fn_append ()
383 {
384 eval $1+=\$2
385 }'
386 else
387 as_fn_append ()
388 {
389 eval $1=\$$1\$2
390 }
391 fi # as_fn_append
392
393 # as_fn_arith ARG...
394 # ------------------
395 # Perform arithmetic evaluation on the ARGs, and store the result in the
396 # global $as_val. Take advantage of shells that can avoid forks. The arguments
397 # must be portable across $(()) and expr.
398 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
399 eval 'as_fn_arith ()
400 {
401 as_val=$(( $* ))
402 }'
403 else
404 as_fn_arith ()
405 {
406 as_val=`expr "$@" || test $? -eq 1`
407 }
408 fi # as_fn_arith
409
410
411 # as_fn_error STATUS ERROR [LINENO LOG_FD]
412 # ----------------------------------------
413 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
414 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
415 # script with STATUS, using 1 if that was 0.
416 as_fn_error ()
417 {
418 as_status=$1; test $as_status -eq 0 && as_status=1
419 if test "$4"; then
420 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
421 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
422 fi
423 $as_echo "$as_me: error: $2" >&2
424 as_fn_exit $as_status
425 } # as_fn_error
426
427 if expr a : '\(a\)' >/dev/null 2>&1 &&
428 test "X`expr 00001 : '.*\(...\)'`" = X001; then
429 as_expr=expr
430 else
431 as_expr=false
432 fi
433
434 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
435 as_basename=basename
436 else
437 as_basename=false
438 fi
439
440 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
441 as_dirname=dirname
442 else
443 as_dirname=false
444 fi
445
446 as_me=`$as_basename -- "$0" ||
447 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
448 X"$0" : 'X\(//\)$' \| \
449 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
450 $as_echo X/"$0" |
451 sed '/^.*\/\([^/][^/]*\)\/*$/{
452 s//\1/
453 q
454 }
455 /^X\/\(\/\/\)$/{
456 s//\1/
457 q
458 }
459 /^X\/\(\/\).*/{
460 s//\1/
461 q
462 }
463 s/.*/./; q'`
464
465 # Avoid depending upon Character Ranges.
466 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
467 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
468 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
469 as_cr_digits='0123456789'
470 as_cr_alnum=$as_cr_Letters$as_cr_digits
471
472
473 as_lineno_1=$LINENO as_lineno_1a=$LINENO
474 as_lineno_2=$LINENO as_lineno_2a=$LINENO
475 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
476 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
477 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
478 sed -n '
479 p
480 /[$]LINENO/=
481 ' <$as_myself |
482 sed '
483 s/[$]LINENO.*/&-/
484 t lineno
485 b
486 :lineno
487 N
488 :loop
489 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
490 t loop
491 s/-\n.*//
492 ' >$as_me.lineno &&
493 chmod +x "$as_me.lineno" ||
494 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
495
496 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
497 # already done that, so ensure we don't try to do so again and fall
498 # in an infinite loop. This has already happened in practice.
499 _as_can_reexec=no; export _as_can_reexec
500 # Don't try to exec as it changes $[0], causing all sort of problems
501 # (the dirname of $[0] is not the place where we might find the
502 # original and so on. Autoconf is especially sensitive to this).
503 . "./$as_me.lineno"
504 # Exit status is that of the last command.
505 exit
506 }
507
508 ECHO_C= ECHO_N= ECHO_T=
509 case `echo -n x` in #(((((
510 -n*)
511 case `echo 'xy\c'` in
512 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
513 xy) ECHO_C='\c';;
514 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
515 ECHO_T=' ';;
516 esac;;
517 *)
518 ECHO_N='-n';;
519 esac
520
521 rm -f conf$$ conf$$.exe conf$$.file
522 if test -d conf$$.dir; then
523 rm -f conf$$.dir/conf$$.file
524 else
525 rm -f conf$$.dir
526 mkdir conf$$.dir 2>/dev/null
527 fi
528 if (echo >conf$$.file) 2>/dev/null; then
529 if ln -s conf$$.file conf$$ 2>/dev/null; then
530 as_ln_s='ln -s'
531 # ... but there are two gotchas:
532 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
533 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
534 # In both cases, we have to default to `cp -pR'.
535 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
536 as_ln_s='cp -pR'
537 elif ln conf$$.file conf$$ 2>/dev/null; then
538 as_ln_s=ln
539 else
540 as_ln_s='cp -pR'
541 fi
542 else
543 as_ln_s='cp -pR'
544 fi
545 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
546 rmdir conf$$.dir 2>/dev/null
547
548 if mkdir -p . 2>/dev/null; then
549 as_mkdir_p='mkdir -p "$as_dir"'
550 else
551 test -d ./-p && rmdir ./-p
552 as_mkdir_p=false
553 fi
554
555 as_test_x='test -x'
556 as_executable_p=as_fn_executable_p
557
558 # Sed expression to map a string onto a valid CPP name.
559 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
560
561 # Sed expression to map a string onto a valid variable name.
562 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
563
564 SHELL=${CONFIG_SHELL-/bin/sh}
565
566
567 test -n "$DJDIR" || exec 7<&0 </dev/null
568 exec 6>&1
569
570 # Name of the host.
571 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
572 # so uname gets run too.
573 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
574
575 #
576 # Initializations.
577 #
578 ac_default_prefix=/usr/local
579 ac_clean_files=
580 ac_config_libobj_dir=.
581 LIBOBJS=
582 cross_compiling=no
583 subdirs=
584 MFLAGS=
585 MAKEFLAGS=
586
587 # Identity of this package.
588 PACKAGE_NAME=
589 PACKAGE_TARNAME=
590 PACKAGE_VERSION=
591 PACKAGE_STRING=
592 PACKAGE_BUGREPORT=
593 PACKAGE_URL=
594
595 ac_unique_file="tree.c"
596 # Factoring default headers for most tests.
597 ac_includes_default="\
598 #include <stdio.h>
599 #ifdef HAVE_SYS_TYPES_H
600 # include <sys/types.h>
601 #endif
602 #ifdef HAVE_SYS_STAT_H
603 # include <sys/stat.h>
604 #endif
605 #ifdef STDC_HEADERS
606 # include <stdlib.h>
607 # include <stddef.h>
608 #else
609 # ifdef HAVE_STDLIB_H
610 # include <stdlib.h>
611 # endif
612 #endif
613 #ifdef HAVE_STRING_H
614 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
615 # include <memory.h>
616 # endif
617 # include <string.h>
618 #endif
619 #ifdef HAVE_STRINGS_H
620 # include <strings.h>
621 #endif
622 #ifdef HAVE_INTTYPES_H
623 # include <inttypes.h>
624 #endif
625 #ifdef HAVE_STDINT_H
626 # include <stdint.h>
627 #endif
628 #ifdef HAVE_UNISTD_H
629 # include <unistd.h>
630 #endif"
631
632 ac_subst_vars='LTLIBOBJS
633 LIBOBJS
634 CET_HOST_FLAGS
635 NO_PIE_FLAG
636 NO_PIE_CFLAGS
637 enable_default_pie
638 PICFLAG
639 enable_host_shared
640 enable_plugin
641 pluginlibs
642 ISLINC
643 ISLLIBS
644 GMPINC
645 GMPLIBS
646 target_cpu_default
647 d_target_objs
648 fortran_target_objs
649 cxx_target_objs
650 c_target_objs
651 use_gcc_stdint
652 xm_defines
653 xm_include_list
654 xm_file_list
655 tm_d_include_list
656 tm_d_file_list
657 tm_p_include_list
658 tm_p_file_list
659 tm_defines
660 tm_include_list
661 tm_file_list
662 common_out_object_file
663 common_out_file
664 out_object_file
665 out_file
666 objc_boehm_gc
667 md_file
668 local_prefix
669 lang_tree_files
670 lang_specs_files
671 lang_opt_files
672 install
673 out_host_hook_obj
674 host_xm_defines
675 host_xm_include_list
676 host_xm_file_list
677 host_exeext
678 gcc_gxx_include_dir_add_sysroot
679 gcc_gxx_include_dir
680 gcc_config_arguments
681 float_h_file
682 extra_programs
683 extra_objs
684 extra_headers_list
685 user_headers_inc_next_post
686 user_headers_inc_next_pre
687 extra_gcc_objs
688 TM_MULTILIB_EXCEPTIONS_CONFIG
689 TM_MULTILIB_CONFIG
690 TM_ENDIAN_CONFIG
691 tmake_file
692 xmake_file
693 cpp_install_dir
694 selftest_languages
695 check_languages
696 build_file_translate
697 build_xm_defines
698 build_xm_include_list
699 build_xm_file_list
700 build_install_headers_dir
701 build_exeext
702 all_selected_languages
703 all_languages
704 all_lang_makefrags
705 all_lang_configurefrags
706 all_gtfiles
707 all_compilers
708 srcdir
709 subdirs
710 dollar
711 gcc_tooldir
712 enable_lto
713 DO_LINK_MUTEX
714 MAINT
715 zlibinc
716 zlibdir
717 HOST_LIBS
718 enable_default_ssp
719 thin_archive_support
720 ld_soname_option
721 ld_version_script_option
722 libgcc_visibility
723 gcc_cv_otool
724 gcc_cv_readelf
725 gcc_cv_objdump
726 ORIGINAL_NM_FOR_TARGET
727 gcc_cv_nm
728 ORIGINAL_LD_GOLD_FOR_TARGET
729 ORIGINAL_LD_BFD_FOR_TARGET
730 ORIGINAL_LD_FOR_TARGET
731 ORIGINAL_PLUGIN_LD_FOR_TARGET
732 gcc_cv_ld
733 ORIGINAL_AS_FOR_TARGET
734 gcc_cv_as
735 enable_fast_install
736 objdir
737 OTOOL64
738 OTOOL
739 LIPO
740 NMEDIT
741 DSYMUTIL
742 STRIP
743 OBJDUMP
744 ac_ct_DUMPBIN
745 DUMPBIN
746 LD
747 FGREP
748 SED
749 LIBTOOL
750 collect2
751 NO_PIE_FLAG_FOR_BUILD
752 NO_PIE_CFLAGS_FOR_BUILD
753 BUILD_NO_PIE_FLAG
754 BUILD_NO_PIE_CFLAGS
755 STMP_FIXINC
756 BUILD_LDFLAGS
757 BUILD_CXXFLAGS
758 BUILD_CFLAGS
759 CXX_FOR_BUILD
760 CC_FOR_BUILD
761 inhibit_libc
762 BUILD_SYSTEM_HEADER_DIR
763 SYSTEM_HEADER_DIR
764 ALL
765 CROSS
766 CATOBJEXT
767 GENCAT
768 INSTOBJEXT
769 DATADIRNAME
770 CATALOGS
771 POSUB
772 GMSGFMT
773 XGETTEXT
774 INCINTL
775 LIBINTL_DEP
776 LIBINTL
777 USE_NLS
778 get_gcc_base_ver
779 HAVE_AUTO_BUILD
780 extra_opt_files
781 extra_modes_file
782 NATIVE_SYSTEM_HEADER_DIR
783 objext
784 manext
785 LIBICONV_DEP
786 LTLIBICONV
787 LIBICONV
788 ZSTD_LDFLAGS
789 ZSTD_CPPFLAGS
790 ZSTD_LIB
791 ZSTD_INCLUDE
792 DL_LIB
793 LDEXP_LIB
794 EXTRA_GCC_LIBS
795 GNAT_LIBEXC
796 COLLECT2_LIBS
797 CXXDEPMODE
798 DEPDIR
799 am__leading_dot
800 doc_build_sys
801 AR
802 NM
803 BISON
804 FLEX
805 GENERATED_MANPAGES
806 BUILD_INFO
807 MAKEINFO
808 have_mktemp_command
809 make_compare_target
810 INSTALL_DATA
811 INSTALL_PROGRAM
812 INSTALL
813 ranlib_flags
814 RANLIB
815 LN
816 LN_S
817 AWK
818 SET_MAKE
819 omp_device_property_deps
820 omp_device_properties
821 accel_dir_suffix
822 real_target_noncanonical
823 enable_as_accelerator
824 gnat_install_lib
825 REPORT_BUGS_TEXI
826 REPORT_BUGS_TO
827 PKGVERSION
828 CONFIGURE_SPECS
829 enable_gcov
830 enable_shared
831 enable_fixed_point
832 enable_decimal_float
833 with_float
834 with_cpu
835 enable_multiarch
836 enable_multilib
837 coverage_flags
838 valgrind_command
839 valgrind_path_defines
840 valgrind_path
841 TREECHECKING
842 nocommon_flag
843 noexception_flags
844 warn_cxxflags
845 warn_cflags
846 c_strict_warn
847 strict_warn
848 c_loose_warn
849 loose_warn
850 aliasing_flags
851 CPP
852 EGREP
853 GREP
854 CXXCPP
855 PICFLAG_FOR_TARGET
856 GNATMAKE
857 GNATBIND
858 ac_ct_CXX
859 CXXFLAGS
860 CXX
861 OBJEXT
862 EXEEXT
863 ac_ct_CC
864 CPPFLAGS
865 LDFLAGS
866 CFLAGS
867 CC
868 GENINSRC
869 CROSS_SYSTEM_HEADER_DIR
870 TARGET_SYSTEM_ROOT_DEFINE
871 TARGET_SYSTEM_ROOT
872 SYSROOT_CFLAGS_FOR_TARGET
873 target_subdir
874 host_subdir
875 build_subdir
876 build_libsubdir
877 target_noncanonical
878 host_noncanonical
879 target_os
880 target_vendor
881 target_cpu
882 target
883 host_os
884 host_vendor
885 host_cpu
886 host
887 build_os
888 build_vendor
889 build_cpu
890 build
891 target_alias
892 host_alias
893 build_alias
894 LIBS
895 ECHO_T
896 ECHO_N
897 ECHO_C
898 DEFS
899 mandir
900 localedir
901 libdir
902 psdir
903 pdfdir
904 dvidir
905 htmldir
906 infodir
907 docdir
908 oldincludedir
909 includedir
910 localstatedir
911 sharedstatedir
912 sysconfdir
913 datadir
914 datarootdir
915 libexecdir
916 sbindir
917 bindir
918 program_transform_name
919 prefix
920 exec_prefix
921 PACKAGE_URL
922 PACKAGE_BUGREPORT
923 PACKAGE_STRING
924 PACKAGE_VERSION
925 PACKAGE_TARNAME
926 PACKAGE_NAME
927 PATH_SEPARATOR
928 SHELL'
929 ac_subst_files='option_includes
930 language_hooks'
931 ac_user_opts='
932 enable_option_checking
933 with_build_libsubdir
934 with_local_prefix
935 with_native_system_header_dir
936 with_build_sysroot
937 with_sysroot
938 with_gxx_include_dir
939 with_cpp_install_dir
940 enable_generated_files_in_srcdir
941 with_gnu_ld
942 with_ld
943 with_demangler_in_ld
944 with_gnu_as
945 with_as
946 enable_largefile
947 enable_build_format_warnings
948 enable_werror_always
949 enable_checking
950 enable_coverage
951 enable_gather_detailed_mem_stats
952 enable_valgrind_annotations
953 with_stabs
954 enable_multilib
955 enable_multiarch
956 with_stack_clash_protection_guard_size
957 enable___cxa_atexit
958 enable_decimal_float
959 enable_fixed_point
960 enable_threads
961 enable_tls
962 enable_vtable_verify
963 enable_analyzer
964 enable_objc_gc
965 with_dwarf2
966 enable_shared
967 enable_gcov
968 with_specs
969 with_pkgversion
970 with_bugurl
971 with_documentation_root_url
972 with_changes_root_url
973 enable_languages
974 with_multilib_list
975 with_zstd
976 with_zstd_include
977 with_zstd_lib
978 enable_rpath
979 with_libiconv_prefix
980 with_libiconv_type
981 enable_sjlj_exceptions
982 with_gcc_major_version_only
983 enable_secureplt
984 enable_mingw_wildcard
985 enable_large_address_aware
986 enable_leading_mingw64_underscores
987 enable_cld
988 enable_frame_pointer
989 enable_win32_registry
990 enable_static
991 with_pic
992 enable_fast_install
993 enable_libtool_lock
994 enable_ld
995 enable_gold
996 with_plugin_ld
997 enable_gnu_indirect_function
998 enable_initfini_array
999 enable_comdat
1000 enable_newlib_nano_formatted_io
1001 enable_standard_branch_protection
1002 enable_fix_cortex_a53_835769
1003 enable_fix_cortex_a53_843419
1004 with_glibc_version
1005 enable_gnu_unique_object
1006 enable_linker_build_id
1007 enable_libssp
1008 enable_default_ssp
1009 with_long_double_128
1010 with_long_double_format
1011 with_gc
1012 with_system_zlib
1013 enable_maintainer_mode
1014 enable_link_mutex
1015 enable_version_specific_runtime_libs
1016 enable_plugin
1017 enable_host_shared
1018 enable_libquadmath_support
1019 with_linker_hash_style
1020 with_diagnostics_color
1021 with_diagnostics_urls
1022 enable_default_pie
1023 enable_cet
1024 '
1025 ac_precious_vars='build_alias
1026 host_alias
1027 target_alias
1028 CC
1029 CFLAGS
1030 LDFLAGS
1031 LIBS
1032 CPPFLAGS
1033 CXX
1034 CXXFLAGS
1035 CCC
1036 CXXCPP
1037 CPP
1038 GMPLIBS
1039 GMPINC
1040 ISLLIBS
1041 ISLINC'
1042
1043
1044 # Initialize some variables set by options.
1045 ac_init_help=
1046 ac_init_version=false
1047 ac_unrecognized_opts=
1048 ac_unrecognized_sep=
1049 # The variables have the same names as the options, with
1050 # dashes changed to underlines.
1051 cache_file=/dev/null
1052 exec_prefix=NONE
1053 no_create=
1054 no_recursion=
1055 prefix=NONE
1056 program_prefix=NONE
1057 program_suffix=NONE
1058 program_transform_name=s,x,x,
1059 silent=
1060 site=
1061 srcdir=
1062 verbose=
1063 x_includes=NONE
1064 x_libraries=NONE
1065
1066 # Installation directory options.
1067 # These are left unexpanded so users can "make install exec_prefix=/foo"
1068 # and all the variables that are supposed to be based on exec_prefix
1069 # by default will actually change.
1070 # Use braces instead of parens because sh, perl, etc. also accept them.
1071 # (The list follows the same order as the GNU Coding Standards.)
1072 bindir='${exec_prefix}/bin'
1073 sbindir='${exec_prefix}/sbin'
1074 libexecdir='${exec_prefix}/libexec'
1075 datarootdir='${prefix}/share'
1076 datadir='${datarootdir}'
1077 sysconfdir='${prefix}/etc'
1078 sharedstatedir='${prefix}/com'
1079 localstatedir='${prefix}/var'
1080 includedir='${prefix}/include'
1081 oldincludedir='/usr/include'
1082 docdir='${datarootdir}/doc/${PACKAGE}'
1083 infodir='${datarootdir}/info'
1084 htmldir='${docdir}'
1085 dvidir='${docdir}'
1086 pdfdir='${docdir}'
1087 psdir='${docdir}'
1088 libdir='${exec_prefix}/lib'
1089 localedir='${datarootdir}/locale'
1090 mandir='${datarootdir}/man'
1091
1092 ac_prev=
1093 ac_dashdash=
1094 for ac_option
1095 do
1096 # If the previous option needs an argument, assign it.
1097 if test -n "$ac_prev"; then
1098 eval $ac_prev=\$ac_option
1099 ac_prev=
1100 continue
1101 fi
1102
1103 case $ac_option in
1104 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
1105 *=) ac_optarg= ;;
1106 *) ac_optarg=yes ;;
1107 esac
1108
1109 # Accept the important Cygnus configure options, so we can diagnose typos.
1110
1111 case $ac_dashdash$ac_option in
1112 --)
1113 ac_dashdash=yes ;;
1114
1115 -bindir | --bindir | --bindi | --bind | --bin | --bi)
1116 ac_prev=bindir ;;
1117 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
1118 bindir=$ac_optarg ;;
1119
1120 -build | --build | --buil | --bui | --bu)
1121 ac_prev=build_alias ;;
1122 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
1123 build_alias=$ac_optarg ;;
1124
1125 -cache-file | --cache-file | --cache-fil | --cache-fi \
1126 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
1127 ac_prev=cache_file ;;
1128 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
1129 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
1130 cache_file=$ac_optarg ;;
1131
1132 --config-cache | -C)
1133 cache_file=config.cache ;;
1134
1135 -datadir | --datadir | --datadi | --datad)
1136 ac_prev=datadir ;;
1137 -datadir=* | --datadir=* | --datadi=* | --datad=*)
1138 datadir=$ac_optarg ;;
1139
1140 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
1141 | --dataroo | --dataro | --datar)
1142 ac_prev=datarootdir ;;
1143 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
1144 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
1145 datarootdir=$ac_optarg ;;
1146
1147 -disable-* | --disable-*)
1148 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1149 # Reject names that are not valid shell variable names.
1150 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1151 as_fn_error $? "invalid feature name: $ac_useropt"
1152 ac_useropt_orig=$ac_useropt
1153 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1154 case $ac_user_opts in
1155 *"
1156 "enable_$ac_useropt"
1157 "*) ;;
1158 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
1159 ac_unrecognized_sep=', ';;
1160 esac
1161 eval enable_$ac_useropt=no ;;
1162
1163 -docdir | --docdir | --docdi | --doc | --do)
1164 ac_prev=docdir ;;
1165 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
1166 docdir=$ac_optarg ;;
1167
1168 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
1169 ac_prev=dvidir ;;
1170 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1171 dvidir=$ac_optarg ;;
1172
1173 -enable-* | --enable-*)
1174 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1175 # Reject names that are not valid shell variable names.
1176 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1177 as_fn_error $? "invalid feature name: $ac_useropt"
1178 ac_useropt_orig=$ac_useropt
1179 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1180 case $ac_user_opts in
1181 *"
1182 "enable_$ac_useropt"
1183 "*) ;;
1184 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1185 ac_unrecognized_sep=', ';;
1186 esac
1187 eval enable_$ac_useropt=\$ac_optarg ;;
1188
1189 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1190 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1191 | --exec | --exe | --ex)
1192 ac_prev=exec_prefix ;;
1193 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1194 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1195 | --exec=* | --exe=* | --ex=*)
1196 exec_prefix=$ac_optarg ;;
1197
1198 -gas | --gas | --ga | --g)
1199 # Obsolete; use --with-gas.
1200 with_gas=yes ;;
1201
1202 -help | --help | --hel | --he | -h)
1203 ac_init_help=long ;;
1204 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1205 ac_init_help=recursive ;;
1206 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1207 ac_init_help=short ;;
1208
1209 -host | --host | --hos | --ho)
1210 ac_prev=host_alias ;;
1211 -host=* | --host=* | --hos=* | --ho=*)
1212 host_alias=$ac_optarg ;;
1213
1214 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1215 ac_prev=htmldir ;;
1216 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1217 | --ht=*)
1218 htmldir=$ac_optarg ;;
1219
1220 -includedir | --includedir | --includedi | --included | --include \
1221 | --includ | --inclu | --incl | --inc)
1222 ac_prev=includedir ;;
1223 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1224 | --includ=* | --inclu=* | --incl=* | --inc=*)
1225 includedir=$ac_optarg ;;
1226
1227 -infodir | --infodir | --infodi | --infod | --info | --inf)
1228 ac_prev=infodir ;;
1229 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1230 infodir=$ac_optarg ;;
1231
1232 -libdir | --libdir | --libdi | --libd)
1233 ac_prev=libdir ;;
1234 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1235 libdir=$ac_optarg ;;
1236
1237 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1238 | --libexe | --libex | --libe)
1239 ac_prev=libexecdir ;;
1240 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1241 | --libexe=* | --libex=* | --libe=*)
1242 libexecdir=$ac_optarg ;;
1243
1244 -localedir | --localedir | --localedi | --localed | --locale)
1245 ac_prev=localedir ;;
1246 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1247 localedir=$ac_optarg ;;
1248
1249 -localstatedir | --localstatedir | --localstatedi | --localstated \
1250 | --localstate | --localstat | --localsta | --localst | --locals)
1251 ac_prev=localstatedir ;;
1252 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1253 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1254 localstatedir=$ac_optarg ;;
1255
1256 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1257 ac_prev=mandir ;;
1258 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1259 mandir=$ac_optarg ;;
1260
1261 -nfp | --nfp | --nf)
1262 # Obsolete; use --without-fp.
1263 with_fp=no ;;
1264
1265 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1266 | --no-cr | --no-c | -n)
1267 no_create=yes ;;
1268
1269 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1270 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1271 no_recursion=yes ;;
1272
1273 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1274 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1275 | --oldin | --oldi | --old | --ol | --o)
1276 ac_prev=oldincludedir ;;
1277 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1278 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1279 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1280 oldincludedir=$ac_optarg ;;
1281
1282 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1283 ac_prev=prefix ;;
1284 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1285 prefix=$ac_optarg ;;
1286
1287 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1288 | --program-pre | --program-pr | --program-p)
1289 ac_prev=program_prefix ;;
1290 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1291 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1292 program_prefix=$ac_optarg ;;
1293
1294 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1295 | --program-suf | --program-su | --program-s)
1296 ac_prev=program_suffix ;;
1297 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1298 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1299 program_suffix=$ac_optarg ;;
1300
1301 -program-transform-name | --program-transform-name \
1302 | --program-transform-nam | --program-transform-na \
1303 | --program-transform-n | --program-transform- \
1304 | --program-transform | --program-transfor \
1305 | --program-transfo | --program-transf \
1306 | --program-trans | --program-tran \
1307 | --progr-tra | --program-tr | --program-t)
1308 ac_prev=program_transform_name ;;
1309 -program-transform-name=* | --program-transform-name=* \
1310 | --program-transform-nam=* | --program-transform-na=* \
1311 | --program-transform-n=* | --program-transform-=* \
1312 | --program-transform=* | --program-transfor=* \
1313 | --program-transfo=* | --program-transf=* \
1314 | --program-trans=* | --program-tran=* \
1315 | --progr-tra=* | --program-tr=* | --program-t=*)
1316 program_transform_name=$ac_optarg ;;
1317
1318 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1319 ac_prev=pdfdir ;;
1320 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1321 pdfdir=$ac_optarg ;;
1322
1323 -psdir | --psdir | --psdi | --psd | --ps)
1324 ac_prev=psdir ;;
1325 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1326 psdir=$ac_optarg ;;
1327
1328 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1329 | -silent | --silent | --silen | --sile | --sil)
1330 silent=yes ;;
1331
1332 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1333 ac_prev=sbindir ;;
1334 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1335 | --sbi=* | --sb=*)
1336 sbindir=$ac_optarg ;;
1337
1338 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1339 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1340 | --sharedst | --shareds | --shared | --share | --shar \
1341 | --sha | --sh)
1342 ac_prev=sharedstatedir ;;
1343 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1344 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1345 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1346 | --sha=* | --sh=*)
1347 sharedstatedir=$ac_optarg ;;
1348
1349 -site | --site | --sit)
1350 ac_prev=site ;;
1351 -site=* | --site=* | --sit=*)
1352 site=$ac_optarg ;;
1353
1354 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1355 ac_prev=srcdir ;;
1356 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1357 srcdir=$ac_optarg ;;
1358
1359 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1360 | --syscon | --sysco | --sysc | --sys | --sy)
1361 ac_prev=sysconfdir ;;
1362 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1363 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1364 sysconfdir=$ac_optarg ;;
1365
1366 -target | --target | --targe | --targ | --tar | --ta | --t)
1367 ac_prev=target_alias ;;
1368 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1369 target_alias=$ac_optarg ;;
1370
1371 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1372 verbose=yes ;;
1373
1374 -version | --version | --versio | --versi | --vers | -V)
1375 ac_init_version=: ;;
1376
1377 -with-* | --with-*)
1378 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1379 # Reject names that are not valid shell variable names.
1380 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1381 as_fn_error $? "invalid package name: $ac_useropt"
1382 ac_useropt_orig=$ac_useropt
1383 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1384 case $ac_user_opts in
1385 *"
1386 "with_$ac_useropt"
1387 "*) ;;
1388 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1389 ac_unrecognized_sep=', ';;
1390 esac
1391 eval with_$ac_useropt=\$ac_optarg ;;
1392
1393 -without-* | --without-*)
1394 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1395 # Reject names that are not valid shell variable names.
1396 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1397 as_fn_error $? "invalid package name: $ac_useropt"
1398 ac_useropt_orig=$ac_useropt
1399 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1400 case $ac_user_opts in
1401 *"
1402 "with_$ac_useropt"
1403 "*) ;;
1404 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1405 ac_unrecognized_sep=', ';;
1406 esac
1407 eval with_$ac_useropt=no ;;
1408
1409 --x)
1410 # Obsolete; use --with-x.
1411 with_x=yes ;;
1412
1413 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1414 | --x-incl | --x-inc | --x-in | --x-i)
1415 ac_prev=x_includes ;;
1416 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1417 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1418 x_includes=$ac_optarg ;;
1419
1420 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1421 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1422 ac_prev=x_libraries ;;
1423 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1424 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1425 x_libraries=$ac_optarg ;;
1426
1427 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1428 Try \`$0 --help' for more information"
1429 ;;
1430
1431 *=*)
1432 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1433 # Reject names that are not valid shell variable names.
1434 case $ac_envvar in #(
1435 '' | [0-9]* | *[!_$as_cr_alnum]* )
1436 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1437 esac
1438 eval $ac_envvar=\$ac_optarg
1439 export $ac_envvar ;;
1440
1441 *)
1442 # FIXME: should be removed in autoconf 3.0.
1443 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1444 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1445 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1446 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1447 ;;
1448
1449 esac
1450 done
1451
1452 if test -n "$ac_prev"; then
1453 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1454 as_fn_error $? "missing argument to $ac_option"
1455 fi
1456
1457 if test -n "$ac_unrecognized_opts"; then
1458 case $enable_option_checking in
1459 no) ;;
1460 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1461 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1462 esac
1463 fi
1464
1465 # Check all directory arguments for consistency.
1466 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1467 datadir sysconfdir sharedstatedir localstatedir includedir \
1468 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1469 libdir localedir mandir
1470 do
1471 eval ac_val=\$$ac_var
1472 # Remove trailing slashes.
1473 case $ac_val in
1474 */ )
1475 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1476 eval $ac_var=\$ac_val;;
1477 esac
1478 # Be sure to have absolute directory names.
1479 case $ac_val in
1480 [\\/$]* | ?:[\\/]* ) continue;;
1481 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1482 esac
1483 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1484 done
1485
1486 # There might be people who depend on the old broken behavior: `$host'
1487 # used to hold the argument of --host etc.
1488 # FIXME: To remove some day.
1489 build=$build_alias
1490 host=$host_alias
1491 target=$target_alias
1492
1493 # FIXME: To remove some day.
1494 if test "x$host_alias" != x; then
1495 if test "x$build_alias" = x; then
1496 cross_compiling=maybe
1497 elif test "x$build_alias" != "x$host_alias"; then
1498 cross_compiling=yes
1499 fi
1500 fi
1501
1502 ac_tool_prefix=
1503 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1504
1505 test "$silent" = yes && exec 6>/dev/null
1506
1507
1508 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1509 ac_ls_di=`ls -di .` &&
1510 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1511 as_fn_error $? "working directory cannot be determined"
1512 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1513 as_fn_error $? "pwd does not report name of working directory"
1514
1515
1516 # Find the source files, if location was not specified.
1517 if test -z "$srcdir"; then
1518 ac_srcdir_defaulted=yes
1519 # Try the directory containing this script, then the parent directory.
1520 ac_confdir=`$as_dirname -- "$as_myself" ||
1521 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1522 X"$as_myself" : 'X\(//\)[^/]' \| \
1523 X"$as_myself" : 'X\(//\)$' \| \
1524 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1525 $as_echo X"$as_myself" |
1526 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1527 s//\1/
1528 q
1529 }
1530 /^X\(\/\/\)[^/].*/{
1531 s//\1/
1532 q
1533 }
1534 /^X\(\/\/\)$/{
1535 s//\1/
1536 q
1537 }
1538 /^X\(\/\).*/{
1539 s//\1/
1540 q
1541 }
1542 s/.*/./; q'`
1543 srcdir=$ac_confdir
1544 if test ! -r "$srcdir/$ac_unique_file"; then
1545 srcdir=..
1546 fi
1547 else
1548 ac_srcdir_defaulted=no
1549 fi
1550 if test ! -r "$srcdir/$ac_unique_file"; then
1551 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1552 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1553 fi
1554 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1555 ac_abs_confdir=`(
1556 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1557 pwd)`
1558 # When building in place, set srcdir=.
1559 if test "$ac_abs_confdir" = "$ac_pwd"; then
1560 srcdir=.
1561 fi
1562 # Remove unnecessary trailing slashes from srcdir.
1563 # Double slashes in file names in object file debugging info
1564 # mess up M-x gdb in Emacs.
1565 case $srcdir in
1566 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1567 esac
1568 for ac_var in $ac_precious_vars; do
1569 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1570 eval ac_env_${ac_var}_value=\$${ac_var}
1571 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1572 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1573 done
1574
1575 #
1576 # Report the --help message.
1577 #
1578 if test "$ac_init_help" = "long"; then
1579 # Omit some internal or obsolete options to make the list less imposing.
1580 # This message is too long to be a string in the A/UX 3.1 sh.
1581 cat <<_ACEOF
1582 \`configure' configures this package to adapt to many kinds of systems.
1583
1584 Usage: $0 [OPTION]... [VAR=VALUE]...
1585
1586 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1587 VAR=VALUE. See below for descriptions of some of the useful variables.
1588
1589 Defaults for the options are specified in brackets.
1590
1591 Configuration:
1592 -h, --help display this help and exit
1593 --help=short display options specific to this package
1594 --help=recursive display the short help of all the included packages
1595 -V, --version display version information and exit
1596 -q, --quiet, --silent do not print \`checking ...' messages
1597 --cache-file=FILE cache test results in FILE [disabled]
1598 -C, --config-cache alias for \`--cache-file=config.cache'
1599 -n, --no-create do not create output files
1600 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1601
1602 Installation directories:
1603 --prefix=PREFIX install architecture-independent files in PREFIX
1604 [$ac_default_prefix]
1605 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1606 [PREFIX]
1607
1608 By default, \`make install' will install all the files in
1609 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1610 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1611 for instance \`--prefix=\$HOME'.
1612
1613 For better control, use the options below.
1614
1615 Fine tuning of the installation directories:
1616 --bindir=DIR user executables [EPREFIX/bin]
1617 --sbindir=DIR system admin executables [EPREFIX/sbin]
1618 --libexecdir=DIR program executables [EPREFIX/libexec]
1619 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1620 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1621 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1622 --libdir=DIR object code libraries [EPREFIX/lib]
1623 --includedir=DIR C header files [PREFIX/include]
1624 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1625 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1626 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1627 --infodir=DIR info documentation [DATAROOTDIR/info]
1628 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1629 --mandir=DIR man documentation [DATAROOTDIR/man]
1630 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1631 --htmldir=DIR html documentation [DOCDIR]
1632 --dvidir=DIR dvi documentation [DOCDIR]
1633 --pdfdir=DIR pdf documentation [DOCDIR]
1634 --psdir=DIR ps documentation [DOCDIR]
1635 _ACEOF
1636
1637 cat <<\_ACEOF
1638
1639 Program names:
1640 --program-prefix=PREFIX prepend PREFIX to installed program names
1641 --program-suffix=SUFFIX append SUFFIX to installed program names
1642 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1643
1644 System types:
1645 --build=BUILD configure for building on BUILD [guessed]
1646 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1647 --target=TARGET configure for building compilers for TARGET [HOST]
1648 _ACEOF
1649 fi
1650
1651 if test -n "$ac_init_help"; then
1652
1653 cat <<\_ACEOF
1654
1655 Optional Features:
1656 --disable-option-checking ignore unrecognized --enable/--with options
1657 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1658 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1659 --enable-generated-files-in-srcdir
1660 put copies of generated files in source dir intended
1661 for creating source tarballs for users without
1662 texinfo bison or flex
1663 --disable-largefile omit support for large files
1664 --disable-build-format-warnings
1665 don't use -Wformat while building GCC
1666 --enable-werror-always enable -Werror despite compiler version
1667 --enable-checking[=LIST]
1668 enable expensive run-time checks. With LIST, enable
1669 only specific categories of checks. Categories are:
1670 yes,no,all,none,release. Flags are:
1671 assert,df,extra,fold,gc,gcac,gimple,misc,
1672 rtlflag,rtl,runtime,tree,valgrind,types
1673 --enable-coverage[=LEVEL]
1674 enable compiler's code coverage collection. Use to
1675 measure compiler performance and locate unused parts
1676 of the compiler. With LEVEL, specify optimization.
1677 Values are opt, noopt, default is noopt
1678 --enable-gather-detailed-mem-stats
1679 enable detailed memory allocation stats gathering
1680 --enable-valgrind-annotations
1681 enable valgrind runtime interaction
1682 --enable-multilib enable library support for multiple ABIs
1683 --enable-multiarch enable support for multiarch paths
1684 --enable-__cxa_atexit enable __cxa_atexit for C++
1685 --enable-decimal-float={no,yes,bid,dpd}
1686 enable decimal float extension to C. Selecting 'bid'
1687 or 'dpd' choses which decimal floating point format
1688 to use
1689 --enable-fixed-point enable fixed-point arithmetic extension to C
1690 --enable-threads[=LIB] enable thread usage for target GCC, using LIB thread
1691 package
1692 --enable-tls enable or disable generation of tls code overriding
1693 the assembler check for tls support
1694 --enable-vtable-verify enable vtable verification feature
1695 --disable-analyzer disable -fanalyzer static analyzer
1696 --enable-objc-gc enable the use of Boehm's garbage collector with the
1697 GNU Objective-C runtime
1698 --disable-shared don't provide a shared libgcc
1699 --disable-gcov don't provide libgcov and related host tools
1700 --enable-languages=LIST specify which front-ends to build
1701 --disable-rpath do not hardcode runtime library paths
1702 --enable-sjlj-exceptions
1703 arrange to use setjmp/longjmp exception handling
1704 --enable-secureplt enable -msecure-plt by default for PowerPC
1705 --enable-mingw-wildcard Set whether to expand wildcard on command-line.
1706 Default to platform configuration
1707 --enable-large-address-aware
1708 Link mingw executables with --large-address-aware
1709 --enable-leading-mingw64-underscores
1710 enable leading underscores on 64 bit mingw targets
1711 --enable-cld enable -mcld by default for 32bit x86
1712 --enable-frame-pointer enable -fno-omit-frame-pointer by default for x86
1713 --disable-win32-registry
1714 disable lookup of installation paths in the Registry
1715 on Windows hosts
1716 --enable-win32-registry enable registry lookup (default)
1717 --enable-win32-registry=KEY
1718 use KEY instead of GCC version as the last portion
1719 of the registry key
1720 --enable-shared[=PKGS] build shared libraries [default=yes]
1721 --enable-static[=PKGS] build static libraries [default=yes]
1722 --enable-fast-install[=PKGS]
1723 optimize for fast installation [default=yes]
1724 --disable-libtool-lock avoid locking (might break parallel builds)
1725 --enable-ld[=ARG] build ld [ARG={default,yes,no}]
1726 --enable-gold[=ARG] build gold [ARG={default,yes,no}]
1727 --enable-gnu-indirect-function
1728 enable the use of the @gnu_indirect_function to
1729 glibc systems
1730 --enable-initfini-array use .init_array/.fini_array sections
1731 --enable-comdat enable COMDAT group support
1732 --enable-newlib-nano-formatted-io
1733 Use nano version formatted IO
1734
1735 --enable-standard-branch-protection
1736 enable Branch Target Identification Mechanism and
1737 Return Address Signing by default for AArch64
1738 --disable-standard-branch-protection
1739 disable Branch Target Identification Mechanism and
1740 Return Address Signing by default for AArch64
1741
1742
1743 --enable-fix-cortex-a53-835769
1744 enable workaround for AArch64 Cortex-A53 erratum
1745 835769 by default
1746 --disable-fix-cortex-a53-835769
1747 disable workaround for AArch64 Cortex-A53 erratum
1748 835769 by default
1749
1750
1751 --enable-fix-cortex-a53-843419
1752 enable workaround for AArch64 Cortex-A53 erratum
1753 843419 by default
1754 --disable-fix-cortex-a53-843419
1755 disable workaround for AArch64 Cortex-A53 erratum
1756 843419 by default
1757
1758 --enable-gnu-unique-object
1759 enable the use of the @gnu_unique_object ELF
1760 extension on glibc systems
1761 --enable-linker-build-id
1762 compiler will always pass --build-id to linker
1763 --enable-libssp enable linking against libssp
1764 --enable-default-ssp enable Stack Smashing Protection as default
1765 --enable-maintainer-mode
1766 enable make rules and dependencies not useful (and
1767 sometimes confusing) to the casual installer
1768 --enable-link-mutex avoid linking multiple front-ends at once to avoid
1769 thrashing on the build machine
1770 --enable-version-specific-runtime-libs
1771 specify that runtime libraries should be installed
1772 in a compiler-specific directory
1773 --enable-plugin enable plugin support
1774 --enable-host-shared build host code as shared libraries
1775 --disable-libquadmath-support
1776 disable libquadmath support for Fortran
1777 --enable-default-pie enable Position Independent Executable as default
1778 --enable-cet enable Intel CET in host libraries [default=auto]
1779
1780 Optional Packages:
1781 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1782 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1783 --with-build-libsubdir=DIR Directory where to find libraries for build system
1784 --with-local-prefix=DIR specifies directory to put local include
1785 --with-native-system-header-dir=dir
1786 use dir as the directory to look for standard
1787 system header files in. Defaults to /usr/include.
1788 --with-build-sysroot=sysroot
1789 use sysroot as the system root during the build
1790 --with-sysroot[=DIR] search for usr/lib, usr/include, et al, within DIR
1791 --with-gxx-include-dir=DIR
1792 specifies directory to put g++ header files
1793 --with-cpp-install-dir=DIR
1794 install the user visible C preprocessor in DIR
1795 (relative to PREFIX) as well as PREFIX/bin
1796 --with-gnu-ld arrange to work with GNU ld
1797 --with-ld arrange to use the specified ld (full pathname)
1798 --with-demangler-in-ld try to use demangler in GNU ld
1799 --with-gnu-as arrange to work with GNU as
1800 --with-as arrange to use the specified as (full pathname)
1801 --with-stabs arrange to use stabs instead of host debug format
1802 --with-stack-clash-protection-guard-size=size
1803 Set the default stack clash protection guard size
1804 for specific targets as a power of two in bytes.
1805 --with-dwarf2 force the default debug format to be DWARF 2
1806 --with-specs=SPECS add SPECS to driver command-line processing
1807 --with-pkgversion=PKG Use PKG in the version string in place of "GCC"
1808 --with-bugurl=URL Direct users to URL to report a bug
1809 --with-documentation-root-url=URL
1810 Root for documentation URLs
1811 --with-changes-root-url=URL
1812 Root for GCC changes URLs
1813 --with-multilib-list select multilibs (AArch64, SH and x86-64 only)
1814 --with-zstd=PATH specify prefix directory for installed zstd library.
1815 Equivalent to --with-zstd-include=PATH/include plus
1816 --with-zstd-lib=PATH/lib
1817 --with-zstd-include=PATH
1818 specify directory for installed zstd include files
1819 --with-zstd-lib=PATH specify directory for the installed zstd library
1820 --with-gnu-ld assume the C compiler uses GNU ld default=no
1821 --with-libiconv-prefix[=DIR] search for libiconv in DIR/include and DIR/lib
1822 --without-libiconv-prefix don't search for libiconv in includedir and libdir
1823 --with-libiconv-type=TYPE type of library to search for (auto/static/shared)
1824 --with-gcc-major-version-only
1825 use only GCC major number in filesystem paths
1826 --with-pic try to use only PIC/non-PIC objects [default=use
1827 both]
1828 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1829 --with-plugin-ld=[ARG] specify the plugin linker
1830 --with-glibc-version=M.N
1831 assume GCC used with glibc version M.N or later
1832 --with-long-double-128 use 128-bit long double by default
1833 --with-long-double-format={ieee,ibm}
1834 Specify whether PowerPC long double uses IEEE or IBM format
1835
1836 --with-gc={page,zone} this option is not supported anymore. It used to
1837 choose the garbage collection mechanism to use with
1838 the compiler
1839 --with-system-zlib use installed libz
1840 --with-linker-hash-style={sysv,gnu,both}
1841 specify the linker hash style
1842 --with-diagnostics-color={never,auto,auto-if-env,always}
1843 specify the default of -fdiagnostics-color option
1844 auto-if-env stands for -fdiagnostics-color=auto if
1845 GCC_COLOR environment variable is present and
1846 -fdiagnostics-color=never otherwise
1847 --with-diagnostics-urls={never,auto,auto-if-env,always}
1848 specify the default of -fdiagnostics-urls option
1849 auto-if-env stands for -fdiagnostics-urls=auto if
1850 GCC_URLS or TERM_URLS environment variable is
1851 present and -fdiagnostics-urls=never otherwise
1852
1853 Some influential environment variables:
1854 CC C compiler command
1855 CFLAGS C compiler flags
1856 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1857 nonstandard directory <lib dir>
1858 LIBS libraries to pass to the linker, e.g. -l<library>
1859 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1860 you have headers in a nonstandard directory <include dir>
1861 CXX C++ compiler command
1862 CXXFLAGS C++ compiler flags
1863 CXXCPP C++ preprocessor
1864 CPP C preprocessor
1865 GMPLIBS How to link GMP
1866 GMPINC How to find GMP include files
1867 ISLLIBS How to link isl
1868 ISLINC How to find isl include files
1869
1870 Use these variables to override the choices made by `configure' or to help
1871 it to find libraries and programs with nonstandard names/locations.
1872
1873 Report bugs to the package provider.
1874 _ACEOF
1875 ac_status=$?
1876 fi
1877
1878 if test "$ac_init_help" = "recursive"; then
1879 # If there are subdirs, report their specific --help.
1880 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1881 test -d "$ac_dir" ||
1882 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1883 continue
1884 ac_builddir=.
1885
1886 case "$ac_dir" in
1887 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1888 *)
1889 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1890 # A ".." for each directory in $ac_dir_suffix.
1891 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1892 case $ac_top_builddir_sub in
1893 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1894 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1895 esac ;;
1896 esac
1897 ac_abs_top_builddir=$ac_pwd
1898 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1899 # for backward compatibility:
1900 ac_top_builddir=$ac_top_build_prefix
1901
1902 case $srcdir in
1903 .) # We are building in place.
1904 ac_srcdir=.
1905 ac_top_srcdir=$ac_top_builddir_sub
1906 ac_abs_top_srcdir=$ac_pwd ;;
1907 [\\/]* | ?:[\\/]* ) # Absolute name.
1908 ac_srcdir=$srcdir$ac_dir_suffix;
1909 ac_top_srcdir=$srcdir
1910 ac_abs_top_srcdir=$srcdir ;;
1911 *) # Relative name.
1912 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1913 ac_top_srcdir=$ac_top_build_prefix$srcdir
1914 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1915 esac
1916 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1917
1918 cd "$ac_dir" || { ac_status=$?; continue; }
1919 # Check for guested configure.
1920 if test -f "$ac_srcdir/configure.gnu"; then
1921 echo &&
1922 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1923 elif test -f "$ac_srcdir/configure"; then
1924 echo &&
1925 $SHELL "$ac_srcdir/configure" --help=recursive
1926 else
1927 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1928 fi || ac_status=$?
1929 cd "$ac_pwd" || { ac_status=$?; break; }
1930 done
1931 fi
1932
1933 test -n "$ac_init_help" && exit $ac_status
1934 if $ac_init_version; then
1935 cat <<\_ACEOF
1936 configure
1937 generated by GNU Autoconf 2.69
1938
1939 Copyright (C) 2012 Free Software Foundation, Inc.
1940 This configure script is free software; the Free Software Foundation
1941 gives unlimited permission to copy, distribute and modify it.
1942 _ACEOF
1943 exit
1944 fi
1945
1946 ## ------------------------ ##
1947 ## Autoconf initialization. ##
1948 ## ------------------------ ##
1949
1950 # ac_fn_c_try_compile LINENO
1951 # --------------------------
1952 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1953 ac_fn_c_try_compile ()
1954 {
1955 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1956 rm -f conftest.$ac_objext
1957 if { { ac_try="$ac_compile"
1958 case "(($ac_try" in
1959 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1960 *) ac_try_echo=$ac_try;;
1961 esac
1962 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1963 $as_echo "$ac_try_echo"; } >&5
1964 (eval "$ac_compile") 2>conftest.err
1965 ac_status=$?
1966 if test -s conftest.err; then
1967 grep -v '^ *+' conftest.err >conftest.er1
1968 cat conftest.er1 >&5
1969 mv -f conftest.er1 conftest.err
1970 fi
1971 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1972 test $ac_status = 0; } && {
1973 test -z "$ac_c_werror_flag" ||
1974 test ! -s conftest.err
1975 } && test -s conftest.$ac_objext; then :
1976 ac_retval=0
1977 else
1978 $as_echo "$as_me: failed program was:" >&5
1979 sed 's/^/| /' conftest.$ac_ext >&5
1980
1981 ac_retval=1
1982 fi
1983 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1984 as_fn_set_status $ac_retval
1985
1986 } # ac_fn_c_try_compile
1987
1988 # ac_fn_cxx_try_compile LINENO
1989 # ----------------------------
1990 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1991 ac_fn_cxx_try_compile ()
1992 {
1993 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1994 rm -f conftest.$ac_objext
1995 if { { ac_try="$ac_compile"
1996 case "(($ac_try" in
1997 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1998 *) ac_try_echo=$ac_try;;
1999 esac
2000 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2001 $as_echo "$ac_try_echo"; } >&5
2002 (eval "$ac_compile") 2>conftest.err
2003 ac_status=$?
2004 if test -s conftest.err; then
2005 grep -v '^ *+' conftest.err >conftest.er1
2006 cat conftest.er1 >&5
2007 mv -f conftest.er1 conftest.err
2008 fi
2009 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2010 test $ac_status = 0; } && {
2011 test -z "$ac_cxx_werror_flag" ||
2012 test ! -s conftest.err
2013 } && test -s conftest.$ac_objext; then :
2014 ac_retval=0
2015 else
2016 $as_echo "$as_me: failed program was:" >&5
2017 sed 's/^/| /' conftest.$ac_ext >&5
2018
2019 ac_retval=1
2020 fi
2021 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2022 as_fn_set_status $ac_retval
2023
2024 } # ac_fn_cxx_try_compile
2025
2026 # ac_fn_cxx_try_cpp LINENO
2027 # ------------------------
2028 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
2029 ac_fn_cxx_try_cpp ()
2030 {
2031 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2032 if { { ac_try="$ac_cpp conftest.$ac_ext"
2033 case "(($ac_try" in
2034 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2035 *) ac_try_echo=$ac_try;;
2036 esac
2037 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2038 $as_echo "$ac_try_echo"; } >&5
2039 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
2040 ac_status=$?
2041 if test -s conftest.err; then
2042 grep -v '^ *+' conftest.err >conftest.er1
2043 cat conftest.er1 >&5
2044 mv -f conftest.er1 conftest.err
2045 fi
2046 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2047 test $ac_status = 0; } > conftest.i && {
2048 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
2049 test ! -s conftest.err
2050 }; then :
2051 ac_retval=0
2052 else
2053 $as_echo "$as_me: failed program was:" >&5
2054 sed 's/^/| /' conftest.$ac_ext >&5
2055
2056 ac_retval=1
2057 fi
2058 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2059 as_fn_set_status $ac_retval
2060
2061 } # ac_fn_cxx_try_cpp
2062
2063 # ac_fn_cxx_check_header_mongrel LINENO HEADER VAR INCLUDES
2064 # ---------------------------------------------------------
2065 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
2066 # the include files in INCLUDES and setting the cache variable VAR
2067 # accordingly.
2068 ac_fn_cxx_check_header_mongrel ()
2069 {
2070 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2071 if eval \${$3+:} false; then :
2072 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2073 $as_echo_n "checking for $2... " >&6; }
2074 if eval \${$3+:} false; then :
2075 $as_echo_n "(cached) " >&6
2076 fi
2077 eval ac_res=\$$3
2078 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2079 $as_echo "$ac_res" >&6; }
2080 else
2081 # Is the header compilable?
2082 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
2083 $as_echo_n "checking $2 usability... " >&6; }
2084 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2085 /* end confdefs.h. */
2086 $4
2087 #include <$2>
2088 _ACEOF
2089 if ac_fn_cxx_try_compile "$LINENO"; then :
2090 ac_header_compiler=yes
2091 else
2092 ac_header_compiler=no
2093 fi
2094 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2095 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
2096 $as_echo "$ac_header_compiler" >&6; }
2097
2098 # Is the header present?
2099 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
2100 $as_echo_n "checking $2 presence... " >&6; }
2101 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2102 /* end confdefs.h. */
2103 #include <$2>
2104 _ACEOF
2105 if ac_fn_cxx_try_cpp "$LINENO"; then :
2106 ac_header_preproc=yes
2107 else
2108 ac_header_preproc=no
2109 fi
2110 rm -f conftest.err conftest.i conftest.$ac_ext
2111 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
2112 $as_echo "$ac_header_preproc" >&6; }
2113
2114 # So? What about this header?
2115 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in #((
2116 yes:no: )
2117 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
2118 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
2119 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2120 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2121 ;;
2122 no:yes:* )
2123 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
2124 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
2125 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
2126 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
2127 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
2128 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
2129 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
2130 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
2131 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2132 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2133 ;;
2134 esac
2135 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2136 $as_echo_n "checking for $2... " >&6; }
2137 if eval \${$3+:} false; then :
2138 $as_echo_n "(cached) " >&6
2139 else
2140 eval "$3=\$ac_header_compiler"
2141 fi
2142 eval ac_res=\$$3
2143 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2144 $as_echo "$ac_res" >&6; }
2145 fi
2146 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2147
2148 } # ac_fn_cxx_check_header_mongrel
2149
2150 # ac_fn_cxx_try_run LINENO
2151 # ------------------------
2152 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
2153 # that executables *can* be run.
2154 ac_fn_cxx_try_run ()
2155 {
2156 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2157 if { { ac_try="$ac_link"
2158 case "(($ac_try" in
2159 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2160 *) ac_try_echo=$ac_try;;
2161 esac
2162 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2163 $as_echo "$ac_try_echo"; } >&5
2164 (eval "$ac_link") 2>&5
2165 ac_status=$?
2166 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2167 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
2168 { { case "(($ac_try" in
2169 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2170 *) ac_try_echo=$ac_try;;
2171 esac
2172 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2173 $as_echo "$ac_try_echo"; } >&5
2174 (eval "$ac_try") 2>&5
2175 ac_status=$?
2176 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2177 test $ac_status = 0; }; }; then :
2178 ac_retval=0
2179 else
2180 $as_echo "$as_me: program exited with status $ac_status" >&5
2181 $as_echo "$as_me: failed program was:" >&5
2182 sed 's/^/| /' conftest.$ac_ext >&5
2183
2184 ac_retval=$ac_status
2185 fi
2186 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2187 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2188 as_fn_set_status $ac_retval
2189
2190 } # ac_fn_cxx_try_run
2191
2192 # ac_fn_cxx_check_header_compile LINENO HEADER VAR INCLUDES
2193 # ---------------------------------------------------------
2194 # Tests whether HEADER exists and can be compiled using the include files in
2195 # INCLUDES, setting the cache variable VAR accordingly.
2196 ac_fn_cxx_check_header_compile ()
2197 {
2198 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2199 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2200 $as_echo_n "checking for $2... " >&6; }
2201 if eval \${$3+:} false; then :
2202 $as_echo_n "(cached) " >&6
2203 else
2204 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2205 /* end confdefs.h. */
2206 $4
2207 #include <$2>
2208 _ACEOF
2209 if ac_fn_cxx_try_compile "$LINENO"; then :
2210 eval "$3=yes"
2211 else
2212 eval "$3=no"
2213 fi
2214 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2215 fi
2216 eval ac_res=\$$3
2217 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2218 $as_echo "$ac_res" >&6; }
2219 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2220
2221 } # ac_fn_cxx_check_header_compile
2222
2223 # ac_fn_c_try_cpp LINENO
2224 # ----------------------
2225 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
2226 ac_fn_c_try_cpp ()
2227 {
2228 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2229 if { { ac_try="$ac_cpp conftest.$ac_ext"
2230 case "(($ac_try" in
2231 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2232 *) ac_try_echo=$ac_try;;
2233 esac
2234 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2235 $as_echo "$ac_try_echo"; } >&5
2236 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
2237 ac_status=$?
2238 if test -s conftest.err; then
2239 grep -v '^ *+' conftest.err >conftest.er1
2240 cat conftest.er1 >&5
2241 mv -f conftest.er1 conftest.err
2242 fi
2243 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2244 test $ac_status = 0; } > conftest.i && {
2245 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
2246 test ! -s conftest.err
2247 }; then :
2248 ac_retval=0
2249 else
2250 $as_echo "$as_me: failed program was:" >&5
2251 sed 's/^/| /' conftest.$ac_ext >&5
2252
2253 ac_retval=1
2254 fi
2255 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2256 as_fn_set_status $ac_retval
2257
2258 } # ac_fn_c_try_cpp
2259
2260 # ac_fn_cxx_compute_int LINENO EXPR VAR INCLUDES
2261 # ----------------------------------------------
2262 # Tries to find the compile-time value of EXPR in a program that includes
2263 # INCLUDES, setting VAR accordingly. Returns whether the value could be
2264 # computed
2265 ac_fn_cxx_compute_int ()
2266 {
2267 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2268 if test "$cross_compiling" = yes; then
2269 # Depending upon the size, compute the lo and hi bounds.
2270 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2271 /* end confdefs.h. */
2272 $4
2273 int
2274 main ()
2275 {
2276 static int test_array [1 - 2 * !(($2) >= 0)];
2277 test_array [0] = 0;
2278 return test_array [0];
2279
2280 ;
2281 return 0;
2282 }
2283 _ACEOF
2284 if ac_fn_cxx_try_compile "$LINENO"; then :
2285 ac_lo=0 ac_mid=0
2286 while :; do
2287 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2288 /* end confdefs.h. */
2289 $4
2290 int
2291 main ()
2292 {
2293 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2294 test_array [0] = 0;
2295 return test_array [0];
2296
2297 ;
2298 return 0;
2299 }
2300 _ACEOF
2301 if ac_fn_cxx_try_compile "$LINENO"; then :
2302 ac_hi=$ac_mid; break
2303 else
2304 as_fn_arith $ac_mid + 1 && ac_lo=$as_val
2305 if test $ac_lo -le $ac_mid; then
2306 ac_lo= ac_hi=
2307 break
2308 fi
2309 as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val
2310 fi
2311 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2312 done
2313 else
2314 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2315 /* end confdefs.h. */
2316 $4
2317 int
2318 main ()
2319 {
2320 static int test_array [1 - 2 * !(($2) < 0)];
2321 test_array [0] = 0;
2322 return test_array [0];
2323
2324 ;
2325 return 0;
2326 }
2327 _ACEOF
2328 if ac_fn_cxx_try_compile "$LINENO"; then :
2329 ac_hi=-1 ac_mid=-1
2330 while :; do
2331 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2332 /* end confdefs.h. */
2333 $4
2334 int
2335 main ()
2336 {
2337 static int test_array [1 - 2 * !(($2) >= $ac_mid)];
2338 test_array [0] = 0;
2339 return test_array [0];
2340
2341 ;
2342 return 0;
2343 }
2344 _ACEOF
2345 if ac_fn_cxx_try_compile "$LINENO"; then :
2346 ac_lo=$ac_mid; break
2347 else
2348 as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
2349 if test $ac_mid -le $ac_hi; then
2350 ac_lo= ac_hi=
2351 break
2352 fi
2353 as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val
2354 fi
2355 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2356 done
2357 else
2358 ac_lo= ac_hi=
2359 fi
2360 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2361 fi
2362 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2363 # Binary search between lo and hi bounds.
2364 while test "x$ac_lo" != "x$ac_hi"; do
2365 as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val
2366 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2367 /* end confdefs.h. */
2368 $4
2369 int
2370 main ()
2371 {
2372 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2373 test_array [0] = 0;
2374 return test_array [0];
2375
2376 ;
2377 return 0;
2378 }
2379 _ACEOF
2380 if ac_fn_cxx_try_compile "$LINENO"; then :
2381 ac_hi=$ac_mid
2382 else
2383 as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val
2384 fi
2385 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2386 done
2387 case $ac_lo in #((
2388 ?*) eval "$3=\$ac_lo"; ac_retval=0 ;;
2389 '') ac_retval=1 ;;
2390 esac
2391 else
2392 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2393 /* end confdefs.h. */
2394 $4
2395 static long int longval () { return $2; }
2396 static unsigned long int ulongval () { return $2; }
2397 #include <stdio.h>
2398 #include <stdlib.h>
2399 int
2400 main ()
2401 {
2402
2403 FILE *f = fopen ("conftest.val", "w");
2404 if (! f)
2405 return 1;
2406 if (($2) < 0)
2407 {
2408 long int i = longval ();
2409 if (i != ($2))
2410 return 1;
2411 fprintf (f, "%ld", i);
2412 }
2413 else
2414 {
2415 unsigned long int i = ulongval ();
2416 if (i != ($2))
2417 return 1;
2418 fprintf (f, "%lu", i);
2419 }
2420 /* Do not output a trailing newline, as this causes \r\n confusion
2421 on some platforms. */
2422 return ferror (f) || fclose (f) != 0;
2423
2424 ;
2425 return 0;
2426 }
2427 _ACEOF
2428 if ac_fn_cxx_try_run "$LINENO"; then :
2429 echo >>conftest.val; read $3 <conftest.val; ac_retval=0
2430 else
2431 ac_retval=1
2432 fi
2433 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
2434 conftest.$ac_objext conftest.beam conftest.$ac_ext
2435 rm -f conftest.val
2436
2437 fi
2438 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2439 as_fn_set_status $ac_retval
2440
2441 } # ac_fn_cxx_compute_int
2442
2443 # ac_fn_cxx_check_type LINENO TYPE VAR INCLUDES
2444 # ---------------------------------------------
2445 # Tests whether TYPE exists after having included INCLUDES, setting cache
2446 # variable VAR accordingly.
2447 ac_fn_cxx_check_type ()
2448 {
2449 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2450 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2451 $as_echo_n "checking for $2... " >&6; }
2452 if eval \${$3+:} false; then :
2453 $as_echo_n "(cached) " >&6
2454 else
2455 eval "$3=no"
2456 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2457 /* end confdefs.h. */
2458 $4
2459 int
2460 main ()
2461 {
2462 if (sizeof ($2))
2463 return 0;
2464 ;
2465 return 0;
2466 }
2467 _ACEOF
2468 if ac_fn_cxx_try_compile "$LINENO"; then :
2469 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2470 /* end confdefs.h. */
2471 $4
2472 int
2473 main ()
2474 {
2475 if (sizeof (($2)))
2476 return 0;
2477 ;
2478 return 0;
2479 }
2480 _ACEOF
2481 if ac_fn_cxx_try_compile "$LINENO"; then :
2482
2483 else
2484 eval "$3=yes"
2485 fi
2486 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2487 fi
2488 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2489 fi
2490 eval ac_res=\$$3
2491 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2492 $as_echo "$ac_res" >&6; }
2493 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2494
2495 } # ac_fn_cxx_check_type
2496
2497 # ac_fn_c_find_intX_t LINENO BITS VAR
2498 # -----------------------------------
2499 # Finds a signed integer type with width BITS, setting cache variable VAR
2500 # accordingly.
2501 ac_fn_c_find_intX_t ()
2502 {
2503 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2504 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for int$2_t" >&5
2505 $as_echo_n "checking for int$2_t... " >&6; }
2506 if eval \${$3+:} false; then :
2507 $as_echo_n "(cached) " >&6
2508 else
2509 eval "$3=no"
2510 # Order is important - never check a type that is potentially smaller
2511 # than half of the expected target width.
2512 for ac_type in int$2_t 'int' 'long int' \
2513 'long long int' 'short int' 'signed char'; do
2514 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2515 /* end confdefs.h. */
2516 $ac_includes_default
2517 enum { N = $2 / 2 - 1 };
2518 int
2519 main ()
2520 {
2521 static int test_array [1 - 2 * !(0 < ($ac_type) ((((($ac_type) 1 << N) << N) - 1) * 2 + 1))];
2522 test_array [0] = 0;
2523 return test_array [0];
2524
2525 ;
2526 return 0;
2527 }
2528 _ACEOF
2529 if ac_fn_cxx_try_compile "$LINENO"; then :
2530 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2531 /* end confdefs.h. */
2532 $ac_includes_default
2533 enum { N = $2 / 2 - 1 };
2534 int
2535 main ()
2536 {
2537 static int test_array [1 - 2 * !(($ac_type) ((((($ac_type) 1 << N) << N) - 1) * 2 + 1)
2538 < ($ac_type) ((((($ac_type) 1 << N) << N) - 1) * 2 + 2))];
2539 test_array [0] = 0;
2540 return test_array [0];
2541
2542 ;
2543 return 0;
2544 }
2545 _ACEOF
2546 if ac_fn_cxx_try_compile "$LINENO"; then :
2547
2548 else
2549 case $ac_type in #(
2550 int$2_t) :
2551 eval "$3=yes" ;; #(
2552 *) :
2553 eval "$3=\$ac_type" ;;
2554 esac
2555 fi
2556 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2557 fi
2558 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2559 if eval test \"x\$"$3"\" = x"no"; then :
2560
2561 else
2562 break
2563 fi
2564 done
2565 fi
2566 eval ac_res=\$$3
2567 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2568 $as_echo "$ac_res" >&6; }
2569 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2570
2571 } # ac_fn_c_find_intX_t
2572
2573 # ac_fn_cxx_try_link LINENO
2574 # -------------------------
2575 # Try to link conftest.$ac_ext, and return whether this succeeded.
2576 ac_fn_cxx_try_link ()
2577 {
2578 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2579 rm -f conftest.$ac_objext conftest$ac_exeext
2580 if { { ac_try="$ac_link"
2581 case "(($ac_try" in
2582 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2583 *) ac_try_echo=$ac_try;;
2584 esac
2585 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2586 $as_echo "$ac_try_echo"; } >&5
2587 (eval "$ac_link") 2>conftest.err
2588 ac_status=$?
2589 if test -s conftest.err; then
2590 grep -v '^ *+' conftest.err >conftest.er1
2591 cat conftest.er1 >&5
2592 mv -f conftest.er1 conftest.err
2593 fi
2594 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2595 test $ac_status = 0; } && {
2596 test -z "$ac_cxx_werror_flag" ||
2597 test ! -s conftest.err
2598 } && test -s conftest$ac_exeext && {
2599 test "$cross_compiling" = yes ||
2600 test -x conftest$ac_exeext
2601 }; then :
2602 ac_retval=0
2603 else
2604 $as_echo "$as_me: failed program was:" >&5
2605 sed 's/^/| /' conftest.$ac_ext >&5
2606
2607 ac_retval=1
2608 fi
2609 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
2610 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
2611 # interfere with the next link command; also delete a directory that is
2612 # left behind by Apple's compiler. We do this before executing the actions.
2613 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2614 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2615 as_fn_set_status $ac_retval
2616
2617 } # ac_fn_cxx_try_link
2618
2619 # ac_fn_c_find_uintX_t LINENO BITS VAR
2620 # ------------------------------------
2621 # Finds an unsigned integer type with width BITS, setting cache variable VAR
2622 # accordingly.
2623 ac_fn_c_find_uintX_t ()
2624 {
2625 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2626 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for uint$2_t" >&5
2627 $as_echo_n "checking for uint$2_t... " >&6; }
2628 if eval \${$3+:} false; then :
2629 $as_echo_n "(cached) " >&6
2630 else
2631 eval "$3=no"
2632 # Order is important - never check a type that is potentially smaller
2633 # than half of the expected target width.
2634 for ac_type in uint$2_t 'unsigned int' 'unsigned long int' \
2635 'unsigned long long int' 'unsigned short int' 'unsigned char'; do
2636 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2637 /* end confdefs.h. */
2638 $ac_includes_default
2639 int
2640 main ()
2641 {
2642 static int test_array [1 - 2 * !((($ac_type) -1 >> ($2 / 2 - 1)) >> ($2 / 2 - 1) == 3)];
2643 test_array [0] = 0;
2644 return test_array [0];
2645
2646 ;
2647 return 0;
2648 }
2649 _ACEOF
2650 if ac_fn_cxx_try_compile "$LINENO"; then :
2651 case $ac_type in #(
2652 uint$2_t) :
2653 eval "$3=yes" ;; #(
2654 *) :
2655 eval "$3=\$ac_type" ;;
2656 esac
2657 fi
2658 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2659 if eval test \"x\$"$3"\" = x"no"; then :
2660
2661 else
2662 break
2663 fi
2664 done
2665 fi
2666 eval ac_res=\$$3
2667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2668 $as_echo "$ac_res" >&6; }
2669 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2670
2671 } # ac_fn_c_find_uintX_t
2672
2673 # ac_fn_cxx_check_header_preproc LINENO HEADER VAR
2674 # ------------------------------------------------
2675 # Tests whether HEADER is present, setting the cache variable VAR accordingly.
2676 ac_fn_cxx_check_header_preproc ()
2677 {
2678 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2679 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2680 $as_echo_n "checking for $2... " >&6; }
2681 if eval \${$3+:} false; then :
2682 $as_echo_n "(cached) " >&6
2683 else
2684 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2685 /* end confdefs.h. */
2686 #include <$2>
2687 _ACEOF
2688 if ac_fn_cxx_try_cpp "$LINENO"; then :
2689 eval "$3=yes"
2690 else
2691 eval "$3=no"
2692 fi
2693 rm -f conftest.err conftest.i conftest.$ac_ext
2694 fi
2695 eval ac_res=\$$3
2696 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2697 $as_echo "$ac_res" >&6; }
2698 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2699
2700 } # ac_fn_cxx_check_header_preproc
2701
2702 # ac_fn_cxx_check_func LINENO FUNC VAR
2703 # ------------------------------------
2704 # Tests whether FUNC exists, setting the cache variable VAR accordingly
2705 ac_fn_cxx_check_func ()
2706 {
2707 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2708 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2709 $as_echo_n "checking for $2... " >&6; }
2710 if eval \${$3+:} false; then :
2711 $as_echo_n "(cached) " >&6
2712 else
2713 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2714 /* end confdefs.h. */
2715 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
2716 For example, HP-UX 11i <limits.h> declares gettimeofday. */
2717 #define $2 innocuous_$2
2718
2719 /* System header to define __stub macros and hopefully few prototypes,
2720 which can conflict with char $2 (); below.
2721 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2722 <limits.h> exists even on freestanding compilers. */
2723
2724 #ifdef __STDC__
2725 # include <limits.h>
2726 #else
2727 # include <assert.h>
2728 #endif
2729
2730 #undef $2
2731
2732 /* Override any GCC internal prototype to avoid an error.
2733 Use char because int might match the return type of a GCC
2734 builtin and then its argument prototype would still apply. */
2735 #ifdef __cplusplus
2736 extern "C"
2737 #endif
2738 char $2 ();
2739 /* The GNU C library defines this for functions which it implements
2740 to always fail with ENOSYS. Some functions are actually named
2741 something starting with __ and the normal name is an alias. */
2742 #if defined __stub_$2 || defined __stub___$2
2743 choke me
2744 #endif
2745
2746 int
2747 main ()
2748 {
2749 return $2 ();
2750 ;
2751 return 0;
2752 }
2753 _ACEOF
2754 if ac_fn_cxx_try_link "$LINENO"; then :
2755 eval "$3=yes"
2756 else
2757 eval "$3=no"
2758 fi
2759 rm -f core conftest.err conftest.$ac_objext \
2760 conftest$ac_exeext conftest.$ac_ext
2761 fi
2762 eval ac_res=\$$3
2763 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2764 $as_echo "$ac_res" >&6; }
2765 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2766
2767 } # ac_fn_cxx_check_func
2768
2769 # ac_fn_cxx_check_decl LINENO SYMBOL VAR INCLUDES
2770 # -----------------------------------------------
2771 # Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR
2772 # accordingly.
2773 ac_fn_cxx_check_decl ()
2774 {
2775 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2776 as_decl_name=`echo $2|sed 's/ *(.*//'`
2777 as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
2778 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
2779 $as_echo_n "checking whether $as_decl_name is declared... " >&6; }
2780 if eval \${$3+:} false; then :
2781 $as_echo_n "(cached) " >&6
2782 else
2783 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2784 /* end confdefs.h. */
2785 $4
2786 int
2787 main ()
2788 {
2789 #ifndef $as_decl_name
2790 #ifdef __cplusplus
2791 (void) $as_decl_use;
2792 #else
2793 (void) $as_decl_name;
2794 #endif
2795 #endif
2796
2797 ;
2798 return 0;
2799 }
2800 _ACEOF
2801 if ac_fn_cxx_try_compile "$LINENO"; then :
2802 eval "$3=yes"
2803 else
2804 eval "$3=no"
2805 fi
2806 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2807 fi
2808 eval ac_res=\$$3
2809 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2810 $as_echo "$ac_res" >&6; }
2811 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2812
2813 } # ac_fn_cxx_check_decl
2814
2815 # ac_fn_c_try_link LINENO
2816 # -----------------------
2817 # Try to link conftest.$ac_ext, and return whether this succeeded.
2818 ac_fn_c_try_link ()
2819 {
2820 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2821 rm -f conftest.$ac_objext conftest$ac_exeext
2822 if { { ac_try="$ac_link"
2823 case "(($ac_try" in
2824 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2825 *) ac_try_echo=$ac_try;;
2826 esac
2827 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2828 $as_echo "$ac_try_echo"; } >&5
2829 (eval "$ac_link") 2>conftest.err
2830 ac_status=$?
2831 if test -s conftest.err; then
2832 grep -v '^ *+' conftest.err >conftest.er1
2833 cat conftest.er1 >&5
2834 mv -f conftest.er1 conftest.err
2835 fi
2836 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2837 test $ac_status = 0; } && {
2838 test -z "$ac_c_werror_flag" ||
2839 test ! -s conftest.err
2840 } && test -s conftest$ac_exeext && {
2841 test "$cross_compiling" = yes ||
2842 test -x conftest$ac_exeext
2843 }; then :
2844 ac_retval=0
2845 else
2846 $as_echo "$as_me: failed program was:" >&5
2847 sed 's/^/| /' conftest.$ac_ext >&5
2848
2849 ac_retval=1
2850 fi
2851 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
2852 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
2853 # interfere with the next link command; also delete a directory that is
2854 # left behind by Apple's compiler. We do this before executing the actions.
2855 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2856 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2857 as_fn_set_status $ac_retval
2858
2859 } # ac_fn_c_try_link
2860
2861 # ac_fn_c_check_header_preproc LINENO HEADER VAR
2862 # ----------------------------------------------
2863 # Tests whether HEADER is present, setting the cache variable VAR accordingly.
2864 ac_fn_c_check_header_preproc ()
2865 {
2866 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2867 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2868 $as_echo_n "checking for $2... " >&6; }
2869 if eval \${$3+:} false; then :
2870 $as_echo_n "(cached) " >&6
2871 else
2872 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2873 /* end confdefs.h. */
2874 #include <$2>
2875 _ACEOF
2876 if ac_fn_c_try_cpp "$LINENO"; then :
2877 eval "$3=yes"
2878 else
2879 eval "$3=no"
2880 fi
2881 rm -f conftest.err conftest.i conftest.$ac_ext
2882 fi
2883 eval ac_res=\$$3
2884 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2885 $as_echo "$ac_res" >&6; }
2886 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2887
2888 } # ac_fn_c_check_header_preproc
2889
2890 # ac_fn_c_check_func LINENO FUNC VAR
2891 # ----------------------------------
2892 # Tests whether FUNC exists, setting the cache variable VAR accordingly
2893 ac_fn_c_check_func ()
2894 {
2895 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2896 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2897 $as_echo_n "checking for $2... " >&6; }
2898 if eval \${$3+:} false; then :
2899 $as_echo_n "(cached) " >&6
2900 else
2901 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2902 /* end confdefs.h. */
2903 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
2904 For example, HP-UX 11i <limits.h> declares gettimeofday. */
2905 #define $2 innocuous_$2
2906
2907 /* System header to define __stub macros and hopefully few prototypes,
2908 which can conflict with char $2 (); below.
2909 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2910 <limits.h> exists even on freestanding compilers. */
2911
2912 #ifdef __STDC__
2913 # include <limits.h>
2914 #else
2915 # include <assert.h>
2916 #endif
2917
2918 #undef $2
2919
2920 /* Override any GCC internal prototype to avoid an error.
2921 Use char because int might match the return type of a GCC
2922 builtin and then its argument prototype would still apply. */
2923 #ifdef __cplusplus
2924 extern "C"
2925 #endif
2926 char $2 ();
2927 /* The GNU C library defines this for functions which it implements
2928 to always fail with ENOSYS. Some functions are actually named
2929 something starting with __ and the normal name is an alias. */
2930 #if defined __stub_$2 || defined __stub___$2
2931 choke me
2932 #endif
2933
2934 int
2935 main ()
2936 {
2937 return $2 ();
2938 ;
2939 return 0;
2940 }
2941 _ACEOF
2942 if ac_fn_c_try_link "$LINENO"; then :
2943 eval "$3=yes"
2944 else
2945 eval "$3=no"
2946 fi
2947 rm -f core conftest.err conftest.$ac_objext \
2948 conftest$ac_exeext conftest.$ac_ext
2949 fi
2950 eval ac_res=\$$3
2951 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2952 $as_echo "$ac_res" >&6; }
2953 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2954
2955 } # ac_fn_c_check_func
2956 cat >config.log <<_ACEOF
2957 This file contains any messages produced by compilers while
2958 running configure, to aid debugging if configure makes a mistake.
2959
2960 It was created by $as_me, which was
2961 generated by GNU Autoconf 2.69. Invocation command line was
2962
2963 $ $0 $@
2964
2965 _ACEOF
2966 exec 5>>config.log
2967 {
2968 cat <<_ASUNAME
2969 ## --------- ##
2970 ## Platform. ##
2971 ## --------- ##
2972
2973 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2974 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2975 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2976 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2977 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2978
2979 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2980 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2981
2982 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2983 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2984 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2985 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2986 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2987 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2988 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2989
2990 _ASUNAME
2991
2992 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2993 for as_dir in $PATH
2994 do
2995 IFS=$as_save_IFS
2996 test -z "$as_dir" && as_dir=.
2997 $as_echo "PATH: $as_dir"
2998 done
2999 IFS=$as_save_IFS
3000
3001 } >&5
3002
3003 cat >&5 <<_ACEOF
3004
3005
3006 ## ----------- ##
3007 ## Core tests. ##
3008 ## ----------- ##
3009
3010 _ACEOF
3011
3012
3013 # Keep a trace of the command line.
3014 # Strip out --no-create and --no-recursion so they do not pile up.
3015 # Strip out --silent because we don't want to record it for future runs.
3016 # Also quote any args containing shell meta-characters.
3017 # Make two passes to allow for proper duplicate-argument suppression.
3018 ac_configure_args=
3019 ac_configure_args0=
3020 ac_configure_args1=
3021 ac_must_keep_next=false
3022 for ac_pass in 1 2
3023 do
3024 for ac_arg
3025 do
3026 case $ac_arg in
3027 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
3028 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
3029 | -silent | --silent | --silen | --sile | --sil)
3030 continue ;;
3031 *\'*)
3032 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
3033 esac
3034 case $ac_pass in
3035 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
3036 2)
3037 as_fn_append ac_configure_args1 " '$ac_arg'"
3038 if test $ac_must_keep_next = true; then
3039 ac_must_keep_next=false # Got value, back to normal.
3040 else
3041 case $ac_arg in
3042 *=* | --config-cache | -C | -disable-* | --disable-* \
3043 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
3044 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
3045 | -with-* | --with-* | -without-* | --without-* | --x)
3046 case "$ac_configure_args0 " in
3047 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
3048 esac
3049 ;;
3050 -* ) ac_must_keep_next=true ;;
3051 esac
3052 fi
3053 as_fn_append ac_configure_args " '$ac_arg'"
3054 ;;
3055 esac
3056 done
3057 done
3058 { ac_configure_args0=; unset ac_configure_args0;}
3059 { ac_configure_args1=; unset ac_configure_args1;}
3060
3061 # When interrupted or exit'd, cleanup temporary files, and complete
3062 # config.log. We remove comments because anyway the quotes in there
3063 # would cause problems or look ugly.
3064 # WARNING: Use '\'' to represent an apostrophe within the trap.
3065 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
3066 trap 'exit_status=$?
3067 # Save into config.log some information that might help in debugging.
3068 {
3069 echo
3070
3071 $as_echo "## ---------------- ##
3072 ## Cache variables. ##
3073 ## ---------------- ##"
3074 echo
3075 # The following way of writing the cache mishandles newlines in values,
3076 (
3077 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
3078 eval ac_val=\$$ac_var
3079 case $ac_val in #(
3080 *${as_nl}*)
3081 case $ac_var in #(
3082 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
3083 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
3084 esac
3085 case $ac_var in #(
3086 _ | IFS | as_nl) ;; #(
3087 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
3088 *) { eval $ac_var=; unset $ac_var;} ;;
3089 esac ;;
3090 esac
3091 done
3092 (set) 2>&1 |
3093 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
3094 *${as_nl}ac_space=\ *)
3095 sed -n \
3096 "s/'\''/'\''\\\\'\'''\''/g;
3097 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
3098 ;; #(
3099 *)
3100 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
3101 ;;
3102 esac |
3103 sort
3104 )
3105 echo
3106
3107 $as_echo "## ----------------- ##
3108 ## Output variables. ##
3109 ## ----------------- ##"
3110 echo
3111 for ac_var in $ac_subst_vars
3112 do
3113 eval ac_val=\$$ac_var
3114 case $ac_val in
3115 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3116 esac
3117 $as_echo "$ac_var='\''$ac_val'\''"
3118 done | sort
3119 echo
3120
3121 if test -n "$ac_subst_files"; then
3122 $as_echo "## ------------------- ##
3123 ## File substitutions. ##
3124 ## ------------------- ##"
3125 echo
3126 for ac_var in $ac_subst_files
3127 do
3128 eval ac_val=\$$ac_var
3129 case $ac_val in
3130 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3131 esac
3132 $as_echo "$ac_var='\''$ac_val'\''"
3133 done | sort
3134 echo
3135 fi
3136
3137 if test -s confdefs.h; then
3138 $as_echo "## ----------- ##
3139 ## confdefs.h. ##
3140 ## ----------- ##"
3141 echo
3142 cat confdefs.h
3143 echo
3144 fi
3145 test "$ac_signal" != 0 &&
3146 $as_echo "$as_me: caught signal $ac_signal"
3147 $as_echo "$as_me: exit $exit_status"
3148 } >&5
3149 rm -f core *.core core.conftest.* &&
3150 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
3151 exit $exit_status
3152 ' 0
3153 for ac_signal in 1 2 13 15; do
3154 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
3155 done
3156 ac_signal=0
3157
3158 # confdefs.h avoids OS command line length limits that DEFS can exceed.
3159 rm -f -r conftest* confdefs.h
3160
3161 $as_echo "/* confdefs.h */" > confdefs.h
3162
3163 # Predefined preprocessor variables.
3164
3165 cat >>confdefs.h <<_ACEOF
3166 #define PACKAGE_NAME "$PACKAGE_NAME"
3167 _ACEOF
3168
3169 cat >>confdefs.h <<_ACEOF
3170 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
3171 _ACEOF
3172
3173 cat >>confdefs.h <<_ACEOF
3174 #define PACKAGE_VERSION "$PACKAGE_VERSION"
3175 _ACEOF
3176
3177 cat >>confdefs.h <<_ACEOF
3178 #define PACKAGE_STRING "$PACKAGE_STRING"
3179 _ACEOF
3180
3181 cat >>confdefs.h <<_ACEOF
3182 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
3183 _ACEOF
3184
3185 cat >>confdefs.h <<_ACEOF
3186 #define PACKAGE_URL "$PACKAGE_URL"
3187 _ACEOF
3188
3189
3190 # Let the site file select an alternate cache file if it wants to.
3191 # Prefer an explicitly selected file to automatically selected ones.
3192 ac_site_file1=NONE
3193 ac_site_file2=NONE
3194 if test -n "$CONFIG_SITE"; then
3195 # We do not want a PATH search for config.site.
3196 case $CONFIG_SITE in #((
3197 -*) ac_site_file1=./$CONFIG_SITE;;
3198 */*) ac_site_file1=$CONFIG_SITE;;
3199 *) ac_site_file1=./$CONFIG_SITE;;
3200 esac
3201 elif test "x$prefix" != xNONE; then
3202 ac_site_file1=$prefix/share/config.site
3203 ac_site_file2=$prefix/etc/config.site
3204 else
3205 ac_site_file1=$ac_default_prefix/share/config.site
3206 ac_site_file2=$ac_default_prefix/etc/config.site
3207 fi
3208 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
3209 do
3210 test "x$ac_site_file" = xNONE && continue
3211 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
3212 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
3213 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
3214 sed 's/^/| /' "$ac_site_file" >&5
3215 . "$ac_site_file" \
3216 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3217 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3218 as_fn_error $? "failed to load site script $ac_site_file
3219 See \`config.log' for more details" "$LINENO" 5; }
3220 fi
3221 done
3222
3223 if test -r "$cache_file"; then
3224 # Some versions of bash will fail to source /dev/null (special files
3225 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
3226 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
3227 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
3228 $as_echo "$as_me: loading cache $cache_file" >&6;}
3229 case $cache_file in
3230 [\\/]* | ?:[\\/]* ) . "$cache_file";;
3231 *) . "./$cache_file";;
3232 esac
3233 fi
3234 else
3235 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
3236 $as_echo "$as_me: creating cache $cache_file" >&6;}
3237 >$cache_file
3238 fi
3239
3240 # Check that the precious variables saved in the cache have kept the same
3241 # value.
3242 ac_cache_corrupted=false
3243 for ac_var in $ac_precious_vars; do
3244 eval ac_old_set=\$ac_cv_env_${ac_var}_set
3245 eval ac_new_set=\$ac_env_${ac_var}_set
3246 eval ac_old_val=\$ac_cv_env_${ac_var}_value
3247 eval ac_new_val=\$ac_env_${ac_var}_value
3248 case $ac_old_set,$ac_new_set in
3249 set,)
3250 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
3251 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
3252 ac_cache_corrupted=: ;;
3253 ,set)
3254 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
3255 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
3256 ac_cache_corrupted=: ;;
3257 ,);;
3258 *)
3259 if test "x$ac_old_val" != "x$ac_new_val"; then
3260 # differences in whitespace do not lead to failure.
3261 ac_old_val_w=`echo x $ac_old_val`
3262 ac_new_val_w=`echo x $ac_new_val`
3263 if test "$ac_old_val_w" != "$ac_new_val_w"; then
3264 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
3265 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
3266 ac_cache_corrupted=:
3267 else
3268 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
3269 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
3270 eval $ac_var=\$ac_old_val
3271 fi
3272 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
3273 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
3274 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
3275 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
3276 fi;;
3277 esac
3278 # Pass precious variables to config.status.
3279 if test "$ac_new_set" = set; then
3280 case $ac_new_val in
3281 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
3282 *) ac_arg=$ac_var=$ac_new_val ;;
3283 esac
3284 case " $ac_configure_args " in
3285 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
3286 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
3287 esac
3288 fi
3289 done
3290 if $ac_cache_corrupted; then
3291 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3292 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3293 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
3294 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
3295 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
3296 fi
3297 ## -------------------- ##
3298 ## Main body of script. ##
3299 ## -------------------- ##
3300
3301 ac_ext=c
3302 ac_cpp='$CPP $CPPFLAGS'
3303 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3304 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3305 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3306
3307
3308
3309
3310
3311
3312 ac_config_headers="$ac_config_headers auto-host.h:config.in"
3313
3314
3315 gcc_version=`cat $srcdir/BASE-VER`
3316
3317 # Determine the host, build, and target systems
3318 ac_aux_dir=
3319 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
3320 if test -f "$ac_dir/install-sh"; then
3321 ac_aux_dir=$ac_dir
3322 ac_install_sh="$ac_aux_dir/install-sh -c"
3323 break
3324 elif test -f "$ac_dir/install.sh"; then
3325 ac_aux_dir=$ac_dir
3326 ac_install_sh="$ac_aux_dir/install.sh -c"
3327 break
3328 elif test -f "$ac_dir/shtool"; then
3329 ac_aux_dir=$ac_dir
3330 ac_install_sh="$ac_aux_dir/shtool install -c"
3331 break
3332 fi
3333 done
3334 if test -z "$ac_aux_dir"; then
3335 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
3336 fi
3337
3338 # These three variables are undocumented and unsupported,
3339 # and are intended to be withdrawn in a future Autoconf release.
3340 # They can cause serious problems if a builder's source tree is in a directory
3341 # whose full name contains unusual characters.
3342 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
3343 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
3344 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
3345
3346
3347 # Make sure we can run config.sub.
3348 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
3349 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
3350
3351 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
3352 $as_echo_n "checking build system type... " >&6; }
3353 if ${ac_cv_build+:} false; then :
3354 $as_echo_n "(cached) " >&6
3355 else
3356 ac_build_alias=$build_alias
3357 test "x$ac_build_alias" = x &&
3358 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
3359 test "x$ac_build_alias" = x &&
3360 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
3361 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
3362 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
3363
3364 fi
3365 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
3366 $as_echo "$ac_cv_build" >&6; }
3367 case $ac_cv_build in
3368 *-*-*) ;;
3369 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
3370 esac
3371 build=$ac_cv_build
3372 ac_save_IFS=$IFS; IFS='-'
3373 set x $ac_cv_build
3374 shift
3375 build_cpu=$1
3376 build_vendor=$2
3377 shift; shift
3378 # Remember, the first character of IFS is used to create $*,
3379 # except with old shells:
3380 build_os=$*
3381 IFS=$ac_save_IFS
3382 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
3383
3384
3385 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
3386 $as_echo_n "checking host system type... " >&6; }
3387 if ${ac_cv_host+:} false; then :
3388 $as_echo_n "(cached) " >&6
3389 else
3390 if test "x$host_alias" = x; then
3391 ac_cv_host=$ac_cv_build
3392 else
3393 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
3394 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
3395 fi
3396
3397 fi
3398 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
3399 $as_echo "$ac_cv_host" >&6; }
3400 case $ac_cv_host in
3401 *-*-*) ;;
3402 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
3403 esac
3404 host=$ac_cv_host
3405 ac_save_IFS=$IFS; IFS='-'
3406 set x $ac_cv_host
3407 shift
3408 host_cpu=$1
3409 host_vendor=$2
3410 shift; shift
3411 # Remember, the first character of IFS is used to create $*,
3412 # except with old shells:
3413 host_os=$*
3414 IFS=$ac_save_IFS
3415 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
3416
3417
3418 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
3419 $as_echo_n "checking target system type... " >&6; }
3420 if ${ac_cv_target+:} false; then :
3421 $as_echo_n "(cached) " >&6
3422 else
3423 if test "x$target_alias" = x; then
3424 ac_cv_target=$ac_cv_host
3425 else
3426 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
3427 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
3428 fi
3429
3430 fi
3431 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
3432 $as_echo "$ac_cv_target" >&6; }
3433 case $ac_cv_target in
3434 *-*-*) ;;
3435 *) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
3436 esac
3437 target=$ac_cv_target
3438 ac_save_IFS=$IFS; IFS='-'
3439 set x $ac_cv_target
3440 shift
3441 target_cpu=$1
3442 target_vendor=$2
3443 shift; shift
3444 # Remember, the first character of IFS is used to create $*,
3445 # except with old shells:
3446 target_os=$*
3447 IFS=$ac_save_IFS
3448 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
3449
3450
3451 # The aliases save the names the user supplied, while $host etc.
3452 # will get canonicalized.
3453 test -n "$target_alias" &&
3454 test "$program_prefix$program_suffix$program_transform_name" = \
3455 NONENONEs,x,x, &&
3456 program_prefix=${target_alias}-
3457
3458 # Determine the noncanonical host name, for Ada.
3459 case ${build_alias} in
3460 "") build_noncanonical=${build} ;;
3461 *) build_noncanonical=${build_alias} ;;
3462 esac
3463
3464 case ${host_alias} in
3465 "") host_noncanonical=${build_noncanonical} ;;
3466 *) host_noncanonical=${host_alias} ;;
3467 esac
3468
3469
3470
3471
3472 # Determine the noncanonical target name, for directory use.
3473 case ${target_alias} in
3474 "") target_noncanonical=${host_noncanonical} ;;
3475 *) target_noncanonical=${target_alias} ;;
3476 esac
3477
3478
3479
3480
3481 # Used for constructing correct paths for offload compilers.
3482 real_target_noncanonical=${target_noncanonical}
3483 accel_dir_suffix=
3484
3485 # Determine the target- and build-specific subdirectories
3486
3487 # post-stage1 host modules use a different CC_FOR_BUILD so, in order to
3488 # have matching libraries, they should use host libraries: Makefile.tpl
3489 # arranges to pass --with-build-libsubdir=$(HOST_SUBDIR).
3490 # However, they still use the build modules, because the corresponding
3491 # host modules (e.g. bison) are only built for the host when bootstrap
3492 # finishes. So:
3493 # - build_subdir is where we find build modules, and never changes.
3494 # - build_libsubdir is where we find build libraries, and can be overridden.
3495
3496 # Prefix 'build-' so this never conflicts with target_subdir.
3497 build_subdir="build-${build_noncanonical}"
3498
3499 # Check whether --with-build-libsubdir was given.
3500 if test "${with_build_libsubdir+set}" = set; then :
3501 withval=$with_build_libsubdir; build_libsubdir="$withval"
3502 else
3503 build_libsubdir="$build_subdir"
3504 fi
3505
3506 # --srcdir=. covers the toplevel, while "test -d" covers the subdirectories
3507 if ( test $srcdir = . && test -d gcc ) \
3508 || test -d $srcdir/../host-${host_noncanonical}; then
3509 host_subdir="host-${host_noncanonical}"
3510 else
3511 host_subdir=.
3512 fi
3513 # No prefix.
3514 target_subdir=${target_noncanonical}
3515
3516
3517 # Set program_transform_name
3518 test "$program_prefix" != NONE &&
3519 program_transform_name="s&^&$program_prefix&;$program_transform_name"
3520 # Use a double $ so make ignores it.
3521 test "$program_suffix" != NONE &&
3522 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3523 # Double any \ or $.
3524 # By default was `s,x,x', remove it if useless.
3525 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3526 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
3527
3528
3529 # Check for bogus environment variables.
3530 # Test if LIBRARY_PATH contains the notation for the current directory
3531 # since this would lead to problems installing/building glibc.
3532 # LIBRARY_PATH contains the current directory if one of the following
3533 # is true:
3534 # - one of the terminals (":" and ";") is the first or last sign
3535 # - two terminals occur directly after each other
3536 # - the path contains an element with a dot in it
3537 { $as_echo "$as_me:${as_lineno-$LINENO}: checking LIBRARY_PATH variable" >&5
3538 $as_echo_n "checking LIBRARY_PATH variable... " >&6; }
3539 case ${LIBRARY_PATH} in
3540 [:\;]* | *[:\;] | *[:\;][:\;]* | *[:\;]. | .[:\;]*| . | *[:\;].[:\;]* )
3541 library_path_setting="contains current directory"
3542 ;;
3543 *)
3544 library_path_setting="ok"
3545 ;;
3546 esac
3547 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $library_path_setting" >&5
3548 $as_echo "$library_path_setting" >&6; }
3549 if test "$library_path_setting" != "ok"; then
3550 as_fn_error $? "
3551 *** LIBRARY_PATH shouldn't contain the current directory when
3552 *** building gcc. Please change the environment variable
3553 *** and run configure again." "$LINENO" 5
3554 fi
3555
3556 # Test if GCC_EXEC_PREFIX contains the notation for the current directory
3557 # since this would lead to problems installing/building glibc.
3558 # GCC_EXEC_PREFIX contains the current directory if one of the following
3559 # is true:
3560 # - one of the terminals (":" and ";") is the first or last sign
3561 # - two terminals occur directly after each other
3562 # - the path contains an element with a dot in it
3563 { $as_echo "$as_me:${as_lineno-$LINENO}: checking GCC_EXEC_PREFIX variable" >&5
3564 $as_echo_n "checking GCC_EXEC_PREFIX variable... " >&6; }
3565 case ${GCC_EXEC_PREFIX} in
3566 [:\;]* | *[:\;] | *[:\;][:\;]* | *[:\;]. | .[:\;]*| . | *[:\;].[:\;]* )
3567 gcc_exec_prefix_setting="contains current directory"
3568 ;;
3569 *)
3570 gcc_exec_prefix_setting="ok"
3571 ;;
3572 esac
3573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_exec_prefix_setting" >&5
3574 $as_echo "$gcc_exec_prefix_setting" >&6; }
3575 if test "$gcc_exec_prefix_setting" != "ok"; then
3576 as_fn_error $? "
3577 *** GCC_EXEC_PREFIX shouldn't contain the current directory when
3578 *** building gcc. Please change the environment variable
3579 *** and run configure again." "$LINENO" 5
3580 fi
3581
3582 # -----------
3583 # Directories
3584 # -----------
3585
3586 # Specify the local prefix
3587 local_prefix=
3588
3589 # Check whether --with-local-prefix was given.
3590 if test "${with_local_prefix+set}" = set; then :
3591 withval=$with_local_prefix; case "${withval}" in
3592 yes) as_fn_error $? "bad value ${withval} given for local include directory prefix" "$LINENO" 5 ;;
3593 no) ;;
3594 *) local_prefix=$with_local_prefix ;;
3595 esac
3596 fi
3597
3598
3599 # Default local prefix if it is empty
3600 if test x$local_prefix = x; then
3601 local_prefix=/usr/local
3602 fi
3603
3604
3605 # Check whether --with-native-system-header-dir was given.
3606 if test "${with_native_system_header_dir+set}" = set; then :
3607 withval=$with_native_system_header_dir;
3608 case ${with_native_system_header_dir} in
3609 yes|no) as_fn_error $? "bad value ${withval} given for --with-native-system-header-dir" "$LINENO" 5 ;;
3610 /* | [A-Za-z]:[\\/]*) ;;
3611 *) as_fn_error $? "--with-native-system-header-dir argument ${withval} must be an absolute directory" "$LINENO" 5 ;;
3612 esac
3613 configured_native_system_header_dir="${withval}"
3614
3615 else
3616 configured_native_system_header_dir=
3617 fi
3618
3619
3620
3621 # Check whether --with-build-sysroot was given.
3622 if test "${with_build_sysroot+set}" = set; then :
3623 withval=$with_build_sysroot; if test x"$withval" != x ; then
3624 SYSROOT_CFLAGS_FOR_TARGET="--sysroot=$withval"
3625 fi
3626 else
3627 SYSROOT_CFLAGS_FOR_TARGET=
3628 fi
3629
3630
3631
3632 if test "x$prefix" = xNONE; then
3633 test_prefix=/usr/local
3634 else
3635 test_prefix=$prefix
3636 fi
3637 if test "x$exec_prefix" = xNONE; then
3638 test_exec_prefix=$test_prefix
3639 else
3640 test_exec_prefix=$exec_prefix
3641 fi
3642
3643
3644 # Check whether --with-sysroot was given.
3645 if test "${with_sysroot+set}" = set; then :
3646 withval=$with_sysroot;
3647 case ${with_sysroot} in
3648 /) ;;
3649 */) with_sysroot=`echo $with_sysroot | sed 's,/$,,'` ;;
3650 esac
3651 case ${with_sysroot} in
3652 yes) TARGET_SYSTEM_ROOT='${exec_prefix}/${target_noncanonical}/sys-root' ;;
3653 *) TARGET_SYSTEM_ROOT=$with_sysroot ;;
3654 esac
3655
3656 TARGET_SYSTEM_ROOT_DEFINE='-DTARGET_SYSTEM_ROOT=\"$(TARGET_SYSTEM_ROOT)\"'
3657 CROSS_SYSTEM_HEADER_DIR='$(TARGET_SYSTEM_ROOT)$${sysroot_headers_suffix}$(NATIVE_SYSTEM_HEADER_DIR)'
3658
3659 case ${TARGET_SYSTEM_ROOT} in
3660 "${test_prefix}"|"${test_prefix}/"*|\
3661 "${test_exec_prefix}"|"${test_exec_prefix}/"*|\
3662 '${prefix}'|'${prefix}/'*|\
3663 '${exec_prefix}'|'${exec_prefix}/'*)
3664 t="$TARGET_SYSTEM_ROOT_DEFINE -DTARGET_SYSTEM_ROOT_RELOCATABLE"
3665 TARGET_SYSTEM_ROOT_DEFINE="$t"
3666 ;;
3667 esac
3668
3669 else
3670
3671 TARGET_SYSTEM_ROOT=
3672 TARGET_SYSTEM_ROOT_DEFINE=
3673 CROSS_SYSTEM_HEADER_DIR='$(gcc_tooldir)/sys-include'
3674
3675 fi
3676
3677
3678
3679
3680
3681 # Don't set gcc_gxx_include_dir to gxx_include_dir since that's only
3682 # passed in by the toplevel make and thus we'd get different behavior
3683 # depending on where we built the sources.
3684 gcc_gxx_include_dir=
3685 # Specify the g++ header file directory
3686
3687 # Check whether --with-gxx-include-dir was given.
3688 if test "${with_gxx_include_dir+set}" = set; then :
3689 withval=$with_gxx_include_dir; case "${withval}" in
3690 yes) as_fn_error $? "bad value ${withval} given for g++ include directory" "$LINENO" 5 ;;
3691 no) ;;
3692 *) gcc_gxx_include_dir=$with_gxx_include_dir ;;
3693 esac
3694 fi
3695
3696
3697 # If both --with-sysroot and --with-gxx-include-dir are passed, we interpolate
3698 # the former in the latter and, upon success, compute gcc_gxx_include_dir as
3699 # relative to the sysroot.
3700 gcc_gxx_include_dir_add_sysroot=0
3701
3702 # This logic must match libstdc++-v3/acinclude.m4:GLIBCXX_EXPORT_INSTALL_INFO.
3703 if test x${gcc_gxx_include_dir} = x; then
3704 if test x${enable_version_specific_runtime_libs} = xyes; then
3705 gcc_gxx_include_dir='${libsubdir}/include/c++'
3706 else
3707 libstdcxx_incdir='include/c++/$(version)'
3708 if test x$host != x$target; then
3709 libstdcxx_incdir="$target_alias/$libstdcxx_incdir"
3710 fi
3711 gcc_gxx_include_dir="\$(libsubdir)/\$(libsubdir_to_prefix)$libstdcxx_incdir"
3712 fi
3713 elif test "${with_sysroot+set}" = set; then
3714 gcc_gxx_without_sysroot=`expr "${gcc_gxx_include_dir}" : "${with_sysroot}"'\(.*\)'`
3715 if test "${gcc_gxx_without_sysroot}"; then
3716 gcc_gxx_include_dir="${gcc_gxx_without_sysroot}"
3717 gcc_gxx_include_dir_add_sysroot=1
3718 fi
3719 fi
3720
3721
3722 # Check whether --with-cpp_install_dir was given.
3723 if test "${with_cpp_install_dir+set}" = set; then :
3724 withval=$with_cpp_install_dir; if test x$withval = xyes; then
3725 as_fn_error $? "option --with-cpp-install-dir requires an argument" "$LINENO" 5
3726 elif test x$withval != xno; then
3727 cpp_install_dir=$withval
3728 fi
3729 fi
3730
3731
3732 # We would like to our source tree to be readonly. However when releases or
3733 # pre-releases are generated, the flex/bison generated files as well as the
3734 # various formats of manuals need to be included along with the rest of the
3735 # sources. Therefore we have --enable-generated-files-in-srcdir to do
3736 # just that.
3737
3738 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to place generated files in the source directory" >&5
3739 $as_echo_n "checking whether to place generated files in the source directory... " >&6; }
3740 # Check whether --enable-generated-files-in-srcdir was given.
3741 if test "${enable_generated_files_in_srcdir+set}" = set; then :
3742 enableval=$enable_generated_files_in_srcdir; generated_files_in_srcdir=$enableval
3743 else
3744 generated_files_in_srcdir=no
3745 fi
3746
3747
3748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $generated_files_in_srcdir" >&5
3749 $as_echo "$generated_files_in_srcdir" >&6; }
3750
3751 if test "$generated_files_in_srcdir" = "yes"; then
3752 GENINSRC=''
3753 else
3754 GENINSRC='#'
3755 fi
3756
3757
3758 # -------------------
3759 # Find default linker
3760 # -------------------
3761
3762 # With GNU ld
3763
3764 # Check whether --with-gnu-ld was given.
3765 if test "${with_gnu_ld+set}" = set; then :
3766 withval=$with_gnu_ld; gnu_ld_flag="$with_gnu_ld"
3767 else
3768 gnu_ld_flag=no
3769 fi
3770
3771
3772 case $target in
3773 *darwin*) ld64_flag=yes;; # Darwin can only use a ld64-compatible linker.
3774 *) ld64_flag=no;;
3775 esac
3776
3777 # With pre-defined ld
3778
3779 # Check whether --with-ld was given.
3780 if test "${with_ld+set}" = set; then :
3781 withval=$with_ld; DEFAULT_LINKER="$with_ld"
3782 fi
3783
3784 if test x"${DEFAULT_LINKER+set}" = x"set"; then
3785 if test ! -x "$DEFAULT_LINKER"; then
3786 as_fn_error $? "cannot execute: $DEFAULT_LINKER: check --with-ld or env. var. DEFAULT_LINKER" "$LINENO" 5
3787 elif $DEFAULT_LINKER -v < /dev/null 2>&1 | grep GNU > /dev/null; then
3788 gnu_ld_flag=yes
3789 elif $DEFAULT_LINKER -v < /dev/null 2>&1 | grep ld64- > /dev/null; then
3790 ld64_flag=yes
3791 fi
3792
3793 cat >>confdefs.h <<_ACEOF
3794 #define DEFAULT_LINKER "$DEFAULT_LINKER"
3795 _ACEOF
3796
3797 fi
3798
3799 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a default linker was specified" >&5
3800 $as_echo_n "checking whether a default linker was specified... " >&6; }
3801 if test x"${DEFAULT_LINKER+set}" = x"set"; then
3802 if test x"$gnu_ld_flag" = x"no"; then
3803 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($DEFAULT_LINKER)" >&5
3804 $as_echo "yes ($DEFAULT_LINKER)" >&6; }
3805 else
3806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($DEFAULT_LINKER - GNU ld)" >&5
3807 $as_echo "yes ($DEFAULT_LINKER - GNU ld)" >&6; }
3808 fi
3809 else
3810 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3811 $as_echo "no" >&6; }
3812 fi
3813
3814 # With demangler in GNU ld
3815
3816 # Check whether --with-demangler-in-ld was given.
3817 if test "${with_demangler_in_ld+set}" = set; then :
3818 withval=$with_demangler_in_ld; demangler_in_ld="$with_demangler_in_ld"
3819 else
3820 demangler_in_ld=yes
3821 fi
3822
3823
3824 # ----------------------
3825 # Find default assembler
3826 # ----------------------
3827
3828 # With GNU as
3829
3830 # Check whether --with-gnu-as was given.
3831 if test "${with_gnu_as+set}" = set; then :
3832 withval=$with_gnu_as; gas_flag="$with_gnu_as"
3833 else
3834 gas_flag=no
3835 fi
3836
3837
3838
3839 # Check whether --with-as was given.
3840 if test "${with_as+set}" = set; then :
3841 withval=$with_as; DEFAULT_ASSEMBLER="$with_as"
3842 fi
3843
3844 if test x"${DEFAULT_ASSEMBLER+set}" = x"set"; then
3845 if test ! -x "$DEFAULT_ASSEMBLER"; then
3846 as_fn_error $? "cannot execute: $DEFAULT_ASSEMBLER: check --with-as or env. var. DEFAULT_ASSEMBLER" "$LINENO" 5
3847 elif $DEFAULT_ASSEMBLER -v < /dev/null 2>&1 | grep GNU > /dev/null; then
3848 gas_flag=yes
3849 fi
3850
3851 cat >>confdefs.h <<_ACEOF
3852 #define DEFAULT_ASSEMBLER "$DEFAULT_ASSEMBLER"
3853 _ACEOF
3854
3855 fi
3856
3857 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a default assembler was specified" >&5
3858 $as_echo_n "checking whether a default assembler was specified... " >&6; }
3859 if test x"${DEFAULT_ASSEMBLER+set}" = x"set"; then
3860 if test x"$gas_flag" = x"no"; then
3861 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($DEFAULT_ASSEMBLER)" >&5
3862 $as_echo "yes ($DEFAULT_ASSEMBLER)" >&6; }
3863 else
3864 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($DEFAULT_ASSEMBLER - GNU as)" >&5
3865 $as_echo "yes ($DEFAULT_ASSEMBLER - GNU as)" >&6; }
3866 fi
3867 else
3868 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3869 $as_echo "no" >&6; }
3870 fi
3871
3872 # ---------------
3873 # Find C compiler
3874 # ---------------
3875
3876 # If a non-executable a.out is present (e.g. created by GNU as above even if
3877 # invoked with -v only), the IRIX 6 native ld just overwrites the existing
3878 # file, even when creating an executable, so an execution test fails.
3879 # Remove possible default executable files to avoid this.
3880 #
3881 # FIXME: This really belongs into AC_PROG_CC and can be removed once
3882 # Autoconf includes it.
3883 rm -f a.out a.exe b.out
3884
3885 # Find the native compiler
3886 ac_ext=c
3887 ac_cpp='$CPP $CPPFLAGS'
3888 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3889 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3890 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3891 if test -n "$ac_tool_prefix"; then
3892 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3893 set dummy ${ac_tool_prefix}gcc; ac_word=$2
3894 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3895 $as_echo_n "checking for $ac_word... " >&6; }
3896 if ${ac_cv_prog_CC+:} false; then :
3897 $as_echo_n "(cached) " >&6
3898 else
3899 if test -n "$CC"; then
3900 ac_cv_prog_CC="$CC" # Let the user override the test.
3901 else
3902 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3903 for as_dir in $PATH
3904 do
3905 IFS=$as_save_IFS
3906 test -z "$as_dir" && as_dir=.
3907 for ac_exec_ext in '' $ac_executable_extensions; do
3908 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3909 ac_cv_prog_CC="${ac_tool_prefix}gcc"
3910 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3911 break 2
3912 fi
3913 done
3914 done
3915 IFS=$as_save_IFS
3916
3917 fi
3918 fi
3919 CC=$ac_cv_prog_CC
3920 if test -n "$CC"; then
3921 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3922 $as_echo "$CC" >&6; }
3923 else
3924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3925 $as_echo "no" >&6; }
3926 fi
3927
3928
3929 fi
3930 if test -z "$ac_cv_prog_CC"; then
3931 ac_ct_CC=$CC
3932 # Extract the first word of "gcc", so it can be a program name with args.
3933 set dummy gcc; ac_word=$2
3934 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3935 $as_echo_n "checking for $ac_word... " >&6; }
3936 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3937 $as_echo_n "(cached) " >&6
3938 else
3939 if test -n "$ac_ct_CC"; then
3940 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3941 else
3942 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3943 for as_dir in $PATH
3944 do
3945 IFS=$as_save_IFS
3946 test -z "$as_dir" && as_dir=.
3947 for ac_exec_ext in '' $ac_executable_extensions; do
3948 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3949 ac_cv_prog_ac_ct_CC="gcc"
3950 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3951 break 2
3952 fi
3953 done
3954 done
3955 IFS=$as_save_IFS
3956
3957 fi
3958 fi
3959 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3960 if test -n "$ac_ct_CC"; then
3961 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3962 $as_echo "$ac_ct_CC" >&6; }
3963 else
3964 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3965 $as_echo "no" >&6; }
3966 fi
3967
3968 if test "x$ac_ct_CC" = x; then
3969 CC=""
3970 else
3971 case $cross_compiling:$ac_tool_warned in
3972 yes:)
3973 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3974 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3975 ac_tool_warned=yes ;;
3976 esac
3977 CC=$ac_ct_CC
3978 fi
3979 else
3980 CC="$ac_cv_prog_CC"
3981 fi
3982
3983 if test -z "$CC"; then
3984 if test -n "$ac_tool_prefix"; then
3985 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3986 set dummy ${ac_tool_prefix}cc; ac_word=$2
3987 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3988 $as_echo_n "checking for $ac_word... " >&6; }
3989 if ${ac_cv_prog_CC+:} false; then :
3990 $as_echo_n "(cached) " >&6
3991 else
3992 if test -n "$CC"; then
3993 ac_cv_prog_CC="$CC" # Let the user override the test.
3994 else
3995 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3996 for as_dir in $PATH
3997 do
3998 IFS=$as_save_IFS
3999 test -z "$as_dir" && as_dir=.
4000 for ac_exec_ext in '' $ac_executable_extensions; do
4001 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4002 ac_cv_prog_CC="${ac_tool_prefix}cc"
4003 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4004 break 2
4005 fi
4006 done
4007 done
4008 IFS=$as_save_IFS
4009
4010 fi
4011 fi
4012 CC=$ac_cv_prog_CC
4013 if test -n "$CC"; then
4014 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4015 $as_echo "$CC" >&6; }
4016 else
4017 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4018 $as_echo "no" >&6; }
4019 fi
4020
4021
4022 fi
4023 fi
4024 if test -z "$CC"; then
4025 # Extract the first word of "cc", so it can be a program name with args.
4026 set dummy cc; ac_word=$2
4027 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4028 $as_echo_n "checking for $ac_word... " >&6; }
4029 if ${ac_cv_prog_CC+:} false; then :
4030 $as_echo_n "(cached) " >&6
4031 else
4032 if test -n "$CC"; then
4033 ac_cv_prog_CC="$CC" # Let the user override the test.
4034 else
4035 ac_prog_rejected=no
4036 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4037 for as_dir in $PATH
4038 do
4039 IFS=$as_save_IFS
4040 test -z "$as_dir" && as_dir=.
4041 for ac_exec_ext in '' $ac_executable_extensions; do
4042 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4043 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4044 ac_prog_rejected=yes
4045 continue
4046 fi
4047 ac_cv_prog_CC="cc"
4048 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4049 break 2
4050 fi
4051 done
4052 done
4053 IFS=$as_save_IFS
4054
4055 if test $ac_prog_rejected = yes; then
4056 # We found a bogon in the path, so make sure we never use it.
4057 set dummy $ac_cv_prog_CC
4058 shift
4059 if test $# != 0; then
4060 # We chose a different compiler from the bogus one.
4061 # However, it has the same basename, so the bogon will be chosen
4062 # first if we set CC to just the basename; use the full file name.
4063 shift
4064 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4065 fi
4066 fi
4067 fi
4068 fi
4069 CC=$ac_cv_prog_CC
4070 if test -n "$CC"; then
4071 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4072 $as_echo "$CC" >&6; }
4073 else
4074 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4075 $as_echo "no" >&6; }
4076 fi
4077
4078
4079 fi
4080 if test -z "$CC"; then
4081 if test -n "$ac_tool_prefix"; then
4082 for ac_prog in cl.exe
4083 do
4084 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4085 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4086 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4087 $as_echo_n "checking for $ac_word... " >&6; }
4088 if ${ac_cv_prog_CC+:} false; then :
4089 $as_echo_n "(cached) " >&6
4090 else
4091 if test -n "$CC"; then
4092 ac_cv_prog_CC="$CC" # Let the user override the test.
4093 else
4094 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4095 for as_dir in $PATH
4096 do
4097 IFS=$as_save_IFS
4098 test -z "$as_dir" && as_dir=.
4099 for ac_exec_ext in '' $ac_executable_extensions; do
4100 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4101 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4102 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4103 break 2
4104 fi
4105 done
4106 done
4107 IFS=$as_save_IFS
4108
4109 fi
4110 fi
4111 CC=$ac_cv_prog_CC
4112 if test -n "$CC"; then
4113 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4114 $as_echo "$CC" >&6; }
4115 else
4116 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4117 $as_echo "no" >&6; }
4118 fi
4119
4120
4121 test -n "$CC" && break
4122 done
4123 fi
4124 if test -z "$CC"; then
4125 ac_ct_CC=$CC
4126 for ac_prog in cl.exe
4127 do
4128 # Extract the first word of "$ac_prog", so it can be a program name with args.
4129 set dummy $ac_prog; ac_word=$2
4130 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4131 $as_echo_n "checking for $ac_word... " >&6; }
4132 if ${ac_cv_prog_ac_ct_CC+:} false; then :
4133 $as_echo_n "(cached) " >&6
4134 else
4135 if test -n "$ac_ct_CC"; then
4136 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4137 else
4138 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4139 for as_dir in $PATH
4140 do
4141 IFS=$as_save_IFS
4142 test -z "$as_dir" && as_dir=.
4143 for ac_exec_ext in '' $ac_executable_extensions; do
4144 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4145 ac_cv_prog_ac_ct_CC="$ac_prog"
4146 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4147 break 2
4148 fi
4149 done
4150 done
4151 IFS=$as_save_IFS
4152
4153 fi
4154 fi
4155 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4156 if test -n "$ac_ct_CC"; then
4157 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4158 $as_echo "$ac_ct_CC" >&6; }
4159 else
4160 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4161 $as_echo "no" >&6; }
4162 fi
4163
4164
4165 test -n "$ac_ct_CC" && break
4166 done
4167
4168 if test "x$ac_ct_CC" = x; then
4169 CC=""
4170 else
4171 case $cross_compiling:$ac_tool_warned in
4172 yes:)
4173 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4174 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4175 ac_tool_warned=yes ;;
4176 esac
4177 CC=$ac_ct_CC
4178 fi
4179 fi
4180
4181 fi
4182
4183
4184 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4185 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4186 as_fn_error $? "no acceptable C compiler found in \$PATH
4187 See \`config.log' for more details" "$LINENO" 5; }
4188
4189 # Provide some information about the compiler.
4190 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4191 set X $ac_compile
4192 ac_compiler=$2
4193 for ac_option in --version -v -V -qversion; do
4194 { { ac_try="$ac_compiler $ac_option >&5"
4195 case "(($ac_try" in
4196 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4197 *) ac_try_echo=$ac_try;;
4198 esac
4199 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4200 $as_echo "$ac_try_echo"; } >&5
4201 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4202 ac_status=$?
4203 if test -s conftest.err; then
4204 sed '10a\
4205 ... rest of stderr output deleted ...
4206 10q' conftest.err >conftest.er1
4207 cat conftest.er1 >&5
4208 fi
4209 rm -f conftest.er1 conftest.err
4210 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4211 test $ac_status = 0; }
4212 done
4213
4214 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4215 /* end confdefs.h. */
4216
4217 int
4218 main ()
4219 {
4220
4221 ;
4222 return 0;
4223 }
4224 _ACEOF
4225 ac_clean_files_save=$ac_clean_files
4226 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
4227 # Try to create an executable without -o first, disregard a.out.
4228 # It will help us diagnose broken compilers, and finding out an intuition
4229 # of exeext.
4230 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4231 $as_echo_n "checking whether the C compiler works... " >&6; }
4232 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4233
4234 # The possible output files:
4235 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4236
4237 ac_rmfiles=
4238 for ac_file in $ac_files
4239 do
4240 case $ac_file in
4241 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4242 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4243 esac
4244 done
4245 rm -f $ac_rmfiles
4246
4247 if { { ac_try="$ac_link_default"
4248 case "(($ac_try" in
4249 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4250 *) ac_try_echo=$ac_try;;
4251 esac
4252 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4253 $as_echo "$ac_try_echo"; } >&5
4254 (eval "$ac_link_default") 2>&5
4255 ac_status=$?
4256 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4257 test $ac_status = 0; }; then :
4258 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4259 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4260 # in a Makefile. We should not override ac_cv_exeext if it was cached,
4261 # so that the user can short-circuit this test for compilers unknown to
4262 # Autoconf.
4263 for ac_file in $ac_files ''
4264 do
4265 test -f "$ac_file" || continue
4266 case $ac_file in
4267 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
4268 ;;
4269 [ab].out )
4270 # We found the default executable, but exeext='' is most
4271 # certainly right.
4272 break;;
4273 *.* )
4274 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4275 then :; else
4276 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4277 fi
4278 # We set ac_cv_exeext here because the later test for it is not
4279 # safe: cross compilers may not add the suffix if given an `-o'
4280 # argument, so we may need to know it at that point already.
4281 # Even if this section looks crufty: it has the advantage of
4282 # actually working.
4283 break;;
4284 * )
4285 break;;
4286 esac
4287 done
4288 test "$ac_cv_exeext" = no && ac_cv_exeext=
4289
4290 else
4291 ac_file=''
4292 fi
4293 if test -z "$ac_file"; then :
4294 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4295 $as_echo "no" >&6; }
4296 $as_echo "$as_me: failed program was:" >&5
4297 sed 's/^/| /' conftest.$ac_ext >&5
4298
4299 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4300 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4301 as_fn_error 77 "C compiler cannot create executables
4302 See \`config.log' for more details" "$LINENO" 5; }
4303 else
4304 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4305 $as_echo "yes" >&6; }
4306 fi
4307 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4308 $as_echo_n "checking for C compiler default output file name... " >&6; }
4309 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4310 $as_echo "$ac_file" >&6; }
4311 ac_exeext=$ac_cv_exeext
4312
4313 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
4314 ac_clean_files=$ac_clean_files_save
4315 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4316 $as_echo_n "checking for suffix of executables... " >&6; }
4317 if { { ac_try="$ac_link"
4318 case "(($ac_try" in
4319 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4320 *) ac_try_echo=$ac_try;;
4321 esac
4322 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4323 $as_echo "$ac_try_echo"; } >&5
4324 (eval "$ac_link") 2>&5
4325 ac_status=$?
4326 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4327 test $ac_status = 0; }; then :
4328 # If both `conftest.exe' and `conftest' are `present' (well, observable)
4329 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
4330 # work properly (i.e., refer to `conftest.exe'), while it won't with
4331 # `rm'.
4332 for ac_file in conftest.exe conftest conftest.*; do
4333 test -f "$ac_file" || continue
4334 case $ac_file in
4335 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4336 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4337 break;;
4338 * ) break;;
4339 esac
4340 done
4341 else
4342 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4343 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4344 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
4345 See \`config.log' for more details" "$LINENO" 5; }
4346 fi
4347 rm -f conftest conftest$ac_cv_exeext
4348 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4349 $as_echo "$ac_cv_exeext" >&6; }
4350
4351 rm -f conftest.$ac_ext
4352 EXEEXT=$ac_cv_exeext
4353 ac_exeext=$EXEEXT
4354 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4355 /* end confdefs.h. */
4356 #include <stdio.h>
4357 int
4358 main ()
4359 {
4360 FILE *f = fopen ("conftest.out", "w");
4361 return ferror (f) || fclose (f) != 0;
4362
4363 ;
4364 return 0;
4365 }
4366 _ACEOF
4367 ac_clean_files="$ac_clean_files conftest.out"
4368 # Check that the compiler produces executables we can run. If not, either
4369 # the compiler is broken, or we cross compile.
4370 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4371 $as_echo_n "checking whether we are cross compiling... " >&6; }
4372 if test "$cross_compiling" != yes; then
4373 { { ac_try="$ac_link"
4374 case "(($ac_try" in
4375 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4376 *) ac_try_echo=$ac_try;;
4377 esac
4378 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4379 $as_echo "$ac_try_echo"; } >&5
4380 (eval "$ac_link") 2>&5
4381 ac_status=$?
4382 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4383 test $ac_status = 0; }
4384 if { ac_try='./conftest$ac_cv_exeext'
4385 { { case "(($ac_try" in
4386 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4387 *) ac_try_echo=$ac_try;;
4388 esac
4389 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4390 $as_echo "$ac_try_echo"; } >&5
4391 (eval "$ac_try") 2>&5
4392 ac_status=$?
4393 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4394 test $ac_status = 0; }; }; then
4395 cross_compiling=no
4396 else
4397 if test "$cross_compiling" = maybe; then
4398 cross_compiling=yes
4399 else
4400 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4401 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4402 as_fn_error $? "cannot run C compiled programs.
4403 If you meant to cross compile, use \`--host'.
4404 See \`config.log' for more details" "$LINENO" 5; }
4405 fi
4406 fi
4407 fi
4408 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4409 $as_echo "$cross_compiling" >&6; }
4410
4411 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
4412 ac_clean_files=$ac_clean_files_save
4413 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4414 $as_echo_n "checking for suffix of object files... " >&6; }
4415 if ${ac_cv_objext+:} false; then :
4416 $as_echo_n "(cached) " >&6
4417 else
4418 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4419 /* end confdefs.h. */
4420
4421 int
4422 main ()
4423 {
4424
4425 ;
4426 return 0;
4427 }
4428 _ACEOF
4429 rm -f conftest.o conftest.obj
4430 if { { ac_try="$ac_compile"
4431 case "(($ac_try" in
4432 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4433 *) ac_try_echo=$ac_try;;
4434 esac
4435 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4436 $as_echo "$ac_try_echo"; } >&5
4437 (eval "$ac_compile") 2>&5
4438 ac_status=$?
4439 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4440 test $ac_status = 0; }; then :
4441 for ac_file in conftest.o conftest.obj conftest.*; do
4442 test -f "$ac_file" || continue;
4443 case $ac_file in
4444 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4445 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4446 break;;
4447 esac
4448 done
4449 else
4450 $as_echo "$as_me: failed program was:" >&5
4451 sed 's/^/| /' conftest.$ac_ext >&5
4452
4453 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4454 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4455 as_fn_error $? "cannot compute suffix of object files: cannot compile
4456 See \`config.log' for more details" "$LINENO" 5; }
4457 fi
4458 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4459 fi
4460 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4461 $as_echo "$ac_cv_objext" >&6; }
4462 OBJEXT=$ac_cv_objext
4463 ac_objext=$OBJEXT
4464 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4465 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4466 if ${ac_cv_c_compiler_gnu+:} false; then :
4467 $as_echo_n "(cached) " >&6
4468 else
4469 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4470 /* end confdefs.h. */
4471
4472 int
4473 main ()
4474 {
4475 #ifndef __GNUC__
4476 choke me
4477 #endif
4478
4479 ;
4480 return 0;
4481 }
4482 _ACEOF
4483 if ac_fn_c_try_compile "$LINENO"; then :
4484 ac_compiler_gnu=yes
4485 else
4486 ac_compiler_gnu=no
4487 fi
4488 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4489 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4490
4491 fi
4492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4493 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4494 if test $ac_compiler_gnu = yes; then
4495 GCC=yes
4496 else
4497 GCC=
4498 fi
4499 ac_test_CFLAGS=${CFLAGS+set}
4500 ac_save_CFLAGS=$CFLAGS
4501 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4502 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4503 if ${ac_cv_prog_cc_g+:} false; then :
4504 $as_echo_n "(cached) " >&6
4505 else
4506 ac_save_c_werror_flag=$ac_c_werror_flag
4507 ac_c_werror_flag=yes
4508 ac_cv_prog_cc_g=no
4509 CFLAGS="-g"
4510 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4511 /* end confdefs.h. */
4512
4513 int
4514 main ()
4515 {
4516
4517 ;
4518 return 0;
4519 }
4520 _ACEOF
4521 if ac_fn_c_try_compile "$LINENO"; then :
4522 ac_cv_prog_cc_g=yes
4523 else
4524 CFLAGS=""
4525 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4526 /* end confdefs.h. */
4527
4528 int
4529 main ()
4530 {
4531
4532 ;
4533 return 0;
4534 }
4535 _ACEOF
4536 if ac_fn_c_try_compile "$LINENO"; then :
4537
4538 else
4539 ac_c_werror_flag=$ac_save_c_werror_flag
4540 CFLAGS="-g"
4541 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4542 /* end confdefs.h. */
4543
4544 int
4545 main ()
4546 {
4547
4548 ;
4549 return 0;
4550 }
4551 _ACEOF
4552 if ac_fn_c_try_compile "$LINENO"; then :
4553 ac_cv_prog_cc_g=yes
4554 fi
4555 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4556 fi
4557 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4558 fi
4559 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4560 ac_c_werror_flag=$ac_save_c_werror_flag
4561 fi
4562 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4563 $as_echo "$ac_cv_prog_cc_g" >&6; }
4564 if test "$ac_test_CFLAGS" = set; then
4565 CFLAGS=$ac_save_CFLAGS
4566 elif test $ac_cv_prog_cc_g = yes; then
4567 if test "$GCC" = yes; then
4568 CFLAGS="-g -O2"
4569 else
4570 CFLAGS="-g"
4571 fi
4572 else
4573 if test "$GCC" = yes; then
4574 CFLAGS="-O2"
4575 else
4576 CFLAGS=
4577 fi
4578 fi
4579 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4580 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4581 if ${ac_cv_prog_cc_c89+:} false; then :
4582 $as_echo_n "(cached) " >&6
4583 else
4584 ac_cv_prog_cc_c89=no
4585 ac_save_CC=$CC
4586 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4587 /* end confdefs.h. */
4588 #include <stdarg.h>
4589 #include <stdio.h>
4590 struct stat;
4591 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4592 struct buf { int x; };
4593 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4594 static char *e (p, i)
4595 char **p;
4596 int i;
4597 {
4598 return p[i];
4599 }
4600 static char *f (char * (*g) (char **, int), char **p, ...)
4601 {
4602 char *s;
4603 va_list v;
4604 va_start (v,p);
4605 s = g (p, va_arg (v,int));
4606 va_end (v);
4607 return s;
4608 }
4609
4610 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4611 function prototypes and stuff, but not '\xHH' hex character constants.
4612 These don't provoke an error unfortunately, instead are silently treated
4613 as 'x'. The following induces an error, until -std is added to get
4614 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4615 array size at least. It's necessary to write '\x00'==0 to get something
4616 that's true only with -std. */
4617 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4618
4619 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4620 inside strings and character constants. */
4621 #define FOO(x) 'x'
4622 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4623
4624 int test (int i, double x);
4625 struct s1 {int (*f) (int a);};
4626 struct s2 {int (*f) (double a);};
4627 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4628 int argc;
4629 char **argv;
4630 int
4631 main ()
4632 {
4633 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4634 ;
4635 return 0;
4636 }
4637 _ACEOF
4638 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4639 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4640 do
4641 CC="$ac_save_CC $ac_arg"
4642 if ac_fn_c_try_compile "$LINENO"; then :
4643 ac_cv_prog_cc_c89=$ac_arg
4644 fi
4645 rm -f core conftest.err conftest.$ac_objext
4646 test "x$ac_cv_prog_cc_c89" != "xno" && break
4647 done
4648 rm -f conftest.$ac_ext
4649 CC=$ac_save_CC
4650
4651 fi
4652 # AC_CACHE_VAL
4653 case "x$ac_cv_prog_cc_c89" in
4654 x)
4655 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4656 $as_echo "none needed" >&6; } ;;
4657 xno)
4658 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4659 $as_echo "unsupported" >&6; } ;;
4660 *)
4661 CC="$CC $ac_cv_prog_cc_c89"
4662 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4663 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4664 esac
4665 if test "x$ac_cv_prog_cc_c89" != xno; then :
4666
4667 fi
4668
4669 ac_ext=c
4670 ac_cpp='$CPP $CPPFLAGS'
4671 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4672 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4673 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4674
4675 ac_ext=cpp
4676 ac_cpp='$CXXCPP $CPPFLAGS'
4677 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4678 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4679 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4680 if test -z "$CXX"; then
4681 if test -n "$CCC"; then
4682 CXX=$CCC
4683 else
4684 if test -n "$ac_tool_prefix"; then
4685 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4686 do
4687 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4688 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4689 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4690 $as_echo_n "checking for $ac_word... " >&6; }
4691 if ${ac_cv_prog_CXX+:} false; then :
4692 $as_echo_n "(cached) " >&6
4693 else
4694 if test -n "$CXX"; then
4695 ac_cv_prog_CXX="$CXX" # Let the user override the test.
4696 else
4697 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4698 for as_dir in $PATH
4699 do
4700 IFS=$as_save_IFS
4701 test -z "$as_dir" && as_dir=.
4702 for ac_exec_ext in '' $ac_executable_extensions; do
4703 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4704 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
4705 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4706 break 2
4707 fi
4708 done
4709 done
4710 IFS=$as_save_IFS
4711
4712 fi
4713 fi
4714 CXX=$ac_cv_prog_CXX
4715 if test -n "$CXX"; then
4716 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4717 $as_echo "$CXX" >&6; }
4718 else
4719 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4720 $as_echo "no" >&6; }
4721 fi
4722
4723
4724 test -n "$CXX" && break
4725 done
4726 fi
4727 if test -z "$CXX"; then
4728 ac_ct_CXX=$CXX
4729 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4730 do
4731 # Extract the first word of "$ac_prog", so it can be a program name with args.
4732 set dummy $ac_prog; ac_word=$2
4733 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4734 $as_echo_n "checking for $ac_word... " >&6; }
4735 if ${ac_cv_prog_ac_ct_CXX+:} false; then :
4736 $as_echo_n "(cached) " >&6
4737 else
4738 if test -n "$ac_ct_CXX"; then
4739 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4740 else
4741 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4742 for as_dir in $PATH
4743 do
4744 IFS=$as_save_IFS
4745 test -z "$as_dir" && as_dir=.
4746 for ac_exec_ext in '' $ac_executable_extensions; do
4747 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4748 ac_cv_prog_ac_ct_CXX="$ac_prog"
4749 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4750 break 2
4751 fi
4752 done
4753 done
4754 IFS=$as_save_IFS
4755
4756 fi
4757 fi
4758 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4759 if test -n "$ac_ct_CXX"; then
4760 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4761 $as_echo "$ac_ct_CXX" >&6; }
4762 else
4763 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4764 $as_echo "no" >&6; }
4765 fi
4766
4767
4768 test -n "$ac_ct_CXX" && break
4769 done
4770
4771 if test "x$ac_ct_CXX" = x; then
4772 CXX="g++"
4773 else
4774 case $cross_compiling:$ac_tool_warned in
4775 yes:)
4776 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4777 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4778 ac_tool_warned=yes ;;
4779 esac
4780 CXX=$ac_ct_CXX
4781 fi
4782 fi
4783
4784 fi
4785 fi
4786 # Provide some information about the compiler.
4787 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
4788 set X $ac_compile
4789 ac_compiler=$2
4790 for ac_option in --version -v -V -qversion; do
4791 { { ac_try="$ac_compiler $ac_option >&5"
4792 case "(($ac_try" in
4793 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4794 *) ac_try_echo=$ac_try;;
4795 esac
4796 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4797 $as_echo "$ac_try_echo"; } >&5
4798 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4799 ac_status=$?
4800 if test -s conftest.err; then
4801 sed '10a\
4802 ... rest of stderr output deleted ...
4803 10q' conftest.err >conftest.er1
4804 cat conftest.er1 >&5
4805 fi
4806 rm -f conftest.er1 conftest.err
4807 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4808 test $ac_status = 0; }
4809 done
4810
4811 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
4812 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
4813 if ${ac_cv_cxx_compiler_gnu+:} false; then :
4814 $as_echo_n "(cached) " >&6
4815 else
4816 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4817 /* end confdefs.h. */
4818
4819 int
4820 main ()
4821 {
4822 #ifndef __GNUC__
4823 choke me
4824 #endif
4825
4826 ;
4827 return 0;
4828 }
4829 _ACEOF
4830 if ac_fn_cxx_try_compile "$LINENO"; then :
4831 ac_compiler_gnu=yes
4832 else
4833 ac_compiler_gnu=no
4834 fi
4835 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4836 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
4837
4838 fi
4839 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
4840 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
4841 if test $ac_compiler_gnu = yes; then
4842 GXX=yes
4843 else
4844 GXX=
4845 fi
4846 ac_test_CXXFLAGS=${CXXFLAGS+set}
4847 ac_save_CXXFLAGS=$CXXFLAGS
4848 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
4849 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
4850 if ${ac_cv_prog_cxx_g+:} false; then :
4851 $as_echo_n "(cached) " >&6
4852 else
4853 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
4854 ac_cxx_werror_flag=yes
4855 ac_cv_prog_cxx_g=no
4856 CXXFLAGS="-g"
4857 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4858 /* end confdefs.h. */
4859
4860 int
4861 main ()
4862 {
4863
4864 ;
4865 return 0;
4866 }
4867 _ACEOF
4868 if ac_fn_cxx_try_compile "$LINENO"; then :
4869 ac_cv_prog_cxx_g=yes
4870 else
4871 CXXFLAGS=""
4872 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4873 /* end confdefs.h. */
4874
4875 int
4876 main ()
4877 {
4878
4879 ;
4880 return 0;
4881 }
4882 _ACEOF
4883 if ac_fn_cxx_try_compile "$LINENO"; then :
4884
4885 else
4886 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4887 CXXFLAGS="-g"
4888 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4889 /* end confdefs.h. */
4890
4891 int
4892 main ()
4893 {
4894
4895 ;
4896 return 0;
4897 }
4898 _ACEOF
4899 if ac_fn_cxx_try_compile "$LINENO"; then :
4900 ac_cv_prog_cxx_g=yes
4901 fi
4902 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4903 fi
4904 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4905 fi
4906 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4907 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4908 fi
4909 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
4910 $as_echo "$ac_cv_prog_cxx_g" >&6; }
4911 if test "$ac_test_CXXFLAGS" = set; then
4912 CXXFLAGS=$ac_save_CXXFLAGS
4913 elif test $ac_cv_prog_cxx_g = yes; then
4914 if test "$GXX" = yes; then
4915 CXXFLAGS="-g -O2"
4916 else
4917 CXXFLAGS="-g"
4918 fi
4919 else
4920 if test "$GXX" = yes; then
4921 CXXFLAGS="-O2"
4922 else
4923 CXXFLAGS=
4924 fi
4925 fi
4926 ac_ext=c
4927 ac_cpp='$CPP $CPPFLAGS'
4928 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4929 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4930 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4931
4932
4933
4934
4935 if test -n "$ac_tool_prefix"; then
4936 # Extract the first word of "${ac_tool_prefix}gnatbind", so it can be a program name with args.
4937 set dummy ${ac_tool_prefix}gnatbind; ac_word=$2
4938 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4939 $as_echo_n "checking for $ac_word... " >&6; }
4940 if ${ac_cv_prog_GNATBIND+:} false; then :
4941 $as_echo_n "(cached) " >&6
4942 else
4943 if test -n "$GNATBIND"; then
4944 ac_cv_prog_GNATBIND="$GNATBIND" # Let the user override the test.
4945 else
4946 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4947 for as_dir in $PATH
4948 do
4949 IFS=$as_save_IFS
4950 test -z "$as_dir" && as_dir=.
4951 for ac_exec_ext in '' $ac_executable_extensions; do
4952 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4953 ac_cv_prog_GNATBIND="${ac_tool_prefix}gnatbind"
4954 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4955 break 2
4956 fi
4957 done
4958 done
4959 IFS=$as_save_IFS
4960
4961 fi
4962 fi
4963 GNATBIND=$ac_cv_prog_GNATBIND
4964 if test -n "$GNATBIND"; then
4965 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNATBIND" >&5
4966 $as_echo "$GNATBIND" >&6; }
4967 else
4968 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4969 $as_echo "no" >&6; }
4970 fi
4971
4972
4973 fi
4974 if test -z "$ac_cv_prog_GNATBIND"; then
4975 ac_ct_GNATBIND=$GNATBIND
4976 # Extract the first word of "gnatbind", so it can be a program name with args.
4977 set dummy gnatbind; ac_word=$2
4978 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4979 $as_echo_n "checking for $ac_word... " >&6; }
4980 if ${ac_cv_prog_ac_ct_GNATBIND+:} false; then :
4981 $as_echo_n "(cached) " >&6
4982 else
4983 if test -n "$ac_ct_GNATBIND"; then
4984 ac_cv_prog_ac_ct_GNATBIND="$ac_ct_GNATBIND" # Let the user override the test.
4985 else
4986 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4987 for as_dir in $PATH
4988 do
4989 IFS=$as_save_IFS
4990 test -z "$as_dir" && as_dir=.
4991 for ac_exec_ext in '' $ac_executable_extensions; do
4992 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4993 ac_cv_prog_ac_ct_GNATBIND="gnatbind"
4994 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4995 break 2
4996 fi
4997 done
4998 done
4999 IFS=$as_save_IFS
5000
5001 fi
5002 fi
5003 ac_ct_GNATBIND=$ac_cv_prog_ac_ct_GNATBIND
5004 if test -n "$ac_ct_GNATBIND"; then
5005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GNATBIND" >&5
5006 $as_echo "$ac_ct_GNATBIND" >&6; }
5007 else
5008 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5009 $as_echo "no" >&6; }
5010 fi
5011
5012 if test "x$ac_ct_GNATBIND" = x; then
5013 GNATBIND="no"
5014 else
5015 case $cross_compiling:$ac_tool_warned in
5016 yes:)
5017 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5018 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5019 ac_tool_warned=yes ;;
5020 esac
5021 GNATBIND=$ac_ct_GNATBIND
5022 fi
5023 else
5024 GNATBIND="$ac_cv_prog_GNATBIND"
5025 fi
5026
5027 if test -n "$ac_tool_prefix"; then
5028 # Extract the first word of "${ac_tool_prefix}gnatmake", so it can be a program name with args.
5029 set dummy ${ac_tool_prefix}gnatmake; ac_word=$2
5030 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5031 $as_echo_n "checking for $ac_word... " >&6; }
5032 if ${ac_cv_prog_GNATMAKE+:} false; then :
5033 $as_echo_n "(cached) " >&6
5034 else
5035 if test -n "$GNATMAKE"; then
5036 ac_cv_prog_GNATMAKE="$GNATMAKE" # Let the user override the test.
5037 else
5038 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5039 for as_dir in $PATH
5040 do
5041 IFS=$as_save_IFS
5042 test -z "$as_dir" && as_dir=.
5043 for ac_exec_ext in '' $ac_executable_extensions; do
5044 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5045 ac_cv_prog_GNATMAKE="${ac_tool_prefix}gnatmake"
5046 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5047 break 2
5048 fi
5049 done
5050 done
5051 IFS=$as_save_IFS
5052
5053 fi
5054 fi
5055 GNATMAKE=$ac_cv_prog_GNATMAKE
5056 if test -n "$GNATMAKE"; then
5057 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNATMAKE" >&5
5058 $as_echo "$GNATMAKE" >&6; }
5059 else
5060 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5061 $as_echo "no" >&6; }
5062 fi
5063
5064
5065 fi
5066 if test -z "$ac_cv_prog_GNATMAKE"; then
5067 ac_ct_GNATMAKE=$GNATMAKE
5068 # Extract the first word of "gnatmake", so it can be a program name with args.
5069 set dummy gnatmake; ac_word=$2
5070 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5071 $as_echo_n "checking for $ac_word... " >&6; }
5072 if ${ac_cv_prog_ac_ct_GNATMAKE+:} false; then :
5073 $as_echo_n "(cached) " >&6
5074 else
5075 if test -n "$ac_ct_GNATMAKE"; then
5076 ac_cv_prog_ac_ct_GNATMAKE="$ac_ct_GNATMAKE" # Let the user override the test.
5077 else
5078 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5079 for as_dir in $PATH
5080 do
5081 IFS=$as_save_IFS
5082 test -z "$as_dir" && as_dir=.
5083 for ac_exec_ext in '' $ac_executable_extensions; do
5084 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5085 ac_cv_prog_ac_ct_GNATMAKE="gnatmake"
5086 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5087 break 2
5088 fi
5089 done
5090 done
5091 IFS=$as_save_IFS
5092
5093 fi
5094 fi
5095 ac_ct_GNATMAKE=$ac_cv_prog_ac_ct_GNATMAKE
5096 if test -n "$ac_ct_GNATMAKE"; then
5097 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GNATMAKE" >&5
5098 $as_echo "$ac_ct_GNATMAKE" >&6; }
5099 else
5100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5101 $as_echo "no" >&6; }
5102 fi
5103
5104 if test "x$ac_ct_GNATMAKE" = x; then
5105 GNATMAKE="no"
5106 else
5107 case $cross_compiling:$ac_tool_warned in
5108 yes:)
5109 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5110 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5111 ac_tool_warned=yes ;;
5112 esac
5113 GNATMAKE=$ac_ct_GNATMAKE
5114 fi
5115 else
5116 GNATMAKE="$ac_cv_prog_GNATMAKE"
5117 fi
5118
5119 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiler driver understands Ada" >&5
5120 $as_echo_n "checking whether compiler driver understands Ada... " >&6; }
5121 if ${acx_cv_cc_gcc_supports_ada+:} false; then :
5122 $as_echo_n "(cached) " >&6
5123 else
5124 cat >conftest.adb <<EOF
5125 procedure conftest is begin null; end conftest;
5126 EOF
5127 acx_cv_cc_gcc_supports_ada=no
5128 # There is a bug in old released versions of GCC which causes the
5129 # driver to exit successfully when the appropriate language module
5130 # has not been installed. This is fixed in 2.95.4, 3.0.2, and 3.1.
5131 # Therefore we must check for the error message as well as an
5132 # unsuccessful exit.
5133 # Other compilers, like HP Tru64 UNIX cc, exit successfully when
5134 # given a .adb file, but produce no object file. So we must check
5135 # if an object file was really produced to guard against this.
5136 errors=`(${CC} -I"$srcdir"/ada/libgnat -c conftest.adb) 2>&1 || echo failure`
5137 if test x"$errors" = x && test -f conftest.$ac_objext; then
5138 acx_cv_cc_gcc_supports_ada=yes
5139 fi
5140 rm -f conftest.*
5141 fi
5142 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_cc_gcc_supports_ada" >&5
5143 $as_echo "$acx_cv_cc_gcc_supports_ada" >&6; }
5144
5145 if test "x$GNATBIND" != xno && test "x$GNATMAKE" != xno && test x$acx_cv_cc_gcc_supports_ada != xno; then
5146 have_gnat=yes
5147 else
5148 have_gnat=no
5149 fi
5150
5151
5152 # Do configure tests with the C++ compiler, since that's what we build with.
5153 ac_ext=cpp
5154 ac_cpp='$CXXCPP $CPPFLAGS'
5155 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5156 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5157 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
5158
5159
5160 # Remove the -O2: for historical reasons, unless bootstrapping we prefer
5161 # optimizations to be activated explicitly by the toplevel.
5162 case "$CC" in
5163 */prev-gcc/xgcc*) ;;
5164 *) CFLAGS=`echo "$CFLAGS " | sed -e "s/-Ofast[ ]//" -e "s/-O[gs][ ]//" -e "s/-O[0-9]*[ ]//" `
5165 CXXFLAGS=`echo "$CXXFLAGS " | sed -e "s/-Ofast[ ]//" -e "s/-O[gs][ ]//" -e "s/-O[0-9]*[ ]//" ` ;;
5166 esac
5167
5168
5169
5170 # Determine PICFLAG for target gnatlib.
5171
5172
5173
5174
5175 case "${target}" in
5176 # PIC is the default on some targets or must not be used.
5177 *-*-darwin*)
5178 # For darwin, common symbols are not allowed in MH_DYLIB files
5179 case "${CFLAGS}" in
5180 # If we are using a compiler supporting mdynamic-no-pic
5181 # and the option has been tested as safe to add, then cancel
5182 # it here, since the code generated is incompatible with shared
5183 # libs.
5184 *-mdynamic-no-pic*) PICFLAG_FOR_TARGET='-fno-common -mno-dynamic-no-pic' ;;
5185 *) PICFLAG_FOR_TARGET=-fno-common ;;
5186 esac
5187 ;;
5188 alpha*-dec-osf5*)
5189 # PIC is the default.
5190 ;;
5191 hppa*64*-*-hpux*)
5192 # PIC is the default for 64-bit PA HP-UX.
5193 ;;
5194 i[34567]86-*-cygwin* | x86_64-*-cygwin*)
5195 ;;
5196 i[34567]86-*-mingw* | x86_64-*-mingw*)
5197 ;;
5198 i[34567]86-*-interix[3-9]*)
5199 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
5200 # Instead, we relocate shared libraries at runtime.
5201 ;;
5202 i[34567]86-*-nto-qnx*)
5203 # QNX uses GNU C++, but need to define -shared option too, otherwise
5204 # it will coredump.
5205 PICFLAG_FOR_TARGET='-fPIC -shared'
5206 ;;
5207 i[34567]86-pc-msdosdjgpp*)
5208 # DJGPP does not support shared libraries at all.
5209 ;;
5210 ia64*-*-hpux*)
5211 # On IA64 HP-UX, PIC is the default but the pic flag
5212 # sets the default TLS model and affects inlining.
5213 PICFLAG_FOR_TARGET=-fPIC
5214 ;;
5215 mips-sgi-irix6*)
5216 # PIC is the default.
5217 ;;
5218 rs6000-ibm-aix* | powerpc-ibm-aix*)
5219 # All AIX code is PIC.
5220 ;;
5221
5222 # Some targets support both -fPIC and -fpic, but prefer the latter.
5223 # FIXME: Why?
5224 i[34567]86-*-* | x86_64-*-*)
5225 PICFLAG_FOR_TARGET=-fpic
5226 ;;
5227 # FIXME: Override -fPIC default in libgcc only?
5228 sh-*-linux* | sh[2346lbe]*-*-linux*)
5229 PICFLAG_FOR_TARGET=-fpic
5230 ;;
5231 # FIXME: Simplify to sh*-*-netbsd*?
5232 sh-*-netbsdelf* | shl*-*-netbsdelf* | sh5-*-netbsd* | sh5l*-*-netbsd* | \
5233 sh64-*-netbsd* | sh64l*-*-netbsd*)
5234 PICFLAG_FOR_TARGET=-fpic
5235 ;;
5236 # Default to -fPIC unless specified otherwise.
5237 *)
5238 PICFLAG_FOR_TARGET=-fPIC
5239 ;;
5240 esac
5241
5242 # If the user explicitly uses -fpic/-fPIC, keep that.
5243 case "${CFLAGS_FOR_TARGET}" in
5244 *-fpic*)
5245 PICFLAG_FOR_TARGET=-fpic
5246 ;;
5247 *-fPIC*)
5248 PICFLAG_FOR_TARGET=-fPIC
5249 ;;
5250 esac
5251
5252
5253
5254 # -------------------------
5255 # Check C compiler features
5256 # -------------------------
5257
5258
5259 ac_ext=cpp
5260 ac_cpp='$CXXCPP $CPPFLAGS'
5261 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5262 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5263 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
5264 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C++ preprocessor" >&5
5265 $as_echo_n "checking how to run the C++ preprocessor... " >&6; }
5266 if test -z "$CXXCPP"; then
5267 if ${ac_cv_prog_CXXCPP+:} false; then :
5268 $as_echo_n "(cached) " >&6
5269 else
5270 # Double quotes because CXXCPP needs to be expanded
5271 for CXXCPP in "$CXX -E" "/lib/cpp"
5272 do
5273 ac_preproc_ok=false
5274 for ac_cxx_preproc_warn_flag in '' yes
5275 do
5276 # Use a header file that comes with gcc, so configuring glibc
5277 # with a fresh cross-compiler works.
5278 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5279 # <limits.h> exists even on freestanding compilers.
5280 # On the NeXT, cc -E runs the code through the compiler's parser,
5281 # not just through cpp. "Syntax error" is here to catch this case.
5282 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5283 /* end confdefs.h. */
5284 #ifdef __STDC__
5285 # include <limits.h>
5286 #else
5287 # include <assert.h>
5288 #endif
5289 Syntax error
5290 _ACEOF
5291 if ac_fn_cxx_try_cpp "$LINENO"; then :
5292
5293 else
5294 # Broken: fails on valid input.
5295 continue
5296 fi
5297 rm -f conftest.err conftest.i conftest.$ac_ext
5298
5299 # OK, works on sane cases. Now check whether nonexistent headers
5300 # can be detected and how.
5301 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5302 /* end confdefs.h. */
5303 #include <ac_nonexistent.h>
5304 _ACEOF
5305 if ac_fn_cxx_try_cpp "$LINENO"; then :
5306 # Broken: success on invalid input.
5307 continue
5308 else
5309 # Passes both tests.
5310 ac_preproc_ok=:
5311 break
5312 fi
5313 rm -f conftest.err conftest.i conftest.$ac_ext
5314
5315 done
5316 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5317 rm -f conftest.i conftest.err conftest.$ac_ext
5318 if $ac_preproc_ok; then :
5319 break
5320 fi
5321
5322 done
5323 ac_cv_prog_CXXCPP=$CXXCPP
5324
5325 fi
5326 CXXCPP=$ac_cv_prog_CXXCPP
5327 else
5328 ac_cv_prog_CXXCPP=$CXXCPP
5329 fi
5330 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXXCPP" >&5
5331 $as_echo "$CXXCPP" >&6; }
5332 ac_preproc_ok=false
5333 for ac_cxx_preproc_warn_flag in '' yes
5334 do
5335 # Use a header file that comes with gcc, so configuring glibc
5336 # with a fresh cross-compiler works.
5337 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5338 # <limits.h> exists even on freestanding compilers.
5339 # On the NeXT, cc -E runs the code through the compiler's parser,
5340 # not just through cpp. "Syntax error" is here to catch this case.
5341 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5342 /* end confdefs.h. */
5343 #ifdef __STDC__
5344 # include <limits.h>
5345 #else
5346 # include <assert.h>
5347 #endif
5348 Syntax error
5349 _ACEOF
5350 if ac_fn_cxx_try_cpp "$LINENO"; then :
5351
5352 else
5353 # Broken: fails on valid input.
5354 continue
5355 fi
5356 rm -f conftest.err conftest.i conftest.$ac_ext
5357
5358 # OK, works on sane cases. Now check whether nonexistent headers
5359 # can be detected and how.
5360 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5361 /* end confdefs.h. */
5362 #include <ac_nonexistent.h>
5363 _ACEOF
5364 if ac_fn_cxx_try_cpp "$LINENO"; then :
5365 # Broken: success on invalid input.
5366 continue
5367 else
5368 # Passes both tests.
5369 ac_preproc_ok=:
5370 break
5371 fi
5372 rm -f conftest.err conftest.i conftest.$ac_ext
5373
5374 done
5375 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5376 rm -f conftest.i conftest.err conftest.$ac_ext
5377 if $ac_preproc_ok; then :
5378
5379 else
5380 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5381 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5382 as_fn_error $? "C++ preprocessor \"$CXXCPP\" fails sanity check
5383 See \`config.log' for more details" "$LINENO" 5; }
5384 fi
5385
5386 ac_ext=cpp
5387 ac_cpp='$CXXCPP $CPPFLAGS'
5388 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5389 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5390 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
5391
5392
5393 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5394 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5395 if ${ac_cv_path_GREP+:} false; then :
5396 $as_echo_n "(cached) " >&6
5397 else
5398 if test -z "$GREP"; then
5399 ac_path_GREP_found=false
5400 # Loop through the user's path and test for each of PROGNAME-LIST
5401 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5402 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5403 do
5404 IFS=$as_save_IFS
5405 test -z "$as_dir" && as_dir=.
5406 for ac_prog in grep ggrep; do
5407 for ac_exec_ext in '' $ac_executable_extensions; do
5408 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
5409 as_fn_executable_p "$ac_path_GREP" || continue
5410 # Check for GNU ac_path_GREP and select it if it is found.
5411 # Check for GNU $ac_path_GREP
5412 case `"$ac_path_GREP" --version 2>&1` in
5413 *GNU*)
5414 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
5415 *)
5416 ac_count=0
5417 $as_echo_n 0123456789 >"conftest.in"
5418 while :
5419 do
5420 cat "conftest.in" "conftest.in" >"conftest.tmp"
5421 mv "conftest.tmp" "conftest.in"
5422 cp "conftest.in" "conftest.nl"
5423 $as_echo 'GREP' >> "conftest.nl"
5424 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5425 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5426 as_fn_arith $ac_count + 1 && ac_count=$as_val
5427 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5428 # Best one so far, save it but keep looking for a better one
5429 ac_cv_path_GREP="$ac_path_GREP"
5430 ac_path_GREP_max=$ac_count
5431 fi
5432 # 10*(2^10) chars as input seems more than enough
5433 test $ac_count -gt 10 && break
5434 done
5435 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5436 esac
5437
5438 $ac_path_GREP_found && break 3
5439 done
5440 done
5441 done
5442 IFS=$as_save_IFS
5443 if test -z "$ac_cv_path_GREP"; then
5444 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5445 fi
5446 else
5447 ac_cv_path_GREP=$GREP
5448 fi
5449
5450 fi
5451 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5452 $as_echo "$ac_cv_path_GREP" >&6; }
5453 GREP="$ac_cv_path_GREP"
5454
5455
5456 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5457 $as_echo_n "checking for egrep... " >&6; }
5458 if ${ac_cv_path_EGREP+:} false; then :
5459 $as_echo_n "(cached) " >&6
5460 else
5461 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5462 then ac_cv_path_EGREP="$GREP -E"
5463 else
5464 if test -z "$EGREP"; then
5465 ac_path_EGREP_found=false
5466 # Loop through the user's path and test for each of PROGNAME-LIST
5467 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5468 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5469 do
5470 IFS=$as_save_IFS
5471 test -z "$as_dir" && as_dir=.
5472 for ac_prog in egrep; do
5473 for ac_exec_ext in '' $ac_executable_extensions; do
5474 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
5475 as_fn_executable_p "$ac_path_EGREP" || continue
5476 # Check for GNU ac_path_EGREP and select it if it is found.
5477 # Check for GNU $ac_path_EGREP
5478 case `"$ac_path_EGREP" --version 2>&1` in
5479 *GNU*)
5480 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
5481 *)
5482 ac_count=0
5483 $as_echo_n 0123456789 >"conftest.in"
5484 while :
5485 do
5486 cat "conftest.in" "conftest.in" >"conftest.tmp"
5487 mv "conftest.tmp" "conftest.in"
5488 cp "conftest.in" "conftest.nl"
5489 $as_echo 'EGREP' >> "conftest.nl"
5490 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5491 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5492 as_fn_arith $ac_count + 1 && ac_count=$as_val
5493 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5494 # Best one so far, save it but keep looking for a better one
5495 ac_cv_path_EGREP="$ac_path_EGREP"
5496 ac_path_EGREP_max=$ac_count
5497 fi
5498 # 10*(2^10) chars as input seems more than enough
5499 test $ac_count -gt 10 && break
5500 done
5501 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5502 esac
5503
5504 $ac_path_EGREP_found && break 3
5505 done
5506 done
5507 done
5508 IFS=$as_save_IFS
5509 if test -z "$ac_cv_path_EGREP"; then
5510 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5511 fi
5512 else
5513 ac_cv_path_EGREP=$EGREP
5514 fi
5515
5516 fi
5517 fi
5518 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5519 $as_echo "$ac_cv_path_EGREP" >&6; }
5520 EGREP="$ac_cv_path_EGREP"
5521
5522
5523 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5524 $as_echo_n "checking for ANSI C header files... " >&6; }
5525 if ${ac_cv_header_stdc+:} false; then :
5526 $as_echo_n "(cached) " >&6
5527 else
5528 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5529 /* end confdefs.h. */
5530 #include <stdlib.h>
5531 #include <stdarg.h>
5532 #include <string.h>
5533 #include <float.h>
5534
5535 int
5536 main ()
5537 {
5538
5539 ;
5540 return 0;
5541 }
5542 _ACEOF
5543 if ac_fn_cxx_try_compile "$LINENO"; then :
5544 ac_cv_header_stdc=yes
5545 else
5546 ac_cv_header_stdc=no
5547 fi
5548 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5549
5550 if test $ac_cv_header_stdc = yes; then
5551 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5552 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5553 /* end confdefs.h. */
5554 #include <string.h>
5555
5556 _ACEOF
5557 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5558 $EGREP "memchr" >/dev/null 2>&1; then :
5559
5560 else
5561 ac_cv_header_stdc=no
5562 fi
5563 rm -f conftest*
5564
5565 fi
5566
5567 if test $ac_cv_header_stdc = yes; then
5568 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5569 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5570 /* end confdefs.h. */
5571 #include <stdlib.h>
5572
5573 _ACEOF
5574 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5575 $EGREP "free" >/dev/null 2>&1; then :
5576
5577 else
5578 ac_cv_header_stdc=no
5579 fi
5580 rm -f conftest*
5581
5582 fi
5583
5584 if test $ac_cv_header_stdc = yes; then
5585 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5586 if test "$cross_compiling" = yes; then :
5587 :
5588 else
5589 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5590 /* end confdefs.h. */
5591 #include <ctype.h>
5592 #include <stdlib.h>
5593 #if ((' ' & 0x0FF) == 0x020)
5594 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5595 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5596 #else
5597 # define ISLOWER(c) \
5598 (('a' <= (c) && (c) <= 'i') \
5599 || ('j' <= (c) && (c) <= 'r') \
5600 || ('s' <= (c) && (c) <= 'z'))
5601 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5602 #endif
5603
5604 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5605 int
5606 main ()
5607 {
5608 int i;
5609 for (i = 0; i < 256; i++)
5610 if (XOR (islower (i), ISLOWER (i))
5611 || toupper (i) != TOUPPER (i))
5612 return 2;
5613 return 0;
5614 }
5615 _ACEOF
5616 if ac_fn_cxx_try_run "$LINENO"; then :
5617
5618 else
5619 ac_cv_header_stdc=no
5620 fi
5621 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5622 conftest.$ac_objext conftest.beam conftest.$ac_ext
5623 fi
5624
5625 fi
5626 fi
5627 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5628 $as_echo "$ac_cv_header_stdc" >&6; }
5629 if test $ac_cv_header_stdc = yes; then
5630
5631 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
5632
5633 fi
5634
5635 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5636 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5637 inttypes.h stdint.h unistd.h
5638 do :
5639 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5640 ac_fn_cxx_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5641 "
5642 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
5643 cat >>confdefs.h <<_ACEOF
5644 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5645 _ACEOF
5646
5647 fi
5648
5649 done
5650
5651
5652
5653 ac_fn_cxx_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
5654 if test "x$ac_cv_header_minix_config_h" = xyes; then :
5655 MINIX=yes
5656 else
5657 MINIX=
5658 fi
5659
5660
5661 if test "$MINIX" = yes; then
5662
5663 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
5664
5665
5666 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
5667
5668
5669 $as_echo "#define _MINIX 1" >>confdefs.h
5670
5671 fi
5672
5673
5674 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
5675 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
5676 if ${ac_cv_safe_to_define___extensions__+:} false; then :
5677 $as_echo_n "(cached) " >&6
5678 else
5679 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5680 /* end confdefs.h. */
5681
5682 # define __EXTENSIONS__ 1
5683 $ac_includes_default
5684 int
5685 main ()
5686 {
5687
5688 ;
5689 return 0;
5690 }
5691 _ACEOF
5692 if ac_fn_cxx_try_compile "$LINENO"; then :
5693 ac_cv_safe_to_define___extensions__=yes
5694 else
5695 ac_cv_safe_to_define___extensions__=no
5696 fi
5697 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5698 fi
5699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5700 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
5701 test $ac_cv_safe_to_define___extensions__ = yes &&
5702 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
5703
5704 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
5705
5706 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
5707
5708 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
5709
5710 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
5711
5712
5713
5714 ac_ext=c
5715 ac_cpp='$CPP $CPPFLAGS'
5716 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5717 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5718 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5719 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5720 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5721 # On Suns, sometimes $CPP names a directory.
5722 if test -n "$CPP" && test -d "$CPP"; then
5723 CPP=
5724 fi
5725 if test -z "$CPP"; then
5726 if ${ac_cv_prog_CPP+:} false; then :
5727 $as_echo_n "(cached) " >&6
5728 else
5729 # Double quotes because CPP needs to be expanded
5730 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5731 do
5732 ac_preproc_ok=false
5733 for ac_c_preproc_warn_flag in '' yes
5734 do
5735 # Use a header file that comes with gcc, so configuring glibc
5736 # with a fresh cross-compiler works.
5737 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5738 # <limits.h> exists even on freestanding compilers.
5739 # On the NeXT, cc -E runs the code through the compiler's parser,
5740 # not just through cpp. "Syntax error" is here to catch this case.
5741 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5742 /* end confdefs.h. */
5743 #ifdef __STDC__
5744 # include <limits.h>
5745 #else
5746 # include <assert.h>
5747 #endif
5748 Syntax error
5749 _ACEOF
5750 if ac_fn_c_try_cpp "$LINENO"; then :
5751
5752 else
5753 # Broken: fails on valid input.
5754 continue
5755 fi
5756 rm -f conftest.err conftest.i conftest.$ac_ext
5757
5758 # OK, works on sane cases. Now check whether nonexistent headers
5759 # can be detected and how.
5760 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5761 /* end confdefs.h. */
5762 #include <ac_nonexistent.h>
5763 _ACEOF
5764 if ac_fn_c_try_cpp "$LINENO"; then :
5765 # Broken: success on invalid input.
5766 continue
5767 else
5768 # Passes both tests.
5769 ac_preproc_ok=:
5770 break
5771 fi
5772 rm -f conftest.err conftest.i conftest.$ac_ext
5773
5774 done
5775 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5776 rm -f conftest.i conftest.err conftest.$ac_ext
5777 if $ac_preproc_ok; then :
5778 break
5779 fi
5780
5781 done
5782 ac_cv_prog_CPP=$CPP
5783
5784 fi
5785 CPP=$ac_cv_prog_CPP
5786 else
5787 ac_cv_prog_CPP=$CPP
5788 fi
5789 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5790 $as_echo "$CPP" >&6; }
5791 ac_preproc_ok=false
5792 for ac_c_preproc_warn_flag in '' yes
5793 do
5794 # Use a header file that comes with gcc, so configuring glibc
5795 # with a fresh cross-compiler works.
5796 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5797 # <limits.h> exists even on freestanding compilers.
5798 # On the NeXT, cc -E runs the code through the compiler's parser,
5799 # not just through cpp. "Syntax error" is here to catch this case.
5800 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5801 /* end confdefs.h. */
5802 #ifdef __STDC__
5803 # include <limits.h>
5804 #else
5805 # include <assert.h>
5806 #endif
5807 Syntax error
5808 _ACEOF
5809 if ac_fn_c_try_cpp "$LINENO"; then :
5810
5811 else
5812 # Broken: fails on valid input.
5813 continue
5814 fi
5815 rm -f conftest.err conftest.i conftest.$ac_ext
5816
5817 # OK, works on sane cases. Now check whether nonexistent headers
5818 # can be detected and how.
5819 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5820 /* end confdefs.h. */
5821 #include <ac_nonexistent.h>
5822 _ACEOF
5823 if ac_fn_c_try_cpp "$LINENO"; then :
5824 # Broken: success on invalid input.
5825 continue
5826 else
5827 # Passes both tests.
5828 ac_preproc_ok=:
5829 break
5830 fi
5831 rm -f conftest.err conftest.i conftest.$ac_ext
5832
5833 done
5834 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5835 rm -f conftest.i conftest.err conftest.$ac_ext
5836 if $ac_preproc_ok; then :
5837
5838 else
5839 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5840 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5841 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
5842 See \`config.log' for more details" "$LINENO" 5; }
5843 fi
5844
5845 ac_ext=cpp
5846 ac_cpp='$CXXCPP $CPPFLAGS'
5847 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5848 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5849 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
5850
5851 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
5852 $as_echo_n "checking for inline... " >&6; }
5853 if ${ac_cv_c_inline+:} false; then :
5854 $as_echo_n "(cached) " >&6
5855 else
5856 ac_cv_c_inline=no
5857 for ac_kw in inline __inline__ __inline; do
5858 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5859 /* end confdefs.h. */
5860 #ifndef __cplusplus
5861 typedef int foo_t;
5862 static $ac_kw foo_t static_foo () {return 0; }
5863 $ac_kw foo_t foo () {return 0; }
5864 #endif
5865
5866 _ACEOF
5867 if ac_fn_cxx_try_compile "$LINENO"; then :
5868 ac_cv_c_inline=$ac_kw
5869 fi
5870 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5871 test "$ac_cv_c_inline" != no && break
5872 done
5873
5874 fi
5875 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
5876 $as_echo "$ac_cv_c_inline" >&6; }
5877
5878 case $ac_cv_c_inline in
5879 inline | yes) ;;
5880 *)
5881 case $ac_cv_c_inline in
5882 no) ac_val=;;
5883 *) ac_val=$ac_cv_c_inline;;
5884 esac
5885 cat >>confdefs.h <<_ACEOF
5886 #ifndef __cplusplus
5887 #define inline $ac_val
5888 #endif
5889 _ACEOF
5890 ;;
5891 esac
5892
5893
5894 # Check whether --enable-largefile was given.
5895 if test "${enable_largefile+set}" = set; then :
5896 enableval=$enable_largefile;
5897 fi
5898
5899 if test "$enable_largefile" != no; then
5900
5901 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
5902 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
5903 if ${ac_cv_sys_largefile_CC+:} false; then :
5904 $as_echo_n "(cached) " >&6
5905 else
5906 ac_cv_sys_largefile_CC=no
5907 if test "$GCC" != yes; then
5908 ac_save_CC=$CC
5909 while :; do
5910 # IRIX 6.2 and later do not support large files by default,
5911 # so use the C compiler's -n32 option if that helps.
5912 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5913 /* end confdefs.h. */
5914 #include <sys/types.h>
5915 /* Check that off_t can represent 2**63 - 1 correctly.
5916 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5917 since some C++ compilers masquerading as C compilers
5918 incorrectly reject 9223372036854775807. */
5919 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5920 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5921 && LARGE_OFF_T % 2147483647 == 1)
5922 ? 1 : -1];
5923 int
5924 main ()
5925 {
5926
5927 ;
5928 return 0;
5929 }
5930 _ACEOF
5931 if ac_fn_cxx_try_compile "$LINENO"; then :
5932 break
5933 fi
5934 rm -f core conftest.err conftest.$ac_objext
5935 CC="$CC -n32"
5936 if ac_fn_cxx_try_compile "$LINENO"; then :
5937 ac_cv_sys_largefile_CC=' -n32'; break
5938 fi
5939 rm -f core conftest.err conftest.$ac_objext
5940 break
5941 done
5942 CC=$ac_save_CC
5943 rm -f conftest.$ac_ext
5944 fi
5945 fi
5946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
5947 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
5948 if test "$ac_cv_sys_largefile_CC" != no; then
5949 CC=$CC$ac_cv_sys_largefile_CC
5950 fi
5951
5952 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
5953 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
5954 if ${ac_cv_sys_file_offset_bits+:} false; then :
5955 $as_echo_n "(cached) " >&6
5956 else
5957 while :; do
5958 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5959 /* end confdefs.h. */
5960 #include <sys/types.h>
5961 /* Check that off_t can represent 2**63 - 1 correctly.
5962 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5963 since some C++ compilers masquerading as C compilers
5964 incorrectly reject 9223372036854775807. */
5965 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5966 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5967 && LARGE_OFF_T % 2147483647 == 1)
5968 ? 1 : -1];
5969 int
5970 main ()
5971 {
5972
5973 ;
5974 return 0;
5975 }
5976 _ACEOF
5977 if ac_fn_cxx_try_compile "$LINENO"; then :
5978 ac_cv_sys_file_offset_bits=no; break
5979 fi
5980 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5981 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5982 /* end confdefs.h. */
5983 #define _FILE_OFFSET_BITS 64
5984 #include <sys/types.h>
5985 /* Check that off_t can represent 2**63 - 1 correctly.
5986 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5987 since some C++ compilers masquerading as C compilers
5988 incorrectly reject 9223372036854775807. */
5989 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5990 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5991 && LARGE_OFF_T % 2147483647 == 1)
5992 ? 1 : -1];
5993 int
5994 main ()
5995 {
5996
5997 ;
5998 return 0;
5999 }
6000 _ACEOF
6001 if ac_fn_cxx_try_compile "$LINENO"; then :
6002 ac_cv_sys_file_offset_bits=64; break
6003 fi
6004 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6005 ac_cv_sys_file_offset_bits=unknown
6006 break
6007 done
6008 fi
6009 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
6010 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
6011 case $ac_cv_sys_file_offset_bits in #(
6012 no | unknown) ;;
6013 *)
6014 cat >>confdefs.h <<_ACEOF
6015 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
6016 _ACEOF
6017 ;;
6018 esac
6019 rm -rf conftest*
6020 if test $ac_cv_sys_file_offset_bits = unknown; then
6021 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
6022 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
6023 if ${ac_cv_sys_large_files+:} false; then :
6024 $as_echo_n "(cached) " >&6
6025 else
6026 while :; do
6027 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6028 /* end confdefs.h. */
6029 #include <sys/types.h>
6030 /* Check that off_t can represent 2**63 - 1 correctly.
6031 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6032 since some C++ compilers masquerading as C compilers
6033 incorrectly reject 9223372036854775807. */
6034 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
6035 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6036 && LARGE_OFF_T % 2147483647 == 1)
6037 ? 1 : -1];
6038 int
6039 main ()
6040 {
6041
6042 ;
6043 return 0;
6044 }
6045 _ACEOF
6046 if ac_fn_cxx_try_compile "$LINENO"; then :
6047 ac_cv_sys_large_files=no; break
6048 fi
6049 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6050 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6051 /* end confdefs.h. */
6052 #define _LARGE_FILES 1
6053 #include <sys/types.h>
6054 /* Check that off_t can represent 2**63 - 1 correctly.
6055 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6056 since some C++ compilers masquerading as C compilers
6057 incorrectly reject 9223372036854775807. */
6058 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
6059 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6060 && LARGE_OFF_T % 2147483647 == 1)
6061 ? 1 : -1];
6062 int
6063 main ()
6064 {
6065
6066 ;
6067 return 0;
6068 }
6069 _ACEOF
6070 if ac_fn_cxx_try_compile "$LINENO"; then :
6071 ac_cv_sys_large_files=1; break
6072 fi
6073 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6074 ac_cv_sys_large_files=unknown
6075 break
6076 done
6077 fi
6078 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
6079 $as_echo "$ac_cv_sys_large_files" >&6; }
6080 case $ac_cv_sys_large_files in #(
6081 no | unknown) ;;
6082 *)
6083 cat >>confdefs.h <<_ACEOF
6084 #define _LARGE_FILES $ac_cv_sys_large_files
6085 _ACEOF
6086 ;;
6087 esac
6088 rm -rf conftest*
6089 fi
6090
6091
6092 fi
6093
6094
6095 # sizeof(char) is 1 by definition.
6096 # The cast to long int works around a bug in the HP C Compiler
6097 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
6098 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
6099 # This bug is HP SR number 8606223364.
6100 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of void *" >&5
6101 $as_echo_n "checking size of void *... " >&6; }
6102 if ${ac_cv_sizeof_void_p+:} false; then :
6103 $as_echo_n "(cached) " >&6
6104 else
6105 if ac_fn_cxx_compute_int "$LINENO" "(long int) (sizeof (void *))" "ac_cv_sizeof_void_p" "$ac_includes_default"; then :
6106
6107 else
6108 if test "$ac_cv_type_void_p" = yes; then
6109 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
6110 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6111 as_fn_error 77 "cannot compute sizeof (void *)
6112 See \`config.log' for more details" "$LINENO" 5; }
6113 else
6114 ac_cv_sizeof_void_p=0
6115 fi
6116 fi
6117
6118 fi
6119 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_void_p" >&5
6120 $as_echo "$ac_cv_sizeof_void_p" >&6; }
6121
6122
6123
6124 cat >>confdefs.h <<_ACEOF
6125 #define SIZEOF_VOID_P $ac_cv_sizeof_void_p
6126 _ACEOF
6127
6128
6129 # The cast to long int works around a bug in the HP C Compiler
6130 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
6131 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
6132 # This bug is HP SR number 8606223364.
6133 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of short" >&5
6134 $as_echo_n "checking size of short... " >&6; }
6135 if ${ac_cv_sizeof_short+:} false; then :
6136 $as_echo_n "(cached) " >&6
6137 else
6138 if ac_fn_cxx_compute_int "$LINENO" "(long int) (sizeof (short))" "ac_cv_sizeof_short" "$ac_includes_default"; then :
6139
6140 else
6141 if test "$ac_cv_type_short" = yes; then
6142 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
6143 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6144 as_fn_error 77 "cannot compute sizeof (short)
6145 See \`config.log' for more details" "$LINENO" 5; }
6146 else
6147 ac_cv_sizeof_short=0
6148 fi
6149 fi
6150
6151 fi
6152 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_short" >&5
6153 $as_echo "$ac_cv_sizeof_short" >&6; }
6154
6155
6156
6157 cat >>confdefs.h <<_ACEOF
6158 #define SIZEOF_SHORT $ac_cv_sizeof_short
6159 _ACEOF
6160
6161
6162 # The cast to long int works around a bug in the HP C Compiler
6163 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
6164 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
6165 # This bug is HP SR number 8606223364.
6166 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of int" >&5
6167 $as_echo_n "checking size of int... " >&6; }
6168 if ${ac_cv_sizeof_int+:} false; then :
6169 $as_echo_n "(cached) " >&6
6170 else
6171 if ac_fn_cxx_compute_int "$LINENO" "(long int) (sizeof (int))" "ac_cv_sizeof_int" "$ac_includes_default"; then :
6172
6173 else
6174 if test "$ac_cv_type_int" = yes; then
6175 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
6176 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6177 as_fn_error 77 "cannot compute sizeof (int)
6178 See \`config.log' for more details" "$LINENO" 5; }
6179 else
6180 ac_cv_sizeof_int=0
6181 fi
6182 fi
6183
6184 fi
6185 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_int" >&5
6186 $as_echo "$ac_cv_sizeof_int" >&6; }
6187
6188
6189
6190 cat >>confdefs.h <<_ACEOF
6191 #define SIZEOF_INT $ac_cv_sizeof_int
6192 _ACEOF
6193
6194
6195 # The cast to long int works around a bug in the HP C Compiler
6196 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
6197 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
6198 # This bug is HP SR number 8606223364.
6199 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5
6200 $as_echo_n "checking size of long... " >&6; }
6201 if ${ac_cv_sizeof_long+:} false; then :
6202 $as_echo_n "(cached) " >&6
6203 else
6204 if ac_fn_cxx_compute_int "$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long" "$ac_includes_default"; then :
6205
6206 else
6207 if test "$ac_cv_type_long" = yes; then
6208 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
6209 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6210 as_fn_error 77 "cannot compute sizeof (long)
6211 See \`config.log' for more details" "$LINENO" 5; }
6212 else
6213 ac_cv_sizeof_long=0
6214 fi
6215 fi
6216
6217 fi
6218 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5
6219 $as_echo "$ac_cv_sizeof_long" >&6; }
6220
6221
6222
6223 cat >>confdefs.h <<_ACEOF
6224 #define SIZEOF_LONG $ac_cv_sizeof_long
6225 _ACEOF
6226
6227
6228 ac_fn_cxx_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
6229 if test "x$ac_cv_type_long_long" = xyes; then :
6230
6231 cat >>confdefs.h <<_ACEOF
6232 #define HAVE_LONG_LONG 1
6233 _ACEOF
6234
6235 # The cast to long int works around a bug in the HP C Compiler
6236 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
6237 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
6238 # This bug is HP SR number 8606223364.
6239 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long long" >&5
6240 $as_echo_n "checking size of long long... " >&6; }
6241 if ${ac_cv_sizeof_long_long+:} false; then :
6242 $as_echo_n "(cached) " >&6
6243 else
6244 if ac_fn_cxx_compute_int "$LINENO" "(long int) (sizeof (long long))" "ac_cv_sizeof_long_long" "$ac_includes_default"; then :
6245
6246 else
6247 if test "$ac_cv_type_long_long" = yes; then
6248 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
6249 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6250 as_fn_error 77 "cannot compute sizeof (long long)
6251 See \`config.log' for more details" "$LINENO" 5; }
6252 else
6253 ac_cv_sizeof_long_long=0
6254 fi
6255 fi
6256
6257 fi
6258 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long_long" >&5
6259 $as_echo "$ac_cv_sizeof_long_long" >&6; }
6260
6261
6262
6263 cat >>confdefs.h <<_ACEOF
6264 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
6265 _ACEOF
6266
6267
6268 fi
6269
6270 ac_fn_c_find_intX_t "$LINENO" "8" "ac_cv_c_int8_t"
6271 case $ac_cv_c_int8_t in #(
6272 no|yes) ;; #(
6273 *)
6274
6275 cat >>confdefs.h <<_ACEOF
6276 #define int8_t $ac_cv_c_int8_t
6277 _ACEOF
6278 ;;
6279 esac
6280
6281 ac_fn_c_find_intX_t "$LINENO" "16" "ac_cv_c_int16_t"
6282 case $ac_cv_c_int16_t in #(
6283 no|yes) ;; #(
6284 *)
6285
6286 cat >>confdefs.h <<_ACEOF
6287 #define int16_t $ac_cv_c_int16_t
6288 _ACEOF
6289 ;;
6290 esac
6291
6292 ac_fn_c_find_intX_t "$LINENO" "32" "ac_cv_c_int32_t"
6293 case $ac_cv_c_int32_t in #(
6294 no|yes) ;; #(
6295 *)
6296
6297 cat >>confdefs.h <<_ACEOF
6298 #define int32_t $ac_cv_c_int32_t
6299 _ACEOF
6300 ;;
6301 esac
6302
6303 ac_fn_c_find_intX_t "$LINENO" "64" "ac_cv_c_int64_t"
6304 case $ac_cv_c_int64_t in #(
6305 no|yes) ;; #(
6306 *)
6307
6308 cat >>confdefs.h <<_ACEOF
6309 #define int64_t $ac_cv_c_int64_t
6310 _ACEOF
6311 ;;
6312 esac
6313
6314
6315 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for unsigned long long int" >&5
6316 $as_echo_n "checking for unsigned long long int... " >&6; }
6317 if ${ac_cv_type_unsigned_long_long_int+:} false; then :
6318 $as_echo_n "(cached) " >&6
6319 else
6320 ac_cv_type_unsigned_long_long_int=yes
6321 if test "x${ac_cv_prog_cc_c99-no}" = xno; then
6322 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6323 /* end confdefs.h. */
6324
6325 /* For now, do not test the preprocessor; as of 2007 there are too many
6326 implementations with broken preprocessors. Perhaps this can
6327 be revisited in 2012. In the meantime, code should not expect
6328 #if to work with literals wider than 32 bits. */
6329 /* Test literals. */
6330 long long int ll = 9223372036854775807ll;
6331 long long int nll = -9223372036854775807LL;
6332 unsigned long long int ull = 18446744073709551615ULL;
6333 /* Test constant expressions. */
6334 typedef int a[((-9223372036854775807LL < 0 && 0 < 9223372036854775807ll)
6335 ? 1 : -1)];
6336 typedef int b[(18446744073709551615ULL <= (unsigned long long int) -1
6337 ? 1 : -1)];
6338 int i = 63;
6339 int
6340 main ()
6341 {
6342 /* Test availability of runtime routines for shift and division. */
6343 long long int llmax = 9223372036854775807ll;
6344 unsigned long long int ullmax = 18446744073709551615ull;
6345 return ((ll << 63) | (ll >> 63) | (ll < i) | (ll > i)
6346 | (llmax / ll) | (llmax % ll)
6347 | (ull << 63) | (ull >> 63) | (ull << i) | (ull >> i)
6348 | (ullmax / ull) | (ullmax % ull));
6349 ;
6350 return 0;
6351 }
6352
6353 _ACEOF
6354 if ac_fn_cxx_try_link "$LINENO"; then :
6355
6356 else
6357 ac_cv_type_unsigned_long_long_int=no
6358 fi
6359 rm -f core conftest.err conftest.$ac_objext \
6360 conftest$ac_exeext conftest.$ac_ext
6361 fi
6362 fi
6363 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_unsigned_long_long_int" >&5
6364 $as_echo "$ac_cv_type_unsigned_long_long_int" >&6; }
6365 if test $ac_cv_type_unsigned_long_long_int = yes; then
6366
6367 $as_echo "#define HAVE_UNSIGNED_LONG_LONG_INT 1" >>confdefs.h
6368
6369 fi
6370
6371
6372
6373 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for long long int" >&5
6374 $as_echo_n "checking for long long int... " >&6; }
6375 if ${ac_cv_type_long_long_int+:} false; then :
6376 $as_echo_n "(cached) " >&6
6377 else
6378 ac_cv_type_long_long_int=yes
6379 if test "x${ac_cv_prog_cc_c99-no}" = xno; then
6380 ac_cv_type_long_long_int=$ac_cv_type_unsigned_long_long_int
6381 if test $ac_cv_type_long_long_int = yes; then
6382 if test "$cross_compiling" = yes; then :
6383 :
6384 else
6385 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6386 /* end confdefs.h. */
6387 #include <limits.h>
6388 #ifndef LLONG_MAX
6389 # define HALF \
6390 (1LL << (sizeof (long long int) * CHAR_BIT - 2))
6391 # define LLONG_MAX (HALF - 1 + HALF)
6392 #endif
6393 int
6394 main ()
6395 {
6396 long long int n = 1;
6397 int i;
6398 for (i = 0; ; i++)
6399 {
6400 long long int m = n << i;
6401 if (m >> i != n)
6402 return 1;
6403 if (LLONG_MAX / 2 < m)
6404 break;
6405 }
6406 return 0;
6407 ;
6408 return 0;
6409 }
6410 _ACEOF
6411 if ac_fn_cxx_try_run "$LINENO"; then :
6412
6413 else
6414 ac_cv_type_long_long_int=no
6415 fi
6416 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6417 conftest.$ac_objext conftest.beam conftest.$ac_ext
6418 fi
6419
6420 fi
6421 fi
6422 fi
6423 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_long_long_int" >&5
6424 $as_echo "$ac_cv_type_long_long_int" >&6; }
6425 if test $ac_cv_type_long_long_int = yes; then
6426
6427 $as_echo "#define HAVE_LONG_LONG_INT 1" >>confdefs.h
6428
6429 fi
6430
6431
6432
6433 ac_fn_cxx_check_type "$LINENO" "intmax_t" "ac_cv_type_intmax_t" "$ac_includes_default"
6434 if test "x$ac_cv_type_intmax_t" = xyes; then :
6435
6436 $as_echo "#define HAVE_INTMAX_T 1" >>confdefs.h
6437
6438 else
6439 test $ac_cv_type_long_long_int = yes \
6440 && ac_type='long long int' \
6441 || ac_type='long int'
6442
6443 cat >>confdefs.h <<_ACEOF
6444 #define intmax_t $ac_type
6445 _ACEOF
6446
6447 fi
6448
6449
6450
6451 ac_fn_cxx_check_type "$LINENO" "intptr_t" "ac_cv_type_intptr_t" "$ac_includes_default"
6452 if test "x$ac_cv_type_intptr_t" = xyes; then :
6453
6454 $as_echo "#define HAVE_INTPTR_T 1" >>confdefs.h
6455
6456 else
6457 for ac_type in 'int' 'long int' 'long long int'; do
6458 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6459 /* end confdefs.h. */
6460 $ac_includes_default
6461 int
6462 main ()
6463 {
6464 static int test_array [1 - 2 * !(sizeof (void *) <= sizeof ($ac_type))];
6465 test_array [0] = 0;
6466 return test_array [0];
6467
6468 ;
6469 return 0;
6470 }
6471 _ACEOF
6472 if ac_fn_cxx_try_compile "$LINENO"; then :
6473
6474 cat >>confdefs.h <<_ACEOF
6475 #define intptr_t $ac_type
6476 _ACEOF
6477
6478 ac_type=
6479 fi
6480 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6481 test -z "$ac_type" && break
6482 done
6483 fi
6484
6485
6486 ac_fn_c_find_uintX_t "$LINENO" "8" "ac_cv_c_uint8_t"
6487 case $ac_cv_c_uint8_t in #(
6488 no|yes) ;; #(
6489 *)
6490
6491 $as_echo "#define _UINT8_T 1" >>confdefs.h
6492
6493
6494 cat >>confdefs.h <<_ACEOF
6495 #define uint8_t $ac_cv_c_uint8_t
6496 _ACEOF
6497 ;;
6498 esac
6499
6500 ac_fn_c_find_uintX_t "$LINENO" "16" "ac_cv_c_uint16_t"
6501 case $ac_cv_c_uint16_t in #(
6502 no|yes) ;; #(
6503 *)
6504
6505
6506 cat >>confdefs.h <<_ACEOF
6507 #define uint16_t $ac_cv_c_uint16_t
6508 _ACEOF
6509 ;;
6510 esac
6511
6512 ac_fn_c_find_uintX_t "$LINENO" "32" "ac_cv_c_uint32_t"
6513 case $ac_cv_c_uint32_t in #(
6514 no|yes) ;; #(
6515 *)
6516
6517 $as_echo "#define _UINT32_T 1" >>confdefs.h
6518
6519
6520 cat >>confdefs.h <<_ACEOF
6521 #define uint32_t $ac_cv_c_uint32_t
6522 _ACEOF
6523 ;;
6524 esac
6525
6526 ac_fn_c_find_uintX_t "$LINENO" "64" "ac_cv_c_uint64_t"
6527 case $ac_cv_c_uint64_t in #(
6528 no|yes) ;; #(
6529 *)
6530
6531 $as_echo "#define _UINT64_T 1" >>confdefs.h
6532
6533
6534 cat >>confdefs.h <<_ACEOF
6535 #define uint64_t $ac_cv_c_uint64_t
6536 _ACEOF
6537 ;;
6538 esac
6539
6540
6541
6542 ac_fn_cxx_check_type "$LINENO" "uintmax_t" "ac_cv_type_uintmax_t" "$ac_includes_default"
6543 if test "x$ac_cv_type_uintmax_t" = xyes; then :
6544
6545 $as_echo "#define HAVE_UINTMAX_T 1" >>confdefs.h
6546
6547 else
6548 test $ac_cv_type_unsigned_long_long_int = yes \
6549 && ac_type='unsigned long long int' \
6550 || ac_type='unsigned long int'
6551
6552 cat >>confdefs.h <<_ACEOF
6553 #define uintmax_t $ac_type
6554 _ACEOF
6555
6556 fi
6557
6558
6559
6560 ac_fn_cxx_check_type "$LINENO" "uintptr_t" "ac_cv_type_uintptr_t" "$ac_includes_default"
6561 if test "x$ac_cv_type_uintptr_t" = xyes; then :
6562
6563 $as_echo "#define HAVE_UINTPTR_T 1" >>confdefs.h
6564
6565 else
6566 for ac_type in 'unsigned int' 'unsigned long int' \
6567 'unsigned long long int'; do
6568 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6569 /* end confdefs.h. */
6570 $ac_includes_default
6571 int
6572 main ()
6573 {
6574 static int test_array [1 - 2 * !(sizeof (void *) <= sizeof ($ac_type))];
6575 test_array [0] = 0;
6576 return test_array [0];
6577
6578 ;
6579 return 0;
6580 }
6581 _ACEOF
6582 if ac_fn_cxx_try_compile "$LINENO"; then :
6583
6584 cat >>confdefs.h <<_ACEOF
6585 #define uintptr_t $ac_type
6586 _ACEOF
6587
6588 ac_type=
6589 fi
6590 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6591 test -z "$ac_type" && break
6592 done
6593 fi
6594
6595
6596
6597
6598
6599
6600
6601
6602
6603
6604
6605
6606
6607
6608 if test x"$ac_cv_c_uint64_t" = x"no" -o x"$ac_cv_c_int64_t" = x"no"; then
6609 as_fn_error $? "uint64_t or int64_t not found" "$LINENO" 5
6610 fi
6611
6612 # check what underlying integer type int64_t uses
6613 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for int64_t underlying type" >&5
6614 $as_echo_n "checking for int64_t underlying type... " >&6; }
6615 if ${ac_cv_int64_t_type+:} false; then :
6616 $as_echo_n "(cached) " >&6
6617 else
6618
6619 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6620 /* end confdefs.h. */
6621
6622 #ifdef HAVE_STDINT_H
6623 #include <stdint.h>
6624 #endif
6625 template <typename T> struct X { };
6626 template <>
6627 struct X<long> { typedef long t; };
6628
6629 int
6630 main ()
6631 {
6632 X<int64_t>::t x;
6633 ;
6634 return 0;
6635 }
6636 _ACEOF
6637 if ac_fn_cxx_try_compile "$LINENO"; then :
6638 ac_cv_int64_t_type=long
6639 else
6640 ac_cv_int64_t_type="long long"
6641 fi
6642 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6643 fi
6644 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_int64_t_type" >&5
6645 $as_echo "$ac_cv_int64_t_type" >&6; }
6646 if test "$ac_cv_int64_t_type" = "long"; then
6647
6648 $as_echo "#define INT64_T_IS_LONG 1" >>confdefs.h
6649
6650 else
6651 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6652 /* end confdefs.h. */
6653
6654 #ifdef HAVE_STDINT_H
6655 #include <stdint.h>
6656 #endif
6657 template <typename T> struct X { };
6658 template <>
6659 struct X<long long> { typedef long long t; };
6660
6661 int
6662 main ()
6663 {
6664 X<int64_t>::t x;
6665 ;
6666 return 0;
6667 }
6668 _ACEOF
6669 if ac_fn_cxx_try_compile "$LINENO"; then :
6670
6671 else
6672 as_fn_error $? "error verifying int64_t uses long long" "$LINENO" 5
6673 fi
6674 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6675 fi
6676
6677 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for std::swap in <utility>" >&5
6678 $as_echo_n "checking for std::swap in <utility>... " >&6; }
6679 if ${ac_cv_std_swap_in_utility+:} false; then :
6680 $as_echo_n "(cached) " >&6
6681 else
6682
6683 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6684 /* end confdefs.h. */
6685
6686 #include <utility>
6687
6688 int
6689 main ()
6690 {
6691 int a, b; std::swap(a,b);
6692 ;
6693 return 0;
6694 }
6695 _ACEOF
6696 if ac_fn_cxx_try_compile "$LINENO"; then :
6697 ac_cv_std_swap_in_utility=yes
6698 else
6699 ac_cv_std_swap_in_utility=no
6700 fi
6701 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6702 fi
6703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_std_swap_in_utility" >&5
6704 $as_echo "$ac_cv_std_swap_in_utility" >&6; }
6705 if test $ac_cv_std_swap_in_utility = yes; then
6706
6707 $as_echo "#define HAVE_SWAP_IN_UTILITY 1" >>confdefs.h
6708
6709 fi
6710
6711 # Check whether compiler is affected by placement new aliasing bug (PR 29286).
6712 # If the host compiler is affected by the bug, and we build with optimization
6713 # enabled (which happens e.g. when cross-compiling), the pool allocator may
6714 # get miscompiled. Use -fno-strict-aliasing to work around this problem.
6715 # Since there is no reliable feature check for the presence of this bug,
6716 # we simply use a GCC version number check. (This should never trigger for
6717 # stages 2 or 3 of a native bootstrap.)
6718 aliasing_flags=
6719 if test "$GCC" = yes; then
6720 saved_CXXFLAGS="$CXXFLAGS"
6721
6722 # The following test compilation will succeed if and only if $CXX accepts
6723 # -fno-strict-aliasing *and* is older than GCC 4.3.
6724 CXXFLAGS="$CXXFLAGS -fno-strict-aliasing"
6725 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX is affected by placement new aliasing bug" >&5
6726 $as_echo_n "checking whether $CXX is affected by placement new aliasing bug... " >&6; }
6727 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6728 /* end confdefs.h. */
6729
6730 #if (__GNUC__ > 4) || (__GNUC__ == 4 && __GNUC_MINOR__ >= 3)
6731 #error compiler not affected by placement new aliasing bug
6732 #endif
6733
6734 _ACEOF
6735 if ac_fn_cxx_try_compile "$LINENO"; then :
6736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6737 $as_echo "yes" >&6; }; aliasing_flags='-fno-strict-aliasing'
6738 else
6739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6740 $as_echo "no" >&6; }
6741 fi
6742 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6743
6744 CXXFLAGS="$saved_CXXFLAGS"
6745 fi
6746
6747
6748
6749
6750 # ---------------------
6751 # Warnings and checking
6752 # ---------------------
6753
6754 # Check $CC warning features (if it's GCC).
6755 # We want to use -pedantic, but we don't want warnings about
6756 # * 'long long'
6757 # * variadic macros
6758 # * overlong strings
6759 # * C++11 narrowing conversions in { }
6760 # So, we only use -pedantic if we can disable those warnings.
6761
6762 # In stage 1, disable -Wformat warnings from old GCCs about new % codes
6763 # Check whether --enable-build-format-warnings was given.
6764 if test "${enable_build_format_warnings+set}" = set; then :
6765 enableval=$enable_build_format_warnings;
6766 else
6767 enable_build_format_warnings=yes
6768 fi
6769
6770 if test $enable_build_format_warnings = no; then :
6771 wf_opt=-Wno-format
6772 else
6773 wf_opt=
6774 fi
6775 ac_ext=cpp
6776 ac_cpp='$CXXCPP $CPPFLAGS'
6777 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6778 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6779 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
6780
6781 loose_warn=
6782 save_CXXFLAGS="$CXXFLAGS"
6783 for real_option in -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag $wf_opt; do
6784 # Do the check with the no- prefix removed since gcc silently
6785 # accepts any -Wno-* option on purpose
6786 case $real_option in
6787 -Wno-*) option=-W`expr x$real_option : 'x-Wno-\(.*\)'` ;;
6788 *) option=$real_option ;;
6789 esac
6790 as_acx_Woption=`$as_echo "acx_cv_prog_cc_warning_$option" | $as_tr_sh`
6791
6792 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX supports $option" >&5
6793 $as_echo_n "checking whether $CXX supports $option... " >&6; }
6794 if eval \${$as_acx_Woption+:} false; then :
6795 $as_echo_n "(cached) " >&6
6796 else
6797 CXXFLAGS="$option"
6798 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6799 /* end confdefs.h. */
6800
6801 int
6802 main ()
6803 {
6804
6805 ;
6806 return 0;
6807 }
6808 _ACEOF
6809 if ac_fn_cxx_try_compile "$LINENO"; then :
6810 eval "$as_acx_Woption=yes"
6811 else
6812 eval "$as_acx_Woption=no"
6813 fi
6814 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6815
6816 fi
6817 eval ac_res=\$$as_acx_Woption
6818 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6819 $as_echo "$ac_res" >&6; }
6820 if test `eval 'as_val=${'$as_acx_Woption'};$as_echo "$as_val"'` = yes; then :
6821 loose_warn="$loose_warn${loose_warn:+ }$real_option"
6822 fi
6823 done
6824 CXXFLAGS="$save_CXXFLAGS"
6825 ac_ext=cpp
6826 ac_cpp='$CXXCPP $CPPFLAGS'
6827 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6828 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6829 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
6830
6831
6832
6833 ac_ext=c
6834 ac_cpp='$CPP $CPPFLAGS'
6835 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6836 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6837 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6838
6839 c_loose_warn=
6840 save_CFLAGS="$CFLAGS"
6841 for real_option in -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag; do
6842 # Do the check with the no- prefix removed since gcc silently
6843 # accepts any -Wno-* option on purpose
6844 case $real_option in
6845 -Wno-*) option=-W`expr x$real_option : 'x-Wno-\(.*\)'` ;;
6846 *) option=$real_option ;;
6847 esac
6848 as_acx_Woption=`$as_echo "acx_cv_prog_cc_warning_$option" | $as_tr_sh`
6849
6850 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports $option" >&5
6851 $as_echo_n "checking whether $CC supports $option... " >&6; }
6852 if eval \${$as_acx_Woption+:} false; then :
6853 $as_echo_n "(cached) " >&6
6854 else
6855 CFLAGS="$option"
6856 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6857 /* end confdefs.h. */
6858
6859 int
6860 main ()
6861 {
6862
6863 ;
6864 return 0;
6865 }
6866 _ACEOF
6867 if ac_fn_c_try_compile "$LINENO"; then :
6868 eval "$as_acx_Woption=yes"
6869 else
6870 eval "$as_acx_Woption=no"
6871 fi
6872 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6873
6874 fi
6875 eval ac_res=\$$as_acx_Woption
6876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6877 $as_echo "$ac_res" >&6; }
6878 if test `eval 'as_val=${'$as_acx_Woption'};$as_echo "$as_val"'` = yes; then :
6879 c_loose_warn="$c_loose_warn${c_loose_warn:+ }$real_option"
6880 fi
6881 done
6882 CFLAGS="$save_CFLAGS"
6883 ac_ext=cpp
6884 ac_cpp='$CXXCPP $CPPFLAGS'
6885 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6886 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6887 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
6888
6889
6890 ac_ext=cpp
6891 ac_cpp='$CXXCPP $CPPFLAGS'
6892 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6893 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6894 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
6895
6896 strict_warn=
6897 save_CXXFLAGS="$CXXFLAGS"
6898 for real_option in -Wmissing-format-attribute -Woverloaded-virtual; do
6899 # Do the check with the no- prefix removed since gcc silently
6900 # accepts any -Wno-* option on purpose
6901 case $real_option in
6902 -Wno-*) option=-W`expr x$real_option : 'x-Wno-\(.*\)'` ;;
6903 *) option=$real_option ;;
6904 esac
6905 as_acx_Woption=`$as_echo "acx_cv_prog_cc_warning_$option" | $as_tr_sh`
6906
6907 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX supports $option" >&5
6908 $as_echo_n "checking whether $CXX supports $option... " >&6; }
6909 if eval \${$as_acx_Woption+:} false; then :
6910 $as_echo_n "(cached) " >&6
6911 else
6912 CXXFLAGS="$option"
6913 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6914 /* end confdefs.h. */
6915
6916 int
6917 main ()
6918 {
6919
6920 ;
6921 return 0;
6922 }
6923 _ACEOF
6924 if ac_fn_cxx_try_compile "$LINENO"; then :
6925 eval "$as_acx_Woption=yes"
6926 else
6927 eval "$as_acx_Woption=no"
6928 fi
6929 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6930
6931 fi
6932 eval ac_res=\$$as_acx_Woption
6933 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6934 $as_echo "$ac_res" >&6; }
6935 if test `eval 'as_val=${'$as_acx_Woption'};$as_echo "$as_val"'` = yes; then :
6936 strict_warn="$strict_warn${strict_warn:+ }$real_option"
6937 fi
6938 done
6939 CXXFLAGS="$save_CXXFLAGS"
6940 ac_ext=cpp
6941 ac_cpp='$CXXCPP $CPPFLAGS'
6942 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6943 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6944 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
6945
6946
6947 ac_ext=c
6948 ac_cpp='$CPP $CPPFLAGS'
6949 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6950 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6951 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6952
6953 c_strict_warn=
6954 save_CFLAGS="$CFLAGS"
6955 for real_option in -Wold-style-definition -Wc++-compat; do
6956 # Do the check with the no- prefix removed since gcc silently
6957 # accepts any -Wno-* option on purpose
6958 case $real_option in
6959 -Wno-*) option=-W`expr x$real_option : 'x-Wno-\(.*\)'` ;;
6960 *) option=$real_option ;;
6961 esac
6962 as_acx_Woption=`$as_echo "acx_cv_prog_cc_warning_$option" | $as_tr_sh`
6963
6964 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports $option" >&5
6965 $as_echo_n "checking whether $CC supports $option... " >&6; }
6966 if eval \${$as_acx_Woption+:} false; then :
6967 $as_echo_n "(cached) " >&6
6968 else
6969 CFLAGS="$option"
6970 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6971 /* end confdefs.h. */
6972
6973 int
6974 main ()
6975 {
6976
6977 ;
6978 return 0;
6979 }
6980 _ACEOF
6981 if ac_fn_c_try_compile "$LINENO"; then :
6982 eval "$as_acx_Woption=yes"
6983 else
6984 eval "$as_acx_Woption=no"
6985 fi
6986 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6987
6988 fi
6989 eval ac_res=\$$as_acx_Woption
6990 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6991 $as_echo "$ac_res" >&6; }
6992 if test `eval 'as_val=${'$as_acx_Woption'};$as_echo "$as_val"'` = yes; then :
6993 c_strict_warn="$c_strict_warn${c_strict_warn:+ }$real_option"
6994 fi
6995 done
6996 CFLAGS="$save_CFLAGS"
6997 ac_ext=cpp
6998 ac_cpp='$CXXCPP $CPPFLAGS'
6999 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7000 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7001 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
7002
7003
7004 ac_ext=cpp
7005 ac_cpp='$CXXCPP $CPPFLAGS'
7006 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7007 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7008 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
7009
7010 # Do the check with the no- prefix removed from the warning options
7011 # since gcc silently accepts any -Wno-* option on purpose
7012 if test "$GXX" = yes; then :
7013 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX supports -pedantic -Wlong-long -Wvariadic-macros -Woverlength-strings" >&5
7014 $as_echo_n "checking whether $CXX supports -pedantic -Wlong-long -Wvariadic-macros -Woverlength-strings... " >&6; }
7015 if ${acx_cv_prog_cc_pedantic__Wlong_long__Wvariadic_macros__Woverlength_strings+:} false; then :
7016 $as_echo_n "(cached) " >&6
7017 else
7018 save_CXXFLAGS="$CXXFLAGS"
7019 CXXFLAGS="-pedantic -Wlong-long -Wvariadic-macros -Woverlength-strings"
7020 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7021 /* end confdefs.h. */
7022
7023 int
7024 main ()
7025 {
7026
7027 ;
7028 return 0;
7029 }
7030 _ACEOF
7031 if ac_fn_cxx_try_compile "$LINENO"; then :
7032 acx_cv_prog_cc_pedantic__Wlong_long__Wvariadic_macros__Woverlength_strings=yes
7033 else
7034 acx_cv_prog_cc_pedantic__Wlong_long__Wvariadic_macros__Woverlength_strings=no
7035 fi
7036 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7037 CXXFLAGS="$save_CXXFLAGS"
7038 fi
7039 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_prog_cc_pedantic__Wlong_long__Wvariadic_macros__Woverlength_strings" >&5
7040 $as_echo "$acx_cv_prog_cc_pedantic__Wlong_long__Wvariadic_macros__Woverlength_strings" >&6; }
7041 if test $acx_cv_prog_cc_pedantic__Wlong_long__Wvariadic_macros__Woverlength_strings = yes; then :
7042 strict_warn="$strict_warn${strict_warn:+ }-pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings"
7043 fi
7044
7045 fi
7046 ac_ext=cpp
7047 ac_cpp='$CXXCPP $CPPFLAGS'
7048 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7049 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7050 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
7051
7052
7053 ac_ext=cpp
7054 ac_cpp='$CXXCPP $CPPFLAGS'
7055 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7056 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7057 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
7058
7059 # Check whether --enable-werror-always was given.
7060 if test "${enable_werror_always+set}" = set; then :
7061 enableval=$enable_werror_always;
7062 else
7063 enable_werror_always=no
7064 fi
7065
7066 if test $enable_werror_always = yes; then :
7067 strict_warn="$strict_warn${strict_warn:+ }-Werror"
7068 fi
7069
7070 ac_ext=cpp
7071 ac_cpp='$CXXCPP $CPPFLAGS'
7072 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7073 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7074 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
7075
7076
7077
7078 # The above macros do nothing if the compiler is not GCC. However, the
7079 # Makefile has more goo to add other flags, so these variables are used
7080 # to enable warnings only for GCC.
7081 warn_cflags=
7082 warn_cxxflags=
7083 if test "x$GCC" = "xyes"; then
7084 warn_cflags='$(GCC_WARN_CFLAGS)'
7085 warn_cxxflags='$(GCC_WARN_CXXFLAGS)'
7086 fi
7087
7088
7089
7090 # Disable exceptions and RTTI if building with g++
7091 ac_ext=c
7092 ac_cpp='$CPP $CPPFLAGS'
7093 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7094 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7095 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7096
7097 noexception_flags=
7098 save_CFLAGS="$CFLAGS"
7099 for real_option in -fno-exceptions -fno-rtti -fasynchronous-unwind-tables; do
7100 # Do the check with the no- prefix removed since gcc silently
7101 # accepts any -Wno-* option on purpose
7102 case $real_option in
7103 -Wno-*) option=-W`expr x$real_option : 'x-Wno-\(.*\)'` ;;
7104 *) option=$real_option ;;
7105 esac
7106 as_acx_Woption=`$as_echo "acx_cv_prog_cc_warning_$option" | $as_tr_sh`
7107
7108 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports $option" >&5
7109 $as_echo_n "checking whether $CC supports $option... " >&6; }
7110 if eval \${$as_acx_Woption+:} false; then :
7111 $as_echo_n "(cached) " >&6
7112 else
7113 CFLAGS="$option"
7114 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7115 /* end confdefs.h. */
7116
7117 int
7118 main ()
7119 {
7120
7121 ;
7122 return 0;
7123 }
7124 _ACEOF
7125 if ac_fn_c_try_compile "$LINENO"; then :
7126 eval "$as_acx_Woption=yes"
7127 else
7128 eval "$as_acx_Woption=no"
7129 fi
7130 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7131
7132 fi
7133 eval ac_res=\$$as_acx_Woption
7134 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
7135 $as_echo "$ac_res" >&6; }
7136 if test `eval 'as_val=${'$as_acx_Woption'};$as_echo "$as_val"'` = yes; then :
7137 noexception_flags="$noexception_flags${noexception_flags:+ }$real_option"
7138 fi
7139 done
7140 CFLAGS="$save_CFLAGS"
7141 ac_ext=cpp
7142 ac_cpp='$CXXCPP $CPPFLAGS'
7143 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7144 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7145 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
7146
7147
7148
7149 # Enable expensive internal checks
7150 is_release=
7151 if test x"`cat $srcdir/DEV-PHASE`" != xexperimental; then
7152 is_release=yes
7153 fi
7154
7155 # Check whether --enable-checking was given.
7156 if test "${enable_checking+set}" = set; then :
7157 enableval=$enable_checking; ac_checking_flags="${enableval}"
7158 else
7159
7160 # Determine the default checks.
7161 if test x$is_release = x ; then
7162 ac_checking_flags=yes,extra
7163 else
7164 ac_checking_flags=release
7165 fi
7166 fi
7167
7168 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS="$IFS,"
7169 for check in release $ac_checking_flags
7170 do
7171 case $check in
7172 # these set all the flags to specific states
7173 yes) ac_assert_checking=1 ; ac_checking=1 ; ac_df_checking= ;
7174 ac_fold_checking= ; ac_gc_checking=1 ; ac_extra_checking= ;
7175 ac_gc_always_collect= ; ac_gimple_checking=1 ; ac_rtl_checking= ;
7176 ac_rtlflag_checking=1 ; ac_runtime_checking=1 ;
7177 ac_tree_checking=1 ; ac_valgrind_checking= ;
7178 ac_types_checking=1 ;;
7179 no|none) ac_assert_checking= ; ac_checking= ; ac_df_checking= ;
7180 ac_fold_checking= ; ac_gc_checking= ; ac_extra_checking= ;
7181 ac_gc_always_collect= ; ac_gimple_checking= ; ac_rtl_checking= ;
7182 ac_rtlflag_checking= ; ac_runtime_checking= ;
7183 ac_tree_checking= ; ac_valgrind_checking= ;
7184 ac_types_checking= ;;
7185 all) ac_assert_checking=1 ; ac_checking=1 ; ac_df_checking=1 ;
7186 ac_fold_checking=1 ; ac_gc_checking=1 ; ac_extra_checking=1 ;
7187 ac_gc_always_collect=1 ; ac_gimple_checking=1 ; ac_rtl_checking=1 ;
7188 ac_rtlflag_checking=1 ; ac_runtime_checking=1 ;
7189 ac_tree_checking=1 ; ac_valgrind_checking= ;
7190 ac_types_checking=1 ;;
7191 release) ac_assert_checking=1 ; ac_checking= ; ac_df_checking= ;
7192 ac_fold_checking= ; ac_gc_checking= ; ac_extra_checking= ;
7193 ac_gc_always_collect= ; ac_gimple_checking= ; ac_rtl_checking= ;
7194 ac_rtlflag_checking= ; ac_runtime_checking=1 ;
7195 ac_tree_checking= ; ac_valgrind_checking= ;
7196 ac_types_checking= ;;
7197 # these enable particular checks
7198 assert) ac_assert_checking=1 ;;
7199 df) ac_df_checking=1 ;;
7200 extra) ac_extra_checking=1 ;;
7201 fold) ac_fold_checking=1 ;;
7202 gc) ac_gc_checking=1 ;;
7203 gcac) ac_gc_always_collect=1 ;;
7204 gimple) ac_gimple_checking=1 ;;
7205 misc) ac_checking=1 ;;
7206 rtl) ac_rtl_checking=1 ;;
7207 rtlflag) ac_rtlflag_checking=1 ;;
7208 runtime) ac_runtime_checking=1 ;;
7209 tree) ac_tree_checking=1 ;;
7210 types) ac_types_checking=1 ;;
7211 valgrind) ac_valgrind_checking=1 ;;
7212 *) as_fn_error $? "unknown check category $check" "$LINENO" 5 ;;
7213 esac
7214 done
7215 IFS="$ac_save_IFS"
7216
7217 nocommon_flag=""
7218 if test x$ac_checking != x ; then
7219
7220 $as_echo "#define CHECKING_P 1" >>confdefs.h
7221
7222 nocommon_flag=-fno-common
7223 else
7224 $as_echo "#define CHECKING_P 0" >>confdefs.h
7225
7226 fi
7227
7228 if test x$ac_extra_checking != x ; then
7229
7230 $as_echo "#define ENABLE_EXTRA_CHECKING 1" >>confdefs.h
7231
7232 else
7233 $as_echo "#define ENABLE_EXTRA_CHECKING 0" >>confdefs.h
7234
7235 fi
7236 if test x$ac_df_checking != x ; then
7237
7238 $as_echo "#define ENABLE_DF_CHECKING 1" >>confdefs.h
7239
7240 fi
7241 if test x$ac_assert_checking != x ; then
7242
7243 $as_echo "#define ENABLE_ASSERT_CHECKING 1" >>confdefs.h
7244
7245 fi
7246 if test x$ac_gimple_checking != x ; then
7247
7248 $as_echo "#define ENABLE_GIMPLE_CHECKING 1" >>confdefs.h
7249
7250 fi
7251
7252 if test x$ac_runtime_checking != x ; then
7253
7254 $as_echo "#define ENABLE_RUNTIME_CHECKING 1" >>confdefs.h
7255
7256 fi
7257 if test x$ac_tree_checking != x ; then
7258
7259 $as_echo "#define ENABLE_TREE_CHECKING 1" >>confdefs.h
7260
7261 TREECHECKING=yes
7262 fi
7263 if test x$ac_types_checking != x ; then
7264
7265 $as_echo "#define ENABLE_TYPES_CHECKING 1" >>confdefs.h
7266
7267 fi
7268
7269 if test x$ac_rtl_checking != x ; then
7270
7271 $as_echo "#define ENABLE_RTL_CHECKING 1" >>confdefs.h
7272
7273 fi
7274 if test x$ac_rtlflag_checking != x ; then
7275
7276 $as_echo "#define ENABLE_RTL_FLAG_CHECKING 1" >>confdefs.h
7277
7278 fi
7279 if test x$ac_gc_checking != x ; then
7280
7281 $as_echo "#define ENABLE_GC_CHECKING 1" >>confdefs.h
7282
7283 fi
7284 if test x$ac_gc_always_collect != x ; then
7285
7286 $as_echo "#define ENABLE_GC_ALWAYS_COLLECT 1" >>confdefs.h
7287
7288 fi
7289 if test x$ac_fold_checking != x ; then
7290
7291 $as_echo "#define ENABLE_FOLD_CHECKING 1" >>confdefs.h
7292
7293 fi
7294 valgrind_path_defines=
7295 valgrind_command=
7296
7297 ac_fn_cxx_check_header_mongrel "$LINENO" "valgrind.h" "ac_cv_header_valgrind_h" "$ac_includes_default"
7298 if test "x$ac_cv_header_valgrind_h" = xyes; then :
7299 have_valgrind_h=yes
7300 else
7301 have_valgrind_h=no
7302 fi
7303
7304
7305
7306 # It is certainly possible that there's valgrind but no valgrind.h.
7307 # GCC relies on making annotations so we must have both.
7308 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for VALGRIND_DISCARD in <valgrind/memcheck.h>" >&5
7309 $as_echo_n "checking for VALGRIND_DISCARD in <valgrind/memcheck.h>... " >&6; }
7310 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7311 /* end confdefs.h. */
7312 #include <valgrind/memcheck.h>
7313 #ifndef VALGRIND_DISCARD
7314 #error VALGRIND_DISCARD not defined
7315 #endif
7316 _ACEOF
7317 if ac_fn_cxx_try_cpp "$LINENO"; then :
7318 gcc_cv_header_valgrind_memcheck_h=yes
7319 else
7320 gcc_cv_header_valgrind_memcheck_h=no
7321 fi
7322 rm -f conftest.err conftest.i conftest.$ac_ext
7323 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_header_valgrind_memcheck_h" >&5
7324 $as_echo "$gcc_cv_header_valgrind_memcheck_h" >&6; }
7325 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for VALGRIND_DISCARD in <memcheck.h>" >&5
7326 $as_echo_n "checking for VALGRIND_DISCARD in <memcheck.h>... " >&6; }
7327 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7328 /* end confdefs.h. */
7329 #include <memcheck.h>
7330 #ifndef VALGRIND_DISCARD
7331 #error VALGRIND_DISCARD not defined
7332 #endif
7333 _ACEOF
7334 if ac_fn_cxx_try_cpp "$LINENO"; then :
7335 gcc_cv_header_memcheck_h=yes
7336 else
7337 gcc_cv_header_memcheck_h=no
7338 fi
7339 rm -f conftest.err conftest.i conftest.$ac_ext
7340 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_header_memcheck_h" >&5
7341 $as_echo "$gcc_cv_header_memcheck_h" >&6; }
7342 if test $gcc_cv_header_valgrind_memcheck_h = yes; then
7343
7344 $as_echo "#define HAVE_VALGRIND_MEMCHECK_H 1" >>confdefs.h
7345
7346 fi
7347 if test $gcc_cv_header_memcheck_h = yes; then
7348
7349 $as_echo "#define HAVE_MEMCHECK_H 1" >>confdefs.h
7350
7351 fi
7352
7353 if test x$ac_valgrind_checking != x ; then
7354
7355 # Prepare PATH_SEPARATOR.
7356 # The user is always right.
7357 if test "${PATH_SEPARATOR+set}" != set; then
7358 echo "#! /bin/sh" >conf$$.sh
7359 echo "exit 0" >>conf$$.sh
7360 chmod +x conf$$.sh
7361 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
7362 PATH_SEPARATOR=';'
7363 else
7364 PATH_SEPARATOR=:
7365 fi
7366 rm -f conf$$.sh
7367 fi
7368
7369 # Find out how to test for executable files. Don't use a zero-byte file,
7370 # as systems may use methods other than mode bits to determine executability.
7371 cat >conf$$.file <<_ASEOF
7372 #! /bin/sh
7373 exit 0
7374 _ASEOF
7375 chmod +x conf$$.file
7376 if test -x conf$$.file >/dev/null 2>&1; then
7377 ac_executable_p="test -x"
7378 else
7379 ac_executable_p="test -f"
7380 fi
7381 rm -f conf$$.file
7382
7383 # Extract the first word of "valgrind", so it can be a program name with args.
7384 set dummy valgrind; ac_word=$2
7385 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7386 $as_echo_n "checking for $ac_word... " >&6; }
7387 if ${ac_cv_path_valgrind_path+:} false; then :
7388 $as_echo_n "(cached) " >&6
7389 else
7390 case "$valgrind_path" in
7391 [\\/]* | ?:[\\/]*)
7392 ac_cv_path_valgrind_path="$valgrind_path" # Let the user override the test with a path.
7393 ;;
7394 *)
7395 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
7396 for ac_dir in $PATH; do
7397 IFS="$ac_save_IFS"
7398 test -z "$ac_dir" && ac_dir=.
7399 for ac_exec_ext in '' $ac_executable_extensions; do
7400 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
7401 if $ac_dir/$ac_word --version | grep valgrind- >/dev/null 2>&1; then
7402 ac_cv_path_valgrind_path="$ac_dir/$ac_word$ac_exec_ext"
7403 break 2
7404 fi
7405 fi
7406 done
7407 done
7408 IFS="$ac_save_IFS"
7409 ;;
7410 esac
7411 fi
7412 valgrind_path="$ac_cv_path_valgrind_path"
7413 if test -n "$valgrind_path"; then
7414 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $valgrind_path" >&5
7415 $as_echo "$valgrind_path" >&6; }
7416 else
7417 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7418 $as_echo "no" >&6; }
7419 fi
7420
7421 if test "x$valgrind_path" = "x" \
7422 || (test $have_valgrind_h = no \
7423 && test $gcc_cv_header_memcheck_h = no \
7424 && test $gcc_cv_header_valgrind_memcheck_h = no); then
7425 as_fn_error $? "*** Can't find both valgrind and valgrind/memcheck.h, memcheck.h or valgrind.h" "$LINENO" 5
7426 fi
7427 valgrind_path_defines=-DVALGRIND_PATH='\"'$valgrind_path'\"'
7428 valgrind_command="$valgrind_path -q"
7429
7430 $as_echo "#define ENABLE_VALGRIND_CHECKING 1" >>confdefs.h
7431
7432 fi
7433
7434
7435
7436 # Enable code coverage collection
7437 # Check whether --enable-coverage was given.
7438 if test "${enable_coverage+set}" = set; then :
7439 enableval=$enable_coverage; case "${enableval}" in
7440 yes|noopt)
7441 coverage_flags="-fprofile-arcs -ftest-coverage -frandom-seed=\$@ -O0 -fkeep-static-functions"
7442 ;;
7443 opt)
7444 coverage_flags="-fprofile-arcs -ftest-coverage -frandom-seed=\$@ -O2 -fkeep-static-functions"
7445 ;;
7446 no)
7447 # a.k.a. --disable-coverage
7448 coverage_flags=""
7449 ;;
7450 *)
7451 as_fn_error $? "unknown coverage setting $enableval" "$LINENO" 5
7452 ;;
7453 esac
7454 else
7455 coverage_flags=""
7456 fi
7457
7458
7459
7460 # Check whether --enable-gather-detailed-mem-stats was given.
7461 if test "${enable_gather_detailed_mem_stats+set}" = set; then :
7462 enableval=$enable_gather_detailed_mem_stats;
7463 else
7464 enable_gather_detailed_mem_stats=no
7465 fi
7466
7467 gather_stats=`if test $enable_gather_detailed_mem_stats != no; then echo 1; else echo 0; fi`
7468
7469 cat >>confdefs.h <<_ACEOF
7470 #define GATHER_STATISTICS $gather_stats
7471 _ACEOF
7472
7473
7474 # Check whether --enable-valgrind-annotations was given.
7475 if test "${enable_valgrind_annotations+set}" = set; then :
7476 enableval=$enable_valgrind_annotations;
7477 else
7478 enable_valgrind_annotations=no
7479 fi
7480
7481 if test x$enable_valgrind_annotations != xno \
7482 || test x$ac_valgrind_checking != x; then
7483 if (test $have_valgrind_h = no \
7484 && test $gcc_cv_header_memcheck_h = no \
7485 && test $gcc_cv_header_valgrind_memcheck_h = no); then
7486 as_fn_error $? "*** Can't find valgrind/memcheck.h, memcheck.h or valgrind.h" "$LINENO" 5
7487 fi
7488
7489 $as_echo "#define ENABLE_VALGRIND_ANNOTATIONS 1" >>confdefs.h
7490
7491 fi
7492
7493 # -------------------------------
7494 # Miscenalleous configure options
7495 # -------------------------------
7496
7497 # With stabs
7498
7499 # Check whether --with-stabs was given.
7500 if test "${with_stabs+set}" = set; then :
7501 withval=$with_stabs; stabs="$with_stabs"
7502 else
7503 stabs=no
7504 fi
7505
7506
7507 # Determine whether or not multilibs are enabled.
7508 # Check whether --enable-multilib was given.
7509 if test "${enable_multilib+set}" = set; then :
7510 enableval=$enable_multilib;
7511 else
7512 enable_multilib=yes
7513 fi
7514
7515
7516
7517 # Determine whether or not multiarch is enabled.
7518 # Check whether --enable-multiarch was given.
7519 if test "${enable_multiarch+set}" = set; then :
7520 enableval=$enable_multiarch; case "${enableval}" in
7521 yes|no|auto) enable_multiarch=$enableval;;
7522 *) as_fn_error $? "bad value ${enableval} given for --enable-multiarch option" "$LINENO" 5 ;;
7523 esac
7524 else
7525 enable_multiarch=auto
7526 fi
7527
7528 if test x${enable_multiarch} = xauto; then
7529 if test x${with_native_system_header_dir} != x; then
7530 ma_msg_suffix=", disabled auto check (configured with --native-system-header-dir)"
7531 enable_multiarch=no
7532 fi
7533 if test x$host != x$target && test "x$with_sysroot" = x; then
7534 ma_msg_suffix=", disabled auto check (cross build configured without --with-sysroot)"
7535 enable_multiarch=no
7536 fi
7537 fi
7538 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for multiarch configuration" >&5
7539 $as_echo_n "checking for multiarch configuration... " >&6; }
7540
7541 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_multiarch$ma_msg_suffix" >&5
7542 $as_echo "$enable_multiarch$ma_msg_suffix" >&6; }
7543
7544 # needed for setting the multiarch name for soft-float/hard-float ABIs
7545
7546
7547
7548 # default stack clash protection guard size as power of twos in bytes.
7549 # Please keep these in sync with params.def.
7550 stk_clash_min=12
7551 stk_clash_max=30
7552
7553 # Keep the default value when the option is not used to 0, this allows us to
7554 # distinguish between the cases where the user specifially set a value via
7555 # configure and when the normal default value is used.
7556
7557 # Check whether --with-stack-clash-protection-guard-size was given.
7558 if test "${with_stack_clash_protection_guard_size+set}" = set; then :
7559 withval=$with_stack_clash_protection_guard_size; DEFAULT_STK_CLASH_GUARD_SIZE="$with_stack_clash_protection_guard_size"
7560 else
7561 DEFAULT_STK_CLASH_GUARD_SIZE=0
7562 fi
7563
7564 if test $DEFAULT_STK_CLASH_GUARD_SIZE -ne 0 \
7565 && (test $DEFAULT_STK_CLASH_GUARD_SIZE -lt $stk_clash_min \
7566 || test $DEFAULT_STK_CLASH_GUARD_SIZE -gt $stk_clash_max); then
7567 as_fn_error $? "Invalid value $DEFAULT_STK_CLASH_GUARD_SIZE for --with-stack-clash-protection-guard-size. Must be between $stk_clash_min and $stk_clash_max." "$LINENO" 5
7568 fi
7569
7570
7571 cat >>confdefs.h <<_ACEOF
7572 #define DEFAULT_STK_CLASH_GUARD_SIZE $DEFAULT_STK_CLASH_GUARD_SIZE
7573 _ACEOF
7574
7575
7576 # Enable __cxa_atexit for C++.
7577 # Check whether --enable-__cxa_atexit was given.
7578 if test "${enable___cxa_atexit+set}" = set; then :
7579 enableval=$enable___cxa_atexit;
7580 fi
7581
7582
7583 # Enable C extension for decimal float if target supports it.
7584
7585 # Check whether --enable-decimal-float was given.
7586 if test "${enable_decimal_float+set}" = set; then :
7587 enableval=$enable_decimal_float;
7588 case $enable_decimal_float in
7589 yes | no | bid | dpd) default_decimal_float=$enable_decimal_float ;;
7590 *) as_fn_error $? "'$enable_decimal_float' is an invalid value for --enable-decimal-float.
7591 Valid choices are 'yes', 'bid', 'dpd', and 'no'." "$LINENO" 5 ;;
7592 esac
7593
7594 else
7595
7596 case $target in
7597 powerpc*-*-linux* | i?86*-*-linux* | x86_64*-*-linux* | s390*-*-linux* | \
7598 i?86*-*-elfiamcu | i?86*-*-gnu* | x86_64*-*-gnu* | \
7599 i?86*-*-mingw* | x86_64*-*-mingw* | \
7600 i?86*-*-cygwin* | x86_64*-*-cygwin*)
7601 enable_decimal_float=yes
7602 ;;
7603 *)
7604 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: decimal float is not supported for this target, ignored" >&5
7605 $as_echo "$as_me: WARNING: decimal float is not supported for this target, ignored" >&2;}
7606 enable_decimal_float=no
7607 ;;
7608 esac
7609
7610 fi
7611
7612
7613 # x86's use BID format instead of DPD
7614 case x$enable_decimal_float in
7615 xyes)
7616 case $target in
7617 i?86*-*-* | x86_64*-*-*)
7618 enable_decimal_float=bid
7619 ;;
7620 *)
7621 enable_decimal_float=dpd
7622 ;;
7623 esac
7624 default_decimal_float=$enable_decimal_float
7625 ;;
7626 xno)
7627 # ENABLE_DECIMAL_FLOAT is set to 0. But we have to have proper
7628 # dependency on libdecnumber.
7629 default_decimal_float=dpd
7630 ;;
7631 esac
7632
7633
7634
7635
7636 dfp=`if test $enable_decimal_float != no; then echo 1; else echo 0; fi`
7637
7638 cat >>confdefs.h <<_ACEOF
7639 #define ENABLE_DECIMAL_FLOAT $dfp
7640 _ACEOF
7641
7642
7643 # Use default_decimal_float for dependency.
7644 enable_decimal_float=$default_decimal_float
7645
7646 bid=`if test $enable_decimal_float = bid; then echo 1; else echo 0; fi`
7647
7648 cat >>confdefs.h <<_ACEOF
7649 #define ENABLE_DECIMAL_BID_FORMAT $bid
7650 _ACEOF
7651
7652
7653 # Enable C extension for fixed-point arithmetic.
7654 # Check whether --enable-fixed-point was given.
7655 if test "${enable_fixed_point+set}" = set; then :
7656 enableval=$enable_fixed_point;
7657 else
7658
7659 case $target in
7660 arm*)
7661 enable_fixed_point=yes
7662 ;;
7663
7664 mips*-*-*)
7665 enable_fixed_point=yes
7666 ;;
7667 *)
7668 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: fixed-point is not supported for this target, ignored" >&5
7669 $as_echo "$as_me: WARNING: fixed-point is not supported for this target, ignored" >&2;}
7670 enable_fixed_point=no
7671 ;;
7672 esac
7673
7674 fi
7675
7676
7677
7678 fixedpoint=`if test $enable_fixed_point = yes; then echo 1; else echo 0; fi`
7679
7680 cat >>confdefs.h <<_ACEOF
7681 #define ENABLE_FIXED_POINT $fixedpoint
7682 _ACEOF
7683
7684
7685 # Enable threads
7686 # Pass with no value to take the default
7687 # Pass with a value to specify a thread package
7688 # Check whether --enable-threads was given.
7689 if test "${enable_threads+set}" = set; then :
7690 enableval=$enable_threads;
7691 else
7692 enable_threads=''
7693 fi
7694
7695
7696 # Check whether --enable-tls was given.
7697 if test "${enable_tls+set}" = set; then :
7698 enableval=$enable_tls;
7699 case $enable_tls in
7700 yes | no) ;;
7701 *) as_fn_error $? "'$enable_tls' is an invalid value for --enable-tls.
7702 Valid choices are 'yes' and 'no'." "$LINENO" 5 ;;
7703 esac
7704
7705 else
7706 enable_tls=''
7707 fi
7708
7709
7710 # Check whether --enable-vtable-verify was given.
7711 if test "${enable_vtable_verify+set}" = set; then :
7712 enableval=$enable_vtable_verify;
7713 else
7714 enable_vtable_verify=no
7715 fi
7716
7717 vtable_verify=`if test x$enable_vtable_verify = xyes; then echo 1; else echo 0; fi`
7718
7719 cat >>confdefs.h <<_ACEOF
7720 #define ENABLE_VTABLE_VERIFY $vtable_verify
7721 _ACEOF
7722
7723
7724 # Check whether --enable-analyzer was given.
7725 if test "${enable_analyzer+set}" = set; then :
7726 enableval=$enable_analyzer; if test x$enable_analyzer = xno; then
7727 analyzer=0
7728 else
7729 analyzer=1
7730 fi
7731 else
7732 analyzer=1
7733 fi
7734
7735
7736 cat >>confdefs.h <<_ACEOF
7737 #define ENABLE_ANALYZER $analyzer
7738 _ACEOF
7739
7740
7741 # Check whether --enable-objc-gc was given.
7742 if test "${enable_objc_gc+set}" = set; then :
7743 enableval=$enable_objc_gc; if test x$enable_objc_gc = xno; then
7744 objc_boehm_gc=''
7745 else
7746 objc_boehm_gc=1
7747 fi
7748 else
7749 objc_boehm_gc=''
7750 fi
7751
7752
7753
7754 # Check whether --with-dwarf2 was given.
7755 if test "${with_dwarf2+set}" = set; then :
7756 withval=$with_dwarf2; dwarf2="$with_dwarf2"
7757 else
7758 dwarf2=no
7759 fi
7760
7761
7762 # Check whether --enable-shared was given.
7763 if test "${enable_shared+set}" = set; then :
7764 enableval=$enable_shared;
7765 case $enable_shared in
7766 yes | no) ;;
7767 *)
7768 enable_shared=no
7769 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
7770 for pkg in $enableval; do
7771 if test "X$pkg" = "Xgcc" || test "X$pkg" = "Xlibgcc"; then
7772 enable_shared=yes
7773 fi
7774 done
7775 IFS="$ac_save_ifs"
7776 ;;
7777 esac
7778
7779 else
7780 enable_shared=yes
7781 fi
7782
7783
7784
7785 # Check whether --enable-gcov was given.
7786 if test "${enable_gcov+set}" = set; then :
7787 enableval=$enable_gcov;
7788 else
7789 enable_gcov=yes
7790 fi
7791
7792
7793
7794
7795 # Check whether --with-specs was given.
7796 if test "${with_specs+set}" = set; then :
7797 withval=$with_specs; CONFIGURE_SPECS=$withval
7798 else
7799 CONFIGURE_SPECS=
7800
7801 fi
7802
7803
7804
7805
7806
7807 # Check whether --with-pkgversion was given.
7808 if test "${with_pkgversion+set}" = set; then :
7809 withval=$with_pkgversion; case "$withval" in
7810 yes) as_fn_error $? "package version not specified" "$LINENO" 5 ;;
7811 no) PKGVERSION= ;;
7812 *) PKGVERSION="($withval) " ;;
7813 esac
7814 else
7815 PKGVERSION="(GCC) "
7816
7817 fi
7818
7819
7820
7821
7822
7823 # Check whether --with-bugurl was given.
7824 if test "${with_bugurl+set}" = set; then :
7825 withval=$with_bugurl; case "$withval" in
7826 yes) as_fn_error $? "bug URL not specified" "$LINENO" 5 ;;
7827 no) BUGURL=
7828 ;;
7829 *) BUGURL="$withval"
7830 ;;
7831 esac
7832 else
7833 BUGURL="https://gcc.gnu.org/bugs/"
7834
7835 fi
7836
7837 case ${BUGURL} in
7838 "")
7839 REPORT_BUGS_TO=
7840 REPORT_BUGS_TEXI=
7841 ;;
7842 *)
7843 REPORT_BUGS_TO="<$BUGURL>"
7844 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
7845 ;;
7846 esac;
7847
7848
7849
7850
7851 # Allow overriding the default URL for documentation
7852
7853 # Check whether --with-documentation-root-url was given.
7854 if test "${with_documentation_root_url+set}" = set; then :
7855 withval=$with_documentation_root_url; case "$withval" in
7856 yes) as_fn_error $? "documentation root URL not specified" "$LINENO" 5 ;;
7857 no) as_fn_error $? "documentation root URL not specified" "$LINENO" 5 ;;
7858 */) DOCUMENTATION_ROOT_URL="$withval" ;;
7859 *) as_fn_error $? "documentation root URL does not end with /" "$LINENO" 5 ;;
7860 esac
7861 else
7862 DOCUMENTATION_ROOT_URL="https://gcc.gnu.org/onlinedocs/"
7863
7864 fi
7865
7866
7867 cat >>confdefs.h <<_ACEOF
7868 #define DOCUMENTATION_ROOT_URL "$DOCUMENTATION_ROOT_URL"
7869 _ACEOF
7870
7871
7872 # Allow overriding the default URL for GCC changes
7873
7874 # Check whether --with-changes-root-url was given.
7875 if test "${with_changes_root_url+set}" = set; then :
7876 withval=$with_changes_root_url; case "$withval" in
7877 yes) as_fn_error $? "changes root URL not specified" "$LINENO" 5 ;;
7878 no) as_fn_error $? "changes root URL not specified" "$LINENO" 5 ;;
7879 */) CHANGES_ROOT_URL="$withval" ;;
7880 *) as_fn_error $? "changes root URL does not end with /" "$LINENO" 5 ;;
7881 esac
7882 else
7883 CHANGES_ROOT_URL="https://gcc.gnu.org/"
7884
7885 fi
7886
7887
7888 cat >>confdefs.h <<_ACEOF
7889 #define CHANGES_ROOT_URL "$CHANGES_ROOT_URL"
7890 _ACEOF
7891
7892
7893 # Sanity check enable_languages in case someone does not run the toplevel
7894 # configure # script.
7895 # Check whether --enable-languages was given.
7896 if test "${enable_languages+set}" = set; then :
7897 enableval=$enable_languages; case ,${enable_languages}, in
7898 ,,|,yes,)
7899 # go safe -- we cannot be much sure without the toplevel
7900 # configure's
7901 # analysis of which target libs are present and usable
7902 enable_languages=c
7903 ;;
7904 *,all,*)
7905 as_fn_error $? "only the toplevel supports --enable-languages=all" "$LINENO" 5
7906 ;;
7907 *,c,*)
7908 ;;
7909 *)
7910 enable_languages=c,${enable_languages}
7911 ;;
7912 esac
7913 else
7914 enable_languages=c
7915 fi
7916
7917
7918 # If top-level libada has been disabled, then wire in install-gnatlib
7919 # invocation with `make install', so that one can build and install
7920 # the library manually with `make -C gcc all gnatlib gnattools install'.
7921 if test x"$enable_libada" = xno; then
7922 gnat_install_lib=gnat-install-lib
7923 else
7924 gnat_install_lib=
7925 fi
7926
7927
7928 if test x"$enable_as_accelerator_for" != x; then
7929
7930 $as_echo "#define ACCEL_COMPILER 1" >>confdefs.h
7931
7932 enable_as_accelerator=yes
7933 case "${target}" in
7934 *-intelmicemul-*)
7935 # In this case we expect offload compiler to be built as native, so we
7936 # need to rename the driver to avoid clashes with host's drivers.
7937 program_transform_name="s&^&${target}-&" ;;
7938 esac
7939 sedscript="s#${target_noncanonical}#${enable_as_accelerator_for}-accel-${target_noncanonical}#"
7940 program_transform_name=`echo $program_transform_name | sed $sedscript`
7941 accel_dir_suffix=/accel/${target_noncanonical}
7942 real_target_noncanonical=${enable_as_accelerator_for}
7943 fi
7944
7945
7946
7947
7948 for tgt in `echo $enable_offload_targets | sed 's/,/ /g'`; do
7949 tgt=`echo $tgt | sed 's/=.*//'`
7950
7951 enable_offloading=1
7952 case "$tgt" in
7953 *-intelmic-* | *-intelmicemul-*)
7954 omp_device_property=omp-device-properties-i386
7955 omp_device_property_tmake_file="${omp_device_property_tmake_file} \$(srcdir)/config/i386/t-omp-device"
7956 ;;
7957 amdgcn*)
7958 omp_device_property=omp-device-properties-gcn
7959 omp_device_property_tmake_file="${omp_device_property_tmake_file} \$(srcdir)/config/gcn/t-omp-device"
7960 ;;
7961 nvptx*)
7962 omp_device_property=omp-device-properties-nvptx
7963 omp_device_property_tmake_file="${omp_device_property_tmake_file} \$(srcdir)/config/nvptx/t-omp-device"
7964 ;;
7965 *)
7966 as_fn_error $? "unknown offload target specified" "$LINENO" 5
7967 ;;
7968 esac
7969 omp_device_properties="${omp_device_properties} ${tgt}=${omp_device_property}"
7970 omp_device_property_deps="${omp_device_property_deps} ${omp_device_property}"
7971
7972 if test x"$offload_targets" = x; then
7973 offload_targets=$tgt
7974 else
7975 offload_targets="$offload_targets,$tgt"
7976 fi
7977 done
7978
7979
7980
7981
7982 cat >>confdefs.h <<_ACEOF
7983 #define OFFLOAD_TARGETS "$offload_targets"
7984 _ACEOF
7985
7986 if test x"$enable_offloading" != x; then
7987
7988 $as_echo "#define ENABLE_OFFLOADING 1" >>confdefs.h
7989
7990 else
7991
7992 $as_echo "#define ENABLE_OFFLOADING 0" >>confdefs.h
7993
7994 fi
7995
7996
7997 # Check whether --with-multilib-list was given.
7998 if test "${with_multilib_list+set}" = set; then :
7999 withval=$with_multilib_list; :
8000 else
8001 with_multilib_list=default
8002 fi
8003
8004
8005 # -------------------------
8006 # Checks for other programs
8007 # -------------------------
8008
8009 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
8010 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
8011 set x ${MAKE-make}
8012 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
8013 if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
8014 $as_echo_n "(cached) " >&6
8015 else
8016 cat >conftest.make <<\_ACEOF
8017 SHELL = /bin/sh
8018 all:
8019 @echo '@@@%%%=$(MAKE)=@@@%%%'
8020 _ACEOF
8021 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
8022 case `${MAKE-make} -f conftest.make 2>/dev/null` in
8023 *@@@%%%=?*=@@@%%%*)
8024 eval ac_cv_prog_make_${ac_make}_set=yes;;
8025 *)
8026 eval ac_cv_prog_make_${ac_make}_set=no;;
8027 esac
8028 rm -f conftest.make
8029 fi
8030 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
8031 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8032 $as_echo "yes" >&6; }
8033 SET_MAKE=
8034 else
8035 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8036 $as_echo "no" >&6; }
8037 SET_MAKE="MAKE=${MAKE-make}"
8038 fi
8039
8040
8041 # Find some useful tools
8042 for ac_prog in gawk mawk nawk awk
8043 do
8044 # Extract the first word of "$ac_prog", so it can be a program name with args.
8045 set dummy $ac_prog; ac_word=$2
8046 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8047 $as_echo_n "checking for $ac_word... " >&6; }
8048 if ${ac_cv_prog_AWK+:} false; then :
8049 $as_echo_n "(cached) " >&6
8050 else
8051 if test -n "$AWK"; then
8052 ac_cv_prog_AWK="$AWK" # Let the user override the test.
8053 else
8054 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8055 for as_dir in $PATH
8056 do
8057 IFS=$as_save_IFS
8058 test -z "$as_dir" && as_dir=.
8059 for ac_exec_ext in '' $ac_executable_extensions; do
8060 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8061 ac_cv_prog_AWK="$ac_prog"
8062 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8063 break 2
8064 fi
8065 done
8066 done
8067 IFS=$as_save_IFS
8068
8069 fi
8070 fi
8071 AWK=$ac_cv_prog_AWK
8072 if test -n "$AWK"; then
8073 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
8074 $as_echo "$AWK" >&6; }
8075 else
8076 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8077 $as_echo "no" >&6; }
8078 fi
8079
8080
8081 test -n "$AWK" && break
8082 done
8083
8084 # We need awk to create options.c and options.h.
8085 # Bail out if it's missing.
8086 case ${AWK} in
8087 "") as_fn_error $? "can't build without awk, bailing out" "$LINENO" 5 ;;
8088 esac
8089
8090 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
8091 $as_echo_n "checking whether ln -s works... " >&6; }
8092 if ${gcc_cv_prog_LN_S+:} false; then :
8093 $as_echo_n "(cached) " >&6
8094 else
8095 rm -f conftestdata_t
8096 echo >conftestdata_f
8097 if ln -s conftestdata_f conftestdata_t 2>/dev/null
8098 then
8099 gcc_cv_prog_LN_S="ln -s"
8100 else
8101 if ln conftestdata_f conftestdata_t 2>/dev/null
8102 then
8103 gcc_cv_prog_LN_S=ln
8104 else
8105 if cp -p conftestdata_f conftestdata_t 2>/dev/null
8106 then
8107 gcc_cv_prog_LN_S="cp -p"
8108 else
8109 gcc_cv_prog_LN_S=cp
8110 fi
8111 fi
8112 fi
8113 rm -f conftestdata_f conftestdata_t
8114
8115 fi
8116 LN_S="$gcc_cv_prog_LN_S"
8117 if test "$gcc_cv_prog_LN_S" = "ln -s"; then
8118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8119 $as_echo "yes" >&6; }
8120 else
8121 if test "$gcc_cv_prog_LN_S" = "ln"; then
8122 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using ln" >&5
8123 $as_echo "no, using ln" >&6; }
8124 else
8125 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, and neither does ln, so using $gcc_cv_prog_LN_S" >&5
8126 $as_echo "no, and neither does ln, so using $gcc_cv_prog_LN_S" >&6; }
8127 fi
8128 fi
8129
8130 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln works" >&5
8131 $as_echo_n "checking whether ln works... " >&6; }
8132 if ${acx_cv_prog_LN+:} false; then :
8133 $as_echo_n "(cached) " >&6
8134 else
8135 rm -f conftestdata_t
8136 echo >conftestdata_f
8137 if ln conftestdata_f conftestdata_t 2>/dev/null
8138 then
8139 acx_cv_prog_LN=ln
8140 else
8141 acx_cv_prog_LN=no
8142 fi
8143 rm -f conftestdata_f conftestdata_t
8144
8145 fi
8146 if test $acx_cv_prog_LN = no; then
8147 LN="$LN_S"
8148 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN" >&5
8149 $as_echo "no, using $LN" >&6; }
8150 else
8151 LN="$acx_cv_prog_LN"
8152 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8153 $as_echo "yes" >&6; }
8154 fi
8155
8156 if test -n "$ac_tool_prefix"; then
8157 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
8158 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
8159 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8160 $as_echo_n "checking for $ac_word... " >&6; }
8161 if ${ac_cv_prog_RANLIB+:} false; then :
8162 $as_echo_n "(cached) " >&6
8163 else
8164 if test -n "$RANLIB"; then
8165 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8166 else
8167 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8168 for as_dir in $PATH
8169 do
8170 IFS=$as_save_IFS
8171 test -z "$as_dir" && as_dir=.
8172 for ac_exec_ext in '' $ac_executable_extensions; do
8173 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8174 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
8175 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8176 break 2
8177 fi
8178 done
8179 done
8180 IFS=$as_save_IFS
8181
8182 fi
8183 fi
8184 RANLIB=$ac_cv_prog_RANLIB
8185 if test -n "$RANLIB"; then
8186 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8187 $as_echo "$RANLIB" >&6; }
8188 else
8189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8190 $as_echo "no" >&6; }
8191 fi
8192
8193
8194 fi
8195 if test -z "$ac_cv_prog_RANLIB"; then
8196 ac_ct_RANLIB=$RANLIB
8197 # Extract the first word of "ranlib", so it can be a program name with args.
8198 set dummy ranlib; ac_word=$2
8199 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8200 $as_echo_n "checking for $ac_word... " >&6; }
8201 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
8202 $as_echo_n "(cached) " >&6
8203 else
8204 if test -n "$ac_ct_RANLIB"; then
8205 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
8206 else
8207 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8208 for as_dir in $PATH
8209 do
8210 IFS=$as_save_IFS
8211 test -z "$as_dir" && as_dir=.
8212 for ac_exec_ext in '' $ac_executable_extensions; do
8213 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8214 ac_cv_prog_ac_ct_RANLIB="ranlib"
8215 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8216 break 2
8217 fi
8218 done
8219 done
8220 IFS=$as_save_IFS
8221
8222 fi
8223 fi
8224 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
8225 if test -n "$ac_ct_RANLIB"; then
8226 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
8227 $as_echo "$ac_ct_RANLIB" >&6; }
8228 else
8229 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8230 $as_echo "no" >&6; }
8231 fi
8232
8233 if test "x$ac_ct_RANLIB" = x; then
8234 RANLIB=":"
8235 else
8236 case $cross_compiling:$ac_tool_warned in
8237 yes:)
8238 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8239 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8240 ac_tool_warned=yes ;;
8241 esac
8242 RANLIB=$ac_ct_RANLIB
8243 fi
8244 else
8245 RANLIB="$ac_cv_prog_RANLIB"
8246 fi
8247
8248 ranlib_flags=""
8249
8250
8251 # Find a good install program. We prefer a C program (faster),
8252 # so one script is as good as another. But avoid the broken or
8253 # incompatible versions:
8254 # SysV /etc/install, /usr/sbin/install
8255 # SunOS /usr/etc/install
8256 # IRIX /sbin/install
8257 # AIX /bin/install
8258 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
8259 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
8260 # ./install, which can be erroneously created by make from ./install.sh.
8261 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD compatible install" >&5
8262 $as_echo_n "checking for a BSD compatible install... " >&6; }
8263 if test -z "$INSTALL"; then
8264 if ${ac_cv_path_install+:} false; then :
8265 $as_echo_n "(cached) " >&6
8266 else
8267 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS="${IFS}:"
8268 for ac_dir in $PATH; do
8269 # Account for people who put trailing slashes in PATH elements.
8270 case "$ac_dir/" in
8271 /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
8272 *)
8273 # OSF1 and SCO ODT 3.0 have their own names for install.
8274 for ac_prog in ginstall scoinst install; do
8275 if test -f $ac_dir/$ac_prog; then
8276 if test $ac_prog = install &&
8277 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
8278 # AIX install. It has an incompatible calling convention.
8279 # OSF/1 installbsd also uses dspmsg, but is usable.
8280 :
8281 else
8282 ac_cv_path_install="$ac_dir/$ac_prog -c"
8283 break 2
8284 fi
8285 fi
8286 done
8287 ;;
8288 esac
8289 done
8290 IFS="$ac_save_IFS"
8291
8292 fi
8293 if test "${ac_cv_path_install+set}" = set; then
8294 INSTALL="$ac_cv_path_install"
8295 else
8296 # As a last resort, use the slow shell script. We don't cache a
8297 # path for INSTALL within a source directory, because that will
8298 # break other packages using the cache if that directory is
8299 # removed, or if the path is relative.
8300 INSTALL="$ac_install_sh"
8301 fi
8302 fi
8303 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
8304 $as_echo "$INSTALL" >&6; }
8305
8306 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
8307 # It thinks the first close brace ends the variable substitution.
8308 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
8309
8310 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
8311
8312
8313 # See if cmp has --ignore-initial.
8314 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmp's capabilities" >&5
8315 $as_echo_n "checking for cmp's capabilities... " >&6; }
8316 if ${gcc_cv_prog_cmp_skip+:} false; then :
8317 $as_echo_n "(cached) " >&6
8318 else
8319 echo abfoo >t1
8320 echo cdfoo >t2
8321 gcc_cv_prog_cmp_skip=slowcompare
8322 if cmp --ignore-initial=2 t1 t2 > /dev/null 2>&1; then
8323 if cmp --ignore-initial=1 t1 t2 > /dev/null 2>&1; then
8324 :
8325 else
8326 gcc_cv_prog_cmp_skip=gnucompare
8327 fi
8328 fi
8329 if test $gcc_cv_prog_cmp_skip = slowcompare ; then
8330 if cmp t1 t2 2 2 > /dev/null 2>&1; then
8331 if cmp t1 t2 1 1 > /dev/null 2>&1; then
8332 :
8333 else
8334 gcc_cv_prog_cmp_skip=fastcompare
8335 fi
8336 fi
8337 fi
8338 rm t1 t2
8339
8340 fi
8341 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_prog_cmp_skip" >&5
8342 $as_echo "$gcc_cv_prog_cmp_skip" >&6; }
8343 make_compare_target=$gcc_cv_prog_cmp_skip
8344
8345
8346
8347 # See if we have the mktemp command.
8348 # Extract the first word of "mktemp", so it can be a program name with args.
8349 set dummy mktemp; ac_word=$2
8350 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8351 $as_echo_n "checking for $ac_word... " >&6; }
8352 if ${ac_cv_prog_have_mktemp_command+:} false; then :
8353 $as_echo_n "(cached) " >&6
8354 else
8355 if test -n "$have_mktemp_command"; then
8356 ac_cv_prog_have_mktemp_command="$have_mktemp_command" # Let the user override the test.
8357 else
8358 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8359 for as_dir in $PATH
8360 do
8361 IFS=$as_save_IFS
8362 test -z "$as_dir" && as_dir=.
8363 for ac_exec_ext in '' $ac_executable_extensions; do
8364 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8365 ac_cv_prog_have_mktemp_command="yes"
8366 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8367 break 2
8368 fi
8369 done
8370 done
8371 IFS=$as_save_IFS
8372
8373 test -z "$ac_cv_prog_have_mktemp_command" && ac_cv_prog_have_mktemp_command="no"
8374 fi
8375 fi
8376 have_mktemp_command=$ac_cv_prog_have_mktemp_command
8377 if test -n "$have_mktemp_command"; then
8378 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_mktemp_command" >&5
8379 $as_echo "$have_mktemp_command" >&6; }
8380 else
8381 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8382 $as_echo "no" >&6; }
8383 fi
8384
8385
8386
8387 # See if makeinfo has been installed and is modern enough
8388 # that we can use it.
8389
8390 # Extract the first word of "makeinfo", so it can be a program name with args.
8391 set dummy makeinfo; ac_word=$2
8392 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8393 $as_echo_n "checking for $ac_word... " >&6; }
8394 if ${ac_cv_prog_MAKEINFO+:} false; then :
8395 $as_echo_n "(cached) " >&6
8396 else
8397 if test -n "$MAKEINFO"; then
8398 ac_cv_prog_MAKEINFO="$MAKEINFO" # Let the user override the test.
8399 else
8400 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8401 for as_dir in $PATH
8402 do
8403 IFS=$as_save_IFS
8404 test -z "$as_dir" && as_dir=.
8405 for ac_exec_ext in '' $ac_executable_extensions; do
8406 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8407 ac_cv_prog_MAKEINFO="makeinfo"
8408 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8409 break 2
8410 fi
8411 done
8412 done
8413 IFS=$as_save_IFS
8414
8415 fi
8416 fi
8417 MAKEINFO=$ac_cv_prog_MAKEINFO
8418 if test -n "$MAKEINFO"; then
8419 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKEINFO" >&5
8420 $as_echo "$MAKEINFO" >&6; }
8421 else
8422 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8423 $as_echo "no" >&6; }
8424 fi
8425
8426
8427 if test -n "$MAKEINFO"; then
8428 # Found it, now check the version.
8429 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for modern makeinfo" >&5
8430 $as_echo_n "checking for modern makeinfo... " >&6; }
8431 if ${gcc_cv_prog_makeinfo_modern+:} false; then :
8432 $as_echo_n "(cached) " >&6
8433 else
8434 ac_prog_version=`eval $MAKEINFO --version 2>&1 |
8435 sed -n 's/^.*GNU texinfo.* \([0-9][0-9.]*\).*$/\1/p'`
8436
8437 case $ac_prog_version in
8438 '') gcc_cv_prog_makeinfo_modern=no;;
8439 4.[7-9]*|4.[1-9][0-9]*|[5-9]*|[1-9][0-9]*) gcc_cv_prog_makeinfo_modern=yes;;
8440 *) gcc_cv_prog_makeinfo_modern=no;;
8441 esac
8442
8443 fi
8444 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_prog_makeinfo_modern" >&5
8445 $as_echo "$gcc_cv_prog_makeinfo_modern" >&6; }
8446 else
8447 gcc_cv_prog_makeinfo_modern=no
8448 fi
8449 if test $gcc_cv_prog_makeinfo_modern = no; then
8450 MAKEINFO="${CONFIG_SHELL-/bin/sh} $ac_aux_dir/missing makeinfo"
8451 fi
8452
8453 if test $gcc_cv_prog_makeinfo_modern = no; then
8454 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:
8455 *** Makeinfo is missing or too old.
8456 *** Info documentation will not be built." >&5
8457 $as_echo "$as_me: WARNING:
8458 *** Makeinfo is missing or too old.
8459 *** Info documentation will not be built." >&2;}
8460 BUILD_INFO=
8461 else
8462 BUILD_INFO=info
8463 fi
8464
8465
8466 # Is pod2man recent enough to regenerate manpages?
8467 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent Pod::Man" >&5
8468 $as_echo_n "checking for recent Pod::Man... " >&6; }
8469 if (perl -e 'use 1.10 Pod::Man') >/dev/null 2>&1; then
8470 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8471 $as_echo "yes" >&6; }
8472 GENERATED_MANPAGES=generated-manpages
8473 else
8474 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8475 $as_echo "no" >&6; }
8476 GENERATED_MANPAGES=
8477 fi
8478
8479
8480 MISSING="${CONFIG_SHELL-/bin/sh} $ac_aux_dir/missing"
8481
8482 # How about lex?
8483 for ac_prog in flex
8484 do
8485 # Extract the first word of "$ac_prog", so it can be a program name with args.
8486 set dummy $ac_prog; ac_word=$2
8487 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8488 $as_echo_n "checking for $ac_word... " >&6; }
8489 if ${ac_cv_prog_FLEX+:} false; then :
8490 $as_echo_n "(cached) " >&6
8491 else
8492 if test -n "$FLEX"; then
8493 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
8494 else
8495 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8496 for as_dir in $PATH
8497 do
8498 IFS=$as_save_IFS
8499 test -z "$as_dir" && as_dir=.
8500 for ac_exec_ext in '' $ac_executable_extensions; do
8501 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8502 ac_cv_prog_FLEX="$ac_prog"
8503 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8504 break 2
8505 fi
8506 done
8507 done
8508 IFS=$as_save_IFS
8509
8510 fi
8511 fi
8512 FLEX=$ac_cv_prog_FLEX
8513 if test -n "$FLEX"; then
8514 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
8515 $as_echo "$FLEX" >&6; }
8516 else
8517 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8518 $as_echo "no" >&6; }
8519 fi
8520
8521
8522 test -n "$FLEX" && break
8523 done
8524 test -n "$FLEX" || FLEX="$MISSING flex"
8525
8526
8527 # Bison?
8528 for ac_prog in bison
8529 do
8530 # Extract the first word of "$ac_prog", so it can be a program name with args.
8531 set dummy $ac_prog; ac_word=$2
8532 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8533 $as_echo_n "checking for $ac_word... " >&6; }
8534 if ${ac_cv_prog_BISON+:} false; then :
8535 $as_echo_n "(cached) " >&6
8536 else
8537 if test -n "$BISON"; then
8538 ac_cv_prog_BISON="$BISON" # Let the user override the test.
8539 else
8540 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8541 for as_dir in $PATH
8542 do
8543 IFS=$as_save_IFS
8544 test -z "$as_dir" && as_dir=.
8545 for ac_exec_ext in '' $ac_executable_extensions; do
8546 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8547 ac_cv_prog_BISON="$ac_prog"
8548 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8549 break 2
8550 fi
8551 done
8552 done
8553 IFS=$as_save_IFS
8554
8555 fi
8556 fi
8557 BISON=$ac_cv_prog_BISON
8558 if test -n "$BISON"; then
8559 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
8560 $as_echo "$BISON" >&6; }
8561 else
8562 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8563 $as_echo "no" >&6; }
8564 fi
8565
8566
8567 test -n "$BISON" && break
8568 done
8569 test -n "$BISON" || BISON="$MISSING bison"
8570
8571
8572 # Binutils are not build modules, unlike bison/flex/makeinfo. So we
8573 # check for build == host before using them.
8574
8575 # NM
8576 if test x${build} = x${host} && test -f $srcdir/../binutils/nm.c \
8577 && test -d ../binutils ; then
8578 NM='${objdir}/../binutils/nm-new'
8579 else
8580 # Extract the first word of "nm", so it can be a program name with args.
8581 set dummy nm; ac_word=$2
8582 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8583 $as_echo_n "checking for $ac_word... " >&6; }
8584 if ${ac_cv_prog_NM+:} false; then :
8585 $as_echo_n "(cached) " >&6
8586 else
8587 if test -n "$NM"; then
8588 ac_cv_prog_NM="$NM" # Let the user override the test.
8589 else
8590 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8591 for as_dir in $PATH
8592 do
8593 IFS=$as_save_IFS
8594 test -z "$as_dir" && as_dir=.
8595 for ac_exec_ext in '' $ac_executable_extensions; do
8596 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8597 ac_cv_prog_NM="nm"
8598 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8599 break 2
8600 fi
8601 done
8602 done
8603 IFS=$as_save_IFS
8604
8605 test -z "$ac_cv_prog_NM" && ac_cv_prog_NM="${CONFIG_SHELL-/bin/sh} ${srcdir}/../missing nm"
8606 fi
8607 fi
8608 NM=$ac_cv_prog_NM
8609 if test -n "$NM"; then
8610 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8611 $as_echo "$NM" >&6; }
8612 else
8613 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8614 $as_echo "no" >&6; }
8615 fi
8616
8617
8618 fi
8619
8620 # AR
8621 if test x${build} = x${host} && test -f $srcdir/../binutils/ar.c \
8622 && test -d ../binutils ; then
8623 AR='${objdir}/../binutils/ar'
8624 else
8625 # Extract the first word of "ar", so it can be a program name with args.
8626 set dummy ar; ac_word=$2
8627 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8628 $as_echo_n "checking for $ac_word... " >&6; }
8629 if ${ac_cv_prog_AR+:} false; then :
8630 $as_echo_n "(cached) " >&6
8631 else
8632 if test -n "$AR"; then
8633 ac_cv_prog_AR="$AR" # Let the user override the test.
8634 else
8635 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8636 for as_dir in $PATH
8637 do
8638 IFS=$as_save_IFS
8639 test -z "$as_dir" && as_dir=.
8640 for ac_exec_ext in '' $ac_executable_extensions; do
8641 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8642 ac_cv_prog_AR="ar"
8643 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8644 break 2
8645 fi
8646 done
8647 done
8648 IFS=$as_save_IFS
8649
8650 test -z "$ac_cv_prog_AR" && ac_cv_prog_AR="${CONFIG_SHELL-/bin/sh} ${srcdir}/../missing ar"
8651 fi
8652 fi
8653 AR=$ac_cv_prog_AR
8654 if test -n "$AR"; then
8655 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8656 $as_echo "$AR" >&6; }
8657 else
8658 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8659 $as_echo "no" >&6; }
8660 fi
8661
8662
8663 fi
8664
8665 # The jit documentation looks better if built with sphinx, but can be
8666 # built with texinfo if sphinx is not available.
8667 # Set "doc_build_sys" to "sphinx" or "texinfo" accordingly.
8668 # Extract the first word of "sphinx-build", so it can be a program name with args.
8669 set dummy sphinx-build; ac_word=$2
8670 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8671 $as_echo_n "checking for $ac_word... " >&6; }
8672 if ${ac_cv_prog_doc_build_sys+:} false; then :
8673 $as_echo_n "(cached) " >&6
8674 else
8675 if test -n "$doc_build_sys"; then
8676 ac_cv_prog_doc_build_sys="$doc_build_sys" # Let the user override the test.
8677 else
8678 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8679 for as_dir in $PATH
8680 do
8681 IFS=$as_save_IFS
8682 test -z "$as_dir" && as_dir=.
8683 for ac_exec_ext in '' $ac_executable_extensions; do
8684 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8685 ac_cv_prog_doc_build_sys="sphinx"
8686 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8687 break 2
8688 fi
8689 done
8690 done
8691 IFS=$as_save_IFS
8692
8693 test -z "$ac_cv_prog_doc_build_sys" && ac_cv_prog_doc_build_sys="texinfo"
8694 fi
8695 fi
8696 doc_build_sys=$ac_cv_prog_doc_build_sys
8697 if test -n "$doc_build_sys"; then
8698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $doc_build_sys" >&5
8699 $as_echo "$doc_build_sys" >&6; }
8700 else
8701 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8702 $as_echo "no" >&6; }
8703 fi
8704
8705
8706
8707 # --------------------
8708 # Checks for C headers
8709 # --------------------
8710
8711 # Need to reject headers which give warnings, so that the -Werror bootstrap
8712 # works later. *sigh* This needs to come before all header checks.
8713
8714 ac_c_preproc_warn_flag=yes
8715
8716 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
8717 $as_echo_n "checking for ANSI C header files... " >&6; }
8718 if ${ac_cv_header_stdc+:} false; then :
8719 $as_echo_n "(cached) " >&6
8720 else
8721 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8722 /* end confdefs.h. */
8723 #include <stdlib.h>
8724 #include <stdarg.h>
8725 #include <string.h>
8726 #include <float.h>
8727
8728 int
8729 main ()
8730 {
8731
8732 ;
8733 return 0;
8734 }
8735 _ACEOF
8736 if ac_fn_cxx_try_compile "$LINENO"; then :
8737 ac_cv_header_stdc=yes
8738 else
8739 ac_cv_header_stdc=no
8740 fi
8741 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8742
8743 if test $ac_cv_header_stdc = yes; then
8744 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
8745 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8746 /* end confdefs.h. */
8747 #include <string.h>
8748
8749 _ACEOF
8750 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8751 $EGREP "memchr" >/dev/null 2>&1; then :
8752
8753 else
8754 ac_cv_header_stdc=no
8755 fi
8756 rm -f conftest*
8757
8758 fi
8759
8760 if test $ac_cv_header_stdc = yes; then
8761 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
8762 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8763 /* end confdefs.h. */
8764 #include <stdlib.h>
8765
8766 _ACEOF
8767 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8768 $EGREP "free" >/dev/null 2>&1; then :
8769
8770 else
8771 ac_cv_header_stdc=no
8772 fi
8773 rm -f conftest*
8774
8775 fi
8776
8777 if test $ac_cv_header_stdc = yes; then
8778 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
8779 if test "$cross_compiling" = yes; then :
8780 :
8781 else
8782 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8783 /* end confdefs.h. */
8784 #include <ctype.h>
8785 #include <stdlib.h>
8786 #if ((' ' & 0x0FF) == 0x020)
8787 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
8788 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
8789 #else
8790 # define ISLOWER(c) \
8791 (('a' <= (c) && (c) <= 'i') \
8792 || ('j' <= (c) && (c) <= 'r') \
8793 || ('s' <= (c) && (c) <= 'z'))
8794 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
8795 #endif
8796
8797 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
8798 int
8799 main ()
8800 {
8801 int i;
8802 for (i = 0; i < 256; i++)
8803 if (XOR (islower (i), ISLOWER (i))
8804 || toupper (i) != TOUPPER (i))
8805 return 2;
8806 return 0;
8807 }
8808 _ACEOF
8809 if ac_fn_cxx_try_run "$LINENO"; then :
8810
8811 else
8812 ac_cv_header_stdc=no
8813 fi
8814 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
8815 conftest.$ac_objext conftest.beam conftest.$ac_ext
8816 fi
8817
8818 fi
8819 fi
8820 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
8821 $as_echo "$ac_cv_header_stdc" >&6; }
8822 if test $ac_cv_header_stdc = yes; then
8823
8824 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
8825
8826 fi
8827
8828 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether time.h and sys/time.h may both be included" >&5
8829 $as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; }
8830 if ${ac_cv_header_time+:} false; then :
8831 $as_echo_n "(cached) " >&6
8832 else
8833 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8834 /* end confdefs.h. */
8835 #include <sys/types.h>
8836 #include <sys/time.h>
8837 #include <time.h>
8838
8839 int
8840 main ()
8841 {
8842 if ((struct tm *) 0)
8843 return 0;
8844 ;
8845 return 0;
8846 }
8847 _ACEOF
8848 if ac_fn_cxx_try_compile "$LINENO"; then :
8849 ac_cv_header_time=yes
8850 else
8851 ac_cv_header_time=no
8852 fi
8853 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8854 fi
8855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_time" >&5
8856 $as_echo "$ac_cv_header_time" >&6; }
8857 if test $ac_cv_header_time = yes; then
8858
8859 $as_echo "#define TIME_WITH_SYS_TIME 1" >>confdefs.h
8860
8861 fi
8862
8863 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether string.h and strings.h may both be included" >&5
8864 $as_echo_n "checking whether string.h and strings.h may both be included... " >&6; }
8865 if ${gcc_cv_header_string+:} false; then :
8866 $as_echo_n "(cached) " >&6
8867 else
8868 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8869 /* end confdefs.h. */
8870 #include <string.h>
8871 #include <strings.h>
8872 int
8873 main ()
8874 {
8875
8876 ;
8877 return 0;
8878 }
8879 _ACEOF
8880 if ac_fn_cxx_try_compile "$LINENO"; then :
8881 gcc_cv_header_string=yes
8882 else
8883 gcc_cv_header_string=no
8884 fi
8885 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8886 fi
8887 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_header_string" >&5
8888 $as_echo "$gcc_cv_header_string" >&6; }
8889 if test $gcc_cv_header_string = yes; then
8890
8891 $as_echo "#define STRING_WITH_STRINGS 1" >>confdefs.h
8892
8893 fi
8894
8895 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sys/wait.h that is POSIX.1 compatible" >&5
8896 $as_echo_n "checking for sys/wait.h that is POSIX.1 compatible... " >&6; }
8897 if ${ac_cv_header_sys_wait_h+:} false; then :
8898 $as_echo_n "(cached) " >&6
8899 else
8900 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8901 /* end confdefs.h. */
8902 #include <sys/types.h>
8903 #include <sys/wait.h>
8904 #ifndef WEXITSTATUS
8905 # define WEXITSTATUS(stat_val) ((unsigned int) (stat_val) >> 8)
8906 #endif
8907 #ifndef WIFEXITED
8908 # define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
8909 #endif
8910
8911 int
8912 main ()
8913 {
8914 int s;
8915 wait (&s);
8916 s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
8917 ;
8918 return 0;
8919 }
8920 _ACEOF
8921 if ac_fn_cxx_try_compile "$LINENO"; then :
8922 ac_cv_header_sys_wait_h=yes
8923 else
8924 ac_cv_header_sys_wait_h=no
8925 fi
8926 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8927 fi
8928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_sys_wait_h" >&5
8929 $as_echo "$ac_cv_header_sys_wait_h" >&6; }
8930 if test $ac_cv_header_sys_wait_h = yes; then
8931
8932 $as_echo "#define HAVE_SYS_WAIT_H 1" >>confdefs.h
8933
8934 fi
8935
8936 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether termios.h defines TIOCGWINSZ" >&5
8937 $as_echo_n "checking whether termios.h defines TIOCGWINSZ... " >&6; }
8938 if ${ac_cv_sys_tiocgwinsz_in_termios_h+:} false; then :
8939 $as_echo_n "(cached) " >&6
8940 else
8941 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8942 /* end confdefs.h. */
8943 #include <sys/types.h>
8944 #include <termios.h>
8945 #ifdef TIOCGWINSZ
8946 yes
8947 #endif
8948
8949 _ACEOF
8950 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8951 $EGREP "yes" >/dev/null 2>&1; then :
8952 ac_cv_sys_tiocgwinsz_in_termios_h=yes
8953 else
8954 ac_cv_sys_tiocgwinsz_in_termios_h=no
8955 fi
8956 rm -f conftest*
8957
8958 fi
8959 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_tiocgwinsz_in_termios_h" >&5
8960 $as_echo "$ac_cv_sys_tiocgwinsz_in_termios_h" >&6; }
8961
8962 if test $ac_cv_sys_tiocgwinsz_in_termios_h != yes; then
8963 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether sys/ioctl.h defines TIOCGWINSZ" >&5
8964 $as_echo_n "checking whether sys/ioctl.h defines TIOCGWINSZ... " >&6; }
8965 if ${ac_cv_sys_tiocgwinsz_in_sys_ioctl_h+:} false; then :
8966 $as_echo_n "(cached) " >&6
8967 else
8968 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8969 /* end confdefs.h. */
8970 #include <sys/types.h>
8971 #include <sys/ioctl.h>
8972 #ifdef TIOCGWINSZ
8973 yes
8974 #endif
8975
8976 _ACEOF
8977 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8978 $EGREP "yes" >/dev/null 2>&1; then :
8979 ac_cv_sys_tiocgwinsz_in_sys_ioctl_h=yes
8980 else
8981 ac_cv_sys_tiocgwinsz_in_sys_ioctl_h=no
8982 fi
8983 rm -f conftest*
8984
8985 fi
8986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_tiocgwinsz_in_sys_ioctl_h" >&5
8987 $as_echo "$ac_cv_sys_tiocgwinsz_in_sys_ioctl_h" >&6; }
8988
8989 if test $ac_cv_sys_tiocgwinsz_in_sys_ioctl_h = yes; then
8990
8991 $as_echo "#define GWINSZ_IN_SYS_IOCTL 1" >>confdefs.h
8992
8993 fi
8994 fi
8995
8996 for ac_header in limits.h stddef.h string.h strings.h stdlib.h time.h iconv.h \
8997 fcntl.h ftw.h unistd.h sys/file.h sys/time.h sys/mman.h \
8998 sys/resource.h sys/param.h sys/times.h sys/stat.h \
8999 direct.h malloc.h langinfo.h ldfcn.h locale.h wchar.h
9000 do :
9001 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9002 ac_fn_cxx_check_header_preproc "$LINENO" "$ac_header" "$as_ac_Header"
9003 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
9004 cat >>confdefs.h <<_ACEOF
9005 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9006 _ACEOF
9007
9008 fi
9009 done
9010
9011
9012 # Check for thread headers.
9013 ac_fn_cxx_check_header_preproc "$LINENO" "thread.h" "ac_cv_header_thread_h"
9014 if test "x$ac_cv_header_thread_h" = xyes; then :
9015 have_thread_h=yes
9016 else
9017 have_thread_h=
9018 fi
9019
9020 ac_fn_cxx_check_header_preproc "$LINENO" "pthread.h" "ac_cv_header_pthread_h"
9021 if test "x$ac_cv_header_pthread_h" = xyes; then :
9022 have_pthread_h=yes
9023 else
9024 have_pthread_h=
9025 fi
9026
9027
9028 # These tests can't be done till we know if we have limits.h.
9029 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for CHAR_BIT" >&5
9030 $as_echo_n "checking for CHAR_BIT... " >&6; }
9031 if ${gcc_cv_decl_char_bit+:} false; then :
9032 $as_echo_n "(cached) " >&6
9033 else
9034 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9035 /* end confdefs.h. */
9036 #ifdef HAVE_LIMITS_H
9037 #include <limits.h>
9038 #endif
9039 #ifdef CHAR_BIT
9040 found
9041 #endif
9042 _ACEOF
9043 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
9044 $EGREP "found" >/dev/null 2>&1; then :
9045 gcc_cv_decl_char_bit=yes
9046 else
9047 gcc_cv_decl_char_bit=no
9048 fi
9049 rm -f conftest*
9050
9051
9052 fi
9053 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_decl_char_bit" >&5
9054 $as_echo "$gcc_cv_decl_char_bit" >&6; }
9055 if test $gcc_cv_decl_char_bit = no; then
9056 { $as_echo "$as_me:${as_lineno-$LINENO}: checking number of bits in a byte" >&5
9057 $as_echo_n "checking number of bits in a byte... " >&6; }
9058 if ${gcc_cv_c_nbby+:} false; then :
9059 $as_echo_n "(cached) " >&6
9060 else
9061 i=8
9062 gcc_cv_c_nbby=
9063 while test $i -lt 65; do
9064 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9065 /* end confdefs.h. */
9066
9067 int
9068 main ()
9069 {
9070 switch(0) {
9071 case (unsigned char)((unsigned long)1 << $i) == ((unsigned long)1 << $i):
9072 case (unsigned char)((unsigned long)1<<($i-1)) == ((unsigned long)1<<($i-1)):
9073 ; }
9074 ;
9075 return 0;
9076 }
9077 _ACEOF
9078 if ac_fn_cxx_try_compile "$LINENO"; then :
9079 gcc_cv_c_nbby=$i; break
9080 fi
9081 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9082 i=`expr $i + 1`
9083 done
9084 test -z "$gcc_cv_c_nbby" && gcc_cv_c_nbby=failed
9085
9086 fi
9087 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_c_nbby" >&5
9088 $as_echo "$gcc_cv_c_nbby" >&6; }
9089 if test $gcc_cv_c_nbby = failed; then
9090 as_fn_error $? "cannot determine number of bits in a byte" "$LINENO" 5
9091 else
9092
9093 cat >>confdefs.h <<_ACEOF
9094 #define CHAR_BIT $gcc_cv_c_nbby
9095 _ACEOF
9096
9097 fi
9098 fi
9099 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
9100 $as_echo_n "checking whether byte ordering is bigendian... " >&6; }
9101 if ${ac_cv_c_bigendian+:} false; then :
9102 $as_echo_n "(cached) " >&6
9103 else
9104 ac_cv_c_bigendian=unknown
9105 # See if we're dealing with a universal compiler.
9106 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9107 /* end confdefs.h. */
9108 #ifndef __APPLE_CC__
9109 not a universal capable compiler
9110 #endif
9111 typedef int dummy;
9112
9113 _ACEOF
9114 if ac_fn_cxx_try_compile "$LINENO"; then :
9115
9116 # Check for potential -arch flags. It is not universal unless
9117 # there are at least two -arch flags with different values.
9118 ac_arch=
9119 ac_prev=
9120 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
9121 if test -n "$ac_prev"; then
9122 case $ac_word in
9123 i?86 | x86_64 | ppc | ppc64)
9124 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
9125 ac_arch=$ac_word
9126 else
9127 ac_cv_c_bigendian=universal
9128 break
9129 fi
9130 ;;
9131 esac
9132 ac_prev=
9133 elif test "x$ac_word" = "x-arch"; then
9134 ac_prev=arch
9135 fi
9136 done
9137 fi
9138 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9139 if test $ac_cv_c_bigendian = unknown; then
9140 # See if sys/param.h defines the BYTE_ORDER macro.
9141 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9142 /* end confdefs.h. */
9143 #include <sys/types.h>
9144 #include <sys/param.h>
9145
9146 int
9147 main ()
9148 {
9149 #if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
9150 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
9151 && LITTLE_ENDIAN)
9152 bogus endian macros
9153 #endif
9154
9155 ;
9156 return 0;
9157 }
9158 _ACEOF
9159 if ac_fn_cxx_try_compile "$LINENO"; then :
9160 # It does; now see whether it defined to BIG_ENDIAN or not.
9161 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9162 /* end confdefs.h. */
9163 #include <sys/types.h>
9164 #include <sys/param.h>
9165
9166 int
9167 main ()
9168 {
9169 #if BYTE_ORDER != BIG_ENDIAN
9170 not big endian
9171 #endif
9172
9173 ;
9174 return 0;
9175 }
9176 _ACEOF
9177 if ac_fn_cxx_try_compile "$LINENO"; then :
9178 ac_cv_c_bigendian=yes
9179 else
9180 ac_cv_c_bigendian=no
9181 fi
9182 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9183 fi
9184 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9185 fi
9186 if test $ac_cv_c_bigendian = unknown; then
9187 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
9188 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9189 /* end confdefs.h. */
9190 #include <limits.h>
9191
9192 int
9193 main ()
9194 {
9195 #if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
9196 bogus endian macros
9197 #endif
9198
9199 ;
9200 return 0;
9201 }
9202 _ACEOF
9203 if ac_fn_cxx_try_compile "$LINENO"; then :
9204 # It does; now see whether it defined to _BIG_ENDIAN or not.
9205 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9206 /* end confdefs.h. */
9207 #include <limits.h>
9208
9209 int
9210 main ()
9211 {
9212 #ifndef _BIG_ENDIAN
9213 not big endian
9214 #endif
9215
9216 ;
9217 return 0;
9218 }
9219 _ACEOF
9220 if ac_fn_cxx_try_compile "$LINENO"; then :
9221 ac_cv_c_bigendian=yes
9222 else
9223 ac_cv_c_bigendian=no
9224 fi
9225 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9226 fi
9227 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9228 fi
9229 if test $ac_cv_c_bigendian = unknown; then
9230 # Compile a test program.
9231 if test "$cross_compiling" = yes; then :
9232 # Try to guess by grepping values from an object file.
9233 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9234 /* end confdefs.h. */
9235 short int ascii_mm[] =
9236 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
9237 short int ascii_ii[] =
9238 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
9239 int use_ascii (int i) {
9240 return ascii_mm[i] + ascii_ii[i];
9241 }
9242 short int ebcdic_ii[] =
9243 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
9244 short int ebcdic_mm[] =
9245 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
9246 int use_ebcdic (int i) {
9247 return ebcdic_mm[i] + ebcdic_ii[i];
9248 }
9249 extern int foo;
9250
9251 int
9252 main ()
9253 {
9254 return use_ascii (foo) == use_ebcdic (foo);
9255 ;
9256 return 0;
9257 }
9258 _ACEOF
9259 if ac_fn_cxx_try_compile "$LINENO"; then :
9260 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
9261 ac_cv_c_bigendian=yes
9262 fi
9263 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
9264 if test "$ac_cv_c_bigendian" = unknown; then
9265 ac_cv_c_bigendian=no
9266 else
9267 # finding both strings is unlikely to happen, but who knows?
9268 ac_cv_c_bigendian=unknown
9269 fi
9270 fi
9271 fi
9272 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9273 else
9274 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9275 /* end confdefs.h. */
9276 $ac_includes_default
9277 int
9278 main ()
9279 {
9280
9281 /* Are we little or big endian? From Harbison&Steele. */
9282 union
9283 {
9284 long int l;
9285 char c[sizeof (long int)];
9286 } u;
9287 u.l = 1;
9288 return u.c[sizeof (long int) - 1] == 1;
9289
9290 ;
9291 return 0;
9292 }
9293 _ACEOF
9294 if ac_fn_cxx_try_run "$LINENO"; then :
9295 ac_cv_c_bigendian=no
9296 else
9297 ac_cv_c_bigendian=yes
9298 fi
9299 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
9300 conftest.$ac_objext conftest.beam conftest.$ac_ext
9301 fi
9302
9303 fi
9304 fi
9305 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
9306 $as_echo "$ac_cv_c_bigendian" >&6; }
9307 case $ac_cv_c_bigendian in #(
9308 yes)
9309 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
9310 ;; #(
9311 no)
9312 ;; #(
9313 universal)
9314
9315 $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
9316
9317 ;; #(
9318 *)
9319 as_fn_error $? "unknown endianness
9320 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
9321 esac
9322
9323
9324 # ----------------------
9325 # Checks for C++ headers
9326 # ----------------------
9327
9328 ac_ext=cpp
9329 ac_cpp='$CXXCPP $CPPFLAGS'
9330 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9331 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9332 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
9333 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C++ preprocessor" >&5
9334 $as_echo_n "checking how to run the C++ preprocessor... " >&6; }
9335 if test -z "$CXXCPP"; then
9336 if ${ac_cv_prog_CXXCPP+:} false; then :
9337 $as_echo_n "(cached) " >&6
9338 else
9339 # Double quotes because CXXCPP needs to be expanded
9340 for CXXCPP in "$CXX -E" "/lib/cpp"
9341 do
9342 ac_preproc_ok=false
9343 for ac_cxx_preproc_warn_flag in '' yes
9344 do
9345 # Use a header file that comes with gcc, so configuring glibc
9346 # with a fresh cross-compiler works.
9347 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9348 # <limits.h> exists even on freestanding compilers.
9349 # On the NeXT, cc -E runs the code through the compiler's parser,
9350 # not just through cpp. "Syntax error" is here to catch this case.
9351 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9352 /* end confdefs.h. */
9353 #ifdef __STDC__
9354 # include <limits.h>
9355 #else
9356 # include <assert.h>
9357 #endif
9358 Syntax error
9359 _ACEOF
9360 if ac_fn_cxx_try_cpp "$LINENO"; then :
9361
9362 else
9363 # Broken: fails on valid input.
9364 continue
9365 fi
9366 rm -f conftest.err conftest.i conftest.$ac_ext
9367
9368 # OK, works on sane cases. Now check whether nonexistent headers
9369 # can be detected and how.
9370 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9371 /* end confdefs.h. */
9372 #include <ac_nonexistent.h>
9373 _ACEOF
9374 if ac_fn_cxx_try_cpp "$LINENO"; then :
9375 # Broken: success on invalid input.
9376 continue
9377 else
9378 # Passes both tests.
9379 ac_preproc_ok=:
9380 break
9381 fi
9382 rm -f conftest.err conftest.i conftest.$ac_ext
9383
9384 done
9385 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
9386 rm -f conftest.i conftest.err conftest.$ac_ext
9387 if $ac_preproc_ok; then :
9388 break
9389 fi
9390
9391 done
9392 ac_cv_prog_CXXCPP=$CXXCPP
9393
9394 fi
9395 CXXCPP=$ac_cv_prog_CXXCPP
9396 else
9397 ac_cv_prog_CXXCPP=$CXXCPP
9398 fi
9399 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXXCPP" >&5
9400 $as_echo "$CXXCPP" >&6; }
9401 ac_preproc_ok=false
9402 for ac_cxx_preproc_warn_flag in '' yes
9403 do
9404 # Use a header file that comes with gcc, so configuring glibc
9405 # with a fresh cross-compiler works.
9406 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9407 # <limits.h> exists even on freestanding compilers.
9408 # On the NeXT, cc -E runs the code through the compiler's parser,
9409 # not just through cpp. "Syntax error" is here to catch this case.
9410 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9411 /* end confdefs.h. */
9412 #ifdef __STDC__
9413 # include <limits.h>
9414 #else
9415 # include <assert.h>
9416 #endif
9417 Syntax error
9418 _ACEOF
9419 if ac_fn_cxx_try_cpp "$LINENO"; then :
9420
9421 else
9422 # Broken: fails on valid input.
9423 continue
9424 fi
9425 rm -f conftest.err conftest.i conftest.$ac_ext
9426
9427 # OK, works on sane cases. Now check whether nonexistent headers
9428 # can be detected and how.
9429 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9430 /* end confdefs.h. */
9431 #include <ac_nonexistent.h>
9432 _ACEOF
9433 if ac_fn_cxx_try_cpp "$LINENO"; then :
9434 # Broken: success on invalid input.
9435 continue
9436 else
9437 # Passes both tests.
9438 ac_preproc_ok=:
9439 break
9440 fi
9441 rm -f conftest.err conftest.i conftest.$ac_ext
9442
9443 done
9444 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
9445 rm -f conftest.i conftest.err conftest.$ac_ext
9446 if $ac_preproc_ok; then :
9447
9448 else
9449 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
9450 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
9451 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: C++ preprocessor \"$CXXCPP\" fails sanity check
9452 See \`config.log' for more details" >&5
9453 $as_echo "$as_me: WARNING: C++ preprocessor \"$CXXCPP\" fails sanity check
9454 See \`config.log' for more details" >&2;}; }
9455 fi
9456
9457 ac_ext=cpp
9458 ac_cpp='$CXXCPP $CPPFLAGS'
9459 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9460 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9461 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
9462
9463
9464 for ac_header in unordered_map
9465 do :
9466 ac_fn_cxx_check_header_preproc "$LINENO" "unordered_map" "ac_cv_header_unordered_map"
9467 if test "x$ac_cv_header_unordered_map" = xyes; then :
9468 cat >>confdefs.h <<_ACEOF
9469 #define HAVE_UNORDERED_MAP 1
9470 _ACEOF
9471
9472 fi
9473 done
9474
9475 for ac_header in tr1/unordered_map
9476 do :
9477 ac_fn_cxx_check_header_preproc "$LINENO" "tr1/unordered_map" "ac_cv_header_tr1_unordered_map"
9478 if test "x$ac_cv_header_tr1_unordered_map" = xyes; then :
9479 cat >>confdefs.h <<_ACEOF
9480 #define HAVE_TR1_UNORDERED_MAP 1
9481 _ACEOF
9482
9483 fi
9484 done
9485
9486 for ac_header in ext/hash_map
9487 do :
9488 ac_fn_cxx_check_header_preproc "$LINENO" "ext/hash_map" "ac_cv_header_ext_hash_map"
9489 if test "x$ac_cv_header_ext_hash_map" = xyes; then :
9490 cat >>confdefs.h <<_ACEOF
9491 #define HAVE_EXT_HASH_MAP 1
9492 _ACEOF
9493
9494 fi
9495 done
9496
9497
9498 # --------
9499 # Dependency checking.
9500 # --------
9501
9502 rm -rf .tst 2>/dev/null
9503 mkdir .tst 2>/dev/null
9504 if test -d .tst; then
9505 am__leading_dot=.
9506 else
9507 am__leading_dot=_
9508 fi
9509 rmdir .tst 2>/dev/null
9510
9511 DEPDIR="${am__leading_dot}deps"
9512
9513 ac_config_commands="$ac_config_commands depdir"
9514
9515
9516 ac_config_commands="$ac_config_commands gccdepdir"
9517
9518
9519 depcc="$CXX" am_compiler_list=
9520
9521 am_depcomp=$ac_aux_dir/depcomp
9522 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
9523 $as_echo_n "checking dependency style of $depcc... " >&6; }
9524 if ${am_cv_CXX_dependencies_compiler_type+:} false; then :
9525 $as_echo_n "(cached) " >&6
9526 else
9527 if test -f "$am_depcomp"; then
9528 # We make a subdir and do the tests there. Otherwise we can end up
9529 # making bogus files that we don't know about and never remove. For
9530 # instance it was reported that on HP-UX the gcc test will end up
9531 # making a dummy file named `D' -- because `-MD' means `put the output
9532 # in D'.
9533 mkdir conftest.dir
9534 # Copy depcomp to subdir because otherwise we won't find it if we're
9535 # using a relative directory.
9536 cp "$am_depcomp" conftest.dir
9537 cd conftest.dir
9538 # We will build objects and dependencies in a subdirectory because
9539 # it helps to detect inapplicable dependency modes. For instance
9540 # both Tru64's cc and ICC support -MD to output dependencies as a
9541 # side effect of compilation, but ICC will put the dependencies in
9542 # the current directory while Tru64 will put them in the object
9543 # directory.
9544 mkdir sub
9545
9546 am_cv_CXX_dependencies_compiler_type=none
9547 if test "$am_compiler_list" = ""; then
9548 am_compiler_list=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
9549 fi
9550 for depmode in $am_compiler_list; do
9551 if test $depmode = none; then break; fi
9552
9553 $as_echo "$as_me:$LINENO: trying $depmode" >&5
9554 # Setup a source with many dependencies, because some compilers
9555 # like to wrap large dependency lists on column 80 (with \), and
9556 # we should not choose a depcomp mode which is confused by this.
9557 #
9558 # We need to recreate these files for each test, as the compiler may
9559 # overwrite some of them when testing with obscure command lines.
9560 # This happens at least with the AIX C compiler.
9561 : > sub/conftest.c
9562 for i in 1 2 3 4 5 6; do
9563 echo '#include "conftst'$i'.h"' >> sub/conftest.c
9564 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
9565 # Solaris 8's {/usr,}/bin/sh.
9566 touch sub/conftst$i.h
9567 done
9568 echo "include sub/conftest.Po" > confmf
9569
9570 # We check with `-c' and `-o' for the sake of the "dashmstdout"
9571 # mode. It turns out that the SunPro C++ compiler does not properly
9572 # handle `-M -o', and we need to detect this.
9573 depcmd="depmode=$depmode \
9574 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
9575 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
9576 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
9577 echo "| $depcmd" | sed -e 's/ */ /g' >&5
9578 if env $depcmd > conftest.err 2>&1 &&
9579 grep sub/conftst6.h sub/conftest.Po >>conftest.err 2>&1 &&
9580 grep sub/conftest.${OBJEXT-o} sub/conftest.Po >>conftest.err 2>&1 &&
9581 ${MAKE-make} -s -f confmf >>conftest.err 2>&1; then
9582 # icc doesn't choke on unknown options, it will just issue warnings
9583 # or remarks (even with -Werror). So we grep stderr for any message
9584 # that says an option was ignored or not supported.
9585 # When given -MP, icc 7.0 and 7.1 complain thusly:
9586 # icc: Command line warning: ignoring option '-M'; no argument required
9587 # The diagnosis changed in icc 8.0:
9588 # icc: Command line remark: option '-MP' not supported
9589 if (grep 'ignoring option' conftest.err ||
9590 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
9591 am_cv_CXX_dependencies_compiler_type=$depmode
9592 $as_echo "$as_me:$LINENO: success" >&5
9593 break
9594 fi
9595 fi
9596 $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
9597 sed -e 's/^/| /' < conftest.err >&5
9598 done
9599
9600 cd ..
9601 rm -rf conftest.dir
9602 else
9603 am_cv_CXX_dependencies_compiler_type=none
9604 fi
9605
9606 fi
9607 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CXX_dependencies_compiler_type" >&5
9608 $as_echo "$am_cv_CXX_dependencies_compiler_type" >&6; }
9609 if test x${am_cv_CXX_dependencies_compiler_type-none} = xnone
9610 then as_fn_error $? "no usable dependency style found" "$LINENO" 5
9611 else CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type
9612
9613 fi
9614
9615
9616 # --------
9617 # UNSORTED
9618 # --------
9619
9620
9621 # These libraries may be used by collect2.
9622 # We may need a special search path to get them linked.
9623 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for collect2 libraries" >&5
9624 $as_echo_n "checking for collect2 libraries... " >&6; }
9625 if ${gcc_cv_collect2_libs+:} false; then :
9626 $as_echo_n "(cached) " >&6
9627 else
9628 save_LIBS="$LIBS"
9629 for libs in '' -lld -lmld \
9630 '-L/usr/lib/cmplrs/cc2.11 -lmld' \
9631 '-L/usr/lib/cmplrs/cc3.11 -lmld'
9632 do
9633 LIBS="$libs"
9634 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9635 /* end confdefs.h. */
9636
9637 /* Override any GCC internal prototype to avoid an error.
9638 Use char because int might match the return type of a GCC
9639 builtin and then its argument prototype would still apply. */
9640 #ifdef __cplusplus
9641 extern "C"
9642 #endif
9643 char ldopen ();
9644 int
9645 main ()
9646 {
9647 return ldopen ();
9648 ;
9649 return 0;
9650 }
9651 _ACEOF
9652 if ac_fn_cxx_try_link "$LINENO"; then :
9653 gcc_cv_collect2_libs="$libs"; break
9654 fi
9655 rm -f core conftest.err conftest.$ac_objext \
9656 conftest$ac_exeext conftest.$ac_ext
9657 done
9658 LIBS="$save_LIBS"
9659 test -z "$gcc_cv_collect2_libs" && gcc_cv_collect2_libs='none required'
9660 fi
9661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_collect2_libs" >&5
9662 $as_echo "$gcc_cv_collect2_libs" >&6; }
9663 case $gcc_cv_collect2_libs in
9664 "none required") ;;
9665 *) COLLECT2_LIBS=$gcc_cv_collect2_libs ;;
9666 esac
9667
9668
9669 # When building Ada code on Alpha, we need exc_resume which is usually in
9670 # -lexc. So test for it.
9671 save_LIBS="$LIBS"
9672 LIBS=
9673 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing exc_resume" >&5
9674 $as_echo_n "checking for library containing exc_resume... " >&6; }
9675 if ${ac_cv_search_exc_resume+:} false; then :
9676 $as_echo_n "(cached) " >&6
9677 else
9678 ac_func_search_save_LIBS=$LIBS
9679 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9680 /* end confdefs.h. */
9681
9682 /* Override any GCC internal prototype to avoid an error.
9683 Use char because int might match the return type of a GCC
9684 builtin and then its argument prototype would still apply. */
9685 #ifdef __cplusplus
9686 extern "C"
9687 #endif
9688 char exc_resume ();
9689 int
9690 main ()
9691 {
9692 return exc_resume ();
9693 ;
9694 return 0;
9695 }
9696 _ACEOF
9697 for ac_lib in '' exc; do
9698 if test -z "$ac_lib"; then
9699 ac_res="none required"
9700 else
9701 ac_res=-l$ac_lib
9702 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
9703 fi
9704 if ac_fn_cxx_try_link "$LINENO"; then :
9705 ac_cv_search_exc_resume=$ac_res
9706 fi
9707 rm -f core conftest.err conftest.$ac_objext \
9708 conftest$ac_exeext
9709 if ${ac_cv_search_exc_resume+:} false; then :
9710 break
9711 fi
9712 done
9713 if ${ac_cv_search_exc_resume+:} false; then :
9714
9715 else
9716 ac_cv_search_exc_resume=no
9717 fi
9718 rm conftest.$ac_ext
9719 LIBS=$ac_func_search_save_LIBS
9720 fi
9721 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_exc_resume" >&5
9722 $as_echo "$ac_cv_search_exc_resume" >&6; }
9723 ac_res=$ac_cv_search_exc_resume
9724 if test "$ac_res" != no; then :
9725 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
9726
9727 fi
9728
9729 GNAT_LIBEXC="$LIBS"
9730 LIBS="$save_LIBS"
9731
9732
9733 # To support -mcpu=native on Solaris/SPARC, we need libkstat.
9734 save_LIBS="$LIBS"
9735 LIBS=
9736 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing kstat_open" >&5
9737 $as_echo_n "checking for library containing kstat_open... " >&6; }
9738 if ${ac_cv_search_kstat_open+:} false; then :
9739 $as_echo_n "(cached) " >&6
9740 else
9741 ac_func_search_save_LIBS=$LIBS
9742 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9743 /* end confdefs.h. */
9744
9745 /* Override any GCC internal prototype to avoid an error.
9746 Use char because int might match the return type of a GCC
9747 builtin and then its argument prototype would still apply. */
9748 #ifdef __cplusplus
9749 extern "C"
9750 #endif
9751 char kstat_open ();
9752 int
9753 main ()
9754 {
9755 return kstat_open ();
9756 ;
9757 return 0;
9758 }
9759 _ACEOF
9760 for ac_lib in '' kstat; do
9761 if test -z "$ac_lib"; then
9762 ac_res="none required"
9763 else
9764 ac_res=-l$ac_lib
9765 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
9766 fi
9767 if ac_fn_cxx_try_link "$LINENO"; then :
9768 ac_cv_search_kstat_open=$ac_res
9769 fi
9770 rm -f core conftest.err conftest.$ac_objext \
9771 conftest$ac_exeext
9772 if ${ac_cv_search_kstat_open+:} false; then :
9773 break
9774 fi
9775 done
9776 if ${ac_cv_search_kstat_open+:} false; then :
9777
9778 else
9779 ac_cv_search_kstat_open=no
9780 fi
9781 rm conftest.$ac_ext
9782 LIBS=$ac_func_search_save_LIBS
9783 fi
9784 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_kstat_open" >&5
9785 $as_echo "$ac_cv_search_kstat_open" >&6; }
9786 ac_res=$ac_cv_search_kstat_open
9787 if test "$ac_res" != no; then :
9788 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
9789
9790 fi
9791
9792 EXTRA_GCC_LIBS="$LIBS"
9793 LIBS="$save_LIBS"
9794
9795
9796 # Some systems put ldexp and frexp in libm instead of libc; assume
9797 # they're both in the same place. jcf-dump needs them.
9798 save_LIBS="$LIBS"
9799 LIBS=
9800 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing ldexp" >&5
9801 $as_echo_n "checking for library containing ldexp... " >&6; }
9802 if ${ac_cv_search_ldexp+:} false; then :
9803 $as_echo_n "(cached) " >&6
9804 else
9805 ac_func_search_save_LIBS=$LIBS
9806 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9807 /* end confdefs.h. */
9808
9809 /* Override any GCC internal prototype to avoid an error.
9810 Use char because int might match the return type of a GCC
9811 builtin and then its argument prototype would still apply. */
9812 #ifdef __cplusplus
9813 extern "C"
9814 #endif
9815 char ldexp ();
9816 int
9817 main ()
9818 {
9819 return ldexp ();
9820 ;
9821 return 0;
9822 }
9823 _ACEOF
9824 for ac_lib in '' m; do
9825 if test -z "$ac_lib"; then
9826 ac_res="none required"
9827 else
9828 ac_res=-l$ac_lib
9829 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
9830 fi
9831 if ac_fn_cxx_try_link "$LINENO"; then :
9832 ac_cv_search_ldexp=$ac_res
9833 fi
9834 rm -f core conftest.err conftest.$ac_objext \
9835 conftest$ac_exeext
9836 if ${ac_cv_search_ldexp+:} false; then :
9837 break
9838 fi
9839 done
9840 if ${ac_cv_search_ldexp+:} false; then :
9841
9842 else
9843 ac_cv_search_ldexp=no
9844 fi
9845 rm conftest.$ac_ext
9846 LIBS=$ac_func_search_save_LIBS
9847 fi
9848 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_ldexp" >&5
9849 $as_echo "$ac_cv_search_ldexp" >&6; }
9850 ac_res=$ac_cv_search_ldexp
9851 if test "$ac_res" != no; then :
9852 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
9853
9854 fi
9855
9856 LDEXP_LIB="$LIBS"
9857 LIBS="$save_LIBS"
9858
9859
9860 # Some systems need dlopen
9861 save_LIBS="$LIBS"
9862 LIBS=
9863 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlopen" >&5
9864 $as_echo_n "checking for library containing dlopen... " >&6; }
9865 if ${ac_cv_search_dlopen+:} false; then :
9866 $as_echo_n "(cached) " >&6
9867 else
9868 ac_func_search_save_LIBS=$LIBS
9869 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9870 /* end confdefs.h. */
9871
9872 /* Override any GCC internal prototype to avoid an error.
9873 Use char because int might match the return type of a GCC
9874 builtin and then its argument prototype would still apply. */
9875 #ifdef __cplusplus
9876 extern "C"
9877 #endif
9878 char dlopen ();
9879 int
9880 main ()
9881 {
9882 return dlopen ();
9883 ;
9884 return 0;
9885 }
9886 _ACEOF
9887 for ac_lib in '' dl; do
9888 if test -z "$ac_lib"; then
9889 ac_res="none required"
9890 else
9891 ac_res=-l$ac_lib
9892 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
9893 fi
9894 if ac_fn_cxx_try_link "$LINENO"; then :
9895 ac_cv_search_dlopen=$ac_res
9896 fi
9897 rm -f core conftest.err conftest.$ac_objext \
9898 conftest$ac_exeext
9899 if ${ac_cv_search_dlopen+:} false; then :
9900 break
9901 fi
9902 done
9903 if ${ac_cv_search_dlopen+:} false; then :
9904
9905 else
9906 ac_cv_search_dlopen=no
9907 fi
9908 rm conftest.$ac_ext
9909 LIBS=$ac_func_search_save_LIBS
9910 fi
9911 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlopen" >&5
9912 $as_echo "$ac_cv_search_dlopen" >&6; }
9913 ac_res=$ac_cv_search_dlopen
9914 if test "$ac_res" != no; then :
9915 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
9916
9917 fi
9918
9919 DL_LIB="$LIBS"
9920 LIBS="$save_LIBS"
9921
9922
9923 # Use <inttypes.h> only if it exists,
9924 # doesn't clash with <sys/types.h>, declares intmax_t and defines
9925 # PRId64
9926 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inttypes.h" >&5
9927 $as_echo_n "checking for inttypes.h... " >&6; }
9928 if ${gcc_cv_header_inttypes_h+:} false; then :
9929 $as_echo_n "(cached) " >&6
9930 else
9931 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9932 /* end confdefs.h. */
9933 #define __STDC_FORMAT_MACROS
9934 #include <sys/types.h>
9935 #include <inttypes.h>
9936 int
9937 main ()
9938 {
9939 intmax_t i = -1;
9940 #ifndef PRId64
9941 choke me
9942 #endif
9943 ;
9944 return 0;
9945 }
9946 _ACEOF
9947 if ac_fn_cxx_try_compile "$LINENO"; then :
9948 gcc_cv_header_inttypes_h=yes
9949 else
9950 gcc_cv_header_inttypes_h=no
9951 fi
9952 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9953 fi
9954
9955 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_header_inttypes_h" >&5
9956 $as_echo "$gcc_cv_header_inttypes_h" >&6; }
9957 if test $gcc_cv_header_inttypes_h = yes; then
9958
9959 $as_echo "#define HAVE_INTTYPES_H 1" >>confdefs.h
9960
9961 fi
9962
9963 # Look for the ZSTD package.
9964 ZSTD_INCLUDE=
9965 ZSTD_LIB=
9966
9967
9968 ZSTD_CPPFLAGS=
9969 ZSTD_LDFLAGS=
9970
9971
9972
9973 # Check whether --with-zstd was given.
9974 if test "${with_zstd+set}" = set; then :
9975 withval=$with_zstd;
9976 fi
9977
9978
9979 # Check whether --with-zstd-include was given.
9980 if test "${with_zstd_include+set}" = set; then :
9981 withval=$with_zstd_include;
9982 fi
9983
9984
9985 # Check whether --with-zstd-lib was given.
9986 if test "${with_zstd_lib+set}" = set; then :
9987 withval=$with_zstd_lib;
9988 fi
9989
9990 case "x$with_zstd" in
9991 x) ;;
9992 xno)
9993 ZSTD_INCLUDE=
9994 ZSTD_LIB=
9995 ;;
9996 *) ZSTD_INCLUDE=$with_zstd/include
9997 ZSTD_LIB=$with_zstd/lib
9998 ;;
9999 esac
10000
10001 if test "x$with_zstd" != xno; then
10002 if test "x$with_zstd_include" != x; then
10003 ZSTD_INCLUDE=$with_zstd_include
10004 fi
10005 if test "x$with_zstd_lib" != x; then
10006 ZSTD_LIB=$with_zstd_lib
10007 fi
10008 if test "x$ZSTD_INCLUDE" != x \
10009 && test "x$ZSTD_INCLUDE" != xno; then
10010 ZSTD_CPPFLAGS=-I$ZSTD_INCLUDE
10011 fi
10012 if test "x$ZSTD_LIB" != x \
10013 && test "x$ZSTD_LIB" != xno; then
10014 ZSTD_LDFLAGS=-L$ZSTD_LIB
10015 fi
10016
10017 CXXFLAGS="$CXXFLAGS $ZSTD_CPPFLAGS"
10018 LDFLAGS="$LDFLAGS $ZSTD_LDFLAGS"
10019
10020 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for zstd.h" >&5
10021 $as_echo_n "checking for zstd.h... " >&6; }
10022 if ${gcc_cv_header_zstd_h+:} false; then :
10023 $as_echo_n "(cached) " >&6
10024 else
10025 # We require version 1.3.0 or later. This is the first version that has
10026 # ZSTD_getFrameContentSize.
10027 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10028 /* end confdefs.h. */
10029 #include <zstd.h>
10030 #if ZSTD_VERSION_NUMBER < 10300
10031 #error "need zstd 1.3.0 or better"
10032 #endif
10033 int
10034 main ()
10035 {
10036
10037 ;
10038 return 0;
10039 }
10040 _ACEOF
10041 if ac_fn_cxx_try_compile "$LINENO"; then :
10042 gcc_cv_header_zstd_h=yes
10043 else
10044 gcc_cv_header_zstd_h=no
10045 fi
10046 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10047 fi
10048
10049 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_header_zstd_h" >&5
10050 $as_echo "$gcc_cv_header_zstd_h" >&6; }
10051 if test $gcc_cv_header_zstd_h = yes; then
10052
10053 $as_echo "#define HAVE_ZSTD_H 1" >>confdefs.h
10054
10055 elif test "x$with_zstd" != x; then
10056 as_fn_error $? "Unable to find zstd.h. See config.log for details." "$LINENO" 5
10057 fi
10058
10059 # LTO can use zstd compression algorithm
10060 save_LIBS="$LIBS"
10061 LIBS=
10062 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing ZSTD_compress" >&5
10063 $as_echo_n "checking for library containing ZSTD_compress... " >&6; }
10064 if ${ac_cv_search_ZSTD_compress+:} false; then :
10065 $as_echo_n "(cached) " >&6
10066 else
10067 ac_func_search_save_LIBS=$LIBS
10068 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10069 /* end confdefs.h. */
10070
10071 /* Override any GCC internal prototype to avoid an error.
10072 Use char because int might match the return type of a GCC
10073 builtin and then its argument prototype would still apply. */
10074 #ifdef __cplusplus
10075 extern "C"
10076 #endif
10077 char ZSTD_compress ();
10078 int
10079 main ()
10080 {
10081 return ZSTD_compress ();
10082 ;
10083 return 0;
10084 }
10085 _ACEOF
10086 for ac_lib in '' zstd; do
10087 if test -z "$ac_lib"; then
10088 ac_res="none required"
10089 else
10090 ac_res=-l$ac_lib
10091 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
10092 fi
10093 if ac_fn_cxx_try_link "$LINENO"; then :
10094 ac_cv_search_ZSTD_compress=$ac_res
10095 fi
10096 rm -f core conftest.err conftest.$ac_objext \
10097 conftest$ac_exeext
10098 if ${ac_cv_search_ZSTD_compress+:} false; then :
10099 break
10100 fi
10101 done
10102 if ${ac_cv_search_ZSTD_compress+:} false; then :
10103
10104 else
10105 ac_cv_search_ZSTD_compress=no
10106 fi
10107 rm conftest.$ac_ext
10108 LIBS=$ac_func_search_save_LIBS
10109 fi
10110 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_ZSTD_compress" >&5
10111 $as_echo "$ac_cv_search_ZSTD_compress" >&6; }
10112 ac_res=$ac_cv_search_ZSTD_compress
10113 if test "$ac_res" != no; then :
10114 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
10115
10116 fi
10117
10118 ZSTD_LIB="$LIBS"
10119 LIBS="$save_LIBS"
10120
10121 fi
10122
10123
10124
10125 for ac_func in times clock kill getrlimit setrlimit atoq \
10126 popen sysconf strsignal getrusage nl_langinfo \
10127 gettimeofday mbstowcs wcswidth mmap setlocale \
10128 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 mallinfo mallinfo2
10129 do :
10130 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
10131 ac_fn_cxx_check_func "$LINENO" "$ac_func" "$as_ac_var"
10132 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
10133 cat >>confdefs.h <<_ACEOF
10134 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
10135 _ACEOF
10136
10137 fi
10138 done
10139
10140
10141 if test x$ac_cv_func_mbstowcs = xyes; then
10142 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mbstowcs works" >&5
10143 $as_echo_n "checking whether mbstowcs works... " >&6; }
10144 if ${gcc_cv_func_mbstowcs_works+:} false; then :
10145 $as_echo_n "(cached) " >&6
10146 else
10147 if test "$cross_compiling" = yes; then :
10148 gcc_cv_func_mbstowcs_works=yes
10149 else
10150 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10151 /* end confdefs.h. */
10152 #include <stdlib.h>
10153 int main()
10154 {
10155 mbstowcs(0, "", 0);
10156 return 0;
10157 }
10158 _ACEOF
10159 if ac_fn_cxx_try_run "$LINENO"; then :
10160 gcc_cv_func_mbstowcs_works=yes
10161 else
10162 gcc_cv_func_mbstowcs_works=no
10163 fi
10164 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
10165 conftest.$ac_objext conftest.beam conftest.$ac_ext
10166 fi
10167
10168 fi
10169 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_func_mbstowcs_works" >&5
10170 $as_echo "$gcc_cv_func_mbstowcs_works" >&6; }
10171 if test x$gcc_cv_func_mbstowcs_works = xyes; then
10172
10173 $as_echo "#define HAVE_WORKING_MBSTOWCS 1" >>confdefs.h
10174
10175 fi
10176 fi
10177
10178 ac_fn_cxx_check_type "$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
10179 if test "x$ac_cv_type_ssize_t" = xyes; then :
10180
10181 else
10182
10183 cat >>confdefs.h <<_ACEOF
10184 #define ssize_t int
10185 _ACEOF
10186
10187 fi
10188
10189 ac_fn_cxx_check_type "$LINENO" "caddr_t" "ac_cv_type_caddr_t" "$ac_includes_default"
10190 if test "x$ac_cv_type_caddr_t" = xyes; then :
10191
10192 else
10193
10194 cat >>confdefs.h <<_ACEOF
10195 #define caddr_t char *
10196 _ACEOF
10197
10198 fi
10199
10200
10201
10202 ac_fn_cxx_check_header_preproc "$LINENO" "sys/mman.h" "ac_cv_header_sys_mman_h"
10203 if test "x$ac_cv_header_sys_mman_h" = xyes; then :
10204 gcc_header_sys_mman_h=yes
10205 else
10206 gcc_header_sys_mman_h=no
10207 fi
10208
10209 ac_fn_cxx_check_func "$LINENO" "mmap" "ac_cv_func_mmap"
10210 if test "x$ac_cv_func_mmap" = xyes; then :
10211 gcc_func_mmap=yes
10212 else
10213 gcc_func_mmap=no
10214 fi
10215
10216 if test "$gcc_header_sys_mman_h" != yes \
10217 || test "$gcc_func_mmap" != yes; then
10218 gcc_cv_func_mmap_file=no
10219 gcc_cv_func_mmap_dev_zero=no
10220 gcc_cv_func_mmap_anon=no
10221 else
10222 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether read-only mmap of a plain file works" >&5
10223 $as_echo_n "checking whether read-only mmap of a plain file works... " >&6; }
10224 if ${gcc_cv_func_mmap_file+:} false; then :
10225 $as_echo_n "(cached) " >&6
10226 else
10227 # Add a system to this blacklist if
10228 # mmap(0, stat_size, PROT_READ, MAP_PRIVATE, fd, 0) doesn't return a
10229 # memory area containing the same data that you'd get if you applied
10230 # read() to the same fd. The only system known to have a problem here
10231 # is VMS, where text files have record structure.
10232 case "$host_os" in
10233 *vms* | ultrix*)
10234 gcc_cv_func_mmap_file=no ;;
10235 *)
10236 gcc_cv_func_mmap_file=yes;;
10237 esac
10238 fi
10239 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_func_mmap_file" >&5
10240 $as_echo "$gcc_cv_func_mmap_file" >&6; }
10241 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mmap from /dev/zero works" >&5
10242 $as_echo_n "checking whether mmap from /dev/zero works... " >&6; }
10243 if ${gcc_cv_func_mmap_dev_zero+:} false; then :
10244 $as_echo_n "(cached) " >&6
10245 else
10246 # Add a system to this blacklist if it has mmap() but /dev/zero
10247 # does not exist, or if mmapping /dev/zero does not give anonymous
10248 # zeroed pages with both the following properties:
10249 # 1. If you map N consecutive pages in with one call, and then
10250 # unmap any subset of those pages, the pages that were not
10251 # explicitly unmapped remain accessible.
10252 # 2. If you map two adjacent blocks of memory and then unmap them
10253 # both at once, they must both go away.
10254 # Systems known to be in this category are Windows (all variants),
10255 # VMS, and Darwin.
10256 case "$host_os" in
10257 *vms* | cygwin* | pe | mingw* | darwin* | ultrix* | hpux10* | hpux11.00)
10258 gcc_cv_func_mmap_dev_zero=no ;;
10259 *)
10260 gcc_cv_func_mmap_dev_zero=yes;;
10261 esac
10262 fi
10263 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_func_mmap_dev_zero" >&5
10264 $as_echo "$gcc_cv_func_mmap_dev_zero" >&6; }
10265
10266 # Unlike /dev/zero, the MAP_ANON(YMOUS) defines can be probed for.
10267 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for MAP_ANON(YMOUS)" >&5
10268 $as_echo_n "checking for MAP_ANON(YMOUS)... " >&6; }
10269 if ${gcc_cv_decl_map_anon+:} false; then :
10270 $as_echo_n "(cached) " >&6
10271 else
10272 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10273 /* end confdefs.h. */
10274 #include <sys/types.h>
10275 #include <sys/mman.h>
10276 #include <unistd.h>
10277
10278 #ifndef MAP_ANONYMOUS
10279 #define MAP_ANONYMOUS MAP_ANON
10280 #endif
10281
10282 int
10283 main ()
10284 {
10285 int n = MAP_ANONYMOUS;
10286 ;
10287 return 0;
10288 }
10289 _ACEOF
10290 if ac_fn_cxx_try_compile "$LINENO"; then :
10291 gcc_cv_decl_map_anon=yes
10292 else
10293 gcc_cv_decl_map_anon=no
10294 fi
10295 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10296 fi
10297 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_decl_map_anon" >&5
10298 $as_echo "$gcc_cv_decl_map_anon" >&6; }
10299
10300 if test $gcc_cv_decl_map_anon = no; then
10301 gcc_cv_func_mmap_anon=no
10302 else
10303 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mmap with MAP_ANON(YMOUS) works" >&5
10304 $as_echo_n "checking whether mmap with MAP_ANON(YMOUS) works... " >&6; }
10305 if ${gcc_cv_func_mmap_anon+:} false; then :
10306 $as_echo_n "(cached) " >&6
10307 else
10308 # Add a system to this blacklist if it has mmap() and MAP_ANON or
10309 # MAP_ANONYMOUS, but using mmap(..., MAP_PRIVATE|MAP_ANONYMOUS, -1, 0)
10310 # doesn't give anonymous zeroed pages with the same properties listed
10311 # above for use of /dev/zero.
10312 # Systems known to be in this category are Windows, VMS, and SCO Unix.
10313 case "$host_os" in
10314 *vms* | cygwin* | pe | mingw* | sco* | udk* )
10315 gcc_cv_func_mmap_anon=no ;;
10316 *)
10317 gcc_cv_func_mmap_anon=yes;;
10318 esac
10319 fi
10320 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_func_mmap_anon" >&5
10321 $as_echo "$gcc_cv_func_mmap_anon" >&6; }
10322 fi
10323 fi
10324
10325 if test $gcc_cv_func_mmap_file = yes; then
10326
10327 $as_echo "#define HAVE_MMAP_FILE 1" >>confdefs.h
10328
10329 fi
10330 if test $gcc_cv_func_mmap_dev_zero = yes; then
10331
10332 $as_echo "#define HAVE_MMAP_DEV_ZERO 1" >>confdefs.h
10333
10334 fi
10335 if test $gcc_cv_func_mmap_anon = yes; then
10336
10337 $as_echo "#define HAVE_MMAP_ANON 1" >>confdefs.h
10338
10339 fi
10340
10341
10342 case "${host}" in
10343 *-*-*vms*)
10344 # Under VMS, vfork works very differently than on Unix. The standard test
10345 # won't work, and it isn't easily adaptable. It makes more sense to
10346 # just force it.
10347 ac_cv_func_vfork_works=yes
10348 ;;
10349 esac
10350 ac_fn_cxx_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
10351 if test "x$ac_cv_type_pid_t" = xyes; then :
10352
10353 else
10354
10355 cat >>confdefs.h <<_ACEOF
10356 #define pid_t int
10357 _ACEOF
10358
10359 fi
10360
10361 for ac_header in vfork.h
10362 do :
10363 ac_fn_cxx_check_header_preproc "$LINENO" "vfork.h" "ac_cv_header_vfork_h"
10364 if test "x$ac_cv_header_vfork_h" = xyes; then :
10365 cat >>confdefs.h <<_ACEOF
10366 #define HAVE_VFORK_H 1
10367 _ACEOF
10368
10369 fi
10370 done
10371
10372 for ac_func in fork vfork
10373 do :
10374 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
10375 ac_fn_cxx_check_func "$LINENO" "$ac_func" "$as_ac_var"
10376 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
10377 cat >>confdefs.h <<_ACEOF
10378 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
10379 _ACEOF
10380
10381 fi
10382 done
10383
10384 if test "x$ac_cv_func_fork" = xyes; then
10385 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working fork" >&5
10386 $as_echo_n "checking for working fork... " >&6; }
10387 if ${ac_cv_func_fork_works+:} false; then :
10388 $as_echo_n "(cached) " >&6
10389 else
10390 if test "$cross_compiling" = yes; then :
10391 ac_cv_func_fork_works=cross
10392 else
10393 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10394 /* end confdefs.h. */
10395 $ac_includes_default
10396 int
10397 main ()
10398 {
10399
10400 /* By Ruediger Kuhlmann. */
10401 return fork () < 0;
10402
10403 ;
10404 return 0;
10405 }
10406 _ACEOF
10407 if ac_fn_cxx_try_run "$LINENO"; then :
10408 ac_cv_func_fork_works=yes
10409 else
10410 ac_cv_func_fork_works=no
10411 fi
10412 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
10413 conftest.$ac_objext conftest.beam conftest.$ac_ext
10414 fi
10415
10416 fi
10417 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_fork_works" >&5
10418 $as_echo "$ac_cv_func_fork_works" >&6; }
10419
10420 else
10421 ac_cv_func_fork_works=$ac_cv_func_fork
10422 fi
10423 if test "x$ac_cv_func_fork_works" = xcross; then
10424 case $host in
10425 *-*-amigaos* | *-*-msdosdjgpp*)
10426 # Override, as these systems have only a dummy fork() stub
10427 ac_cv_func_fork_works=no
10428 ;;
10429 *)
10430 ac_cv_func_fork_works=yes
10431 ;;
10432 esac
10433 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: result $ac_cv_func_fork_works guessed because of cross compilation" >&5
10434 $as_echo "$as_me: WARNING: result $ac_cv_func_fork_works guessed because of cross compilation" >&2;}
10435 fi
10436 ac_cv_func_vfork_works=$ac_cv_func_vfork
10437 if test "x$ac_cv_func_vfork" = xyes; then
10438 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working vfork" >&5
10439 $as_echo_n "checking for working vfork... " >&6; }
10440 if ${ac_cv_func_vfork_works+:} false; then :
10441 $as_echo_n "(cached) " >&6
10442 else
10443 if test "$cross_compiling" = yes; then :
10444 ac_cv_func_vfork_works=cross
10445 else
10446 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10447 /* end confdefs.h. */
10448 /* Thanks to Paul Eggert for this test. */
10449 $ac_includes_default
10450 #include <sys/wait.h>
10451 #ifdef HAVE_VFORK_H
10452 # include <vfork.h>
10453 #endif
10454 /* On some sparc systems, changes by the child to local and incoming
10455 argument registers are propagated back to the parent. The compiler
10456 is told about this with #include <vfork.h>, but some compilers
10457 (e.g. gcc -O) don't grok <vfork.h>. Test for this by using a
10458 static variable whose address is put into a register that is
10459 clobbered by the vfork. */
10460 static void
10461 #ifdef __cplusplus
10462 sparc_address_test (int arg)
10463 # else
10464 sparc_address_test (arg) int arg;
10465 #endif
10466 {
10467 static pid_t child;
10468 if (!child) {
10469 child = vfork ();
10470 if (child < 0) {
10471 perror ("vfork");
10472 _exit(2);
10473 }
10474 if (!child) {
10475 arg = getpid();
10476 write(-1, "", 0);
10477 _exit (arg);
10478 }
10479 }
10480 }
10481
10482 int
10483 main ()
10484 {
10485 pid_t parent = getpid ();
10486 pid_t child;
10487
10488 sparc_address_test (0);
10489
10490 child = vfork ();
10491
10492 if (child == 0) {
10493 /* Here is another test for sparc vfork register problems. This
10494 test uses lots of local variables, at least as many local
10495 variables as main has allocated so far including compiler
10496 temporaries. 4 locals are enough for gcc 1.40.3 on a Solaris
10497 4.1.3 sparc, but we use 8 to be safe. A buggy compiler should
10498 reuse the register of parent for one of the local variables,
10499 since it will think that parent can't possibly be used any more
10500 in this routine. Assigning to the local variable will thus
10501 munge parent in the parent process. */
10502 pid_t
10503 p = getpid(), p1 = getpid(), p2 = getpid(), p3 = getpid(),
10504 p4 = getpid(), p5 = getpid(), p6 = getpid(), p7 = getpid();
10505 /* Convince the compiler that p..p7 are live; otherwise, it might
10506 use the same hardware register for all 8 local variables. */
10507 if (p != p1 || p != p2 || p != p3 || p != p4
10508 || p != p5 || p != p6 || p != p7)
10509 _exit(1);
10510
10511 /* On some systems (e.g. IRIX 3.3), vfork doesn't separate parent
10512 from child file descriptors. If the child closes a descriptor
10513 before it execs or exits, this munges the parent's descriptor
10514 as well. Test for this by closing stdout in the child. */
10515 _exit(close(fileno(stdout)) != 0);
10516 } else {
10517 int status;
10518 struct stat st;
10519
10520 while (wait(&status) != child)
10521 ;
10522 return (
10523 /* Was there some problem with vforking? */
10524 child < 0
10525
10526 /* Did the child fail? (This shouldn't happen.) */
10527 || status
10528
10529 /* Did the vfork/compiler bug occur? */
10530 || parent != getpid()
10531
10532 /* Did the file descriptor bug occur? */
10533 || fstat(fileno(stdout), &st) != 0
10534 );
10535 }
10536 }
10537 _ACEOF
10538 if ac_fn_cxx_try_run "$LINENO"; then :
10539 ac_cv_func_vfork_works=yes
10540 else
10541 ac_cv_func_vfork_works=no
10542 fi
10543 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
10544 conftest.$ac_objext conftest.beam conftest.$ac_ext
10545 fi
10546
10547 fi
10548 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_vfork_works" >&5
10549 $as_echo "$ac_cv_func_vfork_works" >&6; }
10550
10551 fi;
10552 if test "x$ac_cv_func_fork_works" = xcross; then
10553 ac_cv_func_vfork_works=$ac_cv_func_vfork
10554 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&5
10555 $as_echo "$as_me: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&2;}
10556 fi
10557
10558 if test "x$ac_cv_func_vfork_works" = xyes; then
10559
10560 $as_echo "#define HAVE_WORKING_VFORK 1" >>confdefs.h
10561
10562 else
10563
10564 $as_echo "#define vfork fork" >>confdefs.h
10565
10566 fi
10567 if test "x$ac_cv_func_fork_works" = xyes; then
10568
10569 $as_echo "#define HAVE_WORKING_FORK 1" >>confdefs.h
10570
10571 fi
10572
10573
10574
10575 if test "X$prefix" = "XNONE"; then
10576 acl_final_prefix="$ac_default_prefix"
10577 else
10578 acl_final_prefix="$prefix"
10579 fi
10580 if test "X$exec_prefix" = "XNONE"; then
10581 acl_final_exec_prefix='${prefix}'
10582 else
10583 acl_final_exec_prefix="$exec_prefix"
10584 fi
10585 acl_save_prefix="$prefix"
10586 prefix="$acl_final_prefix"
10587 eval acl_final_exec_prefix=\"$acl_final_exec_prefix\"
10588 prefix="$acl_save_prefix"
10589
10590
10591 # Check whether --with-gnu-ld was given.
10592 if test "${with_gnu_ld+set}" = set; then :
10593 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
10594 else
10595 with_gnu_ld=no
10596 fi
10597
10598 # Prepare PATH_SEPARATOR.
10599 # The user is always right.
10600 if test "${PATH_SEPARATOR+set}" != set; then
10601 echo "#! /bin/sh" >conf$$.sh
10602 echo "exit 0" >>conf$$.sh
10603 chmod +x conf$$.sh
10604 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
10605 PATH_SEPARATOR=';'
10606 else
10607 PATH_SEPARATOR=:
10608 fi
10609 rm -f conf$$.sh
10610 fi
10611 ac_prog=ld
10612 if test "$GCC" = yes; then
10613 # Check if gcc -print-prog-name=ld gives a path.
10614 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by GCC" >&5
10615 $as_echo_n "checking for ld used by GCC... " >&6; }
10616 case $host in
10617 *-*-mingw*)
10618 # gcc leaves a trailing carriage return which upsets mingw
10619 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
10620 *)
10621 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
10622 esac
10623 case $ac_prog in
10624 # Accept absolute paths.
10625 [\\/]* | [A-Za-z]:[\\/]*)
10626 re_direlt='/[^/][^/]*/\.\./'
10627 # Canonicalize the path of ld
10628 ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
10629 while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
10630 ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
10631 done
10632 test -z "$LD" && LD="$ac_prog"
10633 ;;
10634 "")
10635 # If it fails, then pretend we aren't using GCC.
10636 ac_prog=ld
10637 ;;
10638 *)
10639 # If it is relative, then search for the first ld in PATH.
10640 with_gnu_ld=unknown
10641 ;;
10642 esac
10643 elif test "$with_gnu_ld" = yes; then
10644 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
10645 $as_echo_n "checking for GNU ld... " >&6; }
10646 else
10647 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
10648 $as_echo_n "checking for non-GNU ld... " >&6; }
10649 fi
10650 if ${acl_cv_path_LD+:} false; then :
10651 $as_echo_n "(cached) " >&6
10652 else
10653 if test -z "$LD"; then
10654 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
10655 for ac_dir in $PATH; do
10656 test -z "$ac_dir" && ac_dir=.
10657 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
10658 acl_cv_path_LD="$ac_dir/$ac_prog"
10659 # Check to see if the program is GNU ld. I'd rather use --version,
10660 # but apparently some GNU ld's only accept -v.
10661 # Break only if it was the GNU/non-GNU ld that we prefer.
10662 if "$acl_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
10663 test "$with_gnu_ld" != no && break
10664 else
10665 test "$with_gnu_ld" != yes && break
10666 fi
10667 fi
10668 done
10669 IFS="$ac_save_ifs"
10670 else
10671 acl_cv_path_LD="$LD" # Let the user override the test with a path.
10672 fi
10673 fi
10674
10675 LD="$acl_cv_path_LD"
10676 if test -n "$LD"; then
10677 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
10678 $as_echo "$LD" >&6; }
10679 else
10680 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10681 $as_echo "no" >&6; }
10682 fi
10683 test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
10684 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
10685 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
10686 if ${acl_cv_prog_gnu_ld+:} false; then :
10687 $as_echo_n "(cached) " >&6
10688 else
10689 # I'd rather use --version here, but apparently some GNU ld's only accept -v.
10690 if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
10691 acl_cv_prog_gnu_ld=yes
10692 else
10693 acl_cv_prog_gnu_ld=no
10694 fi
10695 fi
10696 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_prog_gnu_ld" >&5
10697 $as_echo "$acl_cv_prog_gnu_ld" >&6; }
10698 with_gnu_ld=$acl_cv_prog_gnu_ld
10699
10700
10701
10702 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shared library run path origin" >&5
10703 $as_echo_n "checking for shared library run path origin... " >&6; }
10704 if ${acl_cv_rpath+:} false; then :
10705 $as_echo_n "(cached) " >&6
10706 else
10707
10708 CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \
10709 ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh
10710 . ./conftest.sh
10711 rm -f ./conftest.sh
10712 acl_cv_rpath=done
10713
10714 fi
10715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_rpath" >&5
10716 $as_echo "$acl_cv_rpath" >&6; }
10717 wl="$acl_cv_wl"
10718 libext="$acl_cv_libext"
10719 shlibext="$acl_cv_shlibext"
10720 hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec"
10721 hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator"
10722 hardcode_direct="$acl_cv_hardcode_direct"
10723 hardcode_minus_L="$acl_cv_hardcode_minus_L"
10724 # Check whether --enable-rpath was given.
10725 if test "${enable_rpath+set}" = set; then :
10726 enableval=$enable_rpath; :
10727 else
10728 enable_rpath=yes
10729 fi
10730
10731
10732
10733
10734
10735
10736
10737
10738 use_additional=yes
10739
10740 acl_save_prefix="$prefix"
10741 prefix="$acl_final_prefix"
10742 acl_save_exec_prefix="$exec_prefix"
10743 exec_prefix="$acl_final_exec_prefix"
10744
10745 eval additional_includedir=\"$includedir\"
10746 eval additional_libdir=\"$libdir\"
10747
10748 exec_prefix="$acl_save_exec_prefix"
10749 prefix="$acl_save_prefix"
10750
10751
10752 # Check whether --with-libiconv-prefix was given.
10753 if test "${with_libiconv_prefix+set}" = set; then :
10754 withval=$with_libiconv_prefix;
10755 if test "X$withval" = "Xno"; then
10756 use_additional=no
10757 else
10758 if test "X$withval" = "X"; then
10759
10760 acl_save_prefix="$prefix"
10761 prefix="$acl_final_prefix"
10762 acl_save_exec_prefix="$exec_prefix"
10763 exec_prefix="$acl_final_exec_prefix"
10764
10765 eval additional_includedir=\"$includedir\"
10766 eval additional_libdir=\"$libdir\"
10767
10768 exec_prefix="$acl_save_exec_prefix"
10769 prefix="$acl_save_prefix"
10770
10771 else
10772 additional_includedir="$withval/include"
10773 additional_libdir="$withval/lib"
10774 fi
10775 fi
10776
10777 fi
10778
10779
10780 # Check whether --with-libiconv-type was given.
10781 if test "${with_libiconv_type+set}" = set; then :
10782 withval=$with_libiconv_type; with_libiconv_type=$withval
10783 else
10784 with_libiconv_type=auto
10785 fi
10786
10787 lib_type=`eval echo \$with_libiconv_type`
10788
10789 LIBICONV=
10790 LTLIBICONV=
10791 INCICONV=
10792 rpathdirs=
10793 ltrpathdirs=
10794 names_already_handled=
10795 names_next_round='iconv '
10796 while test -n "$names_next_round"; do
10797 names_this_round="$names_next_round"
10798 names_next_round=
10799 for name in $names_this_round; do
10800 already_handled=
10801 for n in $names_already_handled; do
10802 if test "$n" = "$name"; then
10803 already_handled=yes
10804 break
10805 fi
10806 done
10807 if test -z "$already_handled"; then
10808 names_already_handled="$names_already_handled $name"
10809 uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
10810 eval value=\"\$HAVE_LIB$uppername\"
10811 if test -n "$value"; then
10812 if test "$value" = yes; then
10813 eval value=\"\$LIB$uppername\"
10814 test -z "$value" || LIBICONV="${LIBICONV}${LIBICONV:+ }$value"
10815 eval value=\"\$LTLIB$uppername\"
10816 test -z "$value" || LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$value"
10817 else
10818 :
10819 fi
10820 else
10821 found_dir=
10822 found_la=
10823 found_so=
10824 found_a=
10825 if test $use_additional = yes; then
10826 if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext" && test x$lib_type != xstatic; then
10827 found_dir="$additional_libdir"
10828 found_so="$additional_libdir/lib$name.$shlibext"
10829 if test -f "$additional_libdir/lib$name.la"; then
10830 found_la="$additional_libdir/lib$name.la"
10831 fi
10832 elif test x$lib_type != xshared; then
10833 if test -f "$additional_libdir/lib$name.$libext"; then
10834 found_dir="$additional_libdir"
10835 found_a="$additional_libdir/lib$name.$libext"
10836 if test -f "$additional_libdir/lib$name.la"; then
10837 found_la="$additional_libdir/lib$name.la"
10838 fi
10839 fi
10840 fi
10841 fi
10842 if test "X$found_dir" = "X"; then
10843 for x in $LDFLAGS $LTLIBICONV; do
10844
10845 acl_save_prefix="$prefix"
10846 prefix="$acl_final_prefix"
10847 acl_save_exec_prefix="$exec_prefix"
10848 exec_prefix="$acl_final_exec_prefix"
10849 eval x=\"$x\"
10850 exec_prefix="$acl_save_exec_prefix"
10851 prefix="$acl_save_prefix"
10852
10853 case "$x" in
10854 -L*)
10855 dir=`echo "X$x" | sed -e 's/^X-L//'`
10856 if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext" && test x$lib_type != xstatic; then
10857 found_dir="$dir"
10858 found_so="$dir/lib$name.$shlibext"
10859 if test -f "$dir/lib$name.la"; then
10860 found_la="$dir/lib$name.la"
10861 fi
10862 elif test x$lib_type != xshared; then
10863 if test -f "$dir/lib$name.$libext"; then
10864 found_dir="$dir"
10865 found_a="$dir/lib$name.$libext"
10866 if test -f "$dir/lib$name.la"; then
10867 found_la="$dir/lib$name.la"
10868 fi
10869 fi
10870 fi
10871 ;;
10872 esac
10873 if test "X$found_dir" != "X"; then
10874 break
10875 fi
10876 done
10877 fi
10878 if test "X$found_dir" != "X"; then
10879 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$found_dir -l$name"
10880 if test "X$found_so" != "X"; then
10881 if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
10882 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
10883 else
10884 haveit=
10885 for x in $ltrpathdirs; do
10886 if test "X$x" = "X$found_dir"; then
10887 haveit=yes
10888 break
10889 fi
10890 done
10891 if test -z "$haveit"; then
10892 ltrpathdirs="$ltrpathdirs $found_dir"
10893 fi
10894 if test "$hardcode_direct" = yes; then
10895 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
10896 else
10897 if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
10898 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
10899 haveit=
10900 for x in $rpathdirs; do
10901 if test "X$x" = "X$found_dir"; then
10902 haveit=yes
10903 break
10904 fi
10905 done
10906 if test -z "$haveit"; then
10907 rpathdirs="$rpathdirs $found_dir"
10908 fi
10909 else
10910 haveit=
10911 for x in $LDFLAGS $LIBICONV; do
10912
10913 acl_save_prefix="$prefix"
10914 prefix="$acl_final_prefix"
10915 acl_save_exec_prefix="$exec_prefix"
10916 exec_prefix="$acl_final_exec_prefix"
10917 eval x=\"$x\"
10918 exec_prefix="$acl_save_exec_prefix"
10919 prefix="$acl_save_prefix"
10920
10921 if test "X$x" = "X-L$found_dir"; then
10922 haveit=yes
10923 break
10924 fi
10925 done
10926 if test -z "$haveit"; then
10927 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir"
10928 fi
10929 if test "$hardcode_minus_L" != no; then
10930 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
10931 else
10932 LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
10933 fi
10934 fi
10935 fi
10936 fi
10937 else
10938 if test "X$found_a" != "X"; then
10939 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_a"
10940 else
10941 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir -l$name"
10942 fi
10943 fi
10944 additional_includedir=
10945 case "$found_dir" in
10946 */lib | */lib/)
10947 basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
10948 additional_includedir="$basedir/include"
10949 ;;
10950 esac
10951 if test "X$additional_includedir" != "X"; then
10952 if test "X$additional_includedir" != "X/usr/include"; then
10953 haveit=
10954 if test "X$additional_includedir" = "X/usr/local/include"; then
10955 if test -n "$GCC"; then
10956 case $host_os in
10957 linux*) haveit=yes;;
10958 esac
10959 fi
10960 fi
10961 if test -z "$haveit"; then
10962 for x in $CPPFLAGS $INCICONV; do
10963
10964 acl_save_prefix="$prefix"
10965 prefix="$acl_final_prefix"
10966 acl_save_exec_prefix="$exec_prefix"
10967 exec_prefix="$acl_final_exec_prefix"
10968 eval x=\"$x\"
10969 exec_prefix="$acl_save_exec_prefix"
10970 prefix="$acl_save_prefix"
10971
10972 if test "X$x" = "X-I$additional_includedir"; then
10973 haveit=yes
10974 break
10975 fi
10976 done
10977 if test -z "$haveit"; then
10978 if test -d "$additional_includedir"; then
10979 INCICONV="${INCICONV}${INCICONV:+ }-I$additional_includedir"
10980 fi
10981 fi
10982 fi
10983 fi
10984 fi
10985 if test -n "$found_la"; then
10986 save_libdir="$libdir"
10987 case "$found_la" in
10988 */* | *\\*) . "$found_la" ;;
10989 *) . "./$found_la" ;;
10990 esac
10991 libdir="$save_libdir"
10992 for dep in $dependency_libs; do
10993 case "$dep" in
10994 -L*)
10995 additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
10996 if test "X$additional_libdir" != "X/usr/lib"; then
10997 haveit=
10998 if test "X$additional_libdir" = "X/usr/local/lib"; then
10999 if test -n "$GCC"; then
11000 case $host_os in
11001 linux*) haveit=yes;;
11002 esac
11003 fi
11004 fi
11005 if test -z "$haveit"; then
11006 haveit=
11007 for x in $LDFLAGS $LIBICONV; do
11008
11009 acl_save_prefix="$prefix"
11010 prefix="$acl_final_prefix"
11011 acl_save_exec_prefix="$exec_prefix"
11012 exec_prefix="$acl_final_exec_prefix"
11013 eval x=\"$x\"
11014 exec_prefix="$acl_save_exec_prefix"
11015 prefix="$acl_save_prefix"
11016
11017 if test "X$x" = "X-L$additional_libdir"; then
11018 haveit=yes
11019 break
11020 fi
11021 done
11022 if test -z "$haveit"; then
11023 if test -d "$additional_libdir"; then
11024 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$additional_libdir"
11025 fi
11026 fi
11027 haveit=
11028 for x in $LDFLAGS $LTLIBICONV; do
11029
11030 acl_save_prefix="$prefix"
11031 prefix="$acl_final_prefix"
11032 acl_save_exec_prefix="$exec_prefix"
11033 exec_prefix="$acl_final_exec_prefix"
11034 eval x=\"$x\"
11035 exec_prefix="$acl_save_exec_prefix"
11036 prefix="$acl_save_prefix"
11037
11038 if test "X$x" = "X-L$additional_libdir"; then
11039 haveit=yes
11040 break
11041 fi
11042 done
11043 if test -z "$haveit"; then
11044 if test -d "$additional_libdir"; then
11045 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$additional_libdir"
11046 fi
11047 fi
11048 fi
11049 fi
11050 ;;
11051 -R*)
11052 dir=`echo "X$dep" | sed -e 's/^X-R//'`
11053 if test "$enable_rpath" != no; then
11054 haveit=
11055 for x in $rpathdirs; do
11056 if test "X$x" = "X$dir"; then
11057 haveit=yes
11058 break
11059 fi
11060 done
11061 if test -z "$haveit"; then
11062 rpathdirs="$rpathdirs $dir"
11063 fi
11064 haveit=
11065 for x in $ltrpathdirs; do
11066 if test "X$x" = "X$dir"; then
11067 haveit=yes
11068 break
11069 fi
11070 done
11071 if test -z "$haveit"; then
11072 ltrpathdirs="$ltrpathdirs $dir"
11073 fi
11074 fi
11075 ;;
11076 -l*)
11077 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
11078 ;;
11079 *.la)
11080 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
11081 ;;
11082 *)
11083 LIBICONV="${LIBICONV}${LIBICONV:+ }$dep"
11084 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$dep"
11085 ;;
11086 esac
11087 done
11088 fi
11089 else
11090 if test "x$lib_type" = "xauto" || test "x$lib_type" = "xshared"; then
11091 LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
11092 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-l$name"
11093 else
11094 LIBICONV="${LIBICONV}${LIBICONV:+ }-l:lib$name.$libext"
11095 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-l:lib$name.$libext"
11096 fi
11097 fi
11098 fi
11099 fi
11100 done
11101 done
11102 if test "X$rpathdirs" != "X"; then
11103 if test -n "$hardcode_libdir_separator"; then
11104 alldirs=
11105 for found_dir in $rpathdirs; do
11106 alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
11107 done
11108 acl_save_libdir="$libdir"
11109 libdir="$alldirs"
11110 eval flag=\"$hardcode_libdir_flag_spec\"
11111 libdir="$acl_save_libdir"
11112 LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
11113 else
11114 for found_dir in $rpathdirs; do
11115 acl_save_libdir="$libdir"
11116 libdir="$found_dir"
11117 eval flag=\"$hardcode_libdir_flag_spec\"
11118 libdir="$acl_save_libdir"
11119 LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
11120 done
11121 fi
11122 fi
11123 if test "X$ltrpathdirs" != "X"; then
11124 for found_dir in $ltrpathdirs; do
11125 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-R$found_dir"
11126 done
11127 fi
11128
11129
11130
11131
11132
11133
11134
11135 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv" >&5
11136 $as_echo_n "checking for iconv... " >&6; }
11137 if ${am_cv_func_iconv+:} false; then :
11138 $as_echo_n "(cached) " >&6
11139 else
11140
11141 am_cv_func_iconv="no, consider installing GNU libiconv"
11142 am_cv_lib_iconv=no
11143 am_save_CPPFLAGS="$CPPFLAGS"
11144 CPPFLAGS="$CPPFLAGS $INCICONV"
11145 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11146 /* end confdefs.h. */
11147 #include <stdlib.h>
11148 #include <iconv.h>
11149 int
11150 main ()
11151 {
11152 iconv_t cd = iconv_open("","");
11153 iconv(cd,NULL,NULL,NULL,NULL);
11154 iconv_close(cd);
11155 ;
11156 return 0;
11157 }
11158 _ACEOF
11159 if ac_fn_cxx_try_link "$LINENO"; then :
11160 am_cv_func_iconv=yes
11161 fi
11162 rm -f core conftest.err conftest.$ac_objext \
11163 conftest$ac_exeext conftest.$ac_ext
11164 CPPFLAGS="$am_save_CPPFLAGS"
11165
11166 if test "$am_cv_func_iconv" != yes && test -d ../libiconv; then
11167 for _libs in .libs _libs; do
11168 am_save_CPPFLAGS="$CPPFLAGS"
11169 am_save_LIBS="$LIBS"
11170 CPPFLAGS="$CPPFLAGS -I../libiconv/include"
11171 LIBS="$LIBS ../libiconv/lib/$_libs/libiconv.a"
11172 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11173 /* end confdefs.h. */
11174 #include <stdlib.h>
11175 #include <iconv.h>
11176 int
11177 main ()
11178 {
11179 iconv_t cd = iconv_open("","");
11180 iconv(cd,NULL,NULL,NULL,NULL);
11181 iconv_close(cd);
11182 ;
11183 return 0;
11184 }
11185 _ACEOF
11186 if ac_fn_cxx_try_link "$LINENO"; then :
11187 INCICONV="-I../libiconv/include"
11188 LIBICONV='${top_builddir}'/../libiconv/lib/$_libs/libiconv.a
11189 LTLIBICONV='${top_builddir}'/../libiconv/lib/libiconv.la
11190 am_cv_lib_iconv=yes
11191 am_cv_func_iconv=yes
11192 fi
11193 rm -f core conftest.err conftest.$ac_objext \
11194 conftest$ac_exeext conftest.$ac_ext
11195 CPPFLAGS="$am_save_CPPFLAGS"
11196 LIBS="$am_save_LIBS"
11197 if test "$am_cv_func_iconv" = "yes"; then
11198 break
11199 fi
11200 done
11201 fi
11202
11203 if test "$am_cv_func_iconv" != yes; then
11204 am_save_CPPFLAGS="$CPPFLAGS"
11205 am_save_LIBS="$LIBS"
11206 CPPFLAGS="$CPPFLAGS $INCICONV"
11207 LIBS="$LIBS $LIBICONV"
11208 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11209 /* end confdefs.h. */
11210 #include <stdlib.h>
11211 #include <iconv.h>
11212 int
11213 main ()
11214 {
11215 iconv_t cd = iconv_open("","");
11216 iconv(cd,NULL,NULL,NULL,NULL);
11217 iconv_close(cd);
11218 ;
11219 return 0;
11220 }
11221 _ACEOF
11222 if ac_fn_cxx_try_link "$LINENO"; then :
11223 am_cv_lib_iconv=yes
11224 am_cv_func_iconv=yes
11225 fi
11226 rm -f core conftest.err conftest.$ac_objext \
11227 conftest$ac_exeext conftest.$ac_ext
11228 CPPFLAGS="$am_save_CPPFLAGS"
11229 LIBS="$am_save_LIBS"
11230 fi
11231
11232 fi
11233 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_func_iconv" >&5
11234 $as_echo "$am_cv_func_iconv" >&6; }
11235 if test "$am_cv_func_iconv" = yes; then
11236
11237 $as_echo "#define HAVE_ICONV 1" >>confdefs.h
11238
11239 fi
11240 if test "$am_cv_lib_iconv" = yes; then
11241
11242 for element in $INCICONV; do
11243 haveit=
11244 for x in $CPPFLAGS; do
11245
11246 acl_save_prefix="$prefix"
11247 prefix="$acl_final_prefix"
11248 acl_save_exec_prefix="$exec_prefix"
11249 exec_prefix="$acl_final_exec_prefix"
11250 eval x=\"$x\"
11251 exec_prefix="$acl_save_exec_prefix"
11252 prefix="$acl_save_prefix"
11253
11254 if test "X$x" = "X$element"; then
11255 haveit=yes
11256 break
11257 fi
11258 done
11259 if test -z "$haveit"; then
11260 CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
11261 fi
11262 done
11263
11264 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libiconv" >&5
11265 $as_echo_n "checking how to link with libiconv... " >&6; }
11266 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBICONV" >&5
11267 $as_echo "$LIBICONV" >&6; }
11268 else
11269 LIBICONV=
11270 LTLIBICONV=
11271 fi
11272
11273
11274
11275 if test "$am_cv_func_iconv" = yes; then
11276 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv declaration" >&5
11277 $as_echo_n "checking for iconv declaration... " >&6; }
11278 if ${am_cv_proto_iconv+:} false; then :
11279 $as_echo_n "(cached) " >&6
11280 else
11281
11282 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11283 /* end confdefs.h. */
11284
11285 #include <stdlib.h>
11286 #include <iconv.h>
11287 extern
11288 #ifdef __cplusplus
11289 "C"
11290 #endif
11291 #if defined(__STDC__) || defined(__cplusplus)
11292 size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
11293 #else
11294 size_t iconv();
11295 #endif
11296
11297 int
11298 main ()
11299 {
11300
11301 ;
11302 return 0;
11303 }
11304 _ACEOF
11305 if ac_fn_cxx_try_compile "$LINENO"; then :
11306 am_cv_proto_iconv_arg1=""
11307 else
11308 am_cv_proto_iconv_arg1="const"
11309 fi
11310 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11311 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);"
11312 fi
11313
11314 am_cv_proto_iconv=`echo "$am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
11315 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${ac_t:-
11316 }$am_cv_proto_iconv" >&5
11317 $as_echo "${ac_t:-
11318 }$am_cv_proto_iconv" >&6; }
11319
11320 cat >>confdefs.h <<_ACEOF
11321 #define ICONV_CONST $am_cv_proto_iconv_arg1
11322 _ACEOF
11323
11324 fi
11325
11326
11327 # Until we have in-tree GNU iconv:
11328 LIBICONV_DEP=
11329 if test -f "$LTLIBICONV"; then
11330 LIBICONV_DEP=$LTLIBICONV
11331 fi
11332
11333
11334
11335 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LC_MESSAGES" >&5
11336 $as_echo_n "checking for LC_MESSAGES... " >&6; }
11337 if ${am_cv_val_LC_MESSAGES+:} false; then :
11338 $as_echo_n "(cached) " >&6
11339 else
11340 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11341 /* end confdefs.h. */
11342 #include <locale.h>
11343 int
11344 main ()
11345 {
11346 return LC_MESSAGES
11347 ;
11348 return 0;
11349 }
11350 _ACEOF
11351 if ac_fn_cxx_try_link "$LINENO"; then :
11352 am_cv_val_LC_MESSAGES=yes
11353 else
11354 am_cv_val_LC_MESSAGES=no
11355 fi
11356 rm -f core conftest.err conftest.$ac_objext \
11357 conftest$ac_exeext conftest.$ac_ext
11358 fi
11359 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_val_LC_MESSAGES" >&5
11360 $as_echo "$am_cv_val_LC_MESSAGES" >&6; }
11361 if test $am_cv_val_LC_MESSAGES = yes; then
11362
11363 $as_echo "#define HAVE_LC_MESSAGES 1" >>confdefs.h
11364
11365 fi
11366
11367
11368
11369 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nl_langinfo and CODESET" >&5
11370 $as_echo_n "checking for nl_langinfo and CODESET... " >&6; }
11371 if ${am_cv_langinfo_codeset+:} false; then :
11372 $as_echo_n "(cached) " >&6
11373 else
11374 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11375 /* end confdefs.h. */
11376 #include <langinfo.h>
11377 int
11378 main ()
11379 {
11380 char* cs = nl_langinfo(CODESET);
11381 ;
11382 return 0;
11383 }
11384 _ACEOF
11385 if ac_fn_cxx_try_link "$LINENO"; then :
11386 am_cv_langinfo_codeset=yes
11387 else
11388 am_cv_langinfo_codeset=no
11389 fi
11390 rm -f core conftest.err conftest.$ac_objext \
11391 conftest$ac_exeext conftest.$ac_ext
11392
11393 fi
11394 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_langinfo_codeset" >&5
11395 $as_echo "$am_cv_langinfo_codeset" >&6; }
11396 if test $am_cv_langinfo_codeset = yes; then
11397
11398 $as_echo "#define HAVE_LANGINFO_CODESET 1" >>confdefs.h
11399
11400 fi
11401
11402
11403 # We will need to find libiberty.h and ansidecl.h
11404 saved_CFLAGS="$CFLAGS"
11405 CFLAGS="$CFLAGS -I${srcdir} -I${srcdir}/../include $GMPINC"
11406 saved_CXXFLAGS="$CXXFLAGS"
11407 CXXFLAGS="$CXXFLAGS -I${srcdir} -I${srcdir}/../include $GMPINC"
11408
11409 # gcc_AC_CHECK_DECLS doesn't support overloaded functions, so use the
11410 # normal autoconf function for these. But force definition of
11411 # HAVE_DECL_BASENAME like gcc_AC_CHECK_DECLS does, to suppress the bizarre
11412 # basename handling in libiberty.h.
11413 as_ac_Symbol=`$as_echo "ac_cv_have_decl_basename(const char*)" | $as_tr_sh`
11414 ac_fn_cxx_check_decl "$LINENO" "basename(const char*)" "$as_ac_Symbol" "
11415 #undef HAVE_DECL_BASENAME
11416 #define HAVE_DECL_BASENAME 1
11417 #include \"ansidecl.h\"
11418 #include \"system.h\"
11419 "
11420 if eval test \"x\$"$as_ac_Symbol"\" = x"yes"; then :
11421 ac_have_decl=1
11422 else
11423 ac_have_decl=0
11424 fi
11425
11426 cat >>confdefs.h <<_ACEOF
11427 #define HAVE_DECL_BASENAME $ac_have_decl
11428 _ACEOF
11429 as_ac_Symbol=`$as_echo "ac_cv_have_decl_strstr(const char*,const char*)" | $as_tr_sh`
11430 ac_fn_cxx_check_decl "$LINENO" "strstr(const char*,const char*)" "$as_ac_Symbol" "
11431 #undef HAVE_DECL_BASENAME
11432 #define HAVE_DECL_BASENAME 1
11433 #include \"ansidecl.h\"
11434 #include \"system.h\"
11435 "
11436 if eval test \"x\$"$as_ac_Symbol"\" = x"yes"; then :
11437 ac_have_decl=1
11438 else
11439 ac_have_decl=0
11440 fi
11441
11442 cat >>confdefs.h <<_ACEOF
11443 #define HAVE_DECL_STRSTR $ac_have_decl
11444 _ACEOF
11445
11446
11447 for ac_func in getenv atol atoll asprintf sbrk abort atof getcwd getwd \
11448 madvise stpcpy strnlen strsignal strverscmp \
11449 strtol strtoul strtoll strtoull setenv unsetenv \
11450 errno snprintf vsnprintf vasprintf malloc realloc calloc \
11451 free 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
11452 do
11453 ac_tr_decl=`$as_echo "HAVE_DECL_$ac_func" | $as_tr_cpp`
11454 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $ac_func is declared" >&5
11455 $as_echo_n "checking whether $ac_func is declared... " >&6; }
11456 if eval \${gcc_cv_have_decl_$ac_func+:} false; then :
11457 $as_echo_n "(cached) " >&6
11458 else
11459 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11460 /* end confdefs.h. */
11461 #undef $ac_tr_decl
11462 #define $ac_tr_decl 1
11463
11464 #include "ansidecl.h"
11465 #include "system.h"
11466
11467 int
11468 main ()
11469 {
11470 #ifndef $ac_func
11471 char *(*pfn) = (char *(*)) $ac_func ;
11472 #endif
11473 ;
11474 return 0;
11475 }
11476 _ACEOF
11477 if ac_fn_cxx_try_compile "$LINENO"; then :
11478 eval "gcc_cv_have_decl_$ac_func=yes"
11479 else
11480 eval "gcc_cv_have_decl_$ac_func=no"
11481 fi
11482 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11483 fi
11484
11485 if eval "test \"`echo '$gcc_cv_have_decl_'$ac_func`\" = yes"; then
11486 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11487 $as_echo "yes" >&6; } ; cat >>confdefs.h <<_ACEOF
11488 #define $ac_tr_decl 1
11489 _ACEOF
11490
11491 else
11492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11493 $as_echo "no" >&6; } ; cat >>confdefs.h <<_ACEOF
11494 #define $ac_tr_decl 0
11495 _ACEOF
11496
11497 fi
11498
11499 done
11500
11501
11502 for ac_func in getrlimit setrlimit getrusage
11503 do
11504 ac_tr_decl=`$as_echo "HAVE_DECL_$ac_func" | $as_tr_cpp`
11505 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $ac_func is declared" >&5
11506 $as_echo_n "checking whether $ac_func is declared... " >&6; }
11507 if eval \${gcc_cv_have_decl_$ac_func+:} false; then :
11508 $as_echo_n "(cached) " >&6
11509 else
11510 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11511 /* end confdefs.h. */
11512 #undef $ac_tr_decl
11513 #define $ac_tr_decl 1
11514
11515 #include "ansidecl.h"
11516 #include "system.h"
11517 #ifdef HAVE_SYS_RESOURCE_H
11518 #include <sys/resource.h>
11519 #endif
11520
11521
11522 int
11523 main ()
11524 {
11525 #ifndef $ac_func
11526 char *(*pfn) = (char *(*)) $ac_func ;
11527 #endif
11528 ;
11529 return 0;
11530 }
11531 _ACEOF
11532 if ac_fn_cxx_try_compile "$LINENO"; then :
11533 eval "gcc_cv_have_decl_$ac_func=yes"
11534 else
11535 eval "gcc_cv_have_decl_$ac_func=no"
11536 fi
11537 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11538 fi
11539
11540 if eval "test \"`echo '$gcc_cv_have_decl_'$ac_func`\" = yes"; then
11541 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11542 $as_echo "yes" >&6; } ; cat >>confdefs.h <<_ACEOF
11543 #define $ac_tr_decl 1
11544 _ACEOF
11545
11546 else
11547 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11548 $as_echo "no" >&6; } ; cat >>confdefs.h <<_ACEOF
11549 #define $ac_tr_decl 0
11550 _ACEOF
11551
11552 fi
11553
11554 done
11555
11556
11557 for ac_func in mallinfo mallinfo2
11558 do
11559 ac_tr_decl=`$as_echo "HAVE_DECL_$ac_func" | $as_tr_cpp`
11560 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $ac_func is declared" >&5
11561 $as_echo_n "checking whether $ac_func is declared... " >&6; }
11562 if eval \${gcc_cv_have_decl_$ac_func+:} false; then :
11563 $as_echo_n "(cached) " >&6
11564 else
11565 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11566 /* end confdefs.h. */
11567 #undef $ac_tr_decl
11568 #define $ac_tr_decl 1
11569
11570 #include "ansidecl.h"
11571 #include "system.h"
11572 #ifdef HAVE_MALLOC_H
11573 #include <malloc.h>
11574 #endif
11575
11576
11577 int
11578 main ()
11579 {
11580 #ifndef $ac_func
11581 char *(*pfn) = (char *(*)) $ac_func ;
11582 #endif
11583 ;
11584 return 0;
11585 }
11586 _ACEOF
11587 if ac_fn_cxx_try_compile "$LINENO"; then :
11588 eval "gcc_cv_have_decl_$ac_func=yes"
11589 else
11590 eval "gcc_cv_have_decl_$ac_func=no"
11591 fi
11592 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11593 fi
11594
11595 if eval "test \"`echo '$gcc_cv_have_decl_'$ac_func`\" = yes"; then
11596 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11597 $as_echo "yes" >&6; } ; cat >>confdefs.h <<_ACEOF
11598 #define $ac_tr_decl 1
11599 _ACEOF
11600
11601 else
11602 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11603 $as_echo "no" >&6; } ; cat >>confdefs.h <<_ACEOF
11604 #define $ac_tr_decl 0
11605 _ACEOF
11606
11607 fi
11608
11609 done
11610
11611
11612 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11613 /* end confdefs.h. */
11614
11615 #include "ansidecl.h"
11616 #include "system.h"
11617 #ifdef HAVE_SYS_RESOURCE_H
11618 #include <sys/resource.h>
11619 #endif
11620
11621 int
11622 main ()
11623 {
11624 rlim_t l = 0;
11625 ;
11626 return 0;
11627 }
11628 _ACEOF
11629 if ac_fn_cxx_try_compile "$LINENO"; then :
11630
11631 else
11632
11633 $as_echo "#define rlim_t long" >>confdefs.h
11634
11635 fi
11636 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11637
11638 # On AIX 5.2, <ldfcn.h> conflicts with <fcntl.h>, as both define incompatible
11639 # FREAD and FWRITE macros. Fortunately, for GCC's single usage of ldgetname
11640 # in collect2.c, <fcntl.h> isn't visible, but the configure test below needs
11641 # to undef these macros to get the correct value for HAVE_DECL_LDGETNAME.
11642 for ac_func in ldgetname
11643 do
11644 ac_tr_decl=`$as_echo "HAVE_DECL_$ac_func" | $as_tr_cpp`
11645 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $ac_func is declared" >&5
11646 $as_echo_n "checking whether $ac_func is declared... " >&6; }
11647 if eval \${gcc_cv_have_decl_$ac_func+:} false; then :
11648 $as_echo_n "(cached) " >&6
11649 else
11650 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11651 /* end confdefs.h. */
11652 #undef $ac_tr_decl
11653 #define $ac_tr_decl 1
11654
11655 #include "ansidecl.h"
11656 #include "system.h"
11657 #ifdef HAVE_LDFCN_H
11658 #undef FREAD
11659 #undef FWRITE
11660 #include <ldfcn.h>
11661 #endif
11662
11663
11664 int
11665 main ()
11666 {
11667 #ifndef $ac_func
11668 char *(*pfn) = (char *(*)) $ac_func ;
11669 #endif
11670 ;
11671 return 0;
11672 }
11673 _ACEOF
11674 if ac_fn_cxx_try_compile "$LINENO"; then :
11675 eval "gcc_cv_have_decl_$ac_func=yes"
11676 else
11677 eval "gcc_cv_have_decl_$ac_func=no"
11678 fi
11679 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11680 fi
11681
11682 if eval "test \"`echo '$gcc_cv_have_decl_'$ac_func`\" = yes"; then
11683 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11684 $as_echo "yes" >&6; } ; cat >>confdefs.h <<_ACEOF
11685 #define $ac_tr_decl 1
11686 _ACEOF
11687
11688 else
11689 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11690 $as_echo "no" >&6; } ; cat >>confdefs.h <<_ACEOF
11691 #define $ac_tr_decl 0
11692 _ACEOF
11693
11694 fi
11695
11696 done
11697
11698
11699 for ac_func in times
11700 do
11701 ac_tr_decl=`$as_echo "HAVE_DECL_$ac_func" | $as_tr_cpp`
11702 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $ac_func is declared" >&5
11703 $as_echo_n "checking whether $ac_func is declared... " >&6; }
11704 if eval \${gcc_cv_have_decl_$ac_func+:} false; then :
11705 $as_echo_n "(cached) " >&6
11706 else
11707 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11708 /* end confdefs.h. */
11709 #undef $ac_tr_decl
11710 #define $ac_tr_decl 1
11711
11712 #include "ansidecl.h"
11713 #include "system.h"
11714 #ifdef HAVE_SYS_TIMES_H
11715 #include <sys/times.h>
11716 #endif
11717
11718
11719 int
11720 main ()
11721 {
11722 #ifndef $ac_func
11723 char *(*pfn) = (char *(*)) $ac_func ;
11724 #endif
11725 ;
11726 return 0;
11727 }
11728 _ACEOF
11729 if ac_fn_cxx_try_compile "$LINENO"; then :
11730 eval "gcc_cv_have_decl_$ac_func=yes"
11731 else
11732 eval "gcc_cv_have_decl_$ac_func=no"
11733 fi
11734 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11735 fi
11736
11737 if eval "test \"`echo '$gcc_cv_have_decl_'$ac_func`\" = yes"; then
11738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11739 $as_echo "yes" >&6; } ; cat >>confdefs.h <<_ACEOF
11740 #define $ac_tr_decl 1
11741 _ACEOF
11742
11743 else
11744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11745 $as_echo "no" >&6; } ; cat >>confdefs.h <<_ACEOF
11746 #define $ac_tr_decl 0
11747 _ACEOF
11748
11749 fi
11750
11751 done
11752
11753
11754 for ac_func in sigaltstack
11755 do
11756 ac_tr_decl=`$as_echo "HAVE_DECL_$ac_func" | $as_tr_cpp`
11757 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $ac_func is declared" >&5
11758 $as_echo_n "checking whether $ac_func is declared... " >&6; }
11759 if eval \${gcc_cv_have_decl_$ac_func+:} false; then :
11760 $as_echo_n "(cached) " >&6
11761 else
11762 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11763 /* end confdefs.h. */
11764 #undef $ac_tr_decl
11765 #define $ac_tr_decl 1
11766
11767 #include "ansidecl.h"
11768 #include "system.h"
11769 #include <signal.h>
11770
11771
11772 int
11773 main ()
11774 {
11775 #ifndef $ac_func
11776 char *(*pfn) = (char *(*)) $ac_func ;
11777 #endif
11778 ;
11779 return 0;
11780 }
11781 _ACEOF
11782 if ac_fn_cxx_try_compile "$LINENO"; then :
11783 eval "gcc_cv_have_decl_$ac_func=yes"
11784 else
11785 eval "gcc_cv_have_decl_$ac_func=no"
11786 fi
11787 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11788 fi
11789
11790 if eval "test \"`echo '$gcc_cv_have_decl_'$ac_func`\" = yes"; then
11791 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11792 $as_echo "yes" >&6; } ; cat >>confdefs.h <<_ACEOF
11793 #define $ac_tr_decl 1
11794 _ACEOF
11795
11796 else
11797 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11798 $as_echo "no" >&6; } ; cat >>confdefs.h <<_ACEOF
11799 #define $ac_tr_decl 0
11800 _ACEOF
11801
11802 fi
11803
11804 done
11805
11806
11807 # More time-related stuff.
11808 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct tms" >&5
11809 $as_echo_n "checking for struct tms... " >&6; }
11810 if ${ac_cv_struct_tms+:} false; then :
11811 $as_echo_n "(cached) " >&6
11812 else
11813
11814 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11815 /* end confdefs.h. */
11816
11817 #include "ansidecl.h"
11818 #include "system.h"
11819 #ifdef HAVE_SYS_TIMES_H
11820 #include <sys/times.h>
11821 #endif
11822
11823 int
11824 main ()
11825 {
11826 struct tms tms;
11827 ;
11828 return 0;
11829 }
11830 _ACEOF
11831 if ac_fn_cxx_try_compile "$LINENO"; then :
11832 ac_cv_struct_tms=yes
11833 else
11834 ac_cv_struct_tms=no
11835 fi
11836 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11837 fi
11838 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_struct_tms" >&5
11839 $as_echo "$ac_cv_struct_tms" >&6; }
11840 if test $ac_cv_struct_tms = yes; then
11841
11842 $as_echo "#define HAVE_STRUCT_TMS 1" >>confdefs.h
11843
11844 fi
11845
11846 # use gcc_cv_* here because this doesn't match the behavior of AC_CHECK_TYPE.
11847 # revisit after autoconf 2.50.
11848 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clock_t" >&5
11849 $as_echo_n "checking for clock_t... " >&6; }
11850 if ${gcc_cv_type_clock_t+:} false; then :
11851 $as_echo_n "(cached) " >&6
11852 else
11853
11854 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11855 /* end confdefs.h. */
11856
11857 #include "ansidecl.h"
11858 #include "system.h"
11859
11860 int
11861 main ()
11862 {
11863 clock_t x;
11864 ;
11865 return 0;
11866 }
11867 _ACEOF
11868 if ac_fn_cxx_try_compile "$LINENO"; then :
11869 gcc_cv_type_clock_t=yes
11870 else
11871 gcc_cv_type_clock_t=no
11872 fi
11873 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11874 fi
11875 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_type_clock_t" >&5
11876 $as_echo "$gcc_cv_type_clock_t" >&6; }
11877 if test $gcc_cv_type_clock_t = yes; then
11878
11879 $as_echo "#define HAVE_CLOCK_T 1" >>confdefs.h
11880
11881 fi
11882
11883 # Check if F_SETLKW is supported by fcntl.
11884 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for F_SETLKW" >&5
11885 $as_echo_n "checking for F_SETLKW... " >&6; }
11886 if ${ac_cv_f_setlkw+:} false; then :
11887 $as_echo_n "(cached) " >&6
11888 else
11889
11890 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11891 /* end confdefs.h. */
11892
11893 #include <fcntl.h>
11894 int
11895 main ()
11896 {
11897
11898 struct flock fl;
11899 fl.l_whence = 0;
11900 fl.l_start = 0;
11901 fl.l_len = 0;
11902 fl.l_pid = 0;
11903 return fcntl (1, F_SETLKW, &fl);
11904 ;
11905 return 0;
11906 }
11907 _ACEOF
11908 if ac_fn_cxx_try_compile "$LINENO"; then :
11909 ac_cv_f_setlkw=yes
11910 else
11911 ac_cv_f_setlkw=no
11912 fi
11913 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11914 fi
11915 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_f_setlkw" >&5
11916 $as_echo "$ac_cv_f_setlkw" >&6; }
11917 if test $ac_cv_f_setlkw = yes; then
11918
11919 $as_echo "#define HOST_HAS_F_SETLKW 1" >>confdefs.h
11920
11921 fi
11922
11923 # Restore CFLAGS, CXXFLAGS from before the gcc_AC_NEED_DECLARATIONS tests.
11924 CFLAGS="$saved_CFLAGS"
11925 CXXFLAGS="$saved_CXXFLAGS"
11926
11927 # mkdir takes a single argument on some systems.
11928 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if mkdir takes one argument" >&5
11929 $as_echo_n "checking if mkdir takes one argument... " >&6; }
11930 if ${gcc_cv_mkdir_takes_one_arg+:} false; then :
11931 $as_echo_n "(cached) " >&6
11932 else
11933 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11934 /* end confdefs.h. */
11935
11936 #include <sys/types.h>
11937 #ifdef HAVE_SYS_STAT_H
11938 # include <sys/stat.h>
11939 #endif
11940 #ifdef HAVE_UNISTD_H
11941 # include <unistd.h>
11942 #endif
11943 #ifdef HAVE_DIRECT_H
11944 # include <direct.h>
11945 #endif
11946 int
11947 main ()
11948 {
11949 mkdir ("foo", 0);
11950 ;
11951 return 0;
11952 }
11953 _ACEOF
11954 if ac_fn_cxx_try_compile "$LINENO"; then :
11955 gcc_cv_mkdir_takes_one_arg=no
11956 else
11957 gcc_cv_mkdir_takes_one_arg=yes
11958 fi
11959 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11960 fi
11961 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_mkdir_takes_one_arg" >&5
11962 $as_echo "$gcc_cv_mkdir_takes_one_arg" >&6; }
11963 if test $gcc_cv_mkdir_takes_one_arg = yes ; then
11964
11965 $as_echo "#define MKDIR_TAKES_ONE_ARG 1" >>confdefs.h
11966
11967 fi
11968
11969
11970 # File extensions
11971 manext='.1'
11972 objext='.o'
11973
11974
11975
11976 # With Setjmp/Longjmp based exception handling.
11977 # Check whether --enable-sjlj-exceptions was given.
11978 if test "${enable_sjlj_exceptions+set}" = set; then :
11979 enableval=$enable_sjlj_exceptions; case $target in
11980 *-*-hpux10*)
11981 if test $enableval != yes; then
11982 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: dwarf2 exceptions not supported, sjlj exceptions forced" >&5
11983 $as_echo "$as_me: WARNING: dwarf2 exceptions not supported, sjlj exceptions forced" >&2;}
11984 enableval=yes
11985 fi
11986 ;;
11987 esac
11988 force_sjlj_exceptions=yes
11989 else
11990 case $target in
11991 *-*-hpux10*)
11992 force_sjlj_exceptions=yes
11993 enableval=yes
11994 ;;
11995 lm32*-*-*)
11996 force_sjlj_exceptions=yes
11997 enableval=yes
11998 ;;
11999 *)
12000 force_sjlj_exceptions=no
12001 ;;
12002 esac
12003 fi
12004
12005 if test $force_sjlj_exceptions = yes; then
12006 sjlj=`if test $enableval = yes; then echo 1; else echo 0; fi`
12007
12008 cat >>confdefs.h <<_ACEOF
12009 #define CONFIG_SJLJ_EXCEPTIONS $sjlj
12010 _ACEOF
12011
12012 fi
12013
12014 # --------------------------------------------------------
12015 # Build, host, and target specific configuration fragments
12016 # --------------------------------------------------------
12017
12018 # Collect build-machine-specific information.
12019 . ${srcdir}/config.build || exit 1
12020
12021 # Collect host-machine-specific information.
12022 . ${srcdir}/config.host || exit 1
12023
12024 target_gtfiles=
12025
12026 # Collect target-machine-specific information.
12027 . ${srcdir}/config.gcc || exit 1
12028
12029 extra_objs="${host_extra_objs} ${extra_objs}"
12030 extra_gcc_objs="${host_extra_gcc_objs} ${extra_gcc_objs}"
12031
12032 # Default the target-machine variables that were not explicitly set.
12033 if test x"$tm_file" = x
12034 then tm_file=$cpu_type/$cpu_type.h; fi
12035
12036 if test x"$extra_headers" = x
12037 then extra_headers=; fi
12038
12039 if test x$md_file = x
12040 then md_file=$cpu_type/$cpu_type.md; fi
12041
12042 if test x$out_file = x
12043 then out_file=$cpu_type/$cpu_type.c; fi
12044
12045 if test x"$tmake_file" = x
12046 then tmake_file=$cpu_type/t-$cpu_type
12047 fi
12048
12049 # Support --enable-initfini-array.
12050 if test x$enable_initfini_array != xno; then
12051 tm_file="${tm_file} initfini-array.h"
12052 fi
12053
12054 if test x"$dwarf2" = xyes
12055 then tm_file="$tm_file tm-dwarf2.h"
12056 fi
12057
12058 # Say what files are being used for the output code and MD file.
12059 echo "Using \`$srcdir/config/$out_file' for machine-specific logic."
12060 echo "Using \`$srcdir/config/$md_file' as machine description file."
12061
12062 # If any of the xm_file variables contain nonexistent files, warn
12063 # about them and drop them.
12064
12065 bx=
12066 for x in $build_xm_file; do
12067 if test -f $srcdir/config/$x
12068 then bx="$bx $x"
12069 else { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $srcdir/config/$x does not exist." >&5
12070 $as_echo "$as_me: WARNING: $srcdir/config/$x does not exist." >&2;}
12071 fi
12072 done
12073 build_xm_file="$bx"
12074
12075 hx=
12076 for x in $host_xm_file; do
12077 if test -f $srcdir/config/$x
12078 then hx="$hx $x"
12079 else { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $srcdir/config/$x does not exist." >&5
12080 $as_echo "$as_me: WARNING: $srcdir/config/$x does not exist." >&2;}
12081 fi
12082 done
12083 host_xm_file="$hx"
12084
12085 tx=
12086 for x in $xm_file; do
12087 if test -f $srcdir/config/$x
12088 then tx="$tx $x"
12089 else { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $srcdir/config/$x does not exist." >&5
12090 $as_echo "$as_me: WARNING: $srcdir/config/$x does not exist." >&2;}
12091 fi
12092 done
12093 xm_file="$tx"
12094
12095 count=a
12096 for f in $tm_file; do
12097 count=${count}x
12098 done
12099 if test $count = ax; then
12100 echo "Using \`$srcdir/config/$tm_file' as target machine macro file."
12101 else
12102 echo "Using the following target machine macro files:"
12103 for f in $tm_file; do
12104 echo " $srcdir/config/$f"
12105 done
12106 fi
12107
12108 if test x$use_long_long_for_widest_fast_int = xyes; then
12109
12110 $as_echo "#define USE_LONG_LONG_FOR_WIDEST_FAST_INT 1" >>confdefs.h
12111
12112 fi
12113
12114 gnu_ld_bool=`if test x"$gnu_ld" = x"yes"; then echo 1; else echo 0; fi`
12115
12116 cat >>confdefs.h <<_ACEOF
12117 #define HAVE_GNU_LD $gnu_ld_bool
12118 _ACEOF
12119
12120
12121 gnu_as_bool=`if test x"$gas" = x"yes"; then echo 1; else echo 0; fi`
12122
12123 cat >>confdefs.h <<_ACEOF
12124 #define HAVE_GNU_AS $gnu_as_bool
12125 _ACEOF
12126
12127
12128 count=a
12129 for f in $host_xm_file; do
12130 count=${count}x
12131 done
12132 if test $count = a; then
12133 :
12134 elif test $count = ax; then
12135 echo "Using \`$srcdir/config/$host_xm_file' as host machine macro file."
12136 else
12137 echo "Using the following host machine macro files:"
12138 for f in $host_xm_file; do
12139 echo " $srcdir/config/$f"
12140 done
12141 fi
12142 echo "Using ${out_host_hook_obj} for host machine hooks."
12143
12144 if test "$host_xm_file" != "$build_xm_file"; then
12145 count=a
12146 for f in $build_xm_file; do
12147 count=${count}x
12148 done
12149 if test $count = a; then
12150 :
12151 elif test $count = ax; then
12152 echo "Using \`$srcdir/config/$build_xm_file' as build machine macro file."
12153 else
12154 echo "Using the following build machine macro files:"
12155 for f in $build_xm_file; do
12156 echo " $srcdir/config/$f"
12157 done
12158 fi
12159 fi
12160
12161 if test -n "$configured_native_system_header_dir"; then
12162 native_system_header_dir=$configured_native_system_header_dir
12163 fi
12164 NATIVE_SYSTEM_HEADER_DIR="$native_system_header_dir"
12165
12166
12167 case ${host} in
12168 powerpc*-*-darwin*)
12169 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mcontext_t fields have underscores" >&5
12170 $as_echo_n "checking whether mcontext_t fields have underscores... " >&6; }
12171 if ${gcc_cv_mcontext_underscores+:} false; then :
12172 $as_echo_n "(cached) " >&6
12173 else
12174 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12175 /* end confdefs.h. */
12176
12177 #include <sys/cdefs.h>
12178 #include <sys/signal.h>
12179 #include <ucontext.h>
12180 int main() { mcontext_t m; if (m->ss.srr0) return 0; return 0; }
12181
12182 _ACEOF
12183 if ac_fn_cxx_try_compile "$LINENO"; then :
12184 gcc_cv_mcontext_underscores=no
12185 else
12186 gcc_cv_mcontext_underscores=yes
12187 fi
12188 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12189 fi
12190 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_mcontext_underscores" >&5
12191 $as_echo "$gcc_cv_mcontext_underscores" >&6; }
12192 if test $gcc_cv_mcontext_underscores = yes; then
12193
12194 $as_echo "#define HAS_MCONTEXT_T_UNDERSCORES /**/" >>confdefs.h
12195
12196 fi
12197 ;;
12198 esac
12199
12200 # ---------
12201 # Threading
12202 # ---------
12203
12204 # Check if a valid thread package
12205 case ${enable_threads} in
12206 "" | no)
12207 # No threads
12208 target_thread_file='single'
12209 ;;
12210 yes)
12211 # default
12212 target_thread_file='single'
12213 ;;
12214 aix | dce | lynx | mipssde | posix | rtems | \
12215 single | tpf | vxworks | win32)
12216 target_thread_file=${enable_threads}
12217 ;;
12218 *)
12219 echo "${enable_threads} is an unknown thread package" 1>&2
12220 exit 1
12221 ;;
12222 esac
12223
12224 if test x${thread_file} = x; then
12225 # No thread file set by target-specific clauses in config.gcc,
12226 # so use file chosen by default logic above
12227 thread_file=${target_thread_file}
12228 fi
12229
12230 # --------
12231 # UNSORTED
12232 # --------
12233
12234 use_cxa_atexit=no
12235 if test x$enable___cxa_atexit = xyes || \
12236 test x$enable___cxa_atexit = x -a x$default_use_cxa_atexit = xyes; then
12237 if test x$host = x$target; then
12238 case $host in
12239 # mingw32 doesn't have __cxa_atexit but uses atexit registration
12240 # keyed to flag_use_cxa_atexit
12241 *-*-mingw32*)
12242 use_cxa_atexit=yes
12243 ;;
12244 powerpc-ibm-aix*)
12245 use_cxa_atexit=yes
12246 ;;
12247 *)
12248 ac_fn_cxx_check_func "$LINENO" "__cxa_atexit" "ac_cv_func___cxa_atexit"
12249 if test "x$ac_cv_func___cxa_atexit" = xyes; then :
12250 use_cxa_atexit=yes
12251 else
12252 echo "__cxa_atexit can't be enabled on this target"
12253 fi
12254
12255 ;;
12256 esac
12257 else
12258 # We can't check for __cxa_atexit when building a cross, so assume
12259 # it is available
12260 use_cxa_atexit=yes
12261 fi
12262 if test x$use_cxa_atexit = xyes; then
12263
12264 $as_echo "#define DEFAULT_USE_CXA_ATEXIT 2" >>confdefs.h
12265
12266 fi
12267 fi
12268
12269 # Look for a file containing extra machine modes.
12270 if test -n "$extra_modes" && test -f $srcdir/config/$extra_modes; then
12271 extra_modes_file='$(srcdir)'/config/${extra_modes}
12272
12273
12274 cat >>confdefs.h <<_ACEOF
12275 #define EXTRA_MODES_FILE "config/$extra_modes"
12276 _ACEOF
12277
12278 fi
12279
12280 # Convert extra_options into a form suitable for Makefile use.
12281 extra_opt_files=
12282 all_opt_files=
12283 for f in $extra_options; do
12284 extra_opt_files="$extra_opt_files \$(srcdir)/config/$f"
12285 all_opt_files="$all_opt_files $srcdir/config/$f"
12286 done
12287
12288
12289 # auto-host.h is the file containing items generated by autoconf and is
12290 # the first file included by config.h.
12291 # If host=build, it is correct to have bconfig include auto-host.h
12292 # as well. If host!=build, we are in error and need to do more
12293 # work to find out the build config parameters.
12294 if test x$host = x$build
12295 then
12296 build_auto=auto-host.h
12297 HAVE_AUTO_BUILD='# '
12298 else
12299 # We create a subdir, then run autoconf in the subdir.
12300 # To prevent recursion we set host and build for the new
12301 # invocation of configure to the build for this invocation
12302 # of configure.
12303 tempdir=build.$$
12304 rm -rf $tempdir
12305 mkdir $tempdir
12306 cd $tempdir
12307 case ${srcdir} in
12308 /* | A-Za-z:\\/* ) realsrcdir=${srcdir};;
12309 *) realsrcdir=../${srcdir};;
12310 esac
12311 # Clearing GMPINC is necessary to prevent host headers being
12312 # used by the build compiler. Defining GENERATOR_FILE stops
12313 # system.h from including gmp.h.
12314 CC="${CC_FOR_BUILD}" CFLAGS="${CFLAGS_FOR_BUILD}" \
12315 CXX="${CXX_FOR_BUILD}" CXXFLAGS="${CXXFLAGS_FOR_BUILD}" \
12316 LD="${LD_FOR_BUILD}" LDFLAGS="${LDFLAGS_FOR_BUILD}" \
12317 GMPINC="" CPPFLAGS="${CPPFLAGS} -DGENERATOR_FILE" \
12318 ${realsrcdir}/configure \
12319 --enable-languages=${enable_languages-all} \
12320 ${enable_obsolete+--enable-obsolete="$enable_obsolete"} \
12321 ${enable_option_checking+--enable-option-checking="$enable_option_checking"} \
12322 --target=$target_alias --host=$build_alias \
12323 --build=$build_alias || exit # retaining $tempdir
12324
12325 # We just finished tests for the build machine, so rename
12326 # the file auto-build.h in the gcc directory.
12327 mv auto-host.h ../auto-build.h
12328 cd ..
12329 rm -rf $tempdir
12330 build_auto=auto-build.h
12331 HAVE_AUTO_BUILD=
12332 fi
12333
12334
12335
12336 tm_file="${tm_file} defaults.h"
12337 tm_p_file="${tm_p_file} tm-preds.h"
12338 tm_d_file="${tm_d_file} defaults.h"
12339 host_xm_file="auto-host.h ansidecl.h ${host_xm_file}"
12340 build_xm_file="${build_auto} ansidecl.h ${build_xm_file}"
12341 # We don't want ansidecl.h in target files, write code there in ISO/GNU C.
12342 # put this back in temporarily.
12343 xm_file="auto-host.h ansidecl.h ${xm_file}"
12344
12345 # --------
12346 # UNSORTED
12347 # --------
12348
12349 # Compile in configure arguments.
12350 if test -f configargs.h ; then
12351 # Being re-configured.
12352 gcc_config_arguments=`grep configuration_arguments configargs.h | sed -e 's/.*"\([^"]*\)".*/\1/'`
12353 gcc_reconf_arguments=`echo "$gcc_config_arguments" | sed -e 's/^.*\( : (reconfigured) .*$\)/\1/'`
12354 if [ "$gcc_reconf_arguments" != " : (reconfigured) $TOPLEVEL_CONFIGURE_ARGUMENTS" ]; then
12355 gcc_config_arguments="$gcc_config_arguments : (reconfigured) $TOPLEVEL_CONFIGURE_ARGUMENTS"
12356 fi
12357 else
12358 gcc_config_arguments="$TOPLEVEL_CONFIGURE_ARGUMENTS"
12359 fi
12360
12361 # Double all backslashes and backslash all quotes to turn
12362 # gcc_config_arguments into a C string.
12363 sed -e 's/\\/\\\\/g; s/"/\\"/g' <<EOF >conftest.out
12364 $gcc_config_arguments
12365 EOF
12366 gcc_config_arguments_str=`cat conftest.out`
12367 rm -f conftest.out
12368
12369 cat > configargs.h <<EOF
12370 /* Generated automatically. */
12371 static const char configuration_arguments[] = "$gcc_config_arguments_str";
12372 static const char thread_model[] = "$thread_file";
12373
12374 static const struct {
12375 const char *name, *value;
12376 } configure_default_options[] = $configure_default_options;
12377 EOF
12378
12379 gcc_BASEVER=`cat $srcdir/BASE-VER`
12380 gcc_DEVPHASE=`cat $srcdir/DEV-PHASE`
12381 gcc_DATESTAMP=`cat $srcdir/DATESTAMP`
12382 if test -f $srcdir/REVISION ; then
12383 gcc_REVISION=`cat $srcdir/REVISION`
12384 else
12385 gcc_REVISION=""
12386 fi
12387 cat > plugin-version.h <<EOF
12388 #include "configargs.h"
12389
12390 #define GCCPLUGIN_VERSION_MAJOR `echo $gcc_BASEVER | sed -e 's/^\([0-9]*\).*$/\1/'`
12391 #define GCCPLUGIN_VERSION_MINOR `echo $gcc_BASEVER | sed -e 's/^[0-9]*\.\([0-9]*\).*$/\1/'`
12392 #define GCCPLUGIN_VERSION_PATCHLEVEL `echo $gcc_BASEVER | sed -e 's/^[0-9]*\.[0-9]*\.\([0-9]*\)$/\1/'`
12393 #define GCCPLUGIN_VERSION (GCCPLUGIN_VERSION_MAJOR*1000 + GCCPLUGIN_VERSION_MINOR)
12394
12395 static char basever[] = "$gcc_BASEVER";
12396 static char datestamp[] = "$gcc_DATESTAMP";
12397 static char devphase[] = "$gcc_DEVPHASE";
12398 static char revision[] = "$gcc_REVISION";
12399
12400 /* FIXME plugins: We should make the version information more precise.
12401 One way to do is to add a checksum. */
12402
12403 static struct plugin_gcc_version gcc_version = {basever, datestamp,
12404 devphase, revision,
12405 configuration_arguments};
12406 EOF
12407
12408 # Determine what GCC version number to use in filesystem paths.
12409
12410 get_gcc_base_ver="cat"
12411
12412 # Check whether --with-gcc-major-version-only was given.
12413 if test "${with_gcc_major_version_only+set}" = set; then :
12414 withval=$with_gcc_major_version_only; if test x$with_gcc_major_version_only = xyes ; then
12415 get_gcc_base_ver="sed -e 's/^\([0-9]*\).*/\1/'"
12416 fi
12417
12418 fi
12419
12420
12421
12422
12423 # Internationalization
12424 # If we haven't got the data from the intl directory,
12425 # assume NLS is disabled.
12426 USE_NLS=no
12427 LIBINTL=
12428 LIBINTL_DEP=
12429 INCINTL=
12430 XGETTEXT=
12431 GMSGFMT=
12432 POSUB=
12433
12434 if test -f ../intl/config.intl; then
12435 . ../intl/config.intl
12436 fi
12437 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12438 $as_echo_n "checking whether NLS is requested... " >&6; }
12439 if test x"$USE_NLS" != xyes; then
12440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12441 $as_echo "no" >&6; }
12442 else
12443 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12444 $as_echo "yes" >&6; }
12445
12446 $as_echo "#define ENABLE_NLS 1" >>confdefs.h
12447
12448
12449 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
12450 $as_echo_n "checking for catalogs to be installed... " >&6; }
12451 # Look for .po and .gmo files in the source directory.
12452 CATALOGS=
12453 XLINGUAS=
12454 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
12455 # If there aren't any .gmo files the shell will give us the
12456 # literal string "../path/to/srcdir/po/*.gmo" which has to be
12457 # weeded out.
12458 case "$cat" in *\**)
12459 continue;;
12460 esac
12461 # The quadruple backslash is collapsed to a double backslash
12462 # by the backticks, then collapsed again by the double quotes,
12463 # leaving us with one backslash in the sed expression (right
12464 # before the dot that mustn't act as a wildcard).
12465 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
12466 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
12467 # The user is allowed to set LINGUAS to a list of languages to
12468 # install catalogs for. If it's empty that means "all of them."
12469 if test "x$LINGUAS" = x; then
12470 CATALOGS="$CATALOGS $cat"
12471 XLINGUAS="$XLINGUAS $lang"
12472 else
12473 case "$LINGUAS" in *$lang*)
12474 CATALOGS="$CATALOGS $cat"
12475 XLINGUAS="$XLINGUAS $lang"
12476 ;;
12477 esac
12478 fi
12479 done
12480 LINGUAS="$XLINGUAS"
12481 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
12482 $as_echo "$LINGUAS" >&6; }
12483
12484
12485 DATADIRNAME=share
12486
12487 INSTOBJEXT=.mo
12488
12489 GENCAT=gencat
12490
12491 CATOBJEXT=.gmo
12492
12493 fi
12494
12495 # If LIBINTL contains LIBICONV, then clear LIBICONV so we don't get
12496 # -liconv on the link line twice.
12497 case "$LIBINTL" in *$LIBICONV*)
12498 LIBICONV= ;;
12499 esac
12500
12501 # Check whether --enable-secureplt was given.
12502 if test "${enable_secureplt+set}" = set; then :
12503 enableval=$enable_secureplt;
12504 fi
12505
12506
12507 # Check whether --enable-mingw-wildcard was given.
12508 if test "${enable_mingw_wildcard+set}" = set; then :
12509 enableval=$enable_mingw_wildcard;
12510 else
12511 enable_mingw_wildcard=platform
12512 fi
12513
12514 if test x"$enable_mingw_wildcard" != xplatform ; then :
12515
12516 cat >>confdefs.h <<_ACEOF
12517 #define MINGW_DOWILDCARD $(test x"$enable_mingw_wildcard" = xno; echo $?)
12518 _ACEOF
12519
12520 fi
12521
12522 # Check whether --enable-large-address-aware was given.
12523 if test "${enable_large_address_aware+set}" = set; then :
12524 enableval=$enable_large_address_aware;
12525 fi
12526
12527 if test x"$enable_large_address_aware" = xyes; then :
12528
12529 $as_echo "#define MINGW_DEFAULT_LARGE_ADDR_AWARE 1" >>confdefs.h
12530
12531 fi
12532
12533 # Check whether --enable-leading-mingw64-underscores was given.
12534 if test "${enable_leading_mingw64_underscores+set}" = set; then :
12535 enableval=$enable_leading_mingw64_underscores;
12536 fi
12537
12538 if test x"$enable_leading_mingw64_underscores" = xyes ; then :
12539
12540 $as_echo "#define USE_MINGW64_LEADING_UNDERSCORES 1" >>confdefs.h
12541
12542 fi
12543
12544 # Check whether --enable-cld was given.
12545 if test "${enable_cld+set}" = set; then :
12546 enableval=$enable_cld;
12547 else
12548 enable_cld=no
12549 fi
12550
12551
12552 # Check whether --enable-frame-pointer was given.
12553 if test "${enable_frame_pointer+set}" = set; then :
12554 enableval=$enable_frame_pointer;
12555 else
12556
12557 case $target_os in
12558 linux* | gnu* | darwin[8912]* | cygwin* | mingw*)
12559 # Enable -fomit-frame-pointer by default for these systems with DWARF2.
12560 enable_frame_pointer=no
12561 ;;
12562 *)
12563 enable_frame_pointer=yes
12564 ;;
12565 esac
12566
12567 fi
12568
12569
12570 case $target in
12571 i[34567]86-*-* | x86_64-*-*)
12572 if test "x$enable_cld" = xyes; then
12573 tm_defines="${tm_defines} USE_IX86_CLD=1"
12574 fi
12575 if test "x$enable_frame_pointer" = xyes; then
12576 tm_defines="${tm_defines} USE_IX86_FRAME_POINTER=1"
12577 fi
12578 ;;
12579 esac
12580
12581 # Windows32 Registry support for specifying GCC installation paths.
12582 # Check whether --enable-win32-registry was given.
12583 if test "${enable_win32_registry+set}" = set; then :
12584 enableval=$enable_win32_registry;
12585 fi
12586
12587
12588 case $host_os in
12589 win32 | pe | cygwin* | mingw32*)
12590 if test "x$enable_win32_registry" != xno; then
12591 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing RegOpenKeyExA" >&5
12592 $as_echo_n "checking for library containing RegOpenKeyExA... " >&6; }
12593 if ${ac_cv_search_RegOpenKeyExA+:} false; then :
12594 $as_echo_n "(cached) " >&6
12595 else
12596 ac_func_search_save_LIBS=$LIBS
12597 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12598 /* end confdefs.h. */
12599
12600 /* Override any GCC internal prototype to avoid an error.
12601 Use char because int might match the return type of a GCC
12602 builtin and then its argument prototype would still apply. */
12603 #ifdef __cplusplus
12604 extern "C"
12605 #endif
12606 char RegOpenKeyExA ();
12607 int
12608 main ()
12609 {
12610 return RegOpenKeyExA ();
12611 ;
12612 return 0;
12613 }
12614 _ACEOF
12615 for ac_lib in '' advapi32; do
12616 if test -z "$ac_lib"; then
12617 ac_res="none required"
12618 else
12619 ac_res=-l$ac_lib
12620 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12621 fi
12622 if ac_fn_cxx_try_link "$LINENO"; then :
12623 ac_cv_search_RegOpenKeyExA=$ac_res
12624 fi
12625 rm -f core conftest.err conftest.$ac_objext \
12626 conftest$ac_exeext
12627 if ${ac_cv_search_RegOpenKeyExA+:} false; then :
12628 break
12629 fi
12630 done
12631 if ${ac_cv_search_RegOpenKeyExA+:} false; then :
12632
12633 else
12634 ac_cv_search_RegOpenKeyExA=no
12635 fi
12636 rm conftest.$ac_ext
12637 LIBS=$ac_func_search_save_LIBS
12638 fi
12639 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_RegOpenKeyExA" >&5
12640 $as_echo "$ac_cv_search_RegOpenKeyExA" >&6; }
12641 ac_res=$ac_cv_search_RegOpenKeyExA
12642 if test "$ac_res" != no; then :
12643 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12644
12645 else
12646 enable_win32_registry=no
12647 fi
12648
12649 fi
12650
12651 if test "x$enable_win32_registry" != xno; then
12652
12653 $as_echo "#define ENABLE_WIN32_REGISTRY 1" >>confdefs.h
12654
12655
12656 if test "x$enable_win32_registry" != xyes \
12657 && test "x$enable_win32_registry" != x; then
12658
12659 cat >>confdefs.h <<_ACEOF
12660 #define WIN32_REGISTRY_KEY "$enable_win32_registry"
12661 _ACEOF
12662
12663 fi
12664 fi
12665 ;;
12666 esac
12667
12668 # Get an absolute path to the GCC top-level source directory
12669 holddir=`${PWDCMD-pwd}`
12670 cd $srcdir
12671 topdir=`${PWDCMD-pwd}`
12672 cd $holddir
12673
12674 # Conditionalize the makefile for this host machine.
12675 xmake_file=
12676 for f in ${host_xmake_file}
12677 do
12678 if test -f ${srcdir}/config/$f
12679 then
12680 xmake_file="${xmake_file} \$(srcdir)/config/$f"
12681 fi
12682 done
12683
12684 # Conditionalize the makefile for this target machine.
12685 tmake_file_=
12686 for f in ${tmake_file}
12687 do
12688 if test -f ${srcdir}/config/$f
12689 then
12690 tmake_file_="${tmake_file_} \$(srcdir)/config/$f"
12691 fi
12692 done
12693 tmake_file="${tmake_file_}${omp_device_property_tmake_file}"
12694
12695 out_object_file=`basename $out_file .c`.o
12696 common_out_object_file=`basename $common_out_file .c`.o
12697
12698 tm_file_list="options.h"
12699 tm_include_list="options.h insn-constants.h"
12700 for f in $tm_file; do
12701 case $f in
12702 ./* )
12703 f=`echo $f | sed 's/^..//'`
12704 tm_file_list="${tm_file_list} $f"
12705 tm_include_list="${tm_include_list} $f"
12706 ;;
12707 defaults.h )
12708 tm_file_list="${tm_file_list} \$(srcdir)/$f"
12709 tm_include_list="${tm_include_list} $f"
12710 ;;
12711 * )
12712 tm_file_list="${tm_file_list} \$(srcdir)/config/$f"
12713 tm_include_list="${tm_include_list} config/$f"
12714 ;;
12715 esac
12716 done
12717
12718 tm_p_file_list=
12719 tm_p_include_list=
12720 for f in $tm_p_file; do
12721 case $f in
12722 tm-preds.h )
12723 tm_p_file_list="${tm_p_file_list} $f"
12724 tm_p_include_list="${tm_p_include_list} $f"
12725 ;;
12726 * )
12727 tm_p_file_list="${tm_p_file_list} \$(srcdir)/config/$f"
12728 tm_p_include_list="${tm_p_include_list} config/$f"
12729 esac
12730 done
12731
12732 tm_d_file_list=
12733 tm_d_include_list="options.h insn-constants.h"
12734 for f in $tm_d_file; do
12735 case $f in
12736 defaults.h )
12737 tm_d_file_list="${tm_d_file_list} \$(srcdir)/$f"
12738 tm_d_include_list="${tm_d_include_list} $f"
12739 ;;
12740 * )
12741 tm_d_file_list="${tm_d_file_list} \$(srcdir)/config/$f"
12742 tm_d_include_list="${tm_d_include_list} config/$f"
12743 ;;
12744 esac
12745 done
12746
12747 xm_file_list=
12748 xm_include_list=
12749 for f in $xm_file; do
12750 case $f in
12751 ansidecl.h )
12752 xm_file_list="${xm_file_list} \$(srcdir)/../include/$f"
12753 xm_include_list="${xm_include_list} $f"
12754 ;;
12755 auto-host.h )
12756 xm_file_list="${xm_file_list} $f"
12757 xm_include_list="${xm_include_list} $f"
12758 ;;
12759 * )
12760 xm_file_list="${xm_file_list} \$(srcdir)/config/$f"
12761 xm_include_list="${xm_include_list} config/$f"
12762 ;;
12763 esac
12764 done
12765
12766 host_xm_file_list=
12767 host_xm_include_list=
12768 for f in $host_xm_file; do
12769 case $f in
12770 ansidecl.h )
12771 host_xm_file_list="${host_xm_file_list} \$(srcdir)/../include/$f"
12772 host_xm_include_list="${host_xm_include_list} $f"
12773 ;;
12774 auto-host.h )
12775 host_xm_file_list="${host_xm_file_list} $f"
12776 host_xm_include_list="${host_xm_include_list} $f"
12777 ;;
12778 * )
12779 host_xm_file_list="${host_xm_file_list} \$(srcdir)/config/$f"
12780 host_xm_include_list="${host_xm_include_list} config/$f"
12781 ;;
12782 esac
12783 done
12784
12785 build_xm_file_list=
12786 for f in $build_xm_file; do
12787 case $f in
12788 ansidecl.h )
12789 build_xm_file_list="${build_xm_file_list} \$(srcdir)/../include/$f"
12790 build_xm_include_list="${build_xm_include_list} $f"
12791 ;;
12792 auto-build.h | auto-host.h )
12793 build_xm_file_list="${build_xm_file_list} $f"
12794 build_xm_include_list="${build_xm_include_list} $f"
12795 ;;
12796 * )
12797 build_xm_file_list="${build_xm_file_list} \$(srcdir)/config/$f"
12798 build_xm_include_list="${build_xm_include_list} config/$f"
12799 ;;
12800 esac
12801 done
12802
12803 # Define macro CROSS_DIRECTORY_STRUCTURE in compilation if this is a
12804 # cross-compiler which does not use the native headers and libraries.
12805 # Also use all.cross instead of all.internal and adjust SYSTEM_HEADER_DIR.
12806 CROSS=
12807 ALL=all.internal
12808 SYSTEM_HEADER_DIR='$(NATIVE_SYSTEM_HEADER_DIR)'
12809 BUILD_SYSTEM_HEADER_DIR=$SYSTEM_HEADER_DIR
12810
12811 if test x$host != x$target || test "x$TARGET_SYSTEM_ROOT" != x ||
12812 test x$build != x$host || test "x$with_build_sysroot" != x; then
12813 if test "x$with_build_sysroot" != x; then
12814 BUILD_SYSTEM_HEADER_DIR=$with_build_sysroot'$${sysroot_headers_suffix}$(NATIVE_SYSTEM_HEADER_DIR)'
12815 else
12816 BUILD_SYSTEM_HEADER_DIR='$(CROSS_SYSTEM_HEADER_DIR)'
12817 fi
12818
12819 if test x$host != x$target
12820 then
12821 CROSS="-DCROSS_DIRECTORY_STRUCTURE"
12822 ALL=all.cross
12823 SYSTEM_HEADER_DIR=$BUILD_SYSTEM_HEADER_DIR
12824 elif test "x$TARGET_SYSTEM_ROOT" != x; then
12825 SYSTEM_HEADER_DIR='$(CROSS_SYSTEM_HEADER_DIR)'
12826 fi
12827
12828 if test "x$with_build_sysroot" != "x"; then
12829 target_header_dir="${with_build_sysroot}${native_system_header_dir}"
12830 elif test "x$with_sysroot" = x; then
12831 target_header_dir="${test_exec_prefix}/${target_noncanonical}/sys-include"
12832 elif test "x$with_sysroot" = xyes; then
12833 target_header_dir="${test_exec_prefix}/${target_noncanonical}/sys-root${native_system_header_dir}"
12834 else
12835 target_header_dir="${with_sysroot}${native_system_header_dir}"
12836 fi
12837 else
12838 target_header_dir=${native_system_header_dir}
12839 fi
12840
12841 # If this is a cross-compiler that does not
12842 # have its own set of headers then define
12843 # inhibit_libc
12844
12845 # If this is using newlib, without having the headers available now,
12846 # then define inhibit_libc in LIBGCC2_CFLAGS.
12847 # This prevents libgcc2 from containing any code which requires libc
12848 # support.
12849 : ${inhibit_libc=false}
12850 if { { test x$host != x$target && test "x$with_sysroot" = x ; } ||
12851 test x$with_newlib = xyes ; } &&
12852 { test "x$with_headers" = xno || test ! -f "$target_header_dir/stdio.h"; } ; then
12853 inhibit_libc=true
12854 fi
12855
12856
12857 # When building gcc with a cross-compiler, we need to adjust things so
12858 # that the generator programs are still built with the native compiler.
12859 # Also, we cannot run fixincludes.
12860
12861 # These are the normal (build=host) settings:
12862 CC_FOR_BUILD='$(CC)'
12863 CXX_FOR_BUILD='$(CXX)'
12864 BUILD_CFLAGS='$(ALL_CFLAGS)'
12865 BUILD_CXXFLAGS='$(ALL_CXXFLAGS)'
12866 BUILD_LDFLAGS='$(LDFLAGS)'
12867 STMP_FIXINC=stmp-fixinc
12868
12869 BUILD_NO_PIE_CFLAGS='$(NO_PIE_CFLAGS)'
12870 BUILD_NO_PIE_FLAG='$(NO_PIE_FLAG)'
12871
12872 # And these apply if build != host, or we are generating coverage data
12873 if test x$build != x$host || test "x$coverage_flags" != x
12874 then
12875 BUILD_CFLAGS='$(INTERNAL_CFLAGS) $(T_CFLAGS) $(CFLAGS_FOR_BUILD)'
12876 BUILD_CXXFLAGS='$(INTERNAL_CFLAGS) $(T_CFLAGS) $(CXXFLAGS_FOR_BUILD)'
12877 BUILD_LDFLAGS='$(LDFLAGS_FOR_BUILD)'
12878
12879 NO_PIE_CFLAGS_FOR_BUILD=${NO_PIE_CFLAGS_FOR_BUILD-${NO_PIE_CFLAGS}}
12880 NO_PIE_FLAG_FOR_BUILD=${NO_PIE_FLAG_FOR_BUILD-${NO_PIE_FLAG}}
12881 BUILD_NO_PIE_CFLAGS='$(NO_PIE_CFLAGS_FOR_BUILD)'
12882 BUILD_NO_PIE_FLAG='$(NO_PIE_FLAG_FOR_BUILD)'
12883 fi
12884
12885
12886
12887 # Expand extra_headers to include complete path.
12888 # This substitutes for lots of t-* files.
12889 extra_headers_list=
12890 # Prepend $(srcdir)/config/${cpu_type}/ to every entry in extra_headers.
12891 for file in ${extra_headers} ; do
12892 extra_headers_list="${extra_headers_list} \$(srcdir)/config/${cpu_type}/${file}"
12893 done
12894
12895 # If use_gcc_tgmath is set, append ginclude/tgmath.h.
12896 if test x"$use_gcc_tgmath" = xyes
12897 then extra_headers_list="${extra_headers_list} \$(srcdir)/ginclude/tgmath.h"
12898 fi
12899
12900 # Define collect2 in Makefile.
12901 case $host_can_use_collect2 in
12902 no) collect2= ;;
12903 *) collect2='collect2$(exeext)' ;;
12904 esac
12905
12906
12907 # Add a definition of USE_COLLECT2 if system wants one.
12908 case $use_collect2 in
12909 no) use_collect2= ;;
12910 "") ;;
12911 *)
12912 host_xm_defines="${host_xm_defines} USE_COLLECT2"
12913 xm_defines="${xm_defines} USE_COLLECT2"
12914 case $host_can_use_collect2 in
12915 no)
12916 as_fn_error $? "collect2 is required but cannot be built on this system" "$LINENO" 5
12917 ;;
12918 esac
12919 ;;
12920 esac
12921
12922
12923 cat >>confdefs.h <<_ACEOF
12924 #define LTOPLUGINSONAME "${host_lto_plugin_soname}"
12925 _ACEOF
12926
12927
12928 # ---------------------------
12929 # Assembler & linker features
12930 # ---------------------------
12931
12932 # During stage 2, ld is actually gcc/collect-ld, which is a small script to
12933 # discern between when to use prev-ld/ld-new and when to use ld/ld-new.
12934 # However when ld-new is first executed from the build tree, libtool will
12935 # relink it as .libs/lt-ld-new, so that it can give it an RPATH that refers
12936 # to the build tree. While doing this we need to use the previous-stage
12937 # linker, or we have an infinite loop. The presence of a shell script as
12938 # ld/ld-new, and the fact that the script *uses ld itself*, is what confuses
12939 # the gcc/collect-ld script. So we need to know how libtool works, or
12940 # exec-tool will fail.
12941
12942
12943 case `pwd` in
12944 *\ * | *\ *)
12945 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
12946 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
12947 esac
12948
12949
12950
12951 macro_version='2.2.7a'
12952 macro_revision='1.3134'
12953
12954
12955
12956
12957
12958
12959
12960
12961
12962
12963
12964
12965
12966 ltmain="$ac_aux_dir/ltmain.sh"
12967
12968 # Backslashify metacharacters that are still active within
12969 # double-quoted strings.
12970 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
12971
12972 # Same as above, but do not quote variable references.
12973 double_quote_subst='s/\(["`\\]\)/\\\1/g'
12974
12975 # Sed substitution to delay expansion of an escaped shell variable in a
12976 # double_quote_subst'ed string.
12977 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
12978
12979 # Sed substitution to delay expansion of an escaped single quote.
12980 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
12981
12982 # Sed substitution to avoid accidental globbing in evaled expressions
12983 no_glob_subst='s/\*/\\\*/g'
12984
12985 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
12986 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
12987 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
12988
12989 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
12990 $as_echo_n "checking how to print strings... " >&6; }
12991 # Test print first, because it will be a builtin if present.
12992 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
12993 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
12994 ECHO='print -r --'
12995 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
12996 ECHO='printf %s\n'
12997 else
12998 # Use this function as a fallback that always works.
12999 func_fallback_echo ()
13000 {
13001 eval 'cat <<_LTECHO_EOF
13002 $1
13003 _LTECHO_EOF'
13004 }
13005 ECHO='func_fallback_echo'
13006 fi
13007
13008 # func_echo_all arg...
13009 # Invoke $ECHO with all args, space-separated.
13010 func_echo_all ()
13011 {
13012 $ECHO ""
13013 }
13014
13015 case "$ECHO" in
13016 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
13017 $as_echo "printf" >&6; } ;;
13018 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
13019 $as_echo "print -r" >&6; } ;;
13020 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
13021 $as_echo "cat" >&6; } ;;
13022 esac
13023
13024
13025
13026
13027
13028
13029
13030
13031
13032
13033
13034
13035
13036
13037 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
13038 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
13039 if ${ac_cv_path_SED+:} false; then :
13040 $as_echo_n "(cached) " >&6
13041 else
13042 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
13043 for ac_i in 1 2 3 4 5 6 7; do
13044 ac_script="$ac_script$as_nl$ac_script"
13045 done
13046 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
13047 { ac_script=; unset ac_script;}
13048 if test -z "$SED"; then
13049 ac_path_SED_found=false
13050 # Loop through the user's path and test for each of PROGNAME-LIST
13051 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13052 for as_dir in $PATH
13053 do
13054 IFS=$as_save_IFS
13055 test -z "$as_dir" && as_dir=.
13056 for ac_prog in sed gsed; do
13057 for ac_exec_ext in '' $ac_executable_extensions; do
13058 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
13059 as_fn_executable_p "$ac_path_SED" || continue
13060 # Check for GNU ac_path_SED and select it if it is found.
13061 # Check for GNU $ac_path_SED
13062 case `"$ac_path_SED" --version 2>&1` in
13063 *GNU*)
13064 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
13065 *)
13066 ac_count=0
13067 $as_echo_n 0123456789 >"conftest.in"
13068 while :
13069 do
13070 cat "conftest.in" "conftest.in" >"conftest.tmp"
13071 mv "conftest.tmp" "conftest.in"
13072 cp "conftest.in" "conftest.nl"
13073 $as_echo '' >> "conftest.nl"
13074 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
13075 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
13076 as_fn_arith $ac_count + 1 && ac_count=$as_val
13077 if test $ac_count -gt ${ac_path_SED_max-0}; then
13078 # Best one so far, save it but keep looking for a better one
13079 ac_cv_path_SED="$ac_path_SED"
13080 ac_path_SED_max=$ac_count
13081 fi
13082 # 10*(2^10) chars as input seems more than enough
13083 test $ac_count -gt 10 && break
13084 done
13085 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
13086 esac
13087
13088 $ac_path_SED_found && break 3
13089 done
13090 done
13091 done
13092 IFS=$as_save_IFS
13093 if test -z "$ac_cv_path_SED"; then
13094 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
13095 fi
13096 else
13097 ac_cv_path_SED=$SED
13098 fi
13099
13100 fi
13101 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
13102 $as_echo "$ac_cv_path_SED" >&6; }
13103 SED="$ac_cv_path_SED"
13104 rm -f conftest.sed
13105
13106 test -z "$SED" && SED=sed
13107 Xsed="$SED -e 1s/^X//"
13108
13109
13110
13111
13112
13113
13114
13115
13116
13117
13118
13119 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
13120 $as_echo_n "checking for fgrep... " >&6; }
13121 if ${ac_cv_path_FGREP+:} false; then :
13122 $as_echo_n "(cached) " >&6
13123 else
13124 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
13125 then ac_cv_path_FGREP="$GREP -F"
13126 else
13127 if test -z "$FGREP"; then
13128 ac_path_FGREP_found=false
13129 # Loop through the user's path and test for each of PROGNAME-LIST
13130 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13131 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
13132 do
13133 IFS=$as_save_IFS
13134 test -z "$as_dir" && as_dir=.
13135 for ac_prog in fgrep; do
13136 for ac_exec_ext in '' $ac_executable_extensions; do
13137 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
13138 as_fn_executable_p "$ac_path_FGREP" || continue
13139 # Check for GNU ac_path_FGREP and select it if it is found.
13140 # Check for GNU $ac_path_FGREP
13141 case `"$ac_path_FGREP" --version 2>&1` in
13142 *GNU*)
13143 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
13144 *)
13145 ac_count=0
13146 $as_echo_n 0123456789 >"conftest.in"
13147 while :
13148 do
13149 cat "conftest.in" "conftest.in" >"conftest.tmp"
13150 mv "conftest.tmp" "conftest.in"
13151 cp "conftest.in" "conftest.nl"
13152 $as_echo 'FGREP' >> "conftest.nl"
13153 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
13154 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
13155 as_fn_arith $ac_count + 1 && ac_count=$as_val
13156 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
13157 # Best one so far, save it but keep looking for a better one
13158 ac_cv_path_FGREP="$ac_path_FGREP"
13159 ac_path_FGREP_max=$ac_count
13160 fi
13161 # 10*(2^10) chars as input seems more than enough
13162 test $ac_count -gt 10 && break
13163 done
13164 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
13165 esac
13166
13167 $ac_path_FGREP_found && break 3
13168 done
13169 done
13170 done
13171 IFS=$as_save_IFS
13172 if test -z "$ac_cv_path_FGREP"; then
13173 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
13174 fi
13175 else
13176 ac_cv_path_FGREP=$FGREP
13177 fi
13178
13179 fi
13180 fi
13181 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
13182 $as_echo "$ac_cv_path_FGREP" >&6; }
13183 FGREP="$ac_cv_path_FGREP"
13184
13185
13186 test -z "$GREP" && GREP=grep
13187
13188
13189
13190
13191
13192
13193
13194
13195
13196
13197
13198
13199
13200
13201
13202
13203
13204
13205
13206 # Check whether --with-gnu-ld was given.
13207 if test "${with_gnu_ld+set}" = set; then :
13208 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
13209 else
13210 with_gnu_ld=no
13211 fi
13212
13213 ac_prog=ld
13214 if test "$GCC" = yes; then
13215 # Check if gcc -print-prog-name=ld gives a path.
13216 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
13217 $as_echo_n "checking for ld used by $CC... " >&6; }
13218 case $host in
13219 *-*-mingw*)
13220 # gcc leaves a trailing carriage return which upsets mingw
13221 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
13222 *)
13223 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
13224 esac
13225 case $ac_prog in
13226 # Accept absolute paths.
13227 [\\/]* | ?:[\\/]*)
13228 re_direlt='/[^/][^/]*/\.\./'
13229 # Canonicalize the pathname of ld
13230 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
13231 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
13232 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
13233 done
13234 test -z "$LD" && LD="$ac_prog"
13235 ;;
13236 "")
13237 # If it fails, then pretend we aren't using GCC.
13238 ac_prog=ld
13239 ;;
13240 *)
13241 # If it is relative, then search for the first ld in PATH.
13242 with_gnu_ld=unknown
13243 ;;
13244 esac
13245 elif test "$with_gnu_ld" = yes; then
13246 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
13247 $as_echo_n "checking for GNU ld... " >&6; }
13248 else
13249 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
13250 $as_echo_n "checking for non-GNU ld... " >&6; }
13251 fi
13252 if ${lt_cv_path_LD+:} false; then :
13253 $as_echo_n "(cached) " >&6
13254 else
13255 if test -z "$LD"; then
13256 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
13257 for ac_dir in $PATH; do
13258 IFS="$lt_save_ifs"
13259 test -z "$ac_dir" && ac_dir=.
13260 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
13261 lt_cv_path_LD="$ac_dir/$ac_prog"
13262 # Check to see if the program is GNU ld. I'd rather use --version,
13263 # but apparently some variants of GNU ld only accept -v.
13264 # Break only if it was the GNU/non-GNU ld that we prefer.
13265 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
13266 *GNU* | *'with BFD'*)
13267 test "$with_gnu_ld" != no && break
13268 ;;
13269 *)
13270 test "$with_gnu_ld" != yes && break
13271 ;;
13272 esac
13273 fi
13274 done
13275 IFS="$lt_save_ifs"
13276 else
13277 lt_cv_path_LD="$LD" # Let the user override the test with a path.
13278 fi
13279 fi
13280
13281 LD="$lt_cv_path_LD"
13282 if test -n "$LD"; then
13283 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
13284 $as_echo "$LD" >&6; }
13285 else
13286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13287 $as_echo "no" >&6; }
13288 fi
13289 test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
13290 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
13291 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
13292 if ${lt_cv_prog_gnu_ld+:} false; then :
13293 $as_echo_n "(cached) " >&6
13294 else
13295 # I'd rather use --version here, but apparently some GNU lds only accept -v.
13296 case `$LD -v 2>&1 </dev/null` in
13297 *GNU* | *'with BFD'*)
13298 lt_cv_prog_gnu_ld=yes
13299 ;;
13300 *)
13301 lt_cv_prog_gnu_ld=no
13302 ;;
13303 esac
13304 fi
13305 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
13306 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
13307 with_gnu_ld=$lt_cv_prog_gnu_ld
13308
13309
13310
13311
13312
13313
13314
13315
13316
13317 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
13318 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
13319 if ${lt_cv_path_NM+:} false; then :
13320 $as_echo_n "(cached) " >&6
13321 else
13322 if test -n "$NM"; then
13323 # Let the user override the test.
13324 lt_cv_path_NM="$NM"
13325 else
13326 lt_nm_to_check="${ac_tool_prefix}nm"
13327 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
13328 lt_nm_to_check="$lt_nm_to_check nm"
13329 fi
13330 for lt_tmp_nm in $lt_nm_to_check; do
13331 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
13332 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
13333 IFS="$lt_save_ifs"
13334 test -z "$ac_dir" && ac_dir=.
13335 tmp_nm="$ac_dir/$lt_tmp_nm"
13336 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
13337 # Check to see if the nm accepts a BSD-compat flag.
13338 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
13339 # nm: unknown option "B" ignored
13340 # Tru64's nm complains that /dev/null is an invalid object file
13341 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
13342 */dev/null* | *'Invalid file or object type'*)
13343 lt_cv_path_NM="$tmp_nm -B"
13344 break
13345 ;;
13346 *)
13347 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
13348 */dev/null*)
13349 lt_cv_path_NM="$tmp_nm -p"
13350 break
13351 ;;
13352 *)
13353 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
13354 continue # so that we can try to find one that supports BSD flags
13355 ;;
13356 esac
13357 ;;
13358 esac
13359 fi
13360 done
13361 IFS="$lt_save_ifs"
13362 done
13363 : ${lt_cv_path_NM=no}
13364 fi
13365 fi
13366 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
13367 $as_echo "$lt_cv_path_NM" >&6; }
13368 if test "$lt_cv_path_NM" != "no"; then
13369 NM="$lt_cv_path_NM"
13370 else
13371 # Didn't find any BSD compatible name lister, look for dumpbin.
13372 if test -n "$DUMPBIN"; then :
13373 # Let the user override the test.
13374 else
13375 if test -n "$ac_tool_prefix"; then
13376 for ac_prog in dumpbin "link -dump"
13377 do
13378 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
13379 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
13380 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13381 $as_echo_n "checking for $ac_word... " >&6; }
13382 if ${ac_cv_prog_DUMPBIN+:} false; then :
13383 $as_echo_n "(cached) " >&6
13384 else
13385 if test -n "$DUMPBIN"; then
13386 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
13387 else
13388 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13389 for as_dir in $PATH
13390 do
13391 IFS=$as_save_IFS
13392 test -z "$as_dir" && as_dir=.
13393 for ac_exec_ext in '' $ac_executable_extensions; do
13394 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13395 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
13396 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13397 break 2
13398 fi
13399 done
13400 done
13401 IFS=$as_save_IFS
13402
13403 fi
13404 fi
13405 DUMPBIN=$ac_cv_prog_DUMPBIN
13406 if test -n "$DUMPBIN"; then
13407 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
13408 $as_echo "$DUMPBIN" >&6; }
13409 else
13410 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13411 $as_echo "no" >&6; }
13412 fi
13413
13414
13415 test -n "$DUMPBIN" && break
13416 done
13417 fi
13418 if test -z "$DUMPBIN"; then
13419 ac_ct_DUMPBIN=$DUMPBIN
13420 for ac_prog in dumpbin "link -dump"
13421 do
13422 # Extract the first word of "$ac_prog", so it can be a program name with args.
13423 set dummy $ac_prog; ac_word=$2
13424 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13425 $as_echo_n "checking for $ac_word... " >&6; }
13426 if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
13427 $as_echo_n "(cached) " >&6
13428 else
13429 if test -n "$ac_ct_DUMPBIN"; then
13430 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
13431 else
13432 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13433 for as_dir in $PATH
13434 do
13435 IFS=$as_save_IFS
13436 test -z "$as_dir" && as_dir=.
13437 for ac_exec_ext in '' $ac_executable_extensions; do
13438 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13439 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
13440 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13441 break 2
13442 fi
13443 done
13444 done
13445 IFS=$as_save_IFS
13446
13447 fi
13448 fi
13449 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
13450 if test -n "$ac_ct_DUMPBIN"; then
13451 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
13452 $as_echo "$ac_ct_DUMPBIN" >&6; }
13453 else
13454 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13455 $as_echo "no" >&6; }
13456 fi
13457
13458
13459 test -n "$ac_ct_DUMPBIN" && break
13460 done
13461
13462 if test "x$ac_ct_DUMPBIN" = x; then
13463 DUMPBIN=":"
13464 else
13465 case $cross_compiling:$ac_tool_warned in
13466 yes:)
13467 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
13468 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
13469 ac_tool_warned=yes ;;
13470 esac
13471 DUMPBIN=$ac_ct_DUMPBIN
13472 fi
13473 fi
13474
13475 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
13476 *COFF*)
13477 DUMPBIN="$DUMPBIN -symbols"
13478 ;;
13479 *)
13480 DUMPBIN=:
13481 ;;
13482 esac
13483 fi
13484
13485 if test "$DUMPBIN" != ":"; then
13486 NM="$DUMPBIN"
13487 fi
13488 fi
13489 test -z "$NM" && NM=nm
13490
13491
13492
13493
13494
13495
13496 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
13497 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
13498 if ${lt_cv_nm_interface+:} false; then :
13499 $as_echo_n "(cached) " >&6
13500 else
13501 lt_cv_nm_interface="BSD nm"
13502 echo "int some_variable = 0;" > conftest.$ac_ext
13503 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
13504 (eval "$ac_compile" 2>conftest.err)
13505 cat conftest.err >&5
13506 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
13507 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
13508 cat conftest.err >&5
13509 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
13510 cat conftest.out >&5
13511 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
13512 lt_cv_nm_interface="MS dumpbin"
13513 fi
13514 rm -f conftest*
13515 fi
13516 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
13517 $as_echo "$lt_cv_nm_interface" >&6; }
13518
13519 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
13520 $as_echo_n "checking whether ln -s works... " >&6; }
13521 LN_S=$as_ln_s
13522 if test "$LN_S" = "ln -s"; then
13523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13524 $as_echo "yes" >&6; }
13525 else
13526 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
13527 $as_echo "no, using $LN_S" >&6; }
13528 fi
13529
13530 # find the maximum length of command line arguments
13531 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
13532 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
13533 if ${lt_cv_sys_max_cmd_len+:} false; then :
13534 $as_echo_n "(cached) " >&6
13535 else
13536 i=0
13537 teststring="ABCD"
13538
13539 case $build_os in
13540 msdosdjgpp*)
13541 # On DJGPP, this test can blow up pretty badly due to problems in libc
13542 # (any single argument exceeding 2000 bytes causes a buffer overrun
13543 # during glob expansion). Even if it were fixed, the result of this
13544 # check would be larger than it should be.
13545 lt_cv_sys_max_cmd_len=12288; # 12K is about right
13546 ;;
13547
13548 gnu*)
13549 # Under GNU Hurd, this test is not required because there is
13550 # no limit to the length of command line arguments.
13551 # Libtool will interpret -1 as no limit whatsoever
13552 lt_cv_sys_max_cmd_len=-1;
13553 ;;
13554
13555 cygwin* | mingw* | cegcc*)
13556 # On Win9x/ME, this test blows up -- it succeeds, but takes
13557 # about 5 minutes as the teststring grows exponentially.
13558 # Worse, since 9x/ME are not pre-emptively multitasking,
13559 # you end up with a "frozen" computer, even though with patience
13560 # the test eventually succeeds (with a max line length of 256k).
13561 # Instead, let's just punt: use the minimum linelength reported by
13562 # all of the supported platforms: 8192 (on NT/2K/XP).
13563 lt_cv_sys_max_cmd_len=8192;
13564 ;;
13565
13566 mint*)
13567 # On MiNT this can take a long time and run out of memory.
13568 lt_cv_sys_max_cmd_len=8192;
13569 ;;
13570
13571 amigaos*)
13572 # On AmigaOS with pdksh, this test takes hours, literally.
13573 # So we just punt and use a minimum line length of 8192.
13574 lt_cv_sys_max_cmd_len=8192;
13575 ;;
13576
13577 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
13578 # This has been around since 386BSD, at least. Likely further.
13579 if test -x /sbin/sysctl; then
13580 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
13581 elif test -x /usr/sbin/sysctl; then
13582 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
13583 else
13584 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
13585 fi
13586 # And add a safety zone
13587 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
13588 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
13589 ;;
13590
13591 interix*)
13592 # We know the value 262144 and hardcode it with a safety zone (like BSD)
13593 lt_cv_sys_max_cmd_len=196608
13594 ;;
13595
13596 osf*)
13597 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
13598 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
13599 # nice to cause kernel panics so lets avoid the loop below.
13600 # First set a reasonable default.
13601 lt_cv_sys_max_cmd_len=16384
13602 #
13603 if test -x /sbin/sysconfig; then
13604 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
13605 *1*) lt_cv_sys_max_cmd_len=-1 ;;
13606 esac
13607 fi
13608 ;;
13609 sco3.2v5*)
13610 lt_cv_sys_max_cmd_len=102400
13611 ;;
13612 sysv5* | sco5v6* | sysv4.2uw2*)
13613 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
13614 if test -n "$kargmax"; then
13615 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
13616 else
13617 lt_cv_sys_max_cmd_len=32768
13618 fi
13619 ;;
13620 *)
13621 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
13622 if test -n "$lt_cv_sys_max_cmd_len"; then
13623 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
13624 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
13625 else
13626 # Make teststring a little bigger before we do anything with it.
13627 # a 1K string should be a reasonable start.
13628 for i in 1 2 3 4 5 6 7 8 ; do
13629 teststring=$teststring$teststring
13630 done
13631 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
13632 # If test is not a shell built-in, we'll probably end up computing a
13633 # maximum length that is only half of the actual maximum length, but
13634 # we can't tell.
13635 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
13636 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
13637 test $i != 17 # 1/2 MB should be enough
13638 do
13639 i=`expr $i + 1`
13640 teststring=$teststring$teststring
13641 done
13642 # Only check the string length outside the loop.
13643 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
13644 teststring=
13645 # Add a significant safety factor because C++ compilers can tack on
13646 # massive amounts of additional arguments before passing them to the
13647 # linker. It appears as though 1/2 is a usable value.
13648 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
13649 fi
13650 ;;
13651 esac
13652
13653 fi
13654
13655 if test -n $lt_cv_sys_max_cmd_len ; then
13656 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
13657 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
13658 else
13659 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
13660 $as_echo "none" >&6; }
13661 fi
13662 max_cmd_len=$lt_cv_sys_max_cmd_len
13663
13664
13665
13666
13667
13668
13669 : ${CP="cp -f"}
13670 : ${MV="mv -f"}
13671 : ${RM="rm -f"}
13672
13673 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
13674 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
13675 # Try some XSI features
13676 xsi_shell=no
13677 ( _lt_dummy="a/b/c"
13678 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
13679 = c,a/b,, \
13680 && eval 'test $(( 1 + 1 )) -eq 2 \
13681 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
13682 && xsi_shell=yes
13683 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
13684 $as_echo "$xsi_shell" >&6; }
13685
13686
13687 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
13688 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
13689 lt_shell_append=no
13690 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
13691 >/dev/null 2>&1 \
13692 && lt_shell_append=yes
13693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
13694 $as_echo "$lt_shell_append" >&6; }
13695
13696
13697 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
13698 lt_unset=unset
13699 else
13700 lt_unset=false
13701 fi
13702
13703
13704
13705
13706
13707 # test EBCDIC or ASCII
13708 case `echo X|tr X '\101'` in
13709 A) # ASCII based system
13710 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
13711 lt_SP2NL='tr \040 \012'
13712 lt_NL2SP='tr \015\012 \040\040'
13713 ;;
13714 *) # EBCDIC based system
13715 lt_SP2NL='tr \100 \n'
13716 lt_NL2SP='tr \r\n \100\100'
13717 ;;
13718 esac
13719
13720
13721
13722
13723
13724
13725
13726
13727
13728 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
13729 $as_echo_n "checking for $LD option to reload object files... " >&6; }
13730 if ${lt_cv_ld_reload_flag+:} false; then :
13731 $as_echo_n "(cached) " >&6
13732 else
13733 lt_cv_ld_reload_flag='-r'
13734 fi
13735 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
13736 $as_echo "$lt_cv_ld_reload_flag" >&6; }
13737 reload_flag=$lt_cv_ld_reload_flag
13738 case $reload_flag in
13739 "" | " "*) ;;
13740 *) reload_flag=" $reload_flag" ;;
13741 esac
13742 reload_cmds='$LD$reload_flag -o $output$reload_objs'
13743 case $host_os in
13744 darwin*)
13745 if test "$GCC" = yes; then
13746 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
13747 else
13748 reload_cmds='$LD$reload_flag -o $output$reload_objs'
13749 fi
13750 ;;
13751 esac
13752
13753
13754
13755
13756
13757
13758
13759
13760
13761 if test -n "$ac_tool_prefix"; then
13762 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
13763 set dummy ${ac_tool_prefix}objdump; ac_word=$2
13764 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13765 $as_echo_n "checking for $ac_word... " >&6; }
13766 if ${ac_cv_prog_OBJDUMP+:} false; then :
13767 $as_echo_n "(cached) " >&6
13768 else
13769 if test -n "$OBJDUMP"; then
13770 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
13771 else
13772 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13773 for as_dir in $PATH
13774 do
13775 IFS=$as_save_IFS
13776 test -z "$as_dir" && as_dir=.
13777 for ac_exec_ext in '' $ac_executable_extensions; do
13778 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13779 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
13780 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13781 break 2
13782 fi
13783 done
13784 done
13785 IFS=$as_save_IFS
13786
13787 fi
13788 fi
13789 OBJDUMP=$ac_cv_prog_OBJDUMP
13790 if test -n "$OBJDUMP"; then
13791 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
13792 $as_echo "$OBJDUMP" >&6; }
13793 else
13794 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13795 $as_echo "no" >&6; }
13796 fi
13797
13798
13799 fi
13800 if test -z "$ac_cv_prog_OBJDUMP"; then
13801 ac_ct_OBJDUMP=$OBJDUMP
13802 # Extract the first word of "objdump", so it can be a program name with args.
13803 set dummy objdump; ac_word=$2
13804 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13805 $as_echo_n "checking for $ac_word... " >&6; }
13806 if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
13807 $as_echo_n "(cached) " >&6
13808 else
13809 if test -n "$ac_ct_OBJDUMP"; then
13810 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
13811 else
13812 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13813 for as_dir in $PATH
13814 do
13815 IFS=$as_save_IFS
13816 test -z "$as_dir" && as_dir=.
13817 for ac_exec_ext in '' $ac_executable_extensions; do
13818 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13819 ac_cv_prog_ac_ct_OBJDUMP="objdump"
13820 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13821 break 2
13822 fi
13823 done
13824 done
13825 IFS=$as_save_IFS
13826
13827 fi
13828 fi
13829 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
13830 if test -n "$ac_ct_OBJDUMP"; then
13831 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
13832 $as_echo "$ac_ct_OBJDUMP" >&6; }
13833 else
13834 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13835 $as_echo "no" >&6; }
13836 fi
13837
13838 if test "x$ac_ct_OBJDUMP" = x; then
13839 OBJDUMP="false"
13840 else
13841 case $cross_compiling:$ac_tool_warned in
13842 yes:)
13843 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
13844 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
13845 ac_tool_warned=yes ;;
13846 esac
13847 OBJDUMP=$ac_ct_OBJDUMP
13848 fi
13849 else
13850 OBJDUMP="$ac_cv_prog_OBJDUMP"
13851 fi
13852
13853 test -z "$OBJDUMP" && OBJDUMP=objdump
13854
13855
13856
13857
13858
13859
13860
13861
13862
13863 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
13864 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
13865 if ${lt_cv_deplibs_check_method+:} false; then :
13866 $as_echo_n "(cached) " >&6
13867 else
13868 lt_cv_file_magic_cmd='$MAGIC_CMD'
13869 lt_cv_file_magic_test_file=
13870 lt_cv_deplibs_check_method='unknown'
13871 # Need to set the preceding variable on all platforms that support
13872 # interlibrary dependencies.
13873 # 'none' -- dependencies not supported.
13874 # `unknown' -- same as none, but documents that we really don't know.
13875 # 'pass_all' -- all dependencies passed with no checks.
13876 # 'test_compile' -- check by making test program.
13877 # 'file_magic [[regex]]' -- check by looking for files in library path
13878 # which responds to the $file_magic_cmd with a given extended regex.
13879 # If you have `file' or equivalent on your system and you're not sure
13880 # whether `pass_all' will *always* work, you probably want this one.
13881
13882 case $host_os in
13883 aix[4-9]*)
13884 lt_cv_deplibs_check_method=pass_all
13885 ;;
13886
13887 beos*)
13888 lt_cv_deplibs_check_method=pass_all
13889 ;;
13890
13891 bsdi[45]*)
13892 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
13893 lt_cv_file_magic_cmd='/usr/bin/file -L'
13894 lt_cv_file_magic_test_file=/shlib/libc.so
13895 ;;
13896
13897 cygwin*)
13898 # func_win32_libid is a shell function defined in ltmain.sh
13899 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
13900 lt_cv_file_magic_cmd='func_win32_libid'
13901 ;;
13902
13903 mingw* | pw32*)
13904 # Base MSYS/MinGW do not provide the 'file' command needed by
13905 # func_win32_libid shell function, so use a weaker test based on 'objdump',
13906 # unless we find 'file', for example because we are cross-compiling.
13907 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
13908 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
13909 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
13910 lt_cv_file_magic_cmd='func_win32_libid'
13911 else
13912 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
13913 lt_cv_file_magic_cmd='$OBJDUMP -f'
13914 fi
13915 ;;
13916
13917 cegcc*)
13918 # use the weaker test based on 'objdump'. See mingw*.
13919 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
13920 lt_cv_file_magic_cmd='$OBJDUMP -f'
13921 ;;
13922
13923 darwin* | rhapsody*)
13924 lt_cv_deplibs_check_method=pass_all
13925 ;;
13926
13927 freebsd* | dragonfly*)
13928 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
13929 case $host_cpu in
13930 i*86 )
13931 # Not sure whether the presence of OpenBSD here was a mistake.
13932 # Let's accept both of them until this is cleared up.
13933 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
13934 lt_cv_file_magic_cmd=/usr/bin/file
13935 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
13936 ;;
13937 esac
13938 else
13939 lt_cv_deplibs_check_method=pass_all
13940 fi
13941 ;;
13942
13943 gnu*)
13944 lt_cv_deplibs_check_method=pass_all
13945 ;;
13946
13947 haiku*)
13948 lt_cv_deplibs_check_method=pass_all
13949 ;;
13950
13951 hpux10.20* | hpux11*)
13952 lt_cv_file_magic_cmd=/usr/bin/file
13953 case $host_cpu in
13954 ia64*)
13955 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
13956 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
13957 ;;
13958 hppa*64*)
13959 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]'
13960 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
13961 ;;
13962 *)
13963 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
13964 lt_cv_file_magic_test_file=/usr/lib/libc.sl
13965 ;;
13966 esac
13967 ;;
13968
13969 interix[3-9]*)
13970 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
13971 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
13972 ;;
13973
13974 irix5* | irix6* | nonstopux*)
13975 case $LD in
13976 *-32|*"-32 ") libmagic=32-bit;;
13977 *-n32|*"-n32 ") libmagic=N32;;
13978 *-64|*"-64 ") libmagic=64-bit;;
13979 *) libmagic=never-match;;
13980 esac
13981 lt_cv_deplibs_check_method=pass_all
13982 ;;
13983
13984 # This must be Linux ELF.
13985 linux* | k*bsd*-gnu | kopensolaris*-gnu | uclinuxfdpiceabi)
13986 lt_cv_deplibs_check_method=pass_all
13987 ;;
13988
13989 netbsd*)
13990 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
13991 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
13992 else
13993 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
13994 fi
13995 ;;
13996
13997 newos6*)
13998 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
13999 lt_cv_file_magic_cmd=/usr/bin/file
14000 lt_cv_file_magic_test_file=/usr/lib/libnls.so
14001 ;;
14002
14003 *nto* | *qnx*)
14004 lt_cv_deplibs_check_method=pass_all
14005 ;;
14006
14007 openbsd*)
14008 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
14009 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
14010 else
14011 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
14012 fi
14013 ;;
14014
14015 osf3* | osf4* | osf5*)
14016 lt_cv_deplibs_check_method=pass_all
14017 ;;
14018
14019 rdos*)
14020 lt_cv_deplibs_check_method=pass_all
14021 ;;
14022
14023 solaris*)
14024 lt_cv_deplibs_check_method=pass_all
14025 ;;
14026
14027 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
14028 lt_cv_deplibs_check_method=pass_all
14029 ;;
14030
14031 sysv4 | sysv4.3*)
14032 case $host_vendor in
14033 motorola)
14034 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]'
14035 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
14036 ;;
14037 ncr)
14038 lt_cv_deplibs_check_method=pass_all
14039 ;;
14040 sequent)
14041 lt_cv_file_magic_cmd='/bin/file'
14042 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
14043 ;;
14044 sni)
14045 lt_cv_file_magic_cmd='/bin/file'
14046 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
14047 lt_cv_file_magic_test_file=/lib/libc.so
14048 ;;
14049 siemens)
14050 lt_cv_deplibs_check_method=pass_all
14051 ;;
14052 pc)
14053 lt_cv_deplibs_check_method=pass_all
14054 ;;
14055 esac
14056 ;;
14057
14058 tpf*)
14059 lt_cv_deplibs_check_method=pass_all
14060 ;;
14061 esac
14062
14063 fi
14064 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
14065 $as_echo "$lt_cv_deplibs_check_method" >&6; }
14066 file_magic_cmd=$lt_cv_file_magic_cmd
14067 deplibs_check_method=$lt_cv_deplibs_check_method
14068 test -z "$deplibs_check_method" && deplibs_check_method=unknown
14069
14070
14071
14072
14073
14074
14075
14076
14077
14078
14079
14080
14081 if test -n "$ac_tool_prefix"; then
14082 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
14083 set dummy ${ac_tool_prefix}ar; ac_word=$2
14084 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
14085 $as_echo_n "checking for $ac_word... " >&6; }
14086 if ${ac_cv_prog_AR+:} false; then :
14087 $as_echo_n "(cached) " >&6
14088 else
14089 if test -n "$AR"; then
14090 ac_cv_prog_AR="$AR" # Let the user override the test.
14091 else
14092 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14093 for as_dir in $PATH
14094 do
14095 IFS=$as_save_IFS
14096 test -z "$as_dir" && as_dir=.
14097 for ac_exec_ext in '' $ac_executable_extensions; do
14098 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14099 ac_cv_prog_AR="${ac_tool_prefix}ar"
14100 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
14101 break 2
14102 fi
14103 done
14104 done
14105 IFS=$as_save_IFS
14106
14107 fi
14108 fi
14109 AR=$ac_cv_prog_AR
14110 if test -n "$AR"; then
14111 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
14112 $as_echo "$AR" >&6; }
14113 else
14114 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14115 $as_echo "no" >&6; }
14116 fi
14117
14118
14119 fi
14120 if test -z "$ac_cv_prog_AR"; then
14121 ac_ct_AR=$AR
14122 # Extract the first word of "ar", so it can be a program name with args.
14123 set dummy ar; ac_word=$2
14124 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
14125 $as_echo_n "checking for $ac_word... " >&6; }
14126 if ${ac_cv_prog_ac_ct_AR+:} false; then :
14127 $as_echo_n "(cached) " >&6
14128 else
14129 if test -n "$ac_ct_AR"; then
14130 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
14131 else
14132 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14133 for as_dir in $PATH
14134 do
14135 IFS=$as_save_IFS
14136 test -z "$as_dir" && as_dir=.
14137 for ac_exec_ext in '' $ac_executable_extensions; do
14138 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14139 ac_cv_prog_ac_ct_AR="ar"
14140 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
14141 break 2
14142 fi
14143 done
14144 done
14145 IFS=$as_save_IFS
14146
14147 fi
14148 fi
14149 ac_ct_AR=$ac_cv_prog_ac_ct_AR
14150 if test -n "$ac_ct_AR"; then
14151 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
14152 $as_echo "$ac_ct_AR" >&6; }
14153 else
14154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14155 $as_echo "no" >&6; }
14156 fi
14157
14158 if test "x$ac_ct_AR" = x; then
14159 AR="false"
14160 else
14161 case $cross_compiling:$ac_tool_warned in
14162 yes:)
14163 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
14164 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
14165 ac_tool_warned=yes ;;
14166 esac
14167 AR=$ac_ct_AR
14168 fi
14169 else
14170 AR="$ac_cv_prog_AR"
14171 fi
14172
14173 test -z "$AR" && AR=ar
14174 test -z "$AR_FLAGS" && AR_FLAGS=cru
14175
14176
14177
14178
14179
14180
14181
14182
14183
14184
14185
14186 if test -n "$ac_tool_prefix"; then
14187 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
14188 set dummy ${ac_tool_prefix}strip; ac_word=$2
14189 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
14190 $as_echo_n "checking for $ac_word... " >&6; }
14191 if ${ac_cv_prog_STRIP+:} false; then :
14192 $as_echo_n "(cached) " >&6
14193 else
14194 if test -n "$STRIP"; then
14195 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
14196 else
14197 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14198 for as_dir in $PATH
14199 do
14200 IFS=$as_save_IFS
14201 test -z "$as_dir" && as_dir=.
14202 for ac_exec_ext in '' $ac_executable_extensions; do
14203 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14204 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
14205 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
14206 break 2
14207 fi
14208 done
14209 done
14210 IFS=$as_save_IFS
14211
14212 fi
14213 fi
14214 STRIP=$ac_cv_prog_STRIP
14215 if test -n "$STRIP"; then
14216 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
14217 $as_echo "$STRIP" >&6; }
14218 else
14219 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14220 $as_echo "no" >&6; }
14221 fi
14222
14223
14224 fi
14225 if test -z "$ac_cv_prog_STRIP"; then
14226 ac_ct_STRIP=$STRIP
14227 # Extract the first word of "strip", so it can be a program name with args.
14228 set dummy strip; ac_word=$2
14229 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
14230 $as_echo_n "checking for $ac_word... " >&6; }
14231 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
14232 $as_echo_n "(cached) " >&6
14233 else
14234 if test -n "$ac_ct_STRIP"; then
14235 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
14236 else
14237 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14238 for as_dir in $PATH
14239 do
14240 IFS=$as_save_IFS
14241 test -z "$as_dir" && as_dir=.
14242 for ac_exec_ext in '' $ac_executable_extensions; do
14243 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14244 ac_cv_prog_ac_ct_STRIP="strip"
14245 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
14246 break 2
14247 fi
14248 done
14249 done
14250 IFS=$as_save_IFS
14251
14252 fi
14253 fi
14254 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
14255 if test -n "$ac_ct_STRIP"; then
14256 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
14257 $as_echo "$ac_ct_STRIP" >&6; }
14258 else
14259 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14260 $as_echo "no" >&6; }
14261 fi
14262
14263 if test "x$ac_ct_STRIP" = x; then
14264 STRIP=":"
14265 else
14266 case $cross_compiling:$ac_tool_warned in
14267 yes:)
14268 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
14269 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
14270 ac_tool_warned=yes ;;
14271 esac
14272 STRIP=$ac_ct_STRIP
14273 fi
14274 else
14275 STRIP="$ac_cv_prog_STRIP"
14276 fi
14277
14278 test -z "$STRIP" && STRIP=:
14279
14280
14281
14282
14283
14284
14285 if test -n "$ac_tool_prefix"; then
14286 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
14287 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
14288 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
14289 $as_echo_n "checking for $ac_word... " >&6; }
14290 if ${ac_cv_prog_RANLIB+:} false; then :
14291 $as_echo_n "(cached) " >&6
14292 else
14293 if test -n "$RANLIB"; then
14294 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
14295 else
14296 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14297 for as_dir in $PATH
14298 do
14299 IFS=$as_save_IFS
14300 test -z "$as_dir" && as_dir=.
14301 for ac_exec_ext in '' $ac_executable_extensions; do
14302 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14303 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
14304 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
14305 break 2
14306 fi
14307 done
14308 done
14309 IFS=$as_save_IFS
14310
14311 fi
14312 fi
14313 RANLIB=$ac_cv_prog_RANLIB
14314 if test -n "$RANLIB"; then
14315 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
14316 $as_echo "$RANLIB" >&6; }
14317 else
14318 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14319 $as_echo "no" >&6; }
14320 fi
14321
14322
14323 fi
14324 if test -z "$ac_cv_prog_RANLIB"; then
14325 ac_ct_RANLIB=$RANLIB
14326 # Extract the first word of "ranlib", so it can be a program name with args.
14327 set dummy ranlib; ac_word=$2
14328 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
14329 $as_echo_n "checking for $ac_word... " >&6; }
14330 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
14331 $as_echo_n "(cached) " >&6
14332 else
14333 if test -n "$ac_ct_RANLIB"; then
14334 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
14335 else
14336 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14337 for as_dir in $PATH
14338 do
14339 IFS=$as_save_IFS
14340 test -z "$as_dir" && as_dir=.
14341 for ac_exec_ext in '' $ac_executable_extensions; do
14342 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14343 ac_cv_prog_ac_ct_RANLIB="ranlib"
14344 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
14345 break 2
14346 fi
14347 done
14348 done
14349 IFS=$as_save_IFS
14350
14351 fi
14352 fi
14353 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
14354 if test -n "$ac_ct_RANLIB"; then
14355 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
14356 $as_echo "$ac_ct_RANLIB" >&6; }
14357 else
14358 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14359 $as_echo "no" >&6; }
14360 fi
14361
14362 if test "x$ac_ct_RANLIB" = x; then
14363 RANLIB=":"
14364 else
14365 case $cross_compiling:$ac_tool_warned in
14366 yes:)
14367 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
14368 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
14369 ac_tool_warned=yes ;;
14370 esac
14371 RANLIB=$ac_ct_RANLIB
14372 fi
14373 else
14374 RANLIB="$ac_cv_prog_RANLIB"
14375 fi
14376
14377 test -z "$RANLIB" && RANLIB=:
14378
14379
14380
14381
14382
14383
14384 # Determine commands to create old-style static archives.
14385 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
14386 old_postinstall_cmds='chmod 644 $oldlib'
14387 old_postuninstall_cmds=
14388
14389 if test -n "$RANLIB"; then
14390 case $host_os in
14391 openbsd*)
14392 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
14393 ;;
14394 *)
14395 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
14396 ;;
14397 esac
14398 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
14399 fi
14400
14401 case $host_os in
14402 darwin*)
14403 lock_old_archive_extraction=yes ;;
14404 *)
14405 lock_old_archive_extraction=no ;;
14406 esac
14407
14408
14409
14410
14411
14412
14413
14414
14415
14416
14417
14418
14419
14420
14421
14422
14423
14424
14425
14426
14427
14428
14429
14430
14431
14432
14433
14434
14435
14436
14437
14438
14439
14440
14441
14442
14443
14444
14445
14446 # If no C compiler was specified, use CC.
14447 LTCC=${LTCC-"$CC"}
14448
14449 # If no C compiler flags were specified, use CFLAGS.
14450 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
14451
14452 # Allow CC to be a program name with arguments.
14453 compiler=$CC
14454
14455
14456 # Check for command to grab the raw symbol name followed by C symbol from nm.
14457 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
14458 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
14459 if ${lt_cv_sys_global_symbol_pipe+:} false; then :
14460 $as_echo_n "(cached) " >&6
14461 else
14462
14463 # These are sane defaults that work on at least a few old systems.
14464 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
14465
14466 # Character class describing NM global symbol codes.
14467 symcode='[BCDEGRST]'
14468
14469 # Regexp to match symbols that can be accessed directly from C.
14470 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
14471
14472 # Define system-specific variables.
14473 case $host_os in
14474 aix*)
14475 symcode='[BCDT]'
14476 ;;
14477 cygwin* | mingw* | pw32* | cegcc*)
14478 symcode='[ABCDGISTW]'
14479 ;;
14480 hpux*)
14481 if test "$host_cpu" = ia64; then
14482 symcode='[ABCDEGRST]'
14483 fi
14484 ;;
14485 irix* | nonstopux*)
14486 symcode='[BCDEGRST]'
14487 ;;
14488 osf*)
14489 symcode='[BCDEGQRST]'
14490 ;;
14491 solaris*)
14492 symcode='[BDRT]'
14493 ;;
14494 sco3.2v5*)
14495 symcode='[DT]'
14496 ;;
14497 sysv4.2uw2*)
14498 symcode='[DT]'
14499 ;;
14500 sysv5* | sco5v6* | unixware* | OpenUNIX*)
14501 symcode='[ABDT]'
14502 ;;
14503 sysv4)
14504 symcode='[DFNSTU]'
14505 ;;
14506 esac
14507
14508 # If we're using GNU nm, then use its standard symbol codes.
14509 case `$NM -V 2>&1` in
14510 *GNU* | *'with BFD'*)
14511 symcode='[ABCDGIRSTW]' ;;
14512 esac
14513
14514 # Transform an extracted symbol line into a proper C declaration.
14515 # Some systems (esp. on ia64) link data and code symbols differently,
14516 # so use this general approach.
14517 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
14518
14519 # Transform an extracted symbol line into symbol name and symbol address
14520 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
14521 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'"
14522
14523 # Handle CRLF in mingw tool chain
14524 opt_cr=
14525 case $build_os in
14526 mingw*)
14527 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
14528 ;;
14529 esac
14530
14531 # Try without a prefix underscore, then with it.
14532 for ac_symprfx in "" "_"; do
14533
14534 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
14535 symxfrm="\\1 $ac_symprfx\\2 \\2"
14536
14537 # Write the raw and C identifiers.
14538 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
14539 # Fake it for dumpbin and say T for any non-static function
14540 # and D for any global variable.
14541 # Also find C++ and __fastcall symbols from MSVC++,
14542 # which start with @ or ?.
14543 lt_cv_sys_global_symbol_pipe="$AWK '"\
14544 " {last_section=section; section=\$ 3};"\
14545 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
14546 " \$ 0!~/External *\|/{next};"\
14547 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
14548 " {if(hide[section]) next};"\
14549 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
14550 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
14551 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
14552 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
14553 " ' prfx=^$ac_symprfx"
14554 else
14555 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
14556 fi
14557
14558 # Check to see that the pipe works correctly.
14559 pipe_works=no
14560
14561 rm -f conftest*
14562 cat > conftest.$ac_ext <<_LT_EOF
14563 #ifdef __cplusplus
14564 extern "C" {
14565 #endif
14566 char nm_test_var;
14567 void nm_test_func(void);
14568 void nm_test_func(void){}
14569 #ifdef __cplusplus
14570 }
14571 #endif
14572 int main(){nm_test_var='a';nm_test_func();return(0);}
14573 _LT_EOF
14574
14575 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
14576 (eval $ac_compile) 2>&5
14577 ac_status=$?
14578 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14579 test $ac_status = 0; }; then
14580 # Now try to grab the symbols.
14581 nlist=conftest.nm
14582 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
14583 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
14584 ac_status=$?
14585 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14586 test $ac_status = 0; } && test -s "$nlist"; then
14587 # Try sorting and uniquifying the output.
14588 if sort "$nlist" | uniq > "$nlist"T; then
14589 mv -f "$nlist"T "$nlist"
14590 else
14591 rm -f "$nlist"T
14592 fi
14593
14594 # Make sure that we snagged all the symbols we need.
14595 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
14596 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
14597 cat <<_LT_EOF > conftest.$ac_ext
14598 #ifdef __cplusplus
14599 extern "C" {
14600 #endif
14601
14602 _LT_EOF
14603 # Now generate the symbol file.
14604 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
14605
14606 cat <<_LT_EOF >> conftest.$ac_ext
14607
14608 /* The mapping between symbol names and symbols. */
14609 const struct {
14610 const char *name;
14611 void *address;
14612 }
14613 lt__PROGRAM__LTX_preloaded_symbols[] =
14614 {
14615 { "@PROGRAM@", (void *) 0 },
14616 _LT_EOF
14617 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
14618 cat <<\_LT_EOF >> conftest.$ac_ext
14619 {0, (void *) 0}
14620 };
14621
14622 /* This works around a problem in FreeBSD linker */
14623 #ifdef FREEBSD_WORKAROUND
14624 static const void *lt_preloaded_setup() {
14625 return lt__PROGRAM__LTX_preloaded_symbols;
14626 }
14627 #endif
14628
14629 #ifdef __cplusplus
14630 }
14631 #endif
14632 _LT_EOF
14633 # Now try linking the two files.
14634 mv conftest.$ac_objext conftstm.$ac_objext
14635 lt_save_LIBS="$LIBS"
14636 lt_save_CFLAGS="$CFLAGS"
14637 LIBS="conftstm.$ac_objext"
14638 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
14639 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
14640 (eval $ac_link) 2>&5
14641 ac_status=$?
14642 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14643 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
14644 pipe_works=yes
14645 fi
14646 LIBS="$lt_save_LIBS"
14647 CFLAGS="$lt_save_CFLAGS"
14648 else
14649 echo "cannot find nm_test_func in $nlist" >&5
14650 fi
14651 else
14652 echo "cannot find nm_test_var in $nlist" >&5
14653 fi
14654 else
14655 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
14656 fi
14657 else
14658 echo "$progname: failed program was:" >&5
14659 cat conftest.$ac_ext >&5
14660 fi
14661 rm -rf conftest* conftst*
14662
14663 # Do not use the global_symbol_pipe unless it works.
14664 if test "$pipe_works" = yes; then
14665 break
14666 else
14667 lt_cv_sys_global_symbol_pipe=
14668 fi
14669 done
14670
14671 fi
14672
14673 if test -z "$lt_cv_sys_global_symbol_pipe"; then
14674 lt_cv_sys_global_symbol_to_cdecl=
14675 fi
14676 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
14677 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
14678 $as_echo "failed" >&6; }
14679 else
14680 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
14681 $as_echo "ok" >&6; }
14682 fi
14683
14684
14685
14686
14687
14688
14689
14690
14691
14692
14693
14694
14695
14696
14697
14698
14699
14700
14701
14702
14703
14704
14705 # Check whether --enable-libtool-lock was given.
14706 if test "${enable_libtool_lock+set}" = set; then :
14707 enableval=$enable_libtool_lock;
14708 fi
14709
14710 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
14711
14712 # Some flags need to be propagated to the compiler or linker for good
14713 # libtool support.
14714 case $host in
14715 ia64-*-hpux*)
14716 # Find out which ABI we are using.
14717 echo 'int i;' > conftest.$ac_ext
14718 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
14719 (eval $ac_compile) 2>&5
14720 ac_status=$?
14721 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14722 test $ac_status = 0; }; then
14723 case `/usr/bin/file conftest.$ac_objext` in
14724 *ELF-32*)
14725 HPUX_IA64_MODE="32"
14726 ;;
14727 *ELF-64*)
14728 HPUX_IA64_MODE="64"
14729 ;;
14730 esac
14731 fi
14732 rm -rf conftest*
14733 ;;
14734 *-*-irix6*)
14735 # Find out which ABI we are using.
14736 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
14737 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
14738 (eval $ac_compile) 2>&5
14739 ac_status=$?
14740 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14741 test $ac_status = 0; }; then
14742 if test "$lt_cv_prog_gnu_ld" = yes; then
14743 case `/usr/bin/file conftest.$ac_objext` in
14744 *32-bit*)
14745 LD="${LD-ld} -melf32bsmip"
14746 ;;
14747 *N32*)
14748 LD="${LD-ld} -melf32bmipn32"
14749 ;;
14750 *64-bit*)
14751 LD="${LD-ld} -melf64bmip"
14752 ;;
14753 esac
14754 else
14755 case `/usr/bin/file conftest.$ac_objext` in
14756 *32-bit*)
14757 LD="${LD-ld} -32"
14758 ;;
14759 *N32*)
14760 LD="${LD-ld} -n32"
14761 ;;
14762 *64-bit*)
14763 LD="${LD-ld} -64"
14764 ;;
14765 esac
14766 fi
14767 fi
14768 rm -rf conftest*
14769 ;;
14770
14771 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
14772 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
14773 # Find out which ABI we are using.
14774 echo 'int i;' > conftest.$ac_ext
14775 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
14776 (eval $ac_compile) 2>&5
14777 ac_status=$?
14778 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14779 test $ac_status = 0; }; then
14780 case `/usr/bin/file conftest.o` in
14781 *32-bit*)
14782 case $host in
14783 x86_64-*kfreebsd*-gnu)
14784 LD="${LD-ld} -m elf_i386_fbsd"
14785 ;;
14786 x86_64-*linux*)
14787 case `/usr/bin/file conftest.o` in
14788 *x86-64*)
14789 LD="${LD-ld} -m elf32_x86_64"
14790 ;;
14791 *)
14792 LD="${LD-ld} -m elf_i386"
14793 ;;
14794 esac
14795 ;;
14796 powerpc64le-*linux*)
14797 LD="${LD-ld} -m elf32lppclinux"
14798 ;;
14799 powerpc64-*linux*)
14800 LD="${LD-ld} -m elf32ppclinux"
14801 ;;
14802 s390x-*linux*)
14803 LD="${LD-ld} -m elf_s390"
14804 ;;
14805 sparc64-*linux*)
14806 LD="${LD-ld} -m elf32_sparc"
14807 ;;
14808 esac
14809 ;;
14810 *64-bit*)
14811 case $host in
14812 x86_64-*kfreebsd*-gnu)
14813 LD="${LD-ld} -m elf_x86_64_fbsd"
14814 ;;
14815 x86_64-*linux*)
14816 LD="${LD-ld} -m elf_x86_64"
14817 ;;
14818 powerpcle-*linux*)
14819 LD="${LD-ld} -m elf64lppc"
14820 ;;
14821 powerpc-*linux*)
14822 LD="${LD-ld} -m elf64ppc"
14823 ;;
14824 s390*-*linux*|s390*-*tpf*)
14825 LD="${LD-ld} -m elf64_s390"
14826 ;;
14827 sparc*-*linux*)
14828 LD="${LD-ld} -m elf64_sparc"
14829 ;;
14830 esac
14831 ;;
14832 esac
14833 fi
14834 rm -rf conftest*
14835 ;;
14836
14837 *-*-sco3.2v5*)
14838 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
14839 SAVE_CFLAGS="$CFLAGS"
14840 CFLAGS="$CFLAGS -belf"
14841 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
14842 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
14843 if ${lt_cv_cc_needs_belf+:} false; then :
14844 $as_echo_n "(cached) " >&6
14845 else
14846 ac_ext=c
14847 ac_cpp='$CPP $CPPFLAGS'
14848 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
14849 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
14850 ac_compiler_gnu=$ac_cv_c_compiler_gnu
14851
14852 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14853 /* end confdefs.h. */
14854
14855 int
14856 main ()
14857 {
14858
14859 ;
14860 return 0;
14861 }
14862 _ACEOF
14863 if ac_fn_c_try_link "$LINENO"; then :
14864 lt_cv_cc_needs_belf=yes
14865 else
14866 lt_cv_cc_needs_belf=no
14867 fi
14868 rm -f core conftest.err conftest.$ac_objext \
14869 conftest$ac_exeext conftest.$ac_ext
14870 ac_ext=c
14871 ac_cpp='$CPP $CPPFLAGS'
14872 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
14873 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
14874 ac_compiler_gnu=$ac_cv_c_compiler_gnu
14875
14876 fi
14877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
14878 $as_echo "$lt_cv_cc_needs_belf" >&6; }
14879 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
14880 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
14881 CFLAGS="$SAVE_CFLAGS"
14882 fi
14883 ;;
14884 sparc*-*solaris*)
14885 # Find out which ABI we are using.
14886 echo 'int i;' > conftest.$ac_ext
14887 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
14888 (eval $ac_compile) 2>&5
14889 ac_status=$?
14890 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14891 test $ac_status = 0; }; then
14892 case `/usr/bin/file conftest.o` in
14893 *64-bit*)
14894 case $lt_cv_prog_gnu_ld in
14895 yes*) LD="${LD-ld} -m elf64_sparc" ;;
14896 *)
14897 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
14898 LD="${LD-ld} -64"
14899 fi
14900 ;;
14901 esac
14902 ;;
14903 esac
14904 fi
14905 rm -rf conftest*
14906 ;;
14907 esac
14908
14909 need_locks="$enable_libtool_lock"
14910
14911
14912 case $host_os in
14913 rhapsody* | darwin*)
14914 if test -n "$ac_tool_prefix"; then
14915 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
14916 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
14917 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
14918 $as_echo_n "checking for $ac_word... " >&6; }
14919 if ${ac_cv_prog_DSYMUTIL+:} false; then :
14920 $as_echo_n "(cached) " >&6
14921 else
14922 if test -n "$DSYMUTIL"; then
14923 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
14924 else
14925 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14926 for as_dir in $PATH
14927 do
14928 IFS=$as_save_IFS
14929 test -z "$as_dir" && as_dir=.
14930 for ac_exec_ext in '' $ac_executable_extensions; do
14931 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14932 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
14933 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
14934 break 2
14935 fi
14936 done
14937 done
14938 IFS=$as_save_IFS
14939
14940 fi
14941 fi
14942 DSYMUTIL=$ac_cv_prog_DSYMUTIL
14943 if test -n "$DSYMUTIL"; then
14944 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
14945 $as_echo "$DSYMUTIL" >&6; }
14946 else
14947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14948 $as_echo "no" >&6; }
14949 fi
14950
14951
14952 fi
14953 if test -z "$ac_cv_prog_DSYMUTIL"; then
14954 ac_ct_DSYMUTIL=$DSYMUTIL
14955 # Extract the first word of "dsymutil", so it can be a program name with args.
14956 set dummy dsymutil; ac_word=$2
14957 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
14958 $as_echo_n "checking for $ac_word... " >&6; }
14959 if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
14960 $as_echo_n "(cached) " >&6
14961 else
14962 if test -n "$ac_ct_DSYMUTIL"; then
14963 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
14964 else
14965 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14966 for as_dir in $PATH
14967 do
14968 IFS=$as_save_IFS
14969 test -z "$as_dir" && as_dir=.
14970 for ac_exec_ext in '' $ac_executable_extensions; do
14971 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14972 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
14973 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
14974 break 2
14975 fi
14976 done
14977 done
14978 IFS=$as_save_IFS
14979
14980 fi
14981 fi
14982 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
14983 if test -n "$ac_ct_DSYMUTIL"; then
14984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
14985 $as_echo "$ac_ct_DSYMUTIL" >&6; }
14986 else
14987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14988 $as_echo "no" >&6; }
14989 fi
14990
14991 if test "x$ac_ct_DSYMUTIL" = x; then
14992 DSYMUTIL=":"
14993 else
14994 case $cross_compiling:$ac_tool_warned in
14995 yes:)
14996 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
14997 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
14998 ac_tool_warned=yes ;;
14999 esac
15000 DSYMUTIL=$ac_ct_DSYMUTIL
15001 fi
15002 else
15003 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
15004 fi
15005
15006 if test -n "$ac_tool_prefix"; then
15007 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
15008 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
15009 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
15010 $as_echo_n "checking for $ac_word... " >&6; }
15011 if ${ac_cv_prog_NMEDIT+:} false; then :
15012 $as_echo_n "(cached) " >&6
15013 else
15014 if test -n "$NMEDIT"; then
15015 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
15016 else
15017 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15018 for as_dir in $PATH
15019 do
15020 IFS=$as_save_IFS
15021 test -z "$as_dir" && as_dir=.
15022 for ac_exec_ext in '' $ac_executable_extensions; do
15023 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
15024 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
15025 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
15026 break 2
15027 fi
15028 done
15029 done
15030 IFS=$as_save_IFS
15031
15032 fi
15033 fi
15034 NMEDIT=$ac_cv_prog_NMEDIT
15035 if test -n "$NMEDIT"; then
15036 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
15037 $as_echo "$NMEDIT" >&6; }
15038 else
15039 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
15040 $as_echo "no" >&6; }
15041 fi
15042
15043
15044 fi
15045 if test -z "$ac_cv_prog_NMEDIT"; then
15046 ac_ct_NMEDIT=$NMEDIT
15047 # Extract the first word of "nmedit", so it can be a program name with args.
15048 set dummy nmedit; ac_word=$2
15049 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
15050 $as_echo_n "checking for $ac_word... " >&6; }
15051 if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
15052 $as_echo_n "(cached) " >&6
15053 else
15054 if test -n "$ac_ct_NMEDIT"; then
15055 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
15056 else
15057 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15058 for as_dir in $PATH
15059 do
15060 IFS=$as_save_IFS
15061 test -z "$as_dir" && as_dir=.
15062 for ac_exec_ext in '' $ac_executable_extensions; do
15063 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
15064 ac_cv_prog_ac_ct_NMEDIT="nmedit"
15065 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
15066 break 2
15067 fi
15068 done
15069 done
15070 IFS=$as_save_IFS
15071
15072 fi
15073 fi
15074 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
15075 if test -n "$ac_ct_NMEDIT"; then
15076 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
15077 $as_echo "$ac_ct_NMEDIT" >&6; }
15078 else
15079 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
15080 $as_echo "no" >&6; }
15081 fi
15082
15083 if test "x$ac_ct_NMEDIT" = x; then
15084 NMEDIT=":"
15085 else
15086 case $cross_compiling:$ac_tool_warned in
15087 yes:)
15088 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
15089 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
15090 ac_tool_warned=yes ;;
15091 esac
15092 NMEDIT=$ac_ct_NMEDIT
15093 fi
15094 else
15095 NMEDIT="$ac_cv_prog_NMEDIT"
15096 fi
15097
15098 if test -n "$ac_tool_prefix"; then
15099 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
15100 set dummy ${ac_tool_prefix}lipo; ac_word=$2
15101 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
15102 $as_echo_n "checking for $ac_word... " >&6; }
15103 if ${ac_cv_prog_LIPO+:} false; then :
15104 $as_echo_n "(cached) " >&6
15105 else
15106 if test -n "$LIPO"; then
15107 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
15108 else
15109 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15110 for as_dir in $PATH
15111 do
15112 IFS=$as_save_IFS
15113 test -z "$as_dir" && as_dir=.
15114 for ac_exec_ext in '' $ac_executable_extensions; do
15115 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
15116 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
15117 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
15118 break 2
15119 fi
15120 done
15121 done
15122 IFS=$as_save_IFS
15123
15124 fi
15125 fi
15126 LIPO=$ac_cv_prog_LIPO
15127 if test -n "$LIPO"; then
15128 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
15129 $as_echo "$LIPO" >&6; }
15130 else
15131 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
15132 $as_echo "no" >&6; }
15133 fi
15134
15135
15136 fi
15137 if test -z "$ac_cv_prog_LIPO"; then
15138 ac_ct_LIPO=$LIPO
15139 # Extract the first word of "lipo", so it can be a program name with args.
15140 set dummy lipo; ac_word=$2
15141 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
15142 $as_echo_n "checking for $ac_word... " >&6; }
15143 if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
15144 $as_echo_n "(cached) " >&6
15145 else
15146 if test -n "$ac_ct_LIPO"; then
15147 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
15148 else
15149 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15150 for as_dir in $PATH
15151 do
15152 IFS=$as_save_IFS
15153 test -z "$as_dir" && as_dir=.
15154 for ac_exec_ext in '' $ac_executable_extensions; do
15155 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
15156 ac_cv_prog_ac_ct_LIPO="lipo"
15157 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
15158 break 2
15159 fi
15160 done
15161 done
15162 IFS=$as_save_IFS
15163
15164 fi
15165 fi
15166 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
15167 if test -n "$ac_ct_LIPO"; then
15168 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
15169 $as_echo "$ac_ct_LIPO" >&6; }
15170 else
15171 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
15172 $as_echo "no" >&6; }
15173 fi
15174
15175 if test "x$ac_ct_LIPO" = x; then
15176 LIPO=":"
15177 else
15178 case $cross_compiling:$ac_tool_warned in
15179 yes:)
15180 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
15181 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
15182 ac_tool_warned=yes ;;
15183 esac
15184 LIPO=$ac_ct_LIPO
15185 fi
15186 else
15187 LIPO="$ac_cv_prog_LIPO"
15188 fi
15189
15190 if test -n "$ac_tool_prefix"; then
15191 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
15192 set dummy ${ac_tool_prefix}otool; ac_word=$2
15193 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
15194 $as_echo_n "checking for $ac_word... " >&6; }
15195 if ${ac_cv_prog_OTOOL+:} false; then :
15196 $as_echo_n "(cached) " >&6
15197 else
15198 if test -n "$OTOOL"; then
15199 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
15200 else
15201 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15202 for as_dir in $PATH
15203 do
15204 IFS=$as_save_IFS
15205 test -z "$as_dir" && as_dir=.
15206 for ac_exec_ext in '' $ac_executable_extensions; do
15207 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
15208 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
15209 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
15210 break 2
15211 fi
15212 done
15213 done
15214 IFS=$as_save_IFS
15215
15216 fi
15217 fi
15218 OTOOL=$ac_cv_prog_OTOOL
15219 if test -n "$OTOOL"; then
15220 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
15221 $as_echo "$OTOOL" >&6; }
15222 else
15223 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
15224 $as_echo "no" >&6; }
15225 fi
15226
15227
15228 fi
15229 if test -z "$ac_cv_prog_OTOOL"; then
15230 ac_ct_OTOOL=$OTOOL
15231 # Extract the first word of "otool", so it can be a program name with args.
15232 set dummy otool; ac_word=$2
15233 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
15234 $as_echo_n "checking for $ac_word... " >&6; }
15235 if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
15236 $as_echo_n "(cached) " >&6
15237 else
15238 if test -n "$ac_ct_OTOOL"; then
15239 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
15240 else
15241 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15242 for as_dir in $PATH
15243 do
15244 IFS=$as_save_IFS
15245 test -z "$as_dir" && as_dir=.
15246 for ac_exec_ext in '' $ac_executable_extensions; do
15247 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
15248 ac_cv_prog_ac_ct_OTOOL="otool"
15249 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
15250 break 2
15251 fi
15252 done
15253 done
15254 IFS=$as_save_IFS
15255
15256 fi
15257 fi
15258 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
15259 if test -n "$ac_ct_OTOOL"; then
15260 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
15261 $as_echo "$ac_ct_OTOOL" >&6; }
15262 else
15263 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
15264 $as_echo "no" >&6; }
15265 fi
15266
15267 if test "x$ac_ct_OTOOL" = x; then
15268 OTOOL=":"
15269 else
15270 case $cross_compiling:$ac_tool_warned in
15271 yes:)
15272 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
15273 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
15274 ac_tool_warned=yes ;;
15275 esac
15276 OTOOL=$ac_ct_OTOOL
15277 fi
15278 else
15279 OTOOL="$ac_cv_prog_OTOOL"
15280 fi
15281
15282 if test -n "$ac_tool_prefix"; then
15283 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
15284 set dummy ${ac_tool_prefix}otool64; ac_word=$2
15285 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
15286 $as_echo_n "checking for $ac_word... " >&6; }
15287 if ${ac_cv_prog_OTOOL64+:} false; then :
15288 $as_echo_n "(cached) " >&6
15289 else
15290 if test -n "$OTOOL64"; then
15291 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
15292 else
15293 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15294 for as_dir in $PATH
15295 do
15296 IFS=$as_save_IFS
15297 test -z "$as_dir" && as_dir=.
15298 for ac_exec_ext in '' $ac_executable_extensions; do
15299 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
15300 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
15301 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
15302 break 2
15303 fi
15304 done
15305 done
15306 IFS=$as_save_IFS
15307
15308 fi
15309 fi
15310 OTOOL64=$ac_cv_prog_OTOOL64
15311 if test -n "$OTOOL64"; then
15312 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
15313 $as_echo "$OTOOL64" >&6; }
15314 else
15315 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
15316 $as_echo "no" >&6; }
15317 fi
15318
15319
15320 fi
15321 if test -z "$ac_cv_prog_OTOOL64"; then
15322 ac_ct_OTOOL64=$OTOOL64
15323 # Extract the first word of "otool64", so it can be a program name with args.
15324 set dummy otool64; ac_word=$2
15325 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
15326 $as_echo_n "checking for $ac_word... " >&6; }
15327 if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
15328 $as_echo_n "(cached) " >&6
15329 else
15330 if test -n "$ac_ct_OTOOL64"; then
15331 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
15332 else
15333 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15334 for as_dir in $PATH
15335 do
15336 IFS=$as_save_IFS
15337 test -z "$as_dir" && as_dir=.
15338 for ac_exec_ext in '' $ac_executable_extensions; do
15339 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
15340 ac_cv_prog_ac_ct_OTOOL64="otool64"
15341 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
15342 break 2
15343 fi
15344 done
15345 done
15346 IFS=$as_save_IFS
15347
15348 fi
15349 fi
15350 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
15351 if test -n "$ac_ct_OTOOL64"; then
15352 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
15353 $as_echo "$ac_ct_OTOOL64" >&6; }
15354 else
15355 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
15356 $as_echo "no" >&6; }
15357 fi
15358
15359 if test "x$ac_ct_OTOOL64" = x; then
15360 OTOOL64=":"
15361 else
15362 case $cross_compiling:$ac_tool_warned in
15363 yes:)
15364 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
15365 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
15366 ac_tool_warned=yes ;;
15367 esac
15368 OTOOL64=$ac_ct_OTOOL64
15369 fi
15370 else
15371 OTOOL64="$ac_cv_prog_OTOOL64"
15372 fi
15373
15374
15375
15376
15377
15378
15379
15380
15381
15382
15383
15384
15385
15386
15387
15388
15389
15390
15391
15392
15393
15394
15395
15396
15397
15398
15399
15400 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
15401 $as_echo_n "checking for -single_module linker flag... " >&6; }
15402 if ${lt_cv_apple_cc_single_mod+:} false; then :
15403 $as_echo_n "(cached) " >&6
15404 else
15405 lt_cv_apple_cc_single_mod=no
15406 if test -z "${LT_MULTI_MODULE}"; then
15407 # By default we will add the -single_module flag. You can override
15408 # by either setting the environment variable LT_MULTI_MODULE
15409 # non-empty at configure time, or by adding -multi_module to the
15410 # link flags.
15411 rm -rf libconftest.dylib*
15412 echo "int foo(void){return 1;}" > conftest.c
15413 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
15414 -dynamiclib -Wl,-single_module conftest.c" >&5
15415 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
15416 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
15417 _lt_result=$?
15418 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
15419 lt_cv_apple_cc_single_mod=yes
15420 else
15421 cat conftest.err >&5
15422 fi
15423 rm -rf libconftest.dylib*
15424 rm -f conftest.*
15425 fi
15426 fi
15427 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
15428 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
15429 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
15430 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
15431 if ${lt_cv_ld_exported_symbols_list+:} false; then :
15432 $as_echo_n "(cached) " >&6
15433 else
15434 lt_cv_ld_exported_symbols_list=no
15435 save_LDFLAGS=$LDFLAGS
15436 echo "_main" > conftest.sym
15437 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
15438 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15439 /* end confdefs.h. */
15440
15441 int
15442 main ()
15443 {
15444
15445 ;
15446 return 0;
15447 }
15448 _ACEOF
15449 if ac_fn_c_try_link "$LINENO"; then :
15450 lt_cv_ld_exported_symbols_list=yes
15451 else
15452 lt_cv_ld_exported_symbols_list=no
15453 fi
15454 rm -f core conftest.err conftest.$ac_objext \
15455 conftest$ac_exeext conftest.$ac_ext
15456 LDFLAGS="$save_LDFLAGS"
15457
15458 fi
15459 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
15460 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
15461 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
15462 $as_echo_n "checking for -force_load linker flag... " >&6; }
15463 if ${lt_cv_ld_force_load+:} false; then :
15464 $as_echo_n "(cached) " >&6
15465 else
15466 lt_cv_ld_force_load=no
15467 cat > conftest.c << _LT_EOF
15468 int forced_loaded() { return 2;}
15469 _LT_EOF
15470 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
15471 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
15472 echo "$AR cru libconftest.a conftest.o" >&5
15473 $AR cru libconftest.a conftest.o 2>&5
15474 cat > conftest.c << _LT_EOF
15475 int main() { return 0;}
15476 _LT_EOF
15477 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
15478 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
15479 _lt_result=$?
15480 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
15481 lt_cv_ld_force_load=yes
15482 else
15483 cat conftest.err >&5
15484 fi
15485 rm -f conftest.err libconftest.a conftest conftest.c
15486 rm -rf conftest.dSYM
15487
15488 fi
15489 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
15490 $as_echo "$lt_cv_ld_force_load" >&6; }
15491 case $host_os in
15492 rhapsody* | darwin1.[012])
15493 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
15494 darwin1.*)
15495 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
15496 darwin*) # darwin 5.x on
15497 # if running on 10.5 or later, the deployment target defaults
15498 # to the OS version, if on x86, and 10.4, the deployment
15499 # target defaults to 10.4. Don't you love it?
15500 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
15501 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
15502 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
15503 10.[012][,.]*)
15504 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
15505 10.*)
15506 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
15507 esac
15508 ;;
15509 esac
15510 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
15511 _lt_dar_single_mod='$single_module'
15512 fi
15513 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
15514 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
15515 else
15516 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
15517 fi
15518 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
15519 _lt_dsymutil='~$DSYMUTIL $lib || :'
15520 else
15521 _lt_dsymutil=
15522 fi
15523 ;;
15524 esac
15525
15526
15527 for ac_header in dlfcn.h
15528 do :
15529 ac_fn_c_check_header_preproc "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h"
15530 if test "x$ac_cv_header_dlfcn_h" = xyes; then :
15531 cat >>confdefs.h <<_ACEOF
15532 #define HAVE_DLFCN_H 1
15533 _ACEOF
15534
15535 fi
15536 done
15537
15538
15539
15540
15541
15542 # Set options
15543
15544
15545
15546 enable_dlopen=no
15547
15548
15549 enable_win32_dll=no
15550
15551
15552 # Check whether --enable-shared was given.
15553 if test "${enable_shared+set}" = set; then :
15554 enableval=$enable_shared; p=${PACKAGE-default}
15555 case $enableval in
15556 yes) enable_shared=yes ;;
15557 no) enable_shared=no ;;
15558 *)
15559 enable_shared=no
15560 # Look at the argument we got. We use all the common list separators.
15561 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
15562 for pkg in $enableval; do
15563 IFS="$lt_save_ifs"
15564 if test "X$pkg" = "X$p"; then
15565 enable_shared=yes
15566 fi
15567 done
15568 IFS="$lt_save_ifs"
15569 ;;
15570 esac
15571 else
15572 enable_shared=yes
15573 fi
15574
15575
15576
15577
15578
15579
15580
15581
15582
15583 # Check whether --enable-static was given.
15584 if test "${enable_static+set}" = set; then :
15585 enableval=$enable_static; p=${PACKAGE-default}
15586 case $enableval in
15587 yes) enable_static=yes ;;
15588 no) enable_static=no ;;
15589 *)
15590 enable_static=no
15591 # Look at the argument we got. We use all the common list separators.
15592 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
15593 for pkg in $enableval; do
15594 IFS="$lt_save_ifs"
15595 if test "X$pkg" = "X$p"; then
15596 enable_static=yes
15597 fi
15598 done
15599 IFS="$lt_save_ifs"
15600 ;;
15601 esac
15602 else
15603 enable_static=yes
15604 fi
15605
15606
15607
15608
15609
15610
15611
15612
15613
15614
15615 # Check whether --with-pic was given.
15616 if test "${with_pic+set}" = set; then :
15617 withval=$with_pic; pic_mode="$withval"
15618 else
15619 pic_mode=default
15620 fi
15621
15622
15623 test -z "$pic_mode" && pic_mode=default
15624
15625
15626
15627
15628
15629
15630
15631 # Check whether --enable-fast-install was given.
15632 if test "${enable_fast_install+set}" = set; then :
15633 enableval=$enable_fast_install; p=${PACKAGE-default}
15634 case $enableval in
15635 yes) enable_fast_install=yes ;;
15636 no) enable_fast_install=no ;;
15637 *)
15638 enable_fast_install=no
15639 # Look at the argument we got. We use all the common list separators.
15640 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
15641 for pkg in $enableval; do
15642 IFS="$lt_save_ifs"
15643 if test "X$pkg" = "X$p"; then
15644 enable_fast_install=yes
15645 fi
15646 done
15647 IFS="$lt_save_ifs"
15648 ;;
15649 esac
15650 else
15651 enable_fast_install=yes
15652 fi
15653
15654
15655
15656
15657
15658
15659
15660
15661
15662
15663
15664 # This can be used to rebuild libtool when needed
15665 LIBTOOL_DEPS="$ltmain"
15666
15667 # Always use our own libtool.
15668 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
15669
15670
15671
15672
15673
15674
15675
15676
15677
15678
15679
15680
15681
15682
15683
15684
15685
15686
15687
15688
15689
15690
15691
15692
15693
15694
15695 test -z "$LN_S" && LN_S="ln -s"
15696
15697
15698
15699
15700
15701
15702
15703
15704
15705
15706
15707
15708
15709
15710 if test -n "${ZSH_VERSION+set}" ; then
15711 setopt NO_GLOB_SUBST
15712 fi
15713
15714 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
15715 $as_echo_n "checking for objdir... " >&6; }
15716 if ${lt_cv_objdir+:} false; then :
15717 $as_echo_n "(cached) " >&6
15718 else
15719 rm -f .libs 2>/dev/null
15720 mkdir .libs 2>/dev/null
15721 if test -d .libs; then
15722 lt_cv_objdir=.libs
15723 else
15724 # MS-DOS does not allow filenames that begin with a dot.
15725 lt_cv_objdir=_libs
15726 fi
15727 rmdir .libs 2>/dev/null
15728 fi
15729 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
15730 $as_echo "$lt_cv_objdir" >&6; }
15731 objdir=$lt_cv_objdir
15732
15733
15734
15735
15736
15737 cat >>confdefs.h <<_ACEOF
15738 #define LT_OBJDIR "$lt_cv_objdir/"
15739 _ACEOF
15740
15741
15742
15743
15744 case $host_os in
15745 aix3*)
15746 # AIX sometimes has problems with the GCC collect2 program. For some
15747 # reason, if we set the COLLECT_NAMES environment variable, the problems
15748 # vanish in a puff of smoke.
15749 if test "X${COLLECT_NAMES+set}" != Xset; then
15750 COLLECT_NAMES=
15751 export COLLECT_NAMES
15752 fi
15753 ;;
15754 esac
15755
15756 # Global variables:
15757 ofile=libtool
15758 can_build_shared=yes
15759
15760 # All known linkers require a `.a' archive for static linking (except MSVC,
15761 # which needs '.lib').
15762 libext=a
15763
15764 with_gnu_ld="$lt_cv_prog_gnu_ld"
15765
15766 old_CC="$CC"
15767 old_CFLAGS="$CFLAGS"
15768
15769 # Set sane defaults for various variables
15770 test -z "$CC" && CC=cc
15771 test -z "$LTCC" && LTCC=$CC
15772 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
15773 test -z "$LD" && LD=ld
15774 test -z "$ac_objext" && ac_objext=o
15775
15776 for cc_temp in $compiler""; do
15777 case $cc_temp in
15778 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
15779 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
15780 \-*) ;;
15781 *) break;;
15782 esac
15783 done
15784 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
15785
15786
15787 # Only perform the check for file, if the check method requires it
15788 test -z "$MAGIC_CMD" && MAGIC_CMD=file
15789 case $deplibs_check_method in
15790 file_magic*)
15791 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
15792 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
15793 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
15794 if ${lt_cv_path_MAGIC_CMD+:} false; then :
15795 $as_echo_n "(cached) " >&6
15796 else
15797 case $MAGIC_CMD in
15798 [\\/*] | ?:[\\/]*)
15799 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
15800 ;;
15801 *)
15802 lt_save_MAGIC_CMD="$MAGIC_CMD"
15803 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
15804 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
15805 for ac_dir in $ac_dummy; do
15806 IFS="$lt_save_ifs"
15807 test -z "$ac_dir" && ac_dir=.
15808 if test -f $ac_dir/${ac_tool_prefix}file; then
15809 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
15810 if test -n "$file_magic_test_file"; then
15811 case $deplibs_check_method in
15812 "file_magic "*)
15813 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
15814 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
15815 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
15816 $EGREP "$file_magic_regex" > /dev/null; then
15817 :
15818 else
15819 cat <<_LT_EOF 1>&2
15820
15821 *** Warning: the command libtool uses to detect shared libraries,
15822 *** $file_magic_cmd, produces output that libtool cannot recognize.
15823 *** The result is that libtool may fail to recognize shared libraries
15824 *** as such. This will affect the creation of libtool libraries that
15825 *** depend on shared libraries, but programs linked with such libtool
15826 *** libraries will work regardless of this problem. Nevertheless, you
15827 *** may want to report the problem to your system manager and/or to
15828 *** bug-libtool@gnu.org
15829
15830 _LT_EOF
15831 fi ;;
15832 esac
15833 fi
15834 break
15835 fi
15836 done
15837 IFS="$lt_save_ifs"
15838 MAGIC_CMD="$lt_save_MAGIC_CMD"
15839 ;;
15840 esac
15841 fi
15842
15843 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
15844 if test -n "$MAGIC_CMD"; then
15845 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
15846 $as_echo "$MAGIC_CMD" >&6; }
15847 else
15848 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
15849 $as_echo "no" >&6; }
15850 fi
15851
15852
15853
15854
15855
15856 if test -z "$lt_cv_path_MAGIC_CMD"; then
15857 if test -n "$ac_tool_prefix"; then
15858 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
15859 $as_echo_n "checking for file... " >&6; }
15860 if ${lt_cv_path_MAGIC_CMD+:} false; then :
15861 $as_echo_n "(cached) " >&6
15862 else
15863 case $MAGIC_CMD in
15864 [\\/*] | ?:[\\/]*)
15865 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
15866 ;;
15867 *)
15868 lt_save_MAGIC_CMD="$MAGIC_CMD"
15869 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
15870 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
15871 for ac_dir in $ac_dummy; do
15872 IFS="$lt_save_ifs"
15873 test -z "$ac_dir" && ac_dir=.
15874 if test -f $ac_dir/file; then
15875 lt_cv_path_MAGIC_CMD="$ac_dir/file"
15876 if test -n "$file_magic_test_file"; then
15877 case $deplibs_check_method in
15878 "file_magic "*)
15879 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
15880 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
15881 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
15882 $EGREP "$file_magic_regex" > /dev/null; then
15883 :
15884 else
15885 cat <<_LT_EOF 1>&2
15886
15887 *** Warning: the command libtool uses to detect shared libraries,
15888 *** $file_magic_cmd, produces output that libtool cannot recognize.
15889 *** The result is that libtool may fail to recognize shared libraries
15890 *** as such. This will affect the creation of libtool libraries that
15891 *** depend on shared libraries, but programs linked with such libtool
15892 *** libraries will work regardless of this problem. Nevertheless, you
15893 *** may want to report the problem to your system manager and/or to
15894 *** bug-libtool@gnu.org
15895
15896 _LT_EOF
15897 fi ;;
15898 esac
15899 fi
15900 break
15901 fi
15902 done
15903 IFS="$lt_save_ifs"
15904 MAGIC_CMD="$lt_save_MAGIC_CMD"
15905 ;;
15906 esac
15907 fi
15908
15909 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
15910 if test -n "$MAGIC_CMD"; then
15911 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
15912 $as_echo "$MAGIC_CMD" >&6; }
15913 else
15914 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
15915 $as_echo "no" >&6; }
15916 fi
15917
15918
15919 else
15920 MAGIC_CMD=:
15921 fi
15922 fi
15923
15924 fi
15925 ;;
15926 esac
15927
15928 # Use C for the default configuration in the libtool script
15929
15930 lt_save_CC="$CC"
15931 ac_ext=c
15932 ac_cpp='$CPP $CPPFLAGS'
15933 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15934 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15935 ac_compiler_gnu=$ac_cv_c_compiler_gnu
15936
15937
15938 # Source file extension for C test sources.
15939 ac_ext=c
15940
15941 # Object file extension for compiled C test sources.
15942 objext=o
15943 objext=$objext
15944
15945 # Code to be used in simple compile tests
15946 lt_simple_compile_test_code="int some_variable = 0;"
15947
15948 # Code to be used in simple link tests
15949 lt_simple_link_test_code='int main(){return(0);}'
15950
15951
15952
15953
15954
15955
15956
15957 # If no C compiler was specified, use CC.
15958 LTCC=${LTCC-"$CC"}
15959
15960 # If no C compiler flags were specified, use CFLAGS.
15961 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
15962
15963 # Allow CC to be a program name with arguments.
15964 compiler=$CC
15965
15966 # Save the default compiler, since it gets overwritten when the other
15967 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
15968 compiler_DEFAULT=$CC
15969
15970 # save warnings/boilerplate of simple test code
15971 ac_outfile=conftest.$ac_objext
15972 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
15973 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
15974 _lt_compiler_boilerplate=`cat conftest.err`
15975 $RM conftest*
15976
15977 ac_outfile=conftest.$ac_objext
15978 echo "$lt_simple_link_test_code" >conftest.$ac_ext
15979 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
15980 _lt_linker_boilerplate=`cat conftest.err`
15981 $RM -r conftest*
15982
15983
15984 ## CAVEAT EMPTOR:
15985 ## There is no encapsulation within the following macros, do not change
15986 ## the running order or otherwise move them around unless you know exactly
15987 ## what you are doing...
15988 if test -n "$compiler"; then
15989
15990 lt_prog_compiler_no_builtin_flag=
15991
15992 if test "$GCC" = yes; then
15993 case $cc_basename in
15994 nvcc*)
15995 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
15996 *)
15997 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
15998 esac
15999
16000 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
16001 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
16002 if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
16003 $as_echo_n "(cached) " >&6
16004 else
16005 lt_cv_prog_compiler_rtti_exceptions=no
16006 ac_outfile=conftest.$ac_objext
16007 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
16008 lt_compiler_flag="-fno-rtti -fno-exceptions"
16009 # Insert the option either (1) after the last *FLAGS variable, or
16010 # (2) before a word containing "conftest.", or (3) at the end.
16011 # Note that $ac_compile itself does not contain backslashes and begins
16012 # with a dollar sign (not a hyphen), so the echo should work correctly.
16013 # The option is referenced via a variable to avoid confusing sed.
16014 lt_compile=`echo "$ac_compile" | $SED \
16015 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
16016 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
16017 -e 's:$: $lt_compiler_flag:'`
16018 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
16019 (eval "$lt_compile" 2>conftest.err)
16020 ac_status=$?
16021 cat conftest.err >&5
16022 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16023 if (exit $ac_status) && test -s "$ac_outfile"; then
16024 # The compiler can only warn and ignore the option if not recognized
16025 # So say no if there are warnings other than the usual output.
16026 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
16027 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
16028 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
16029 lt_cv_prog_compiler_rtti_exceptions=yes
16030 fi
16031 fi
16032 $RM conftest*
16033
16034 fi
16035 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
16036 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
16037
16038 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
16039 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
16040 else
16041 :
16042 fi
16043
16044 fi
16045
16046
16047
16048
16049
16050
16051 lt_prog_compiler_wl=
16052 lt_prog_compiler_pic=
16053 lt_prog_compiler_static=
16054
16055 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
16056 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
16057
16058 if test "$GCC" = yes; then
16059 lt_prog_compiler_wl='-Wl,'
16060 lt_prog_compiler_static='-static'
16061
16062 case $host_os in
16063 aix*)
16064 # All AIX code is PIC.
16065 if test "$host_cpu" = ia64; then
16066 # AIX 5 now supports IA64 processor
16067 lt_prog_compiler_static='-Bstatic'
16068 fi
16069 lt_prog_compiler_pic='-fPIC'
16070 ;;
16071
16072 amigaos*)
16073 case $host_cpu in
16074 powerpc)
16075 # see comment about AmigaOS4 .so support
16076 lt_prog_compiler_pic='-fPIC'
16077 ;;
16078 m68k)
16079 # FIXME: we need at least 68020 code to build shared libraries, but
16080 # adding the `-m68020' flag to GCC prevents building anything better,
16081 # like `-m68040'.
16082 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
16083 ;;
16084 esac
16085 ;;
16086
16087 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
16088 # PIC is the default for these OSes.
16089 ;;
16090
16091 mingw* | cygwin* | pw32* | os2* | cegcc*)
16092 # This hack is so that the source file can tell whether it is being
16093 # built for inclusion in a dll (and should export symbols for example).
16094 # Although the cygwin gcc ignores -fPIC, still need this for old-style
16095 # (--disable-auto-import) libraries
16096 lt_prog_compiler_pic='-DDLL_EXPORT'
16097 ;;
16098
16099 darwin* | rhapsody*)
16100 # PIC is the default on this platform
16101 # Common symbols not allowed in MH_DYLIB files
16102 lt_prog_compiler_pic='-fno-common'
16103 ;;
16104
16105 haiku*)
16106 # PIC is the default for Haiku.
16107 # The "-static" flag exists, but is broken.
16108 lt_prog_compiler_static=
16109 ;;
16110
16111 hpux*)
16112 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
16113 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
16114 # sets the default TLS model and affects inlining.
16115 case $host_cpu in
16116 hppa*64*)
16117 # +Z the default
16118 ;;
16119 *)
16120 lt_prog_compiler_pic='-fPIC'
16121 ;;
16122 esac
16123 ;;
16124
16125 interix[3-9]*)
16126 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
16127 # Instead, we relocate shared libraries at runtime.
16128 ;;
16129
16130 msdosdjgpp*)
16131 # Just because we use GCC doesn't mean we suddenly get shared libraries
16132 # on systems that don't support them.
16133 lt_prog_compiler_can_build_shared=no
16134 enable_shared=no
16135 ;;
16136
16137 *nto* | *qnx*)
16138 # QNX uses GNU C++, but need to define -shared option too, otherwise
16139 # it will coredump.
16140 lt_prog_compiler_pic='-fPIC -shared'
16141 ;;
16142
16143 sysv4*MP*)
16144 if test -d /usr/nec; then
16145 lt_prog_compiler_pic=-Kconform_pic
16146 fi
16147 ;;
16148
16149 *)
16150 lt_prog_compiler_pic='-fPIC'
16151 ;;
16152 esac
16153
16154 case $cc_basename in
16155 nvcc*) # Cuda Compiler Driver 2.2
16156 lt_prog_compiler_wl='-Xlinker '
16157 lt_prog_compiler_pic='-Xcompiler -fPIC'
16158 ;;
16159 esac
16160 else
16161 # PORTME Check for flag to pass linker flags through the system compiler.
16162 case $host_os in
16163 aix*)
16164 lt_prog_compiler_wl='-Wl,'
16165 if test "$host_cpu" = ia64; then
16166 # AIX 5 now supports IA64 processor
16167 lt_prog_compiler_static='-Bstatic'
16168 else
16169 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
16170 fi
16171 ;;
16172
16173 mingw* | cygwin* | pw32* | os2* | cegcc*)
16174 # This hack is so that the source file can tell whether it is being
16175 # built for inclusion in a dll (and should export symbols for example).
16176 lt_prog_compiler_pic='-DDLL_EXPORT'
16177 ;;
16178
16179 hpux9* | hpux10* | hpux11*)
16180 lt_prog_compiler_wl='-Wl,'
16181 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
16182 # not for PA HP-UX.
16183 case $host_cpu in
16184 hppa*64*|ia64*)
16185 # +Z the default
16186 ;;
16187 *)
16188 lt_prog_compiler_pic='+Z'
16189 ;;
16190 esac
16191 # Is there a better lt_prog_compiler_static that works with the bundled CC?
16192 lt_prog_compiler_static='${wl}-a ${wl}archive'
16193 ;;
16194
16195 irix5* | irix6* | nonstopux*)
16196 lt_prog_compiler_wl='-Wl,'
16197 # PIC (with -KPIC) is the default.
16198 lt_prog_compiler_static='-non_shared'
16199 ;;
16200
16201 linux* | k*bsd*-gnu | kopensolaris*-gnu)
16202 case $cc_basename in
16203 # old Intel for x86_64 which still supported -KPIC.
16204 ecc*)
16205 lt_prog_compiler_wl='-Wl,'
16206 lt_prog_compiler_pic='-KPIC'
16207 lt_prog_compiler_static='-static'
16208 ;;
16209 # icc used to be incompatible with GCC.
16210 # ICC 10 doesn't accept -KPIC any more.
16211 icc* | ifort*)
16212 lt_prog_compiler_wl='-Wl,'
16213 lt_prog_compiler_pic='-fPIC'
16214 lt_prog_compiler_static='-static'
16215 ;;
16216 # Lahey Fortran 8.1.
16217 lf95*)
16218 lt_prog_compiler_wl='-Wl,'
16219 lt_prog_compiler_pic='--shared'
16220 lt_prog_compiler_static='--static'
16221 ;;
16222 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
16223 # Portland Group compilers (*not* the Pentium gcc compiler,
16224 # which looks to be a dead project)
16225 lt_prog_compiler_wl='-Wl,'
16226 lt_prog_compiler_pic='-fpic'
16227 lt_prog_compiler_static='-Bstatic'
16228 ;;
16229 ccc*)
16230 lt_prog_compiler_wl='-Wl,'
16231 # All Alpha code is PIC.
16232 lt_prog_compiler_static='-non_shared'
16233 ;;
16234 xl* | bgxl* | bgf* | mpixl*)
16235 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
16236 lt_prog_compiler_wl='-Wl,'
16237 lt_prog_compiler_pic='-qpic'
16238 lt_prog_compiler_static='-qstaticlink'
16239 ;;
16240 *)
16241 case `$CC -V 2>&1 | sed 5q` in
16242 *Sun\ F* | *Sun*Fortran*)
16243 # Sun Fortran 8.3 passes all unrecognized flags to the linker
16244 lt_prog_compiler_pic='-KPIC'
16245 lt_prog_compiler_static='-Bstatic'
16246 lt_prog_compiler_wl=''
16247 ;;
16248 *Sun\ C*)
16249 # Sun C 5.9
16250 lt_prog_compiler_pic='-KPIC'
16251 lt_prog_compiler_static='-Bstatic'
16252 lt_prog_compiler_wl='-Wl,'
16253 ;;
16254 esac
16255 ;;
16256 esac
16257 ;;
16258
16259 newsos6)
16260 lt_prog_compiler_pic='-KPIC'
16261 lt_prog_compiler_static='-Bstatic'
16262 ;;
16263
16264 *nto* | *qnx*)
16265 # QNX uses GNU C++, but need to define -shared option too, otherwise
16266 # it will coredump.
16267 lt_prog_compiler_pic='-fPIC -shared'
16268 ;;
16269
16270 osf3* | osf4* | osf5*)
16271 lt_prog_compiler_wl='-Wl,'
16272 # All OSF/1 code is PIC.
16273 lt_prog_compiler_static='-non_shared'
16274 ;;
16275
16276 rdos*)
16277 lt_prog_compiler_static='-non_shared'
16278 ;;
16279
16280 solaris*)
16281 lt_prog_compiler_pic='-KPIC'
16282 lt_prog_compiler_static='-Bstatic'
16283 case $cc_basename in
16284 f77* | f90* | f95*)
16285 lt_prog_compiler_wl='-Qoption ld ';;
16286 *)
16287 lt_prog_compiler_wl='-Wl,';;
16288 esac
16289 ;;
16290
16291 sunos4*)
16292 lt_prog_compiler_wl='-Qoption ld '
16293 lt_prog_compiler_pic='-PIC'
16294 lt_prog_compiler_static='-Bstatic'
16295 ;;
16296
16297 sysv4 | sysv4.2uw2* | sysv4.3*)
16298 lt_prog_compiler_wl='-Wl,'
16299 lt_prog_compiler_pic='-KPIC'
16300 lt_prog_compiler_static='-Bstatic'
16301 ;;
16302
16303 sysv4*MP*)
16304 if test -d /usr/nec ;then
16305 lt_prog_compiler_pic='-Kconform_pic'
16306 lt_prog_compiler_static='-Bstatic'
16307 fi
16308 ;;
16309
16310 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
16311 lt_prog_compiler_wl='-Wl,'
16312 lt_prog_compiler_pic='-KPIC'
16313 lt_prog_compiler_static='-Bstatic'
16314 ;;
16315
16316 unicos*)
16317 lt_prog_compiler_wl='-Wl,'
16318 lt_prog_compiler_can_build_shared=no
16319 ;;
16320
16321 uts4*)
16322 lt_prog_compiler_pic='-pic'
16323 lt_prog_compiler_static='-Bstatic'
16324 ;;
16325
16326 *)
16327 lt_prog_compiler_can_build_shared=no
16328 ;;
16329 esac
16330 fi
16331
16332 case $host_os in
16333 # For platforms which do not support PIC, -DPIC is meaningless:
16334 *djgpp*)
16335 lt_prog_compiler_pic=
16336 ;;
16337 *)
16338 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
16339 ;;
16340 esac
16341 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
16342 $as_echo "$lt_prog_compiler_pic" >&6; }
16343
16344
16345
16346
16347
16348
16349 #
16350 # Check to make sure the PIC flag actually works.
16351 #
16352 if test -n "$lt_prog_compiler_pic"; then
16353 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
16354 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
16355 if ${lt_cv_prog_compiler_pic_works+:} false; then :
16356 $as_echo_n "(cached) " >&6
16357 else
16358 lt_cv_prog_compiler_pic_works=no
16359 ac_outfile=conftest.$ac_objext
16360 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
16361 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
16362 # Insert the option either (1) after the last *FLAGS variable, or
16363 # (2) before a word containing "conftest.", or (3) at the end.
16364 # Note that $ac_compile itself does not contain backslashes and begins
16365 # with a dollar sign (not a hyphen), so the echo should work correctly.
16366 # The option is referenced via a variable to avoid confusing sed.
16367 lt_compile=`echo "$ac_compile" | $SED \
16368 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
16369 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
16370 -e 's:$: $lt_compiler_flag:'`
16371 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
16372 (eval "$lt_compile" 2>conftest.err)
16373 ac_status=$?
16374 cat conftest.err >&5
16375 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16376 if (exit $ac_status) && test -s "$ac_outfile"; then
16377 # The compiler can only warn and ignore the option if not recognized
16378 # So say no if there are warnings other than the usual output.
16379 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
16380 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
16381 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
16382 lt_cv_prog_compiler_pic_works=yes
16383 fi
16384 fi
16385 $RM conftest*
16386
16387 fi
16388 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
16389 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
16390
16391 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
16392 case $lt_prog_compiler_pic in
16393 "" | " "*) ;;
16394 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
16395 esac
16396 else
16397 lt_prog_compiler_pic=
16398 lt_prog_compiler_can_build_shared=no
16399 fi
16400
16401 fi
16402
16403
16404
16405
16406
16407
16408 #
16409 # Check to make sure the static flag actually works.
16410 #
16411 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
16412 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
16413 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
16414 if ${lt_cv_prog_compiler_static_works+:} false; then :
16415 $as_echo_n "(cached) " >&6
16416 else
16417 lt_cv_prog_compiler_static_works=no
16418 save_LDFLAGS="$LDFLAGS"
16419 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
16420 echo "$lt_simple_link_test_code" > conftest.$ac_ext
16421 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
16422 # The linker can only warn and ignore the option if not recognized
16423 # So say no if there are warnings
16424 if test -s conftest.err; then
16425 # Append any errors to the config.log.
16426 cat conftest.err 1>&5
16427 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
16428 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
16429 if diff conftest.exp conftest.er2 >/dev/null; then
16430 lt_cv_prog_compiler_static_works=yes
16431 fi
16432 else
16433 lt_cv_prog_compiler_static_works=yes
16434 fi
16435 fi
16436 $RM -r conftest*
16437 LDFLAGS="$save_LDFLAGS"
16438
16439 fi
16440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
16441 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
16442
16443 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
16444 :
16445 else
16446 lt_prog_compiler_static=
16447 fi
16448
16449
16450
16451
16452
16453
16454
16455 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
16456 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
16457 if ${lt_cv_prog_compiler_c_o+:} false; then :
16458 $as_echo_n "(cached) " >&6
16459 else
16460 lt_cv_prog_compiler_c_o=no
16461 $RM -r conftest 2>/dev/null
16462 mkdir conftest
16463 cd conftest
16464 mkdir out
16465 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
16466
16467 lt_compiler_flag="-o out/conftest2.$ac_objext"
16468 # Insert the option either (1) after the last *FLAGS variable, or
16469 # (2) before a word containing "conftest.", or (3) at the end.
16470 # Note that $ac_compile itself does not contain backslashes and begins
16471 # with a dollar sign (not a hyphen), so the echo should work correctly.
16472 lt_compile=`echo "$ac_compile" | $SED \
16473 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
16474 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
16475 -e 's:$: $lt_compiler_flag:'`
16476 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
16477 (eval "$lt_compile" 2>out/conftest.err)
16478 ac_status=$?
16479 cat out/conftest.err >&5
16480 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16481 if (exit $ac_status) && test -s out/conftest2.$ac_objext
16482 then
16483 # The compiler can only warn and ignore the option if not recognized
16484 # So say no if there are warnings
16485 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
16486 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
16487 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
16488 lt_cv_prog_compiler_c_o=yes
16489 fi
16490 fi
16491 chmod u+w . 2>&5
16492 $RM conftest*
16493 # SGI C++ compiler will create directory out/ii_files/ for
16494 # template instantiation
16495 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
16496 $RM out/* && rmdir out
16497 cd ..
16498 $RM -r conftest
16499 $RM conftest*
16500
16501 fi
16502 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
16503 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
16504
16505
16506
16507
16508
16509
16510 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
16511 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
16512 if ${lt_cv_prog_compiler_c_o+:} false; then :
16513 $as_echo_n "(cached) " >&6
16514 else
16515 lt_cv_prog_compiler_c_o=no
16516 $RM -r conftest 2>/dev/null
16517 mkdir conftest
16518 cd conftest
16519 mkdir out
16520 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
16521
16522 lt_compiler_flag="-o out/conftest2.$ac_objext"
16523 # Insert the option either (1) after the last *FLAGS variable, or
16524 # (2) before a word containing "conftest.", or (3) at the end.
16525 # Note that $ac_compile itself does not contain backslashes and begins
16526 # with a dollar sign (not a hyphen), so the echo should work correctly.
16527 lt_compile=`echo "$ac_compile" | $SED \
16528 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
16529 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
16530 -e 's:$: $lt_compiler_flag:'`
16531 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
16532 (eval "$lt_compile" 2>out/conftest.err)
16533 ac_status=$?
16534 cat out/conftest.err >&5
16535 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16536 if (exit $ac_status) && test -s out/conftest2.$ac_objext
16537 then
16538 # The compiler can only warn and ignore the option if not recognized
16539 # So say no if there are warnings
16540 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
16541 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
16542 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
16543 lt_cv_prog_compiler_c_o=yes
16544 fi
16545 fi
16546 chmod u+w . 2>&5
16547 $RM conftest*
16548 # SGI C++ compiler will create directory out/ii_files/ for
16549 # template instantiation
16550 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
16551 $RM out/* && rmdir out
16552 cd ..
16553 $RM -r conftest
16554 $RM conftest*
16555
16556 fi
16557 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
16558 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
16559
16560
16561
16562
16563 hard_links="nottested"
16564 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
16565 # do not overwrite the value of need_locks provided by the user
16566 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
16567 $as_echo_n "checking if we can lock with hard links... " >&6; }
16568 hard_links=yes
16569 $RM conftest*
16570 ln conftest.a conftest.b 2>/dev/null && hard_links=no
16571 touch conftest.a
16572 ln conftest.a conftest.b 2>&5 || hard_links=no
16573 ln conftest.a conftest.b 2>/dev/null && hard_links=no
16574 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
16575 $as_echo "$hard_links" >&6; }
16576 if test "$hard_links" = no; then
16577 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
16578 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
16579 need_locks=warn
16580 fi
16581 else
16582 need_locks=no
16583 fi
16584
16585
16586
16587
16588
16589
16590 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
16591 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
16592
16593 runpath_var=
16594 allow_undefined_flag=
16595 always_export_symbols=no
16596 archive_cmds=
16597 archive_expsym_cmds=
16598 compiler_needs_object=no
16599 enable_shared_with_static_runtimes=no
16600 export_dynamic_flag_spec=
16601 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
16602 hardcode_automatic=no
16603 hardcode_direct=no
16604 hardcode_direct_absolute=no
16605 hardcode_libdir_flag_spec=
16606 hardcode_libdir_flag_spec_ld=
16607 hardcode_libdir_separator=
16608 hardcode_minus_L=no
16609 hardcode_shlibpath_var=unsupported
16610 inherit_rpath=no
16611 link_all_deplibs=unknown
16612 module_cmds=
16613 module_expsym_cmds=
16614 old_archive_from_new_cmds=
16615 old_archive_from_expsyms_cmds=
16616 thread_safe_flag_spec=
16617 whole_archive_flag_spec=
16618 # include_expsyms should be a list of space-separated symbols to be *always*
16619 # included in the symbol list
16620 include_expsyms=
16621 # exclude_expsyms can be an extended regexp of symbols to exclude
16622 # it will be wrapped by ` (' and `)$', so one must not match beginning or
16623 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
16624 # as well as any symbol that contains `d'.
16625 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
16626 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
16627 # platforms (ab)use it in PIC code, but their linkers get confused if
16628 # the symbol is explicitly referenced. Since portable code cannot
16629 # rely on this symbol name, it's probably fine to never include it in
16630 # preloaded symbol tables.
16631 # Exclude shared library initialization/finalization symbols.
16632 extract_expsyms_cmds=
16633
16634 case $host_os in
16635 cygwin* | mingw* | pw32* | cegcc*)
16636 # FIXME: the MSVC++ port hasn't been tested in a loooong time
16637 # When not using gcc, we currently assume that we are using
16638 # Microsoft Visual C++.
16639 if test "$GCC" != yes; then
16640 with_gnu_ld=no
16641 fi
16642 ;;
16643 interix*)
16644 # we just hope/assume this is gcc and not c89 (= MSVC++)
16645 with_gnu_ld=yes
16646 ;;
16647 openbsd*)
16648 with_gnu_ld=no
16649 ;;
16650 esac
16651
16652 ld_shlibs=yes
16653
16654 # On some targets, GNU ld is compatible enough with the native linker
16655 # that we're better off using the native interface for both.
16656 lt_use_gnu_ld_interface=no
16657 if test "$with_gnu_ld" = yes; then
16658 case $host_os in
16659 aix*)
16660 # The AIX port of GNU ld has always aspired to compatibility
16661 # with the native linker. However, as the warning in the GNU ld
16662 # block says, versions before 2.19.5* couldn't really create working
16663 # shared libraries, regardless of the interface used.
16664 case `$LD -v 2>&1` in
16665 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
16666 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
16667 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
16668 *)
16669 lt_use_gnu_ld_interface=yes
16670 ;;
16671 esac
16672 ;;
16673 *)
16674 lt_use_gnu_ld_interface=yes
16675 ;;
16676 esac
16677 fi
16678
16679 if test "$lt_use_gnu_ld_interface" = yes; then
16680 # If archive_cmds runs LD, not CC, wlarc should be empty
16681 wlarc='${wl}'
16682
16683 # Set some defaults for GNU ld with shared library support. These
16684 # are reset later if shared libraries are not supported. Putting them
16685 # here allows them to be overridden if necessary.
16686 runpath_var=LD_RUN_PATH
16687 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
16688 export_dynamic_flag_spec='${wl}--export-dynamic'
16689 # ancient GNU ld didn't support --whole-archive et. al.
16690 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
16691 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
16692 else
16693 whole_archive_flag_spec=
16694 fi
16695 supports_anon_versioning=no
16696 case `$LD -v 2>&1` in
16697 *GNU\ gold*) supports_anon_versioning=yes ;;
16698 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
16699 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
16700 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
16701 *\ 2.11.*) ;; # other 2.11 versions
16702 *) supports_anon_versioning=yes ;;
16703 esac
16704
16705 # See if GNU ld supports shared libraries.
16706 case $host_os in
16707 aix[3-9]*)
16708 # On AIX/PPC, the GNU linker is very broken
16709 if test "$host_cpu" != ia64; then
16710 ld_shlibs=no
16711 cat <<_LT_EOF 1>&2
16712
16713 *** Warning: the GNU linker, at least up to release 2.19, is reported
16714 *** to be unable to reliably create shared libraries on AIX.
16715 *** Therefore, libtool is disabling shared libraries support. If you
16716 *** really care for shared libraries, you may want to install binutils
16717 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
16718 *** You will then need to restart the configuration process.
16719
16720 _LT_EOF
16721 fi
16722 ;;
16723
16724 amigaos*)
16725 case $host_cpu in
16726 powerpc)
16727 # see comment about AmigaOS4 .so support
16728 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
16729 archive_expsym_cmds=''
16730 ;;
16731 m68k)
16732 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)'
16733 hardcode_libdir_flag_spec='-L$libdir'
16734 hardcode_minus_L=yes
16735 ;;
16736 esac
16737 ;;
16738
16739 beos*)
16740 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
16741 allow_undefined_flag=unsupported
16742 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
16743 # support --undefined. This deserves some investigation. FIXME
16744 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
16745 else
16746 ld_shlibs=no
16747 fi
16748 ;;
16749
16750 cygwin* | mingw* | pw32* | cegcc*)
16751 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
16752 # as there is no search path for DLLs.
16753 hardcode_libdir_flag_spec='-L$libdir'
16754 export_dynamic_flag_spec='${wl}--export-all-symbols'
16755 allow_undefined_flag=unsupported
16756 always_export_symbols=no
16757 enable_shared_with_static_runtimes=yes
16758 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
16759
16760 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
16761 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
16762 # If the export-symbols file already is a .def file (1st line
16763 # is EXPORTS), use it as is; otherwise, prepend...
16764 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
16765 cp $export_symbols $output_objdir/$soname.def;
16766 else
16767 echo EXPORTS > $output_objdir/$soname.def;
16768 cat $export_symbols >> $output_objdir/$soname.def;
16769 fi~
16770 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
16771 else
16772 ld_shlibs=no
16773 fi
16774 ;;
16775
16776 haiku*)
16777 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
16778 link_all_deplibs=yes
16779 ;;
16780
16781 interix[3-9]*)
16782 hardcode_direct=no
16783 hardcode_shlibpath_var=no
16784 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
16785 export_dynamic_flag_spec='${wl}-E'
16786 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
16787 # Instead, shared libraries are loaded at an image base (0x10000000 by
16788 # default) and relocated if they conflict, which is a slow very memory
16789 # consuming and fragmenting process. To avoid this, we pick a random,
16790 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
16791 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
16792 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
16793 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'
16794 ;;
16795
16796 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu | uclinuxfdpiceabi)
16797 tmp_diet=no
16798 if test "$host_os" = linux-dietlibc; then
16799 case $cc_basename in
16800 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
16801 esac
16802 fi
16803 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
16804 && test "$tmp_diet" = no
16805 then
16806 tmp_addflag=' $pic_flag'
16807 tmp_sharedflag='-shared'
16808 case $cc_basename,$host_cpu in
16809 pgcc*) # Portland Group C compiler
16810 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'
16811 tmp_addflag=' $pic_flag'
16812 ;;
16813 pgf77* | pgf90* | pgf95* | pgfortran*)
16814 # Portland Group f77 and f90 compilers
16815 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'
16816 tmp_addflag=' $pic_flag -Mnomain' ;;
16817 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
16818 tmp_addflag=' -i_dynamic' ;;
16819 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
16820 tmp_addflag=' -i_dynamic -nofor_main' ;;
16821 ifc* | ifort*) # Intel Fortran compiler
16822 tmp_addflag=' -nofor_main' ;;
16823 lf95*) # Lahey Fortran 8.1
16824 whole_archive_flag_spec=
16825 tmp_sharedflag='--shared' ;;
16826 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
16827 tmp_sharedflag='-qmkshrobj'
16828 tmp_addflag= ;;
16829 nvcc*) # Cuda Compiler Driver 2.2
16830 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'
16831 compiler_needs_object=yes
16832 ;;
16833 esac
16834 case `$CC -V 2>&1 | sed 5q` in
16835 *Sun\ C*) # Sun C 5.9
16836 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'
16837 compiler_needs_object=yes
16838 tmp_sharedflag='-G' ;;
16839 *Sun\ F*) # Sun Fortran 8.3
16840 tmp_sharedflag='-G' ;;
16841 esac
16842 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
16843
16844 if test "x$supports_anon_versioning" = xyes; then
16845 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
16846 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
16847 echo "local: *; };" >> $output_objdir/$libname.ver~
16848 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
16849 fi
16850
16851 case $cc_basename in
16852 xlf* | bgf* | bgxlf* | mpixlf*)
16853 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
16854 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
16855 hardcode_libdir_flag_spec=
16856 hardcode_libdir_flag_spec_ld='-rpath $libdir'
16857 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
16858 if test "x$supports_anon_versioning" = xyes; then
16859 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
16860 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
16861 echo "local: *; };" >> $output_objdir/$libname.ver~
16862 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
16863 fi
16864 ;;
16865 esac
16866 else
16867 ld_shlibs=no
16868 fi
16869 ;;
16870
16871 netbsd*)
16872 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
16873 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
16874 wlarc=
16875 else
16876 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
16877 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
16878 fi
16879 ;;
16880
16881 solaris*)
16882 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
16883 ld_shlibs=no
16884 cat <<_LT_EOF 1>&2
16885
16886 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
16887 *** create shared libraries on Solaris systems. Therefore, libtool
16888 *** is disabling shared libraries support. We urge you to upgrade GNU
16889 *** binutils to release 2.9.1 or newer. Another option is to modify
16890 *** your PATH or compiler configuration so that the native linker is
16891 *** used, and then restart.
16892
16893 _LT_EOF
16894 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
16895 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
16896 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
16897 else
16898 ld_shlibs=no
16899 fi
16900 ;;
16901
16902 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
16903 case `$LD -v 2>&1` in
16904 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
16905 ld_shlibs=no
16906 cat <<_LT_EOF 1>&2
16907
16908 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
16909 *** reliably create shared libraries on SCO systems. Therefore, libtool
16910 *** is disabling shared libraries support. We urge you to upgrade GNU
16911 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
16912 *** your PATH or compiler configuration so that the native linker is
16913 *** used, and then restart.
16914
16915 _LT_EOF
16916 ;;
16917 *)
16918 # For security reasons, it is highly recommended that you always
16919 # use absolute paths for naming shared libraries, and exclude the
16920 # DT_RUNPATH tag from executables and libraries. But doing so
16921 # requires that you compile everything twice, which is a pain.
16922 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
16923 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
16924 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
16925 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
16926 else
16927 ld_shlibs=no
16928 fi
16929 ;;
16930 esac
16931 ;;
16932
16933 sunos4*)
16934 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
16935 wlarc=
16936 hardcode_direct=yes
16937 hardcode_shlibpath_var=no
16938 ;;
16939
16940 *)
16941 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
16942 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
16943 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
16944 else
16945 ld_shlibs=no
16946 fi
16947 ;;
16948 esac
16949
16950 if test "$ld_shlibs" = no; then
16951 runpath_var=
16952 hardcode_libdir_flag_spec=
16953 export_dynamic_flag_spec=
16954 whole_archive_flag_spec=
16955 fi
16956 else
16957 # PORTME fill in a description of your system's linker (not GNU ld)
16958 case $host_os in
16959 aix3*)
16960 allow_undefined_flag=unsupported
16961 always_export_symbols=yes
16962 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'
16963 # Note: this linker hardcodes the directories in LIBPATH if there
16964 # are no directories specified by -L.
16965 hardcode_minus_L=yes
16966 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
16967 # Neither direct hardcoding nor static linking is supported with a
16968 # broken collect2.
16969 hardcode_direct=unsupported
16970 fi
16971 ;;
16972
16973 aix[4-9]*)
16974 if test "$host_cpu" = ia64; then
16975 # On IA64, the linker does run time linking by default, so we don't
16976 # have to do anything special.
16977 aix_use_runtimelinking=no
16978 exp_sym_flag='-Bexport'
16979 no_entry_flag=""
16980 else
16981 # If we're using GNU nm, then we don't want the "-C" option.
16982 # -C means demangle to AIX nm, but means don't demangle with GNU nm
16983 # Also, AIX nm treats weak defined symbols like other global
16984 # defined symbols, whereas GNU nm marks them as "W".
16985 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
16986 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'
16987 else
16988 export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "L")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
16989 fi
16990 aix_use_runtimelinking=no
16991
16992 # Test if we are trying to use run time linking or normal
16993 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
16994 # need to do runtime linking.
16995 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
16996 for ld_flag in $LDFLAGS; do
16997 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
16998 aix_use_runtimelinking=yes
16999 break
17000 fi
17001 done
17002 ;;
17003 esac
17004
17005 exp_sym_flag='-bexport'
17006 no_entry_flag='-bnoentry'
17007 fi
17008
17009 # When large executables or shared objects are built, AIX ld can
17010 # have problems creating the table of contents. If linking a library
17011 # or program results in "error TOC overflow" add -mminimal-toc to
17012 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
17013 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
17014
17015 archive_cmds=''
17016 hardcode_direct=yes
17017 hardcode_direct_absolute=yes
17018 hardcode_libdir_separator=':'
17019 link_all_deplibs=yes
17020 file_list_spec='${wl}-f,'
17021
17022 if test "$GCC" = yes; then
17023 case $host_os in aix4.[012]|aix4.[012].*)
17024 # We only want to do this on AIX 4.2 and lower, the check
17025 # below for broken collect2 doesn't work under 4.3+
17026 collect2name=`${CC} -print-prog-name=collect2`
17027 if test -f "$collect2name" &&
17028 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
17029 then
17030 # We have reworked collect2
17031 :
17032 else
17033 # We have old collect2
17034 hardcode_direct=unsupported
17035 # It fails to find uninstalled libraries when the uninstalled
17036 # path is not listed in the libpath. Setting hardcode_minus_L
17037 # to unsupported forces relinking
17038 hardcode_minus_L=yes
17039 hardcode_libdir_flag_spec='-L$libdir'
17040 hardcode_libdir_separator=
17041 fi
17042 ;;
17043 esac
17044 shared_flag='-shared'
17045 if test "$aix_use_runtimelinking" = yes; then
17046 shared_flag="$shared_flag "'${wl}-G'
17047 fi
17048 else
17049 # not using gcc
17050 if test "$host_cpu" = ia64; then
17051 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
17052 # chokes on -Wl,-G. The following line is correct:
17053 shared_flag='-G'
17054 else
17055 if test "$aix_use_runtimelinking" = yes; then
17056 shared_flag='${wl}-G'
17057 else
17058 shared_flag='${wl}-bM:SRE'
17059 fi
17060 fi
17061 fi
17062
17063 export_dynamic_flag_spec='${wl}-bexpall'
17064 # It seems that -bexpall does not export symbols beginning with
17065 # underscore (_), so it is better to generate a list of symbols to export.
17066 always_export_symbols=yes
17067 if test "$aix_use_runtimelinking" = yes; then
17068 # Warning - without using the other runtime loading flags (-brtl),
17069 # -berok will link without error, but may produce a broken library.
17070 allow_undefined_flag='-berok'
17071 # Determine the default libpath from the value encoded in an
17072 # empty executable.
17073 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17074 /* end confdefs.h. */
17075
17076 int
17077 main ()
17078 {
17079
17080 ;
17081 return 0;
17082 }
17083 _ACEOF
17084 if ac_fn_c_try_link "$LINENO"; then :
17085
17086 lt_aix_libpath_sed='
17087 /Import File Strings/,/^$/ {
17088 /^0/ {
17089 s/^0 *\(.*\)$/\1/
17090 p
17091 }
17092 }'
17093 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
17094 # Check for a 64-bit object if we didn't find anything.
17095 if test -z "$aix_libpath"; then
17096 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
17097 fi
17098 fi
17099 rm -f core conftest.err conftest.$ac_objext \
17100 conftest$ac_exeext conftest.$ac_ext
17101 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
17102
17103 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
17104 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"
17105 else
17106 if test "$host_cpu" = ia64; then
17107 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
17108 allow_undefined_flag="-z nodefs"
17109 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"
17110 else
17111 # Determine the default libpath from the value encoded in an
17112 # empty executable.
17113 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17114 /* end confdefs.h. */
17115
17116 int
17117 main ()
17118 {
17119
17120 ;
17121 return 0;
17122 }
17123 _ACEOF
17124 if ac_fn_c_try_link "$LINENO"; then :
17125
17126 lt_aix_libpath_sed='
17127 /Import File Strings/,/^$/ {
17128 /^0/ {
17129 s/^0 *\(.*\)$/\1/
17130 p
17131 }
17132 }'
17133 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
17134 # Check for a 64-bit object if we didn't find anything.
17135 if test -z "$aix_libpath"; then
17136 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
17137 fi
17138 fi
17139 rm -f core conftest.err conftest.$ac_objext \
17140 conftest$ac_exeext conftest.$ac_ext
17141 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
17142
17143 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
17144 # Warning - without using the other run time loading flags,
17145 # -berok will link without error, but may produce a broken library.
17146 no_undefined_flag=' ${wl}-bernotok'
17147 allow_undefined_flag=' ${wl}-berok'
17148 if test "$with_gnu_ld" = yes; then
17149 # We only use this code for GNU lds that support --whole-archive.
17150 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
17151 else
17152 # Exported symbols can be pulled into shared objects from archives
17153 whole_archive_flag_spec='$convenience'
17154 fi
17155 archive_cmds_need_lc=yes
17156 # This is similar to how AIX traditionally builds its shared libraries.
17157 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'
17158 fi
17159 fi
17160 ;;
17161
17162 amigaos*)
17163 case $host_cpu in
17164 powerpc)
17165 # see comment about AmigaOS4 .so support
17166 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
17167 archive_expsym_cmds=''
17168 ;;
17169 m68k)
17170 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)'
17171 hardcode_libdir_flag_spec='-L$libdir'
17172 hardcode_minus_L=yes
17173 ;;
17174 esac
17175 ;;
17176
17177 bsdi[45]*)
17178 export_dynamic_flag_spec=-rdynamic
17179 ;;
17180
17181 cygwin* | mingw* | pw32* | cegcc*)
17182 # When not using gcc, we currently assume that we are using
17183 # Microsoft Visual C++.
17184 # hardcode_libdir_flag_spec is actually meaningless, as there is
17185 # no search path for DLLs.
17186 hardcode_libdir_flag_spec=' '
17187 allow_undefined_flag=unsupported
17188 # Tell ltmain to make .lib files, not .a files.
17189 libext=lib
17190 # Tell ltmain to make .dll files, not .so files.
17191 shrext_cmds=".dll"
17192 # FIXME: Setting linknames here is a bad hack.
17193 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
17194 # The linker will automatically build a .lib file if we build a DLL.
17195 old_archive_from_new_cmds='true'
17196 # FIXME: Should let the user specify the lib program.
17197 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
17198 fix_srcfile_path='`cygpath -w "$srcfile"`'
17199 enable_shared_with_static_runtimes=yes
17200 ;;
17201
17202 darwin* | rhapsody*)
17203
17204
17205 archive_cmds_need_lc=no
17206 hardcode_direct=no
17207 hardcode_automatic=yes
17208 hardcode_shlibpath_var=unsupported
17209 if test "$lt_cv_ld_force_load" = "yes"; then
17210 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\"`'
17211 else
17212 whole_archive_flag_spec=''
17213 fi
17214 link_all_deplibs=yes
17215 allow_undefined_flag="$_lt_dar_allow_undefined"
17216 case $cc_basename in
17217 ifort*) _lt_dar_can_shared=yes ;;
17218 *) _lt_dar_can_shared=$GCC ;;
17219 esac
17220 if test "$_lt_dar_can_shared" = "yes"; then
17221 output_verbose_link_cmd=func_echo_all
17222 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
17223 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
17224 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}"
17225 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}"
17226
17227 else
17228 ld_shlibs=no
17229 fi
17230
17231 ;;
17232
17233 dgux*)
17234 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
17235 hardcode_libdir_flag_spec='-L$libdir'
17236 hardcode_shlibpath_var=no
17237 ;;
17238
17239 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
17240 # support. Future versions do this automatically, but an explicit c++rt0.o
17241 # does not break anything, and helps significantly (at the cost of a little
17242 # extra space).
17243 freebsd2.2*)
17244 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
17245 hardcode_libdir_flag_spec='-R$libdir'
17246 hardcode_direct=yes
17247 hardcode_shlibpath_var=no
17248 ;;
17249
17250 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
17251 freebsd2.*)
17252 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
17253 hardcode_direct=yes
17254 hardcode_minus_L=yes
17255 hardcode_shlibpath_var=no
17256 ;;
17257
17258 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
17259 freebsd* | dragonfly*)
17260 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
17261 hardcode_libdir_flag_spec='-R$libdir'
17262 hardcode_direct=yes
17263 hardcode_shlibpath_var=no
17264 ;;
17265
17266 hpux9*)
17267 if test "$GCC" = yes; then
17268 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'
17269 else
17270 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'
17271 fi
17272 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
17273 hardcode_libdir_separator=:
17274 hardcode_direct=yes
17275
17276 # hardcode_minus_L: Not really in the search PATH,
17277 # but as the default location of the library.
17278 hardcode_minus_L=yes
17279 export_dynamic_flag_spec='${wl}-E'
17280 ;;
17281
17282 hpux10*)
17283 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
17284 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
17285 else
17286 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
17287 fi
17288 if test "$with_gnu_ld" = no; then
17289 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
17290 hardcode_libdir_flag_spec_ld='+b $libdir'
17291 hardcode_libdir_separator=:
17292 hardcode_direct=yes
17293 hardcode_direct_absolute=yes
17294 export_dynamic_flag_spec='${wl}-E'
17295 # hardcode_minus_L: Not really in the search PATH,
17296 # but as the default location of the library.
17297 hardcode_minus_L=yes
17298 fi
17299 ;;
17300
17301 hpux11*)
17302 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
17303 case $host_cpu in
17304 hppa*64*)
17305 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
17306 ;;
17307 ia64*)
17308 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
17309 ;;
17310 *)
17311 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
17312 ;;
17313 esac
17314 else
17315 case $host_cpu in
17316 hppa*64*)
17317 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
17318 ;;
17319 ia64*)
17320 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
17321 ;;
17322 *)
17323
17324 # Older versions of the 11.00 compiler do not understand -b yet
17325 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
17326 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
17327 $as_echo_n "checking if $CC understands -b... " >&6; }
17328 if ${lt_cv_prog_compiler__b+:} false; then :
17329 $as_echo_n "(cached) " >&6
17330 else
17331 lt_cv_prog_compiler__b=no
17332 save_LDFLAGS="$LDFLAGS"
17333 LDFLAGS="$LDFLAGS -b"
17334 echo "$lt_simple_link_test_code" > conftest.$ac_ext
17335 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
17336 # The linker can only warn and ignore the option if not recognized
17337 # So say no if there are warnings
17338 if test -s conftest.err; then
17339 # Append any errors to the config.log.
17340 cat conftest.err 1>&5
17341 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
17342 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
17343 if diff conftest.exp conftest.er2 >/dev/null; then
17344 lt_cv_prog_compiler__b=yes
17345 fi
17346 else
17347 lt_cv_prog_compiler__b=yes
17348 fi
17349 fi
17350 $RM -r conftest*
17351 LDFLAGS="$save_LDFLAGS"
17352
17353 fi
17354 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
17355 $as_echo "$lt_cv_prog_compiler__b" >&6; }
17356
17357 if test x"$lt_cv_prog_compiler__b" = xyes; then
17358 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
17359 else
17360 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
17361 fi
17362
17363 ;;
17364 esac
17365 fi
17366 if test "$with_gnu_ld" = no; then
17367 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
17368 hardcode_libdir_separator=:
17369
17370 case $host_cpu in
17371 hppa*64*|ia64*)
17372 hardcode_direct=no
17373 hardcode_shlibpath_var=no
17374 ;;
17375 *)
17376 hardcode_direct=yes
17377 hardcode_direct_absolute=yes
17378 export_dynamic_flag_spec='${wl}-E'
17379
17380 # hardcode_minus_L: Not really in the search PATH,
17381 # but as the default location of the library.
17382 hardcode_minus_L=yes
17383 ;;
17384 esac
17385 fi
17386 ;;
17387
17388 irix5* | irix6* | nonstopux*)
17389 if test "$GCC" = yes; then
17390 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'
17391 # Try to use the -exported_symbol ld option, if it does not
17392 # work, assume that -exports_file does not work either and
17393 # implicitly export all symbols.
17394 save_LDFLAGS="$LDFLAGS"
17395 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
17396 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17397 /* end confdefs.h. */
17398 int foo(void) {}
17399 _ACEOF
17400 if ac_fn_c_try_link "$LINENO"; then :
17401 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'
17402
17403 fi
17404 rm -f core conftest.err conftest.$ac_objext \
17405 conftest$ac_exeext conftest.$ac_ext
17406 LDFLAGS="$save_LDFLAGS"
17407 else
17408 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'
17409 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'
17410 fi
17411 archive_cmds_need_lc='no'
17412 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
17413 hardcode_libdir_separator=:
17414 inherit_rpath=yes
17415 link_all_deplibs=yes
17416 ;;
17417
17418 netbsd*)
17419 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
17420 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
17421 else
17422 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
17423 fi
17424 hardcode_libdir_flag_spec='-R$libdir'
17425 hardcode_direct=yes
17426 hardcode_shlibpath_var=no
17427 ;;
17428
17429 newsos6)
17430 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
17431 hardcode_direct=yes
17432 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
17433 hardcode_libdir_separator=:
17434 hardcode_shlibpath_var=no
17435 ;;
17436
17437 *nto* | *qnx*)
17438 ;;
17439
17440 openbsd*)
17441 if test -f /usr/libexec/ld.so; then
17442 hardcode_direct=yes
17443 hardcode_shlibpath_var=no
17444 hardcode_direct_absolute=yes
17445 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
17446 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
17447 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
17448 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
17449 export_dynamic_flag_spec='${wl}-E'
17450 else
17451 case $host_os in
17452 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
17453 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
17454 hardcode_libdir_flag_spec='-R$libdir'
17455 ;;
17456 *)
17457 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
17458 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
17459 ;;
17460 esac
17461 fi
17462 else
17463 ld_shlibs=no
17464 fi
17465 ;;
17466
17467 os2*)
17468 hardcode_libdir_flag_spec='-L$libdir'
17469 hardcode_minus_L=yes
17470 allow_undefined_flag=unsupported
17471 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'
17472 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
17473 ;;
17474
17475 osf3*)
17476 if test "$GCC" = yes; then
17477 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
17478 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'
17479 else
17480 allow_undefined_flag=' -expect_unresolved \*'
17481 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'
17482 fi
17483 archive_cmds_need_lc='no'
17484 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
17485 hardcode_libdir_separator=:
17486 ;;
17487
17488 osf4* | osf5*) # as osf3* with the addition of -msym flag
17489 if test "$GCC" = yes; then
17490 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
17491 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'
17492 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
17493 else
17494 allow_undefined_flag=' -expect_unresolved \*'
17495 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'
17496 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~
17497 $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'
17498
17499 # Both c and cxx compiler support -rpath directly
17500 hardcode_libdir_flag_spec='-rpath $libdir'
17501 fi
17502 archive_cmds_need_lc='no'
17503 hardcode_libdir_separator=:
17504 ;;
17505
17506 solaris*)
17507 no_undefined_flag=' -z defs'
17508 if test "$GCC" = yes; then
17509 wlarc='${wl}'
17510 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
17511 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
17512 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
17513 else
17514 case `$CC -V 2>&1` in
17515 *"Compilers 5.0"*)
17516 wlarc=''
17517 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
17518 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
17519 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
17520 ;;
17521 *)
17522 wlarc='${wl}'
17523 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
17524 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
17525 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
17526 ;;
17527 esac
17528 fi
17529 hardcode_libdir_flag_spec='-R$libdir'
17530 hardcode_shlibpath_var=no
17531 case $host_os in
17532 solaris2.[0-5] | solaris2.[0-5].*) ;;
17533 *)
17534 # The compiler driver will combine and reorder linker options,
17535 # but understands `-z linker_flag'. GCC discards it without `$wl',
17536 # but is careful enough not to reorder.
17537 # Supported since Solaris 2.6 (maybe 2.5.1?)
17538 if test "$GCC" = yes; then
17539 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
17540 else
17541 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
17542 fi
17543 ;;
17544 esac
17545 link_all_deplibs=yes
17546 ;;
17547
17548 sunos4*)
17549 if test "x$host_vendor" = xsequent; then
17550 # Use $CC to link under sequent, because it throws in some extra .o
17551 # files that make .init and .fini sections work.
17552 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
17553 else
17554 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
17555 fi
17556 hardcode_libdir_flag_spec='-L$libdir'
17557 hardcode_direct=yes
17558 hardcode_minus_L=yes
17559 hardcode_shlibpath_var=no
17560 ;;
17561
17562 sysv4)
17563 case $host_vendor in
17564 sni)
17565 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
17566 hardcode_direct=yes # is this really true???
17567 ;;
17568 siemens)
17569 ## LD is ld it makes a PLAMLIB
17570 ## CC just makes a GrossModule.
17571 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
17572 reload_cmds='$CC -r -o $output$reload_objs'
17573 hardcode_direct=no
17574 ;;
17575 motorola)
17576 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
17577 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
17578 ;;
17579 esac
17580 runpath_var='LD_RUN_PATH'
17581 hardcode_shlibpath_var=no
17582 ;;
17583
17584 sysv4.3*)
17585 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
17586 hardcode_shlibpath_var=no
17587 export_dynamic_flag_spec='-Bexport'
17588 ;;
17589
17590 sysv4*MP*)
17591 if test -d /usr/nec; then
17592 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
17593 hardcode_shlibpath_var=no
17594 runpath_var=LD_RUN_PATH
17595 hardcode_runpath_var=yes
17596 ld_shlibs=yes
17597 fi
17598 ;;
17599
17600 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
17601 no_undefined_flag='${wl}-z,text'
17602 archive_cmds_need_lc=no
17603 hardcode_shlibpath_var=no
17604 runpath_var='LD_RUN_PATH'
17605
17606 if test "$GCC" = yes; then
17607 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
17608 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
17609 else
17610 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
17611 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
17612 fi
17613 ;;
17614
17615 sysv5* | sco3.2v5* | sco5v6*)
17616 # Note: We can NOT use -z defs as we might desire, because we do not
17617 # link with -lc, and that would cause any symbols used from libc to
17618 # always be unresolved, which means just about no library would
17619 # ever link correctly. If we're not using GNU ld we use -z text
17620 # though, which does catch some bad symbols but isn't as heavy-handed
17621 # as -z defs.
17622 no_undefined_flag='${wl}-z,text'
17623 allow_undefined_flag='${wl}-z,nodefs'
17624 archive_cmds_need_lc=no
17625 hardcode_shlibpath_var=no
17626 hardcode_libdir_flag_spec='${wl}-R,$libdir'
17627 hardcode_libdir_separator=':'
17628 link_all_deplibs=yes
17629 export_dynamic_flag_spec='${wl}-Bexport'
17630 runpath_var='LD_RUN_PATH'
17631
17632 if test "$GCC" = yes; then
17633 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
17634 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
17635 else
17636 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
17637 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
17638 fi
17639 ;;
17640
17641 uts4*)
17642 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
17643 hardcode_libdir_flag_spec='-L$libdir'
17644 hardcode_shlibpath_var=no
17645 ;;
17646
17647 *)
17648 ld_shlibs=no
17649 ;;
17650 esac
17651
17652 if test x$host_vendor = xsni; then
17653 case $host in
17654 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
17655 export_dynamic_flag_spec='${wl}-Blargedynsym'
17656 ;;
17657 esac
17658 fi
17659 fi
17660
17661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
17662 $as_echo "$ld_shlibs" >&6; }
17663 test "$ld_shlibs" = no && can_build_shared=no
17664
17665 with_gnu_ld=$with_gnu_ld
17666
17667
17668
17669
17670
17671
17672
17673
17674
17675
17676
17677
17678
17679
17680
17681 #
17682 # Do we need to explicitly link libc?
17683 #
17684 case "x$archive_cmds_need_lc" in
17685 x|xyes)
17686 # Assume -lc should be added
17687 archive_cmds_need_lc=yes
17688
17689 if test "$enable_shared" = yes && test "$GCC" = yes; then
17690 case $archive_cmds in
17691 *'~'*)
17692 # FIXME: we may have to deal with multi-command sequences.
17693 ;;
17694 '$CC '*)
17695 # Test whether the compiler implicitly links with -lc since on some
17696 # systems, -lgcc has to come before -lc. If gcc already passes -lc
17697 # to ld, don't add -lc before -lgcc.
17698 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
17699 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
17700 if ${lt_cv_archive_cmds_need_lc+:} false; then :
17701 $as_echo_n "(cached) " >&6
17702 else
17703 $RM conftest*
17704 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
17705
17706 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
17707 (eval $ac_compile) 2>&5
17708 ac_status=$?
17709 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
17710 test $ac_status = 0; } 2>conftest.err; then
17711 soname=conftest
17712 lib=conftest
17713 libobjs=conftest.$ac_objext
17714 deplibs=
17715 wl=$lt_prog_compiler_wl
17716 pic_flag=$lt_prog_compiler_pic
17717 compiler_flags=-v
17718 linker_flags=-v
17719 verstring=
17720 output_objdir=.
17721 libname=conftest
17722 lt_save_allow_undefined_flag=$allow_undefined_flag
17723 allow_undefined_flag=
17724 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
17725 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
17726 ac_status=$?
17727 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
17728 test $ac_status = 0; }
17729 then
17730 lt_cv_archive_cmds_need_lc=no
17731 else
17732 lt_cv_archive_cmds_need_lc=yes
17733 fi
17734 allow_undefined_flag=$lt_save_allow_undefined_flag
17735 else
17736 cat conftest.err 1>&5
17737 fi
17738 $RM conftest*
17739
17740 fi
17741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
17742 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
17743 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
17744 ;;
17745 esac
17746 fi
17747 ;;
17748 esac
17749
17750
17751
17752
17753
17754
17755
17756
17757
17758
17759
17760
17761
17762
17763
17764
17765
17766
17767
17768
17769
17770
17771
17772
17773
17774
17775
17776
17777
17778
17779
17780
17781
17782
17783
17784
17785
17786
17787
17788
17789
17790
17791
17792
17793
17794
17795
17796
17797
17798
17799
17800
17801
17802
17803
17804
17805
17806
17807
17808
17809
17810
17811
17812
17813
17814
17815
17816
17817
17818
17819
17820
17821
17822
17823
17824
17825
17826
17827
17828
17829
17830
17831
17832
17833
17834
17835
17836
17837
17838
17839
17840
17841
17842
17843
17844
17845
17846
17847
17848
17849
17850
17851
17852
17853
17854
17855
17856
17857
17858
17859
17860
17861
17862
17863
17864
17865
17866
17867
17868
17869
17870
17871
17872
17873
17874
17875
17876
17877
17878
17879
17880
17881
17882
17883
17884
17885
17886
17887
17888
17889
17890
17891
17892
17893
17894
17895
17896
17897
17898
17899
17900
17901
17902
17903
17904
17905
17906 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
17907 $as_echo_n "checking dynamic linker characteristics... " >&6; }
17908
17909 if test "$GCC" = yes; then
17910 case $host_os in
17911 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
17912 *) lt_awk_arg="/^libraries:/" ;;
17913 esac
17914 case $host_os in
17915 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
17916 *) lt_sed_strip_eq="s,=/,/,g" ;;
17917 esac
17918 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
17919 case $lt_search_path_spec in
17920 *\;*)
17921 # if the path contains ";" then we assume it to be the separator
17922 # otherwise default to the standard path separator (i.e. ":") - it is
17923 # assumed that no part of a normal pathname contains ";" but that should
17924 # okay in the real world where ";" in dirpaths is itself problematic.
17925 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
17926 ;;
17927 *)
17928 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
17929 ;;
17930 esac
17931 # Ok, now we have the path, separated by spaces, we can step through it
17932 # and add multilib dir if necessary.
17933 lt_tmp_lt_search_path_spec=
17934 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
17935 for lt_sys_path in $lt_search_path_spec; do
17936 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
17937 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
17938 else
17939 test -d "$lt_sys_path" && \
17940 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
17941 fi
17942 done
17943 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
17944 BEGIN {RS=" "; FS="/|\n";} {
17945 lt_foo="";
17946 lt_count=0;
17947 for (lt_i = NF; lt_i > 0; lt_i--) {
17948 if ($lt_i != "" && $lt_i != ".") {
17949 if ($lt_i == "..") {
17950 lt_count++;
17951 } else {
17952 if (lt_count == 0) {
17953 lt_foo="/" $lt_i lt_foo;
17954 } else {
17955 lt_count--;
17956 }
17957 }
17958 }
17959 }
17960 if (lt_foo != "") { lt_freq[lt_foo]++; }
17961 if (lt_freq[lt_foo] == 1) { print lt_foo; }
17962 }'`
17963 # AWK program above erroneously prepends '/' to C:/dos/paths
17964 # for these hosts.
17965 case $host_os in
17966 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
17967 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
17968 esac
17969 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
17970 else
17971 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
17972 fi
17973 library_names_spec=
17974 libname_spec='lib$name'
17975 soname_spec=
17976 shrext_cmds=".so"
17977 postinstall_cmds=
17978 postuninstall_cmds=
17979 finish_cmds=
17980 finish_eval=
17981 shlibpath_var=
17982 shlibpath_overrides_runpath=unknown
17983 version_type=none
17984 dynamic_linker="$host_os ld.so"
17985 sys_lib_dlsearch_path_spec="/lib /usr/lib"
17986 need_lib_prefix=unknown
17987 hardcode_into_libs=no
17988
17989 # when you set need_version to no, make sure it does not cause -set_version
17990 # flags to be left without arguments
17991 need_version=unknown
17992
17993 case $host_os in
17994 aix3*)
17995 version_type=linux
17996 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
17997 shlibpath_var=LIBPATH
17998
17999 # AIX 3 has no versioning support, so we append a major version to the name.
18000 soname_spec='${libname}${release}${shared_ext}$major'
18001 ;;
18002
18003 aix[4-9]*)
18004 version_type=linux
18005 need_lib_prefix=no
18006 need_version=no
18007 hardcode_into_libs=yes
18008 if test "$host_cpu" = ia64; then
18009 # AIX 5 supports IA64
18010 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
18011 shlibpath_var=LD_LIBRARY_PATH
18012 else
18013 # With GCC up to 2.95.x, collect2 would create an import file
18014 # for dependence libraries. The import file would start with
18015 # the line `#! .'. This would cause the generated library to
18016 # depend on `.', always an invalid library. This was fixed in
18017 # development snapshots of GCC prior to 3.0.
18018 case $host_os in
18019 aix4 | aix4.[01] | aix4.[01].*)
18020 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
18021 echo ' yes '
18022 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
18023 :
18024 else
18025 can_build_shared=no
18026 fi
18027 ;;
18028 esac
18029 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
18030 # soname into executable. Probably we can add versioning support to
18031 # collect2, so additional links can be useful in future.
18032 if test "$aix_use_runtimelinking" = yes; then
18033 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
18034 # instead of lib<name>.a to let people know that these are not
18035 # typical AIX shared libraries.
18036 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
18037 else
18038 # We preserve .a as extension for shared libraries through AIX4.2
18039 # and later when we are not doing run time linking.
18040 library_names_spec='${libname}${release}.a $libname.a'
18041 soname_spec='${libname}${release}${shared_ext}$major'
18042 fi
18043 shlibpath_var=LIBPATH
18044 fi
18045 ;;
18046
18047 amigaos*)
18048 case $host_cpu in
18049 powerpc)
18050 # Since July 2007 AmigaOS4 officially supports .so libraries.
18051 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
18052 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
18053 ;;
18054 m68k)
18055 library_names_spec='$libname.ixlibrary $libname.a'
18056 # Create ${libname}_ixlibrary.a entries in /sys/libs.
18057 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'
18058 ;;
18059 esac
18060 ;;
18061
18062 beos*)
18063 library_names_spec='${libname}${shared_ext}'
18064 dynamic_linker="$host_os ld.so"
18065 shlibpath_var=LIBRARY_PATH
18066 ;;
18067
18068 bsdi[45]*)
18069 version_type=linux
18070 need_version=no
18071 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
18072 soname_spec='${libname}${release}${shared_ext}$major'
18073 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
18074 shlibpath_var=LD_LIBRARY_PATH
18075 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
18076 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
18077 # the default ld.so.conf also contains /usr/contrib/lib and
18078 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
18079 # libtool to hard-code these into programs
18080 ;;
18081
18082 cygwin* | mingw* | pw32* | cegcc*)
18083 version_type=windows
18084 shrext_cmds=".dll"
18085 need_version=no
18086 need_lib_prefix=no
18087
18088 case $GCC,$host_os in
18089 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
18090 library_names_spec='$libname.dll.a'
18091 # DLL is installed to $(libdir)/../bin by postinstall_cmds
18092 postinstall_cmds='base_file=`basename \${file}`~
18093 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
18094 dldir=$destdir/`dirname \$dlpath`~
18095 test -d \$dldir || mkdir -p \$dldir~
18096 $install_prog $dir/$dlname \$dldir/$dlname~
18097 chmod a+x \$dldir/$dlname~
18098 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
18099 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
18100 fi'
18101 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
18102 dlpath=$dir/\$dldll~
18103 $RM \$dlpath'
18104 shlibpath_overrides_runpath=yes
18105
18106 case $host_os in
18107 cygwin*)
18108 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
18109 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
18110
18111 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
18112 ;;
18113 mingw* | cegcc*)
18114 # MinGW DLLs use traditional 'lib' prefix
18115 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
18116 ;;
18117 pw32*)
18118 # pw32 DLLs use 'pw' prefix rather than 'lib'
18119 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
18120 ;;
18121 esac
18122 ;;
18123
18124 *)
18125 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
18126 ;;
18127 esac
18128 dynamic_linker='Win32 ld.exe'
18129 # FIXME: first we should search . and the directory the executable is in
18130 shlibpath_var=PATH
18131 ;;
18132
18133 darwin* | rhapsody*)
18134 dynamic_linker="$host_os dyld"
18135 version_type=darwin
18136 need_lib_prefix=no
18137 need_version=no
18138 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
18139 soname_spec='${libname}${release}${major}$shared_ext'
18140 shlibpath_overrides_runpath=yes
18141 shlibpath_var=DYLD_LIBRARY_PATH
18142 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
18143
18144 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
18145 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
18146 ;;
18147
18148 dgux*)
18149 version_type=linux
18150 need_lib_prefix=no
18151 need_version=no
18152 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
18153 soname_spec='${libname}${release}${shared_ext}$major'
18154 shlibpath_var=LD_LIBRARY_PATH
18155 ;;
18156
18157 freebsd* | dragonfly*)
18158 # DragonFly does not have aout. When/if they implement a new
18159 # versioning mechanism, adjust this.
18160 if test -x /usr/bin/objformat; then
18161 objformat=`/usr/bin/objformat`
18162 else
18163 case $host_os in
18164 freebsd[23].*) objformat=aout ;;
18165 *) objformat=elf ;;
18166 esac
18167 fi
18168 version_type=freebsd-$objformat
18169 case $version_type in
18170 freebsd-elf*)
18171 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
18172 need_version=no
18173 need_lib_prefix=no
18174 ;;
18175 freebsd-*)
18176 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
18177 need_version=yes
18178 ;;
18179 esac
18180 shlibpath_var=LD_LIBRARY_PATH
18181 case $host_os in
18182 freebsd2.*)
18183 shlibpath_overrides_runpath=yes
18184 ;;
18185 freebsd3.[01]* | freebsdelf3.[01]*)
18186 shlibpath_overrides_runpath=yes
18187 hardcode_into_libs=yes
18188 ;;
18189 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
18190 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
18191 shlibpath_overrides_runpath=no
18192 hardcode_into_libs=yes
18193 ;;
18194 *) # from 4.6 on, and DragonFly
18195 shlibpath_overrides_runpath=yes
18196 hardcode_into_libs=yes
18197 ;;
18198 esac
18199 ;;
18200
18201 gnu*)
18202 version_type=linux
18203 need_lib_prefix=no
18204 need_version=no
18205 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
18206 soname_spec='${libname}${release}${shared_ext}$major'
18207 shlibpath_var=LD_LIBRARY_PATH
18208 hardcode_into_libs=yes
18209 ;;
18210
18211 haiku*)
18212 version_type=linux
18213 need_lib_prefix=no
18214 need_version=no
18215 dynamic_linker="$host_os runtime_loader"
18216 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
18217 soname_spec='${libname}${release}${shared_ext}$major'
18218 shlibpath_var=LIBRARY_PATH
18219 shlibpath_overrides_runpath=yes
18220 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
18221 hardcode_into_libs=yes
18222 ;;
18223
18224 hpux9* | hpux10* | hpux11*)
18225 # Give a soname corresponding to the major version so that dld.sl refuses to
18226 # link against other versions.
18227 version_type=sunos
18228 need_lib_prefix=no
18229 need_version=no
18230 case $host_cpu in
18231 ia64*)
18232 shrext_cmds='.so'
18233 hardcode_into_libs=yes
18234 dynamic_linker="$host_os dld.so"
18235 shlibpath_var=LD_LIBRARY_PATH
18236 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
18237 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
18238 soname_spec='${libname}${release}${shared_ext}$major'
18239 if test "X$HPUX_IA64_MODE" = X32; then
18240 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
18241 else
18242 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
18243 fi
18244 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
18245 ;;
18246 hppa*64*)
18247 shrext_cmds='.sl'
18248 hardcode_into_libs=yes
18249 dynamic_linker="$host_os dld.sl"
18250 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
18251 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
18252 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
18253 soname_spec='${libname}${release}${shared_ext}$major'
18254 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
18255 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
18256 ;;
18257 *)
18258 shrext_cmds='.sl'
18259 dynamic_linker="$host_os dld.sl"
18260 shlibpath_var=SHLIB_PATH
18261 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
18262 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
18263 soname_spec='${libname}${release}${shared_ext}$major'
18264 ;;
18265 esac
18266 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
18267 postinstall_cmds='chmod 555 $lib'
18268 # or fails outright, so override atomically:
18269 install_override_mode=555
18270 ;;
18271
18272 interix[3-9]*)
18273 version_type=linux
18274 need_lib_prefix=no
18275 need_version=no
18276 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
18277 soname_spec='${libname}${release}${shared_ext}$major'
18278 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
18279 shlibpath_var=LD_LIBRARY_PATH
18280 shlibpath_overrides_runpath=no
18281 hardcode_into_libs=yes
18282 ;;
18283
18284 irix5* | irix6* | nonstopux*)
18285 case $host_os in
18286 nonstopux*) version_type=nonstopux ;;
18287 *)
18288 if test "$lt_cv_prog_gnu_ld" = yes; then
18289 version_type=linux
18290 else
18291 version_type=irix
18292 fi ;;
18293 esac
18294 need_lib_prefix=no
18295 need_version=no
18296 soname_spec='${libname}${release}${shared_ext}$major'
18297 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
18298 case $host_os in
18299 irix5* | nonstopux*)
18300 libsuff= shlibsuff=
18301 ;;
18302 *)
18303 case $LD in # libtool.m4 will add one of these switches to LD
18304 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
18305 libsuff= shlibsuff= libmagic=32-bit;;
18306 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
18307 libsuff=32 shlibsuff=N32 libmagic=N32;;
18308 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
18309 libsuff=64 shlibsuff=64 libmagic=64-bit;;
18310 *) libsuff= shlibsuff= libmagic=never-match;;
18311 esac
18312 ;;
18313 esac
18314 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
18315 shlibpath_overrides_runpath=no
18316 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
18317 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
18318 hardcode_into_libs=yes
18319 ;;
18320
18321 # No shared lib support for Linux oldld, aout, or coff.
18322 linux*oldld* | linux*aout* | linux*coff*)
18323 dynamic_linker=no
18324 ;;
18325
18326 # This must be Linux ELF.
18327
18328 # uclinux* changes (here and below) have been submitted to the libtool
18329 # project, but have not yet been accepted: they are GCC-local changes
18330 # for the time being. (See
18331 # https://lists.gnu.org/archive/html/libtool-patches/2018-05/msg00000.html)
18332 linux* | k*bsd*-gnu | kopensolaris*-gnu | uclinuxfdpiceabi)
18333 version_type=linux
18334 need_lib_prefix=no
18335 need_version=no
18336 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
18337 soname_spec='${libname}${release}${shared_ext}$major'
18338 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
18339 shlibpath_var=LD_LIBRARY_PATH
18340 shlibpath_overrides_runpath=no
18341
18342 # Some binutils ld are patched to set DT_RUNPATH
18343 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
18344 $as_echo_n "(cached) " >&6
18345 else
18346 lt_cv_shlibpath_overrides_runpath=no
18347 save_LDFLAGS=$LDFLAGS
18348 save_libdir=$libdir
18349 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
18350 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
18351 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18352 /* end confdefs.h. */
18353
18354 int
18355 main ()
18356 {
18357
18358 ;
18359 return 0;
18360 }
18361 _ACEOF
18362 if ac_fn_c_try_link "$LINENO"; then :
18363 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
18364 lt_cv_shlibpath_overrides_runpath=yes
18365 fi
18366 fi
18367 rm -f core conftest.err conftest.$ac_objext \
18368 conftest$ac_exeext conftest.$ac_ext
18369 LDFLAGS=$save_LDFLAGS
18370 libdir=$save_libdir
18371
18372 fi
18373
18374 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
18375
18376 # This implies no fast_install, which is unacceptable.
18377 # Some rework will be needed to allow for fast_install
18378 # before this can be enabled.
18379 hardcode_into_libs=yes
18380
18381 # Append ld.so.conf contents to the search path
18382 if test -f /etc/ld.so.conf; then
18383 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' ' '`
18384 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
18385 fi
18386
18387 # We used to test for /lib/ld.so.1 and disable shared libraries on
18388 # powerpc, because MkLinux only supported shared libraries with the
18389 # GNU dynamic linker. Since this was broken with cross compilers,
18390 # most powerpc-linux boxes support dynamic linking these days and
18391 # people can always --disable-shared, the test was removed, and we
18392 # assume the GNU/Linux dynamic linker is in use.
18393 dynamic_linker='GNU/Linux ld.so'
18394 ;;
18395
18396 netbsd*)
18397 version_type=sunos
18398 need_lib_prefix=no
18399 need_version=no
18400 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
18401 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
18402 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
18403 dynamic_linker='NetBSD (a.out) ld.so'
18404 else
18405 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
18406 soname_spec='${libname}${release}${shared_ext}$major'
18407 dynamic_linker='NetBSD ld.elf_so'
18408 fi
18409 shlibpath_var=LD_LIBRARY_PATH
18410 shlibpath_overrides_runpath=yes
18411 hardcode_into_libs=yes
18412 ;;
18413
18414 newsos6)
18415 version_type=linux
18416 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
18417 shlibpath_var=LD_LIBRARY_PATH
18418 shlibpath_overrides_runpath=yes
18419 ;;
18420
18421 *nto* | *qnx*)
18422 version_type=qnx
18423 need_lib_prefix=no
18424 need_version=no
18425 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
18426 soname_spec='${libname}${release}${shared_ext}$major'
18427 shlibpath_var=LD_LIBRARY_PATH
18428 shlibpath_overrides_runpath=no
18429 hardcode_into_libs=yes
18430 dynamic_linker='ldqnx.so'
18431 ;;
18432
18433 openbsd*)
18434 version_type=sunos
18435 sys_lib_dlsearch_path_spec="/usr/lib"
18436 need_lib_prefix=no
18437 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
18438 case $host_os in
18439 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
18440 *) need_version=no ;;
18441 esac
18442 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
18443 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
18444 shlibpath_var=LD_LIBRARY_PATH
18445 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
18446 case $host_os in
18447 openbsd2.[89] | openbsd2.[89].*)
18448 shlibpath_overrides_runpath=no
18449 ;;
18450 *)
18451 shlibpath_overrides_runpath=yes
18452 ;;
18453 esac
18454 else
18455 shlibpath_overrides_runpath=yes
18456 fi
18457 ;;
18458
18459 os2*)
18460 libname_spec='$name'
18461 shrext_cmds=".dll"
18462 need_lib_prefix=no
18463 library_names_spec='$libname${shared_ext} $libname.a'
18464 dynamic_linker='OS/2 ld.exe'
18465 shlibpath_var=LIBPATH
18466 ;;
18467
18468 osf3* | osf4* | osf5*)
18469 version_type=osf
18470 need_lib_prefix=no
18471 need_version=no
18472 soname_spec='${libname}${release}${shared_ext}$major'
18473 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
18474 shlibpath_var=LD_LIBRARY_PATH
18475 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
18476 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
18477 ;;
18478
18479 rdos*)
18480 dynamic_linker=no
18481 ;;
18482
18483 solaris*)
18484 version_type=linux
18485 need_lib_prefix=no
18486 need_version=no
18487 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
18488 soname_spec='${libname}${release}${shared_ext}$major'
18489 shlibpath_var=LD_LIBRARY_PATH
18490 shlibpath_overrides_runpath=yes
18491 hardcode_into_libs=yes
18492 # ldd complains unless libraries are executable
18493 postinstall_cmds='chmod +x $lib'
18494 ;;
18495
18496 sunos4*)
18497 version_type=sunos
18498 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
18499 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
18500 shlibpath_var=LD_LIBRARY_PATH
18501 shlibpath_overrides_runpath=yes
18502 if test "$with_gnu_ld" = yes; then
18503 need_lib_prefix=no
18504 fi
18505 need_version=yes
18506 ;;
18507
18508 sysv4 | sysv4.3*)
18509 version_type=linux
18510 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
18511 soname_spec='${libname}${release}${shared_ext}$major'
18512 shlibpath_var=LD_LIBRARY_PATH
18513 case $host_vendor in
18514 sni)
18515 shlibpath_overrides_runpath=no
18516 need_lib_prefix=no
18517 runpath_var=LD_RUN_PATH
18518 ;;
18519 siemens)
18520 need_lib_prefix=no
18521 ;;
18522 motorola)
18523 need_lib_prefix=no
18524 need_version=no
18525 shlibpath_overrides_runpath=no
18526 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
18527 ;;
18528 esac
18529 ;;
18530
18531 sysv4*MP*)
18532 if test -d /usr/nec ;then
18533 version_type=linux
18534 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
18535 soname_spec='$libname${shared_ext}.$major'
18536 shlibpath_var=LD_LIBRARY_PATH
18537 fi
18538 ;;
18539
18540 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
18541 version_type=freebsd-elf
18542 need_lib_prefix=no
18543 need_version=no
18544 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
18545 soname_spec='${libname}${release}${shared_ext}$major'
18546 shlibpath_var=LD_LIBRARY_PATH
18547 shlibpath_overrides_runpath=yes
18548 hardcode_into_libs=yes
18549 if test "$with_gnu_ld" = yes; then
18550 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
18551 else
18552 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
18553 case $host_os in
18554 sco3.2v5*)
18555 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
18556 ;;
18557 esac
18558 fi
18559 sys_lib_dlsearch_path_spec='/usr/lib'
18560 ;;
18561
18562 tpf*)
18563 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
18564 version_type=linux
18565 need_lib_prefix=no
18566 need_version=no
18567 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
18568 shlibpath_var=LD_LIBRARY_PATH
18569 shlibpath_overrides_runpath=no
18570 hardcode_into_libs=yes
18571 ;;
18572
18573 uts4*)
18574 version_type=linux
18575 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
18576 soname_spec='${libname}${release}${shared_ext}$major'
18577 shlibpath_var=LD_LIBRARY_PATH
18578 ;;
18579
18580 *)
18581 dynamic_linker=no
18582 ;;
18583 esac
18584 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
18585 $as_echo "$dynamic_linker" >&6; }
18586 test "$dynamic_linker" = no && can_build_shared=no
18587
18588 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
18589 if test "$GCC" = yes; then
18590 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
18591 fi
18592
18593 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
18594 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
18595 fi
18596 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
18597 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
18598 fi
18599
18600
18601
18602
18603
18604
18605
18606
18607
18608
18609
18610
18611
18612
18613
18614
18615
18616
18617
18618
18619
18620
18621
18622
18623
18624
18625
18626
18627
18628
18629
18630
18631
18632
18633
18634
18635
18636
18637
18638
18639
18640
18641
18642
18643
18644
18645
18646
18647
18648
18649
18650
18651
18652
18653
18654
18655
18656
18657
18658
18659
18660
18661
18662
18663
18664
18665
18666
18667
18668
18669
18670
18671
18672
18673
18674
18675
18676
18677
18678
18679
18680
18681
18682
18683
18684
18685
18686
18687
18688
18689
18690
18691 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
18692 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
18693 hardcode_action=
18694 if test -n "$hardcode_libdir_flag_spec" ||
18695 test -n "$runpath_var" ||
18696 test "X$hardcode_automatic" = "Xyes" ; then
18697
18698 # We can hardcode non-existent directories.
18699 if test "$hardcode_direct" != no &&
18700 # If the only mechanism to avoid hardcoding is shlibpath_var, we
18701 # have to relink, otherwise we might link with an installed library
18702 # when we should be linking with a yet-to-be-installed one
18703 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
18704 test "$hardcode_minus_L" != no; then
18705 # Linking always hardcodes the temporary library directory.
18706 hardcode_action=relink
18707 else
18708 # We can link without hardcoding, and we can hardcode nonexisting dirs.
18709 hardcode_action=immediate
18710 fi
18711 else
18712 # We cannot hardcode anything, or else we can only hardcode existing
18713 # directories.
18714 hardcode_action=unsupported
18715 fi
18716 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
18717 $as_echo "$hardcode_action" >&6; }
18718
18719 if test "$hardcode_action" = relink ||
18720 test "$inherit_rpath" = yes; then
18721 # Fast installation is not supported
18722 enable_fast_install=no
18723 elif test "$shlibpath_overrides_runpath" = yes ||
18724 test "$enable_shared" = no; then
18725 # Fast installation is not necessary
18726 enable_fast_install=needless
18727 fi
18728
18729
18730
18731
18732
18733
18734 if test "x$enable_dlopen" != xyes; then
18735 enable_dlopen=unknown
18736 enable_dlopen_self=unknown
18737 enable_dlopen_self_static=unknown
18738 else
18739 lt_cv_dlopen=no
18740 lt_cv_dlopen_libs=
18741
18742 case $host_os in
18743 beos*)
18744 lt_cv_dlopen="load_add_on"
18745 lt_cv_dlopen_libs=
18746 lt_cv_dlopen_self=yes
18747 ;;
18748
18749 mingw* | pw32* | cegcc*)
18750 lt_cv_dlopen="LoadLibrary"
18751 lt_cv_dlopen_libs=
18752 ;;
18753
18754 cygwin*)
18755 lt_cv_dlopen="dlopen"
18756 lt_cv_dlopen_libs=
18757 ;;
18758
18759 darwin*)
18760 # if libdl is installed we need to link against it
18761 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
18762 $as_echo_n "checking for dlopen in -ldl... " >&6; }
18763 if ${ac_cv_lib_dl_dlopen+:} false; then :
18764 $as_echo_n "(cached) " >&6
18765 else
18766 ac_check_lib_save_LIBS=$LIBS
18767 LIBS="-ldl $LIBS"
18768 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18769 /* end confdefs.h. */
18770
18771 /* Override any GCC internal prototype to avoid an error.
18772 Use char because int might match the return type of a GCC
18773 builtin and then its argument prototype would still apply. */
18774 #ifdef __cplusplus
18775 extern "C"
18776 #endif
18777 char dlopen ();
18778 int
18779 main ()
18780 {
18781 return dlopen ();
18782 ;
18783 return 0;
18784 }
18785 _ACEOF
18786 if ac_fn_c_try_link "$LINENO"; then :
18787 ac_cv_lib_dl_dlopen=yes
18788 else
18789 ac_cv_lib_dl_dlopen=no
18790 fi
18791 rm -f core conftest.err conftest.$ac_objext \
18792 conftest$ac_exeext conftest.$ac_ext
18793 LIBS=$ac_check_lib_save_LIBS
18794 fi
18795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
18796 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
18797 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
18798 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
18799 else
18800
18801 lt_cv_dlopen="dyld"
18802 lt_cv_dlopen_libs=
18803 lt_cv_dlopen_self=yes
18804
18805 fi
18806
18807 ;;
18808
18809 *)
18810 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
18811 if test "x$ac_cv_func_shl_load" = xyes; then :
18812 lt_cv_dlopen="shl_load"
18813 else
18814 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
18815 $as_echo_n "checking for shl_load in -ldld... " >&6; }
18816 if ${ac_cv_lib_dld_shl_load+:} false; then :
18817 $as_echo_n "(cached) " >&6
18818 else
18819 ac_check_lib_save_LIBS=$LIBS
18820 LIBS="-ldld $LIBS"
18821 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18822 /* end confdefs.h. */
18823
18824 /* Override any GCC internal prototype to avoid an error.
18825 Use char because int might match the return type of a GCC
18826 builtin and then its argument prototype would still apply. */
18827 #ifdef __cplusplus
18828 extern "C"
18829 #endif
18830 char shl_load ();
18831 int
18832 main ()
18833 {
18834 return shl_load ();
18835 ;
18836 return 0;
18837 }
18838 _ACEOF
18839 if ac_fn_c_try_link "$LINENO"; then :
18840 ac_cv_lib_dld_shl_load=yes
18841 else
18842 ac_cv_lib_dld_shl_load=no
18843 fi
18844 rm -f core conftest.err conftest.$ac_objext \
18845 conftest$ac_exeext conftest.$ac_ext
18846 LIBS=$ac_check_lib_save_LIBS
18847 fi
18848 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
18849 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
18850 if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
18851 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
18852 else
18853 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
18854 if test "x$ac_cv_func_dlopen" = xyes; then :
18855 lt_cv_dlopen="dlopen"
18856 else
18857 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
18858 $as_echo_n "checking for dlopen in -ldl... " >&6; }
18859 if ${ac_cv_lib_dl_dlopen+:} false; then :
18860 $as_echo_n "(cached) " >&6
18861 else
18862 ac_check_lib_save_LIBS=$LIBS
18863 LIBS="-ldl $LIBS"
18864 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18865 /* end confdefs.h. */
18866
18867 /* Override any GCC internal prototype to avoid an error.
18868 Use char because int might match the return type of a GCC
18869 builtin and then its argument prototype would still apply. */
18870 #ifdef __cplusplus
18871 extern "C"
18872 #endif
18873 char dlopen ();
18874 int
18875 main ()
18876 {
18877 return dlopen ();
18878 ;
18879 return 0;
18880 }
18881 _ACEOF
18882 if ac_fn_c_try_link "$LINENO"; then :
18883 ac_cv_lib_dl_dlopen=yes
18884 else
18885 ac_cv_lib_dl_dlopen=no
18886 fi
18887 rm -f core conftest.err conftest.$ac_objext \
18888 conftest$ac_exeext conftest.$ac_ext
18889 LIBS=$ac_check_lib_save_LIBS
18890 fi
18891 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
18892 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
18893 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
18894 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
18895 else
18896 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
18897 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
18898 if ${ac_cv_lib_svld_dlopen+:} false; then :
18899 $as_echo_n "(cached) " >&6
18900 else
18901 ac_check_lib_save_LIBS=$LIBS
18902 LIBS="-lsvld $LIBS"
18903 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18904 /* end confdefs.h. */
18905
18906 /* Override any GCC internal prototype to avoid an error.
18907 Use char because int might match the return type of a GCC
18908 builtin and then its argument prototype would still apply. */
18909 #ifdef __cplusplus
18910 extern "C"
18911 #endif
18912 char dlopen ();
18913 int
18914 main ()
18915 {
18916 return dlopen ();
18917 ;
18918 return 0;
18919 }
18920 _ACEOF
18921 if ac_fn_c_try_link "$LINENO"; then :
18922 ac_cv_lib_svld_dlopen=yes
18923 else
18924 ac_cv_lib_svld_dlopen=no
18925 fi
18926 rm -f core conftest.err conftest.$ac_objext \
18927 conftest$ac_exeext conftest.$ac_ext
18928 LIBS=$ac_check_lib_save_LIBS
18929 fi
18930 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
18931 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
18932 if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
18933 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
18934 else
18935 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
18936 $as_echo_n "checking for dld_link in -ldld... " >&6; }
18937 if ${ac_cv_lib_dld_dld_link+:} false; then :
18938 $as_echo_n "(cached) " >&6
18939 else
18940 ac_check_lib_save_LIBS=$LIBS
18941 LIBS="-ldld $LIBS"
18942 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18943 /* end confdefs.h. */
18944
18945 /* Override any GCC internal prototype to avoid an error.
18946 Use char because int might match the return type of a GCC
18947 builtin and then its argument prototype would still apply. */
18948 #ifdef __cplusplus
18949 extern "C"
18950 #endif
18951 char dld_link ();
18952 int
18953 main ()
18954 {
18955 return dld_link ();
18956 ;
18957 return 0;
18958 }
18959 _ACEOF
18960 if ac_fn_c_try_link "$LINENO"; then :
18961 ac_cv_lib_dld_dld_link=yes
18962 else
18963 ac_cv_lib_dld_dld_link=no
18964 fi
18965 rm -f core conftest.err conftest.$ac_objext \
18966 conftest$ac_exeext conftest.$ac_ext
18967 LIBS=$ac_check_lib_save_LIBS
18968 fi
18969 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
18970 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
18971 if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
18972 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
18973 fi
18974
18975
18976 fi
18977
18978
18979 fi
18980
18981
18982 fi
18983
18984
18985 fi
18986
18987
18988 fi
18989
18990 ;;
18991 esac
18992
18993 if test "x$lt_cv_dlopen" != xno; then
18994 enable_dlopen=yes
18995 else
18996 enable_dlopen=no
18997 fi
18998
18999 case $lt_cv_dlopen in
19000 dlopen)
19001 save_CPPFLAGS="$CPPFLAGS"
19002 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
19003
19004 save_LDFLAGS="$LDFLAGS"
19005 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
19006
19007 save_LIBS="$LIBS"
19008 LIBS="$lt_cv_dlopen_libs $LIBS"
19009
19010 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
19011 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
19012 if ${lt_cv_dlopen_self+:} false; then :
19013 $as_echo_n "(cached) " >&6
19014 else
19015 if test "$cross_compiling" = yes; then :
19016 lt_cv_dlopen_self=cross
19017 else
19018 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
19019 lt_status=$lt_dlunknown
19020 cat > conftest.$ac_ext <<_LT_EOF
19021 #line 19021 "configure"
19022 #include "confdefs.h"
19023
19024 #if HAVE_DLFCN_H
19025 #include <dlfcn.h>
19026 #endif
19027
19028 #include <stdio.h>
19029
19030 #ifdef RTLD_GLOBAL
19031 # define LT_DLGLOBAL RTLD_GLOBAL
19032 #else
19033 # ifdef DL_GLOBAL
19034 # define LT_DLGLOBAL DL_GLOBAL
19035 # else
19036 # define LT_DLGLOBAL 0
19037 # endif
19038 #endif
19039
19040 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
19041 find out it does not work in some platform. */
19042 #ifndef LT_DLLAZY_OR_NOW
19043 # ifdef RTLD_LAZY
19044 # define LT_DLLAZY_OR_NOW RTLD_LAZY
19045 # else
19046 # ifdef DL_LAZY
19047 # define LT_DLLAZY_OR_NOW DL_LAZY
19048 # else
19049 # ifdef RTLD_NOW
19050 # define LT_DLLAZY_OR_NOW RTLD_NOW
19051 # else
19052 # ifdef DL_NOW
19053 # define LT_DLLAZY_OR_NOW DL_NOW
19054 # else
19055 # define LT_DLLAZY_OR_NOW 0
19056 # endif
19057 # endif
19058 # endif
19059 # endif
19060 #endif
19061
19062 /* When -fvisbility=hidden is used, assume the code has been annotated
19063 correspondingly for the symbols needed. */
19064 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
19065 void fnord () __attribute__((visibility("default")));
19066 #endif
19067
19068 void fnord () { int i=42; }
19069 int main ()
19070 {
19071 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
19072 int status = $lt_dlunknown;
19073
19074 if (self)
19075 {
19076 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
19077 else
19078 {
19079 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
19080 else puts (dlerror ());
19081 }
19082 /* dlclose (self); */
19083 }
19084 else
19085 puts (dlerror ());
19086
19087 return status;
19088 }
19089 _LT_EOF
19090 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
19091 (eval $ac_link) 2>&5
19092 ac_status=$?
19093 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
19094 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
19095 (./conftest; exit; ) >&5 2>/dev/null
19096 lt_status=$?
19097 case x$lt_status in
19098 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
19099 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
19100 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
19101 esac
19102 else :
19103 # compilation failed
19104 lt_cv_dlopen_self=no
19105 fi
19106 fi
19107 rm -fr conftest*
19108
19109
19110 fi
19111 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
19112 $as_echo "$lt_cv_dlopen_self" >&6; }
19113
19114 if test "x$lt_cv_dlopen_self" = xyes; then
19115 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
19116 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
19117 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
19118 if ${lt_cv_dlopen_self_static+:} false; then :
19119 $as_echo_n "(cached) " >&6
19120 else
19121 if test "$cross_compiling" = yes; then :
19122 lt_cv_dlopen_self_static=cross
19123 else
19124 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
19125 lt_status=$lt_dlunknown
19126 cat > conftest.$ac_ext <<_LT_EOF
19127 #line 19127 "configure"
19128 #include "confdefs.h"
19129
19130 #if HAVE_DLFCN_H
19131 #include <dlfcn.h>
19132 #endif
19133
19134 #include <stdio.h>
19135
19136 #ifdef RTLD_GLOBAL
19137 # define LT_DLGLOBAL RTLD_GLOBAL
19138 #else
19139 # ifdef DL_GLOBAL
19140 # define LT_DLGLOBAL DL_GLOBAL
19141 # else
19142 # define LT_DLGLOBAL 0
19143 # endif
19144 #endif
19145
19146 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
19147 find out it does not work in some platform. */
19148 #ifndef LT_DLLAZY_OR_NOW
19149 # ifdef RTLD_LAZY
19150 # define LT_DLLAZY_OR_NOW RTLD_LAZY
19151 # else
19152 # ifdef DL_LAZY
19153 # define LT_DLLAZY_OR_NOW DL_LAZY
19154 # else
19155 # ifdef RTLD_NOW
19156 # define LT_DLLAZY_OR_NOW RTLD_NOW
19157 # else
19158 # ifdef DL_NOW
19159 # define LT_DLLAZY_OR_NOW DL_NOW
19160 # else
19161 # define LT_DLLAZY_OR_NOW 0
19162 # endif
19163 # endif
19164 # endif
19165 # endif
19166 #endif
19167
19168 /* When -fvisbility=hidden is used, assume the code has been annotated
19169 correspondingly for the symbols needed. */
19170 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
19171 void fnord () __attribute__((visibility("default")));
19172 #endif
19173
19174 void fnord () { int i=42; }
19175 int main ()
19176 {
19177 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
19178 int status = $lt_dlunknown;
19179
19180 if (self)
19181 {
19182 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
19183 else
19184 {
19185 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
19186 else puts (dlerror ());
19187 }
19188 /* dlclose (self); */
19189 }
19190 else
19191 puts (dlerror ());
19192
19193 return status;
19194 }
19195 _LT_EOF
19196 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
19197 (eval $ac_link) 2>&5
19198 ac_status=$?
19199 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
19200 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
19201 (./conftest; exit; ) >&5 2>/dev/null
19202 lt_status=$?
19203 case x$lt_status in
19204 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
19205 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
19206 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
19207 esac
19208 else :
19209 # compilation failed
19210 lt_cv_dlopen_self_static=no
19211 fi
19212 fi
19213 rm -fr conftest*
19214
19215
19216 fi
19217 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
19218 $as_echo "$lt_cv_dlopen_self_static" >&6; }
19219 fi
19220
19221 CPPFLAGS="$save_CPPFLAGS"
19222 LDFLAGS="$save_LDFLAGS"
19223 LIBS="$save_LIBS"
19224 ;;
19225 esac
19226
19227 case $lt_cv_dlopen_self in
19228 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
19229 *) enable_dlopen_self=unknown ;;
19230 esac
19231
19232 case $lt_cv_dlopen_self_static in
19233 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
19234 *) enable_dlopen_self_static=unknown ;;
19235 esac
19236 fi
19237
19238
19239
19240
19241
19242
19243
19244
19245
19246
19247
19248
19249
19250
19251
19252
19253
19254 striplib=
19255 old_striplib=
19256 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
19257 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
19258 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
19259 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
19260 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
19261 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
19262 $as_echo "yes" >&6; }
19263 else
19264 # FIXME - insert some real tests, host_os isn't really good enough
19265 case $host_os in
19266 darwin*)
19267 if test -n "$STRIP" ; then
19268 striplib="$STRIP -x"
19269 old_striplib="$STRIP -S"
19270 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
19271 $as_echo "yes" >&6; }
19272 else
19273 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
19274 $as_echo "no" >&6; }
19275 fi
19276 ;;
19277 *)
19278 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
19279 $as_echo "no" >&6; }
19280 ;;
19281 esac
19282 fi
19283
19284
19285
19286
19287
19288
19289
19290
19291
19292
19293
19294
19295 # Report which library types will actually be built
19296 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
19297 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
19298 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
19299 $as_echo "$can_build_shared" >&6; }
19300
19301 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
19302 $as_echo_n "checking whether to build shared libraries... " >&6; }
19303 test "$can_build_shared" = "no" && enable_shared=no
19304
19305 # On AIX, shared libraries and static libraries use the same namespace, and
19306 # are all built from PIC.
19307 case $host_os in
19308 aix3*)
19309 test "$enable_shared" = yes && enable_static=no
19310 if test -n "$RANLIB"; then
19311 archive_cmds="$archive_cmds~\$RANLIB \$lib"
19312 postinstall_cmds='$RANLIB $lib'
19313 fi
19314 ;;
19315
19316 aix[4-9]*)
19317 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
19318 test "$enable_shared" = yes && enable_static=no
19319 fi
19320 ;;
19321 esac
19322 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
19323 $as_echo "$enable_shared" >&6; }
19324
19325 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
19326 $as_echo_n "checking whether to build static libraries... " >&6; }
19327 # Make sure either enable_shared or enable_static is yes.
19328 test "$enable_shared" = yes || enable_static=yes
19329 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
19330 $as_echo "$enable_static" >&6; }
19331
19332
19333
19334
19335 fi
19336 ac_ext=cpp
19337 ac_cpp='$CXXCPP $CPPFLAGS'
19338 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19339 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19340 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
19341
19342 CC="$lt_save_CC"
19343
19344 if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
19345 ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
19346 (test "X$CXX" != "Xg++"))) ; then
19347 ac_ext=cpp
19348 ac_cpp='$CXXCPP $CPPFLAGS'
19349 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19350 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19351 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
19352 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C++ preprocessor" >&5
19353 $as_echo_n "checking how to run the C++ preprocessor... " >&6; }
19354 if test -z "$CXXCPP"; then
19355 if ${ac_cv_prog_CXXCPP+:} false; then :
19356 $as_echo_n "(cached) " >&6
19357 else
19358 # Double quotes because CXXCPP needs to be expanded
19359 for CXXCPP in "$CXX -E" "/lib/cpp"
19360 do
19361 ac_preproc_ok=false
19362 for ac_cxx_preproc_warn_flag in '' yes
19363 do
19364 # Use a header file that comes with gcc, so configuring glibc
19365 # with a fresh cross-compiler works.
19366 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
19367 # <limits.h> exists even on freestanding compilers.
19368 # On the NeXT, cc -E runs the code through the compiler's parser,
19369 # not just through cpp. "Syntax error" is here to catch this case.
19370 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19371 /* end confdefs.h. */
19372 #ifdef __STDC__
19373 # include <limits.h>
19374 #else
19375 # include <assert.h>
19376 #endif
19377 Syntax error
19378 _ACEOF
19379 if ac_fn_cxx_try_cpp "$LINENO"; then :
19380
19381 else
19382 # Broken: fails on valid input.
19383 continue
19384 fi
19385 rm -f conftest.err conftest.i conftest.$ac_ext
19386
19387 # OK, works on sane cases. Now check whether nonexistent headers
19388 # can be detected and how.
19389 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19390 /* end confdefs.h. */
19391 #include <ac_nonexistent.h>
19392 _ACEOF
19393 if ac_fn_cxx_try_cpp "$LINENO"; then :
19394 # Broken: success on invalid input.
19395 continue
19396 else
19397 # Passes both tests.
19398 ac_preproc_ok=:
19399 break
19400 fi
19401 rm -f conftest.err conftest.i conftest.$ac_ext
19402
19403 done
19404 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
19405 rm -f conftest.i conftest.err conftest.$ac_ext
19406 if $ac_preproc_ok; then :
19407 break
19408 fi
19409
19410 done
19411 ac_cv_prog_CXXCPP=$CXXCPP
19412
19413 fi
19414 CXXCPP=$ac_cv_prog_CXXCPP
19415 else
19416 ac_cv_prog_CXXCPP=$CXXCPP
19417 fi
19418 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXXCPP" >&5
19419 $as_echo "$CXXCPP" >&6; }
19420 ac_preproc_ok=false
19421 for ac_cxx_preproc_warn_flag in '' yes
19422 do
19423 # Use a header file that comes with gcc, so configuring glibc
19424 # with a fresh cross-compiler works.
19425 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
19426 # <limits.h> exists even on freestanding compilers.
19427 # On the NeXT, cc -E runs the code through the compiler's parser,
19428 # not just through cpp. "Syntax error" is here to catch this case.
19429 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19430 /* end confdefs.h. */
19431 #ifdef __STDC__
19432 # include <limits.h>
19433 #else
19434 # include <assert.h>
19435 #endif
19436 Syntax error
19437 _ACEOF
19438 if ac_fn_cxx_try_cpp "$LINENO"; then :
19439
19440 else
19441 # Broken: fails on valid input.
19442 continue
19443 fi
19444 rm -f conftest.err conftest.i conftest.$ac_ext
19445
19446 # OK, works on sane cases. Now check whether nonexistent headers
19447 # can be detected and how.
19448 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19449 /* end confdefs.h. */
19450 #include <ac_nonexistent.h>
19451 _ACEOF
19452 if ac_fn_cxx_try_cpp "$LINENO"; then :
19453 # Broken: success on invalid input.
19454 continue
19455 else
19456 # Passes both tests.
19457 ac_preproc_ok=:
19458 break
19459 fi
19460 rm -f conftest.err conftest.i conftest.$ac_ext
19461
19462 done
19463 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
19464 rm -f conftest.i conftest.err conftest.$ac_ext
19465 if $ac_preproc_ok; then :
19466
19467 else
19468 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
19469 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
19470 as_fn_error $? "C++ preprocessor \"$CXXCPP\" fails sanity check
19471 See \`config.log' for more details" "$LINENO" 5; }
19472 fi
19473
19474 ac_ext=cpp
19475 ac_cpp='$CXXCPP $CPPFLAGS'
19476 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19477 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19478 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
19479
19480 else
19481 _lt_caught_CXX_error=yes
19482 fi
19483
19484 ac_ext=cpp
19485 ac_cpp='$CXXCPP $CPPFLAGS'
19486 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19487 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19488 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
19489
19490 archive_cmds_need_lc_CXX=no
19491 allow_undefined_flag_CXX=
19492 always_export_symbols_CXX=no
19493 archive_expsym_cmds_CXX=
19494 compiler_needs_object_CXX=no
19495 export_dynamic_flag_spec_CXX=
19496 hardcode_direct_CXX=no
19497 hardcode_direct_absolute_CXX=no
19498 hardcode_libdir_flag_spec_CXX=
19499 hardcode_libdir_flag_spec_ld_CXX=
19500 hardcode_libdir_separator_CXX=
19501 hardcode_minus_L_CXX=no
19502 hardcode_shlibpath_var_CXX=unsupported
19503 hardcode_automatic_CXX=no
19504 inherit_rpath_CXX=no
19505 module_cmds_CXX=
19506 module_expsym_cmds_CXX=
19507 link_all_deplibs_CXX=unknown
19508 old_archive_cmds_CXX=$old_archive_cmds
19509 reload_flag_CXX=$reload_flag
19510 reload_cmds_CXX=$reload_cmds
19511 no_undefined_flag_CXX=
19512 whole_archive_flag_spec_CXX=
19513 enable_shared_with_static_runtimes_CXX=no
19514
19515 # Source file extension for C++ test sources.
19516 ac_ext=cpp
19517
19518 # Object file extension for compiled C++ test sources.
19519 objext=o
19520 objext_CXX=$objext
19521
19522 # No sense in running all these tests if we already determined that
19523 # the CXX compiler isn't working. Some variables (like enable_shared)
19524 # are currently assumed to apply to all compilers on this platform,
19525 # and will be corrupted by setting them based on a non-working compiler.
19526 if test "$_lt_caught_CXX_error" != yes; then
19527 # Code to be used in simple compile tests
19528 lt_simple_compile_test_code="int some_variable = 0;"
19529
19530 # Code to be used in simple link tests
19531 lt_simple_link_test_code='int main(int, char *[]) { return(0); }'
19532
19533 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
19534
19535
19536
19537
19538
19539
19540 # If no C compiler was specified, use CC.
19541 LTCC=${LTCC-"$CC"}
19542
19543 # If no C compiler flags were specified, use CFLAGS.
19544 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
19545
19546 # Allow CC to be a program name with arguments.
19547 compiler=$CC
19548
19549
19550 # save warnings/boilerplate of simple test code
19551 ac_outfile=conftest.$ac_objext
19552 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
19553 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
19554 _lt_compiler_boilerplate=`cat conftest.err`
19555 $RM conftest*
19556
19557 ac_outfile=conftest.$ac_objext
19558 echo "$lt_simple_link_test_code" >conftest.$ac_ext
19559 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
19560 _lt_linker_boilerplate=`cat conftest.err`
19561 $RM -r conftest*
19562
19563
19564 # Allow CC to be a program name with arguments.
19565 lt_save_CC=$CC
19566 lt_save_LD=$LD
19567 lt_save_GCC=$GCC
19568 GCC=$GXX
19569 lt_save_with_gnu_ld=$with_gnu_ld
19570 lt_save_path_LD=$lt_cv_path_LD
19571 if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then
19572 lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx
19573 else
19574 $as_unset lt_cv_prog_gnu_ld
19575 fi
19576 if test -n "${lt_cv_path_LDCXX+set}"; then
19577 lt_cv_path_LD=$lt_cv_path_LDCXX
19578 else
19579 $as_unset lt_cv_path_LD
19580 fi
19581 test -z "${LDCXX+set}" || LD=$LDCXX
19582 CC=${CXX-"c++"}
19583 compiler=$CC
19584 compiler_CXX=$CC
19585 for cc_temp in $compiler""; do
19586 case $cc_temp in
19587 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
19588 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
19589 \-*) ;;
19590 *) break;;
19591 esac
19592 done
19593 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
19594
19595
19596 if test -n "$compiler"; then
19597 # We don't want -fno-exception when compiling C++ code, so set the
19598 # no_builtin_flag separately
19599 if test "$GXX" = yes; then
19600 lt_prog_compiler_no_builtin_flag_CXX=' -fno-builtin'
19601 else
19602 lt_prog_compiler_no_builtin_flag_CXX=
19603 fi
19604
19605 if test "$GXX" = yes; then
19606 # Set up default GNU C++ configuration
19607
19608
19609
19610 # Check whether --with-gnu-ld was given.
19611 if test "${with_gnu_ld+set}" = set; then :
19612 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
19613 else
19614 with_gnu_ld=no
19615 fi
19616
19617 ac_prog=ld
19618 if test "$GCC" = yes; then
19619 # Check if gcc -print-prog-name=ld gives a path.
19620 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
19621 $as_echo_n "checking for ld used by $CC... " >&6; }
19622 case $host in
19623 *-*-mingw*)
19624 # gcc leaves a trailing carriage return which upsets mingw
19625 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
19626 *)
19627 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
19628 esac
19629 case $ac_prog in
19630 # Accept absolute paths.
19631 [\\/]* | ?:[\\/]*)
19632 re_direlt='/[^/][^/]*/\.\./'
19633 # Canonicalize the pathname of ld
19634 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
19635 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
19636 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
19637 done
19638 test -z "$LD" && LD="$ac_prog"
19639 ;;
19640 "")
19641 # If it fails, then pretend we aren't using GCC.
19642 ac_prog=ld
19643 ;;
19644 *)
19645 # If it is relative, then search for the first ld in PATH.
19646 with_gnu_ld=unknown
19647 ;;
19648 esac
19649 elif test "$with_gnu_ld" = yes; then
19650 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
19651 $as_echo_n "checking for GNU ld... " >&6; }
19652 else
19653 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
19654 $as_echo_n "checking for non-GNU ld... " >&6; }
19655 fi
19656 if ${lt_cv_path_LD+:} false; then :
19657 $as_echo_n "(cached) " >&6
19658 else
19659 if test -z "$LD"; then
19660 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
19661 for ac_dir in $PATH; do
19662 IFS="$lt_save_ifs"
19663 test -z "$ac_dir" && ac_dir=.
19664 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
19665 lt_cv_path_LD="$ac_dir/$ac_prog"
19666 # Check to see if the program is GNU ld. I'd rather use --version,
19667 # but apparently some variants of GNU ld only accept -v.
19668 # Break only if it was the GNU/non-GNU ld that we prefer.
19669 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
19670 *GNU* | *'with BFD'*)
19671 test "$with_gnu_ld" != no && break
19672 ;;
19673 *)
19674 test "$with_gnu_ld" != yes && break
19675 ;;
19676 esac
19677 fi
19678 done
19679 IFS="$lt_save_ifs"
19680 else
19681 lt_cv_path_LD="$LD" # Let the user override the test with a path.
19682 fi
19683 fi
19684
19685 LD="$lt_cv_path_LD"
19686 if test -n "$LD"; then
19687 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
19688 $as_echo "$LD" >&6; }
19689 else
19690 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
19691 $as_echo "no" >&6; }
19692 fi
19693 test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
19694 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
19695 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
19696 if ${lt_cv_prog_gnu_ld+:} false; then :
19697 $as_echo_n "(cached) " >&6
19698 else
19699 # I'd rather use --version here, but apparently some GNU lds only accept -v.
19700 case `$LD -v 2>&1 </dev/null` in
19701 *GNU* | *'with BFD'*)
19702 lt_cv_prog_gnu_ld=yes
19703 ;;
19704 *)
19705 lt_cv_prog_gnu_ld=no
19706 ;;
19707 esac
19708 fi
19709 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
19710 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
19711 with_gnu_ld=$lt_cv_prog_gnu_ld
19712
19713
19714
19715
19716
19717
19718
19719 # Check if GNU C++ uses GNU ld as the underlying linker, since the
19720 # archiving commands below assume that GNU ld is being used.
19721 if test "$with_gnu_ld" = yes; then
19722 archive_cmds_CXX='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
19723 archive_expsym_cmds_CXX='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
19724
19725 hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
19726 export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
19727
19728 # If archive_cmds runs LD, not CC, wlarc should be empty
19729 # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to
19730 # investigate it a little bit more. (MM)
19731 wlarc='${wl}'
19732
19733 # ancient GNU ld didn't support --whole-archive et. al.
19734 if eval "`$CC -print-prog-name=ld` --help 2>&1" |
19735 $GREP 'no-whole-archive' > /dev/null; then
19736 whole_archive_flag_spec_CXX="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
19737 else
19738 whole_archive_flag_spec_CXX=
19739 fi
19740 else
19741 with_gnu_ld=no
19742 wlarc=
19743
19744 # A generic and very simple default shared library creation
19745 # command for GNU C++ for the case where it uses the native
19746 # linker, instead of GNU ld. If possible, this setting should
19747 # overridden to take advantage of the native linker features on
19748 # the platform it is being used on.
19749 archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
19750 fi
19751
19752 # Commands to make compiler produce verbose output that lists
19753 # what "hidden" libraries, object files and flags are used when
19754 # linking a shared library.
19755 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
19756
19757 else
19758 GXX=no
19759 with_gnu_ld=no
19760 wlarc=
19761 fi
19762
19763 # PORTME: fill in a description of your system's C++ link characteristics
19764 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
19765 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
19766 ld_shlibs_CXX=yes
19767 case $host_os in
19768 aix3*)
19769 # FIXME: insert proper C++ library support
19770 ld_shlibs_CXX=no
19771 ;;
19772 aix[4-9]*)
19773 if test "$host_cpu" = ia64; then
19774 # On IA64, the linker does run time linking by default, so we don't
19775 # have to do anything special.
19776 aix_use_runtimelinking=no
19777 exp_sym_flag='-Bexport'
19778 no_entry_flag=""
19779 else
19780 aix_use_runtimelinking=no
19781
19782 # Test if we are trying to use run time linking or normal
19783 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
19784 # need to do runtime linking.
19785 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
19786 for ld_flag in $LDFLAGS; do
19787 case $ld_flag in
19788 *-brtl*)
19789 aix_use_runtimelinking=yes
19790 break
19791 ;;
19792 esac
19793 done
19794 ;;
19795 esac
19796
19797 exp_sym_flag='-bexport'
19798 no_entry_flag='-bnoentry'
19799 fi
19800
19801 # When large executables or shared objects are built, AIX ld can
19802 # have problems creating the table of contents. If linking a library
19803 # or program results in "error TOC overflow" add -mminimal-toc to
19804 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
19805 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
19806
19807 archive_cmds_CXX=''
19808 hardcode_direct_CXX=yes
19809 hardcode_direct_absolute_CXX=yes
19810 hardcode_libdir_separator_CXX=':'
19811 link_all_deplibs_CXX=yes
19812 file_list_spec_CXX='${wl}-f,'
19813
19814 if test "$GXX" = yes; then
19815 case $host_os in aix4.[012]|aix4.[012].*)
19816 # We only want to do this on AIX 4.2 and lower, the check
19817 # below for broken collect2 doesn't work under 4.3+
19818 collect2name=`${CC} -print-prog-name=collect2`
19819 if test -f "$collect2name" &&
19820 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
19821 then
19822 # We have reworked collect2
19823 :
19824 else
19825 # We have old collect2
19826 hardcode_direct_CXX=unsupported
19827 # It fails to find uninstalled libraries when the uninstalled
19828 # path is not listed in the libpath. Setting hardcode_minus_L
19829 # to unsupported forces relinking
19830 hardcode_minus_L_CXX=yes
19831 hardcode_libdir_flag_spec_CXX='-L$libdir'
19832 hardcode_libdir_separator_CXX=
19833 fi
19834 esac
19835 shared_flag='-shared'
19836 if test "$aix_use_runtimelinking" = yes; then
19837 shared_flag="$shared_flag "'${wl}-G'
19838 fi
19839 else
19840 # not using gcc
19841 if test "$host_cpu" = ia64; then
19842 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
19843 # chokes on -Wl,-G. The following line is correct:
19844 shared_flag='-G'
19845 else
19846 if test "$aix_use_runtimelinking" = yes; then
19847 shared_flag='${wl}-G'
19848 else
19849 shared_flag='${wl}-bM:SRE'
19850 fi
19851 fi
19852 fi
19853
19854 export_dynamic_flag_spec_CXX='${wl}-bexpall'
19855 # It seems that -bexpall does not export symbols beginning with
19856 # underscore (_), so it is better to generate a list of symbols to
19857 # export.
19858 always_export_symbols_CXX=yes
19859 if test "$aix_use_runtimelinking" = yes; then
19860 # Warning - without using the other runtime loading flags (-brtl),
19861 # -berok will link without error, but may produce a broken library.
19862 allow_undefined_flag_CXX='-berok'
19863 # Determine the default libpath from the value encoded in an empty
19864 # executable.
19865 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19866 /* end confdefs.h. */
19867
19868 int
19869 main ()
19870 {
19871
19872 ;
19873 return 0;
19874 }
19875 _ACEOF
19876 if ac_fn_cxx_try_link "$LINENO"; then :
19877
19878 lt_aix_libpath_sed='
19879 /Import File Strings/,/^$/ {
19880 /^0/ {
19881 s/^0 *\(.*\)$/\1/
19882 p
19883 }
19884 }'
19885 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
19886 # Check for a 64-bit object if we didn't find anything.
19887 if test -z "$aix_libpath"; then
19888 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
19889 fi
19890 fi
19891 rm -f core conftest.err conftest.$ac_objext \
19892 conftest$ac_exeext conftest.$ac_ext
19893 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
19894
19895 hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath"
19896
19897 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"
19898 else
19899 if test "$host_cpu" = ia64; then
19900 hardcode_libdir_flag_spec_CXX='${wl}-R $libdir:/usr/lib:/lib'
19901 allow_undefined_flag_CXX="-z nodefs"
19902 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"
19903 else
19904 # Determine the default libpath from the value encoded in an
19905 # empty executable.
19906 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19907 /* end confdefs.h. */
19908
19909 int
19910 main ()
19911 {
19912
19913 ;
19914 return 0;
19915 }
19916 _ACEOF
19917 if ac_fn_cxx_try_link "$LINENO"; then :
19918
19919 lt_aix_libpath_sed='
19920 /Import File Strings/,/^$/ {
19921 /^0/ {
19922 s/^0 *\(.*\)$/\1/
19923 p
19924 }
19925 }'
19926 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
19927 # Check for a 64-bit object if we didn't find anything.
19928 if test -z "$aix_libpath"; then
19929 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
19930 fi
19931 fi
19932 rm -f core conftest.err conftest.$ac_objext \
19933 conftest$ac_exeext conftest.$ac_ext
19934 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
19935
19936 hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath"
19937 # Warning - without using the other run time loading flags,
19938 # -berok will link without error, but may produce a broken library.
19939 no_undefined_flag_CXX=' ${wl}-bernotok'
19940 allow_undefined_flag_CXX=' ${wl}-berok'
19941 if test "$with_gnu_ld" = yes; then
19942 # We only use this code for GNU lds that support --whole-archive.
19943 whole_archive_flag_spec_CXX='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
19944 else
19945 # Exported symbols can be pulled into shared objects from archives
19946 whole_archive_flag_spec_CXX='$convenience'
19947 fi
19948 archive_cmds_need_lc_CXX=yes
19949 # This is similar to how AIX traditionally builds its shared
19950 # libraries.
19951 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'
19952 fi
19953 fi
19954 ;;
19955
19956 beos*)
19957 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
19958 allow_undefined_flag_CXX=unsupported
19959 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
19960 # support --undefined. This deserves some investigation. FIXME
19961 archive_cmds_CXX='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
19962 else
19963 ld_shlibs_CXX=no
19964 fi
19965 ;;
19966
19967 chorus*)
19968 case $cc_basename in
19969 *)
19970 # FIXME: insert proper C++ library support
19971 ld_shlibs_CXX=no
19972 ;;
19973 esac
19974 ;;
19975
19976 cygwin* | mingw* | pw32* | cegcc*)
19977 # _LT_TAGVAR(hardcode_libdir_flag_spec, CXX) is actually meaningless,
19978 # as there is no search path for DLLs.
19979 hardcode_libdir_flag_spec_CXX='-L$libdir'
19980 export_dynamic_flag_spec_CXX='${wl}--export-all-symbols'
19981 allow_undefined_flag_CXX=unsupported
19982 always_export_symbols_CXX=no
19983 enable_shared_with_static_runtimes_CXX=yes
19984
19985 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
19986 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'
19987 # If the export-symbols file already is a .def file (1st line
19988 # is EXPORTS), use it as is; otherwise, prepend...
19989 archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
19990 cp $export_symbols $output_objdir/$soname.def;
19991 else
19992 echo EXPORTS > $output_objdir/$soname.def;
19993 cat $export_symbols >> $output_objdir/$soname.def;
19994 fi~
19995 $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'
19996 else
19997 ld_shlibs_CXX=no
19998 fi
19999 ;;
20000 darwin* | rhapsody*)
20001
20002
20003 archive_cmds_need_lc_CXX=no
20004 hardcode_direct_CXX=no
20005 hardcode_automatic_CXX=yes
20006 hardcode_shlibpath_var_CXX=unsupported
20007 if test "$lt_cv_ld_force_load" = "yes"; then
20008 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\"`'
20009 else
20010 whole_archive_flag_spec_CXX=''
20011 fi
20012 link_all_deplibs_CXX=yes
20013 allow_undefined_flag_CXX="$_lt_dar_allow_undefined"
20014 case $cc_basename in
20015 ifort*) _lt_dar_can_shared=yes ;;
20016 *) _lt_dar_can_shared=$GCC ;;
20017 esac
20018 if test "$_lt_dar_can_shared" = "yes"; then
20019 output_verbose_link_cmd=func_echo_all
20020 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}"
20021 module_cmds_CXX="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
20022 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}"
20023 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}"
20024 if test "$lt_cv_apple_cc_single_mod" != "yes"; then
20025 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}"
20026 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}"
20027 fi
20028
20029 else
20030 ld_shlibs_CXX=no
20031 fi
20032
20033 ;;
20034
20035 dgux*)
20036 case $cc_basename in
20037 ec++*)
20038 # FIXME: insert proper C++ library support
20039 ld_shlibs_CXX=no
20040 ;;
20041 ghcx*)
20042 # Green Hills C++ Compiler
20043 # FIXME: insert proper C++ library support
20044 ld_shlibs_CXX=no
20045 ;;
20046 *)
20047 # FIXME: insert proper C++ library support
20048 ld_shlibs_CXX=no
20049 ;;
20050 esac
20051 ;;
20052
20053 freebsd2.*)
20054 # C++ shared libraries reported to be fairly broken before
20055 # switch to ELF
20056 ld_shlibs_CXX=no
20057 ;;
20058
20059 freebsd-elf*)
20060 archive_cmds_need_lc_CXX=no
20061 ;;
20062
20063 freebsd* | dragonfly*)
20064 # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
20065 # conventions
20066 ld_shlibs_CXX=yes
20067 ;;
20068
20069 gnu*)
20070 ;;
20071
20072 haiku*)
20073 archive_cmds_CXX='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
20074 link_all_deplibs_CXX=yes
20075 ;;
20076
20077 hpux9*)
20078 hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir'
20079 hardcode_libdir_separator_CXX=:
20080 export_dynamic_flag_spec_CXX='${wl}-E'
20081 hardcode_direct_CXX=yes
20082 hardcode_minus_L_CXX=yes # Not in the search PATH,
20083 # but as the default
20084 # location of the library.
20085
20086 case $cc_basename in
20087 CC*)
20088 # FIXME: insert proper C++ library support
20089 ld_shlibs_CXX=no
20090 ;;
20091 aCC*)
20092 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'
20093 # Commands to make compiler produce verbose output that lists
20094 # what "hidden" libraries, object files and flags are used when
20095 # linking a shared library.
20096 #
20097 # There doesn't appear to be a way to prevent this compiler from
20098 # explicitly linking system object files so we need to strip them
20099 # from the output so that they don't get included in the library
20100 # dependencies.
20101 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"'
20102 ;;
20103 *)
20104 if test "$GXX" = yes; then
20105 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'
20106 else
20107 # FIXME: insert proper C++ library support
20108 ld_shlibs_CXX=no
20109 fi
20110 ;;
20111 esac
20112 ;;
20113
20114 hpux10*|hpux11*)
20115 if test $with_gnu_ld = no; then
20116 hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir'
20117 hardcode_libdir_separator_CXX=:
20118
20119 case $host_cpu in
20120 hppa*64*|ia64*)
20121 ;;
20122 *)
20123 export_dynamic_flag_spec_CXX='${wl}-E'
20124 ;;
20125 esac
20126 fi
20127 case $host_cpu in
20128 hppa*64*|ia64*)
20129 hardcode_direct_CXX=no
20130 hardcode_shlibpath_var_CXX=no
20131 ;;
20132 *)
20133 hardcode_direct_CXX=yes
20134 hardcode_direct_absolute_CXX=yes
20135 hardcode_minus_L_CXX=yes # Not in the search PATH,
20136 # but as the default
20137 # location of the library.
20138 ;;
20139 esac
20140
20141 case $cc_basename in
20142 CC*)
20143 # FIXME: insert proper C++ library support
20144 ld_shlibs_CXX=no
20145 ;;
20146 aCC*)
20147 case $host_cpu in
20148 hppa*64*)
20149 archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
20150 ;;
20151 ia64*)
20152 archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
20153 ;;
20154 *)
20155 archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
20156 ;;
20157 esac
20158 # Commands to make compiler produce verbose output that lists
20159 # what "hidden" libraries, object files and flags are used when
20160 # linking a shared library.
20161 #
20162 # There doesn't appear to be a way to prevent this compiler from
20163 # explicitly linking system object files so we need to strip them
20164 # from the output so that they don't get included in the library
20165 # dependencies.
20166 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"'
20167 ;;
20168 *)
20169 if test "$GXX" = yes; then
20170 if test $with_gnu_ld = no; then
20171 case $host_cpu in
20172 hppa*64*)
20173 archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
20174 ;;
20175 ia64*)
20176 archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
20177 ;;
20178 *)
20179 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'
20180 ;;
20181 esac
20182 fi
20183 else
20184 # FIXME: insert proper C++ library support
20185 ld_shlibs_CXX=no
20186 fi
20187 ;;
20188 esac
20189 ;;
20190
20191 interix[3-9]*)
20192 hardcode_direct_CXX=no
20193 hardcode_shlibpath_var_CXX=no
20194 hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
20195 export_dynamic_flag_spec_CXX='${wl}-E'
20196 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
20197 # Instead, shared libraries are loaded at an image base (0x10000000 by
20198 # default) and relocated if they conflict, which is a slow very memory
20199 # consuming and fragmenting process. To avoid this, we pick a random,
20200 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
20201 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
20202 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'
20203 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'
20204 ;;
20205 irix5* | irix6*)
20206 case $cc_basename in
20207 CC*)
20208 # SGI C++
20209 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'
20210
20211 # Archives containing C++ object files must be created using
20212 # "CC -ar", where "CC" is the IRIX C++ compiler. This is
20213 # necessary to make sure instantiated templates are included
20214 # in the archive.
20215 old_archive_cmds_CXX='$CC -ar -WR,-u -o $oldlib $oldobjs'
20216 ;;
20217 *)
20218 if test "$GXX" = yes; then
20219 if test "$with_gnu_ld" = no; then
20220 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'
20221 else
20222 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'
20223 fi
20224 fi
20225 link_all_deplibs_CXX=yes
20226 ;;
20227 esac
20228 hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
20229 hardcode_libdir_separator_CXX=:
20230 inherit_rpath_CXX=yes
20231 ;;
20232
20233 linux* | k*bsd*-gnu | kopensolaris*-gnu)
20234 case $cc_basename in
20235 KCC*)
20236 # Kuck and Associates, Inc. (KAI) C++ Compiler
20237
20238 # KCC will only create a shared library if the output file
20239 # ends with ".so" (or ".sl" for HP-UX), so rename the library
20240 # to its proper name (with version) after linking.
20241 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'
20242 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'
20243 # Commands to make compiler produce verbose output that lists
20244 # what "hidden" libraries, object files and flags are used when
20245 # linking a shared library.
20246 #
20247 # There doesn't appear to be a way to prevent this compiler from
20248 # explicitly linking system object files so we need to strip them
20249 # from the output so that they don't get included in the library
20250 # dependencies.
20251 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"'
20252
20253 hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
20254 export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
20255
20256 # Archives containing C++ object files must be created using
20257 # "CC -Bstatic", where "CC" is the KAI C++ compiler.
20258 old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs'
20259 ;;
20260 icpc* | ecpc* )
20261 # Intel C++
20262 with_gnu_ld=yes
20263 # version 8.0 and above of icpc choke on multiply defined symbols
20264 # if we add $predep_objects and $postdep_objects, however 7.1 and
20265 # earlier do not add the objects themselves.
20266 case `$CC -V 2>&1` in
20267 *"Version 7."*)
20268 archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
20269 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'
20270 ;;
20271 *) # Version 8.0 or newer
20272 tmp_idyn=
20273 case $host_cpu in
20274 ia64*) tmp_idyn=' -i_dynamic';;
20275 esac
20276 archive_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
20277 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'
20278 ;;
20279 esac
20280 archive_cmds_need_lc_CXX=no
20281 hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
20282 export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
20283 whole_archive_flag_spec_CXX='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
20284 ;;
20285 pgCC* | pgcpp*)
20286 # Portland Group C++ compiler
20287 case `$CC -V` in
20288 *pgCC\ [1-5].* | *pgcpp\ [1-5].*)
20289 prelink_cmds_CXX='tpldir=Template.dir~
20290 rm -rf $tpldir~
20291 $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
20292 compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
20293 old_archive_cmds_CXX='tpldir=Template.dir~
20294 rm -rf $tpldir~
20295 $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
20296 $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
20297 $RANLIB $oldlib'
20298 archive_cmds_CXX='tpldir=Template.dir~
20299 rm -rf $tpldir~
20300 $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
20301 $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
20302 archive_expsym_cmds_CXX='tpldir=Template.dir~
20303 rm -rf $tpldir~
20304 $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
20305 $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
20306 ;;
20307 *) # Version 6 and above use weak symbols
20308 archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
20309 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'
20310 ;;
20311 esac
20312
20313 hardcode_libdir_flag_spec_CXX='${wl}--rpath ${wl}$libdir'
20314 export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
20315 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'
20316 ;;
20317 cxx*)
20318 # Compaq C++
20319 archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
20320 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'
20321
20322 runpath_var=LD_RUN_PATH
20323 hardcode_libdir_flag_spec_CXX='-rpath $libdir'
20324 hardcode_libdir_separator_CXX=:
20325
20326 # Commands to make compiler produce verbose output that lists
20327 # what "hidden" libraries, object files and flags are used when
20328 # linking a shared library.
20329 #
20330 # There doesn't appear to be a way to prevent this compiler from
20331 # explicitly linking system object files so we need to strip them
20332 # from the output so that they don't get included in the library
20333 # dependencies.
20334 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'
20335 ;;
20336 xl* | mpixl* | bgxl*)
20337 # IBM XL 8.0 on PPC, with GNU ld
20338 hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
20339 export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
20340 archive_cmds_CXX='$CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
20341 if test "x$supports_anon_versioning" = xyes; then
20342 archive_expsym_cmds_CXX='echo "{ global:" > $output_objdir/$libname.ver~
20343 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
20344 echo "local: *; };" >> $output_objdir/$libname.ver~
20345 $CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
20346 fi
20347 ;;
20348 *)
20349 case `$CC -V 2>&1 | sed 5q` in
20350 *Sun\ C*)
20351 # Sun C++ 5.9
20352 no_undefined_flag_CXX=' -zdefs'
20353 archive_cmds_CXX='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
20354 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'
20355 hardcode_libdir_flag_spec_CXX='-R$libdir'
20356 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'
20357 compiler_needs_object_CXX=yes
20358
20359 # Not sure whether something based on
20360 # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1
20361 # would be better.
20362 output_verbose_link_cmd='func_echo_all'
20363
20364 # Archives containing C++ object files must be created using
20365 # "CC -xar", where "CC" is the Sun C++ compiler. This is
20366 # necessary to make sure instantiated templates are included
20367 # in the archive.
20368 old_archive_cmds_CXX='$CC -xar -o $oldlib $oldobjs'
20369 ;;
20370 esac
20371 ;;
20372 esac
20373 ;;
20374
20375 lynxos*)
20376 # FIXME: insert proper C++ library support
20377 ld_shlibs_CXX=no
20378 ;;
20379
20380 m88k*)
20381 # FIXME: insert proper C++ library support
20382 ld_shlibs_CXX=no
20383 ;;
20384
20385 mvs*)
20386 case $cc_basename in
20387 cxx*)
20388 # FIXME: insert proper C++ library support
20389 ld_shlibs_CXX=no
20390 ;;
20391 *)
20392 # FIXME: insert proper C++ library support
20393 ld_shlibs_CXX=no
20394 ;;
20395 esac
20396 ;;
20397
20398 netbsd*)
20399 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
20400 archive_cmds_CXX='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
20401 wlarc=
20402 hardcode_libdir_flag_spec_CXX='-R$libdir'
20403 hardcode_direct_CXX=yes
20404 hardcode_shlibpath_var_CXX=no
20405 fi
20406 # Workaround some broken pre-1.5 toolchains
20407 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
20408 ;;
20409
20410 *nto* | *qnx*)
20411 ld_shlibs_CXX=yes
20412 ;;
20413
20414 openbsd2*)
20415 # C++ shared libraries are fairly broken
20416 ld_shlibs_CXX=no
20417 ;;
20418
20419 openbsd*)
20420 if test -f /usr/libexec/ld.so; then
20421 hardcode_direct_CXX=yes
20422 hardcode_shlibpath_var_CXX=no
20423 hardcode_direct_absolute_CXX=yes
20424 archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
20425 hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
20426 if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
20427 archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
20428 export_dynamic_flag_spec_CXX='${wl}-E'
20429 whole_archive_flag_spec_CXX="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
20430 fi
20431 output_verbose_link_cmd=func_echo_all
20432 else
20433 ld_shlibs_CXX=no
20434 fi
20435 ;;
20436
20437 osf3* | osf4* | osf5*)
20438 case $cc_basename in
20439 KCC*)
20440 # Kuck and Associates, Inc. (KAI) C++ Compiler
20441
20442 # KCC will only create a shared library if the output file
20443 # ends with ".so" (or ".sl" for HP-UX), so rename the library
20444 # to its proper name (with version) after linking.
20445 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'
20446
20447 hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
20448 hardcode_libdir_separator_CXX=:
20449
20450 # Archives containing C++ object files must be created using
20451 # the KAI C++ compiler.
20452 case $host in
20453 osf3*) old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs' ;;
20454 *) old_archive_cmds_CXX='$CC -o $oldlib $oldobjs' ;;
20455 esac
20456 ;;
20457 RCC*)
20458 # Rational C++ 2.4.1
20459 # FIXME: insert proper C++ library support
20460 ld_shlibs_CXX=no
20461 ;;
20462 cxx*)
20463 case $host in
20464 osf3*)
20465 allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
20466 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'
20467 hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
20468 ;;
20469 *)
20470 allow_undefined_flag_CXX=' -expect_unresolved \*'
20471 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'
20472 archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
20473 echo "-hidden">> $lib.exp~
20474 $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~
20475 $RM $lib.exp'
20476 hardcode_libdir_flag_spec_CXX='-rpath $libdir'
20477 ;;
20478 esac
20479
20480 hardcode_libdir_separator_CXX=:
20481
20482 # Commands to make compiler produce verbose output that lists
20483 # what "hidden" libraries, object files and flags are used when
20484 # linking a shared library.
20485 #
20486 # There doesn't appear to be a way to prevent this compiler from
20487 # explicitly linking system object files so we need to strip them
20488 # from the output so that they don't get included in the library
20489 # dependencies.
20490 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"'
20491 ;;
20492 *)
20493 if test "$GXX" = yes && test "$with_gnu_ld" = no; then
20494 allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
20495 case $host in
20496 osf3*)
20497 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'
20498 ;;
20499 *)
20500 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'
20501 ;;
20502 esac
20503
20504 hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
20505 hardcode_libdir_separator_CXX=:
20506
20507 # Commands to make compiler produce verbose output that lists
20508 # what "hidden" libraries, object files and flags are used when
20509 # linking a shared library.
20510 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
20511
20512 else
20513 # FIXME: insert proper C++ library support
20514 ld_shlibs_CXX=no
20515 fi
20516 ;;
20517 esac
20518 ;;
20519
20520 psos*)
20521 # FIXME: insert proper C++ library support
20522 ld_shlibs_CXX=no
20523 ;;
20524
20525 sunos4*)
20526 case $cc_basename in
20527 CC*)
20528 # Sun C++ 4.x
20529 # FIXME: insert proper C++ library support
20530 ld_shlibs_CXX=no
20531 ;;
20532 lcc*)
20533 # Lucid
20534 # FIXME: insert proper C++ library support
20535 ld_shlibs_CXX=no
20536 ;;
20537 *)
20538 # FIXME: insert proper C++ library support
20539 ld_shlibs_CXX=no
20540 ;;
20541 esac
20542 ;;
20543
20544 solaris*)
20545 case $cc_basename in
20546 CC*)
20547 # Sun C++ 4.2, 5.x and Centerline C++
20548 archive_cmds_need_lc_CXX=yes
20549 no_undefined_flag_CXX=' -zdefs'
20550 archive_cmds_CXX='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
20551 archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
20552 $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'
20553
20554 hardcode_libdir_flag_spec_CXX='-R$libdir'
20555 hardcode_shlibpath_var_CXX=no
20556 case $host_os in
20557 solaris2.[0-5] | solaris2.[0-5].*) ;;
20558 *)
20559 # The compiler driver will combine and reorder linker options,
20560 # but understands `-z linker_flag'.
20561 # Supported since Solaris 2.6 (maybe 2.5.1?)
20562 whole_archive_flag_spec_CXX='-z allextract$convenience -z defaultextract'
20563 ;;
20564 esac
20565 link_all_deplibs_CXX=yes
20566
20567 output_verbose_link_cmd='func_echo_all'
20568
20569 # Archives containing C++ object files must be created using
20570 # "CC -xar", where "CC" is the Sun C++ compiler. This is
20571 # necessary to make sure instantiated templates are included
20572 # in the archive.
20573 old_archive_cmds_CXX='$CC -xar -o $oldlib $oldobjs'
20574 ;;
20575 gcx*)
20576 # Green Hills C++ Compiler
20577 archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
20578
20579 # The C++ compiler must be used to create the archive.
20580 old_archive_cmds_CXX='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
20581 ;;
20582 *)
20583 # GNU C++ compiler with Solaris linker
20584 if test "$GXX" = yes && test "$with_gnu_ld" = no; then
20585 no_undefined_flag_CXX=' ${wl}-z ${wl}defs'
20586 if $CC --version | $GREP -v '^2\.7' > /dev/null; then
20587 archive_cmds_CXX='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
20588 archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
20589 $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
20590
20591 # Commands to make compiler produce verbose output that lists
20592 # what "hidden" libraries, object files and flags are used when
20593 # linking a shared library.
20594 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
20595 else
20596 # g++ 2.7 appears to require `-G' NOT `-shared' on this
20597 # platform.
20598 archive_cmds_CXX='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
20599 archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
20600 $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
20601
20602 # Commands to make compiler produce verbose output that lists
20603 # what "hidden" libraries, object files and flags are used when
20604 # linking a shared library.
20605 output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
20606 fi
20607
20608 hardcode_libdir_flag_spec_CXX='${wl}-R $wl$libdir'
20609 case $host_os in
20610 solaris2.[0-5] | solaris2.[0-5].*) ;;
20611 *)
20612 whole_archive_flag_spec_CXX='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
20613 ;;
20614 esac
20615 fi
20616 ;;
20617 esac
20618 ;;
20619
20620 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
20621 no_undefined_flag_CXX='${wl}-z,text'
20622 archive_cmds_need_lc_CXX=no
20623 hardcode_shlibpath_var_CXX=no
20624 runpath_var='LD_RUN_PATH'
20625
20626 case $cc_basename in
20627 CC*)
20628 archive_cmds_CXX='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
20629 archive_expsym_cmds_CXX='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
20630 ;;
20631 *)
20632 archive_cmds_CXX='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
20633 archive_expsym_cmds_CXX='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
20634 ;;
20635 esac
20636 ;;
20637
20638 sysv5* | sco3.2v5* | sco5v6*)
20639 # Note: We can NOT use -z defs as we might desire, because we do not
20640 # link with -lc, and that would cause any symbols used from libc to
20641 # always be unresolved, which means just about no library would
20642 # ever link correctly. If we're not using GNU ld we use -z text
20643 # though, which does catch some bad symbols but isn't as heavy-handed
20644 # as -z defs.
20645 no_undefined_flag_CXX='${wl}-z,text'
20646 allow_undefined_flag_CXX='${wl}-z,nodefs'
20647 archive_cmds_need_lc_CXX=no
20648 hardcode_shlibpath_var_CXX=no
20649 hardcode_libdir_flag_spec_CXX='${wl}-R,$libdir'
20650 hardcode_libdir_separator_CXX=':'
20651 link_all_deplibs_CXX=yes
20652 export_dynamic_flag_spec_CXX='${wl}-Bexport'
20653 runpath_var='LD_RUN_PATH'
20654
20655 case $cc_basename in
20656 CC*)
20657 archive_cmds_CXX='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
20658 archive_expsym_cmds_CXX='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
20659 old_archive_cmds_CXX='$CC -Tprelink_objects $oldobjs~
20660 '"$old_archive_cmds_CXX"
20661 reload_cmds_CXX='$CC -Tprelink_objects $reload_objs~
20662 '"$reload_cmds_CXX"
20663 ;;
20664 *)
20665 archive_cmds_CXX='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
20666 archive_expsym_cmds_CXX='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
20667 ;;
20668 esac
20669 ;;
20670
20671 tandem*)
20672 case $cc_basename in
20673 NCC*)
20674 # NonStop-UX NCC 3.20
20675 # FIXME: insert proper C++ library support
20676 ld_shlibs_CXX=no
20677 ;;
20678 *)
20679 # FIXME: insert proper C++ library support
20680 ld_shlibs_CXX=no
20681 ;;
20682 esac
20683 ;;
20684
20685 vxworks*)
20686 # FIXME: insert proper C++ library support
20687 ld_shlibs_CXX=no
20688 ;;
20689
20690 *)
20691 # FIXME: insert proper C++ library support
20692 ld_shlibs_CXX=no
20693 ;;
20694 esac
20695
20696 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs_CXX" >&5
20697 $as_echo "$ld_shlibs_CXX" >&6; }
20698 test "$ld_shlibs_CXX" = no && can_build_shared=no
20699
20700 GCC_CXX="$GXX"
20701 LD_CXX="$LD"
20702
20703 ## CAVEAT EMPTOR:
20704 ## There is no encapsulation within the following macros, do not change
20705 ## the running order or otherwise move them around unless you know exactly
20706 ## what you are doing...
20707 # Dependencies to place before and after the object being linked:
20708 predep_objects_CXX=
20709 postdep_objects_CXX=
20710 predeps_CXX=
20711 postdeps_CXX=
20712 compiler_lib_search_path_CXX=
20713
20714 cat > conftest.$ac_ext <<_LT_EOF
20715 class Foo
20716 {
20717 public:
20718 Foo (void) { a = 0; }
20719 private:
20720 int a;
20721 };
20722 _LT_EOF
20723
20724 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
20725 (eval $ac_compile) 2>&5
20726 ac_status=$?
20727 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
20728 test $ac_status = 0; }; then
20729 # Parse the compiler output and extract the necessary
20730 # objects, libraries and library flags.
20731
20732 # Sentinel used to keep track of whether or not we are before
20733 # the conftest object file.
20734 pre_test_object_deps_done=no
20735
20736 for p in `eval "$output_verbose_link_cmd"`; do
20737 case $p in
20738
20739 -L* | -R* | -l*)
20740 # Some compilers place space between "-{L,R}" and the path.
20741 # Remove the space.
20742 if test $p = "-L" ||
20743 test $p = "-R"; then
20744 prev=$p
20745 continue
20746 else
20747 prev=
20748 fi
20749
20750 if test "$pre_test_object_deps_done" = no; then
20751 case $p in
20752 -L* | -R*)
20753 # Internal compiler library paths should come after those
20754 # provided the user. The postdeps already come after the
20755 # user supplied libs so there is no need to process them.
20756 if test -z "$compiler_lib_search_path_CXX"; then
20757 compiler_lib_search_path_CXX="${prev}${p}"
20758 else
20759 compiler_lib_search_path_CXX="${compiler_lib_search_path_CXX} ${prev}${p}"
20760 fi
20761 ;;
20762 # The "-l" case would never come before the object being
20763 # linked, so don't bother handling this case.
20764 esac
20765 else
20766 if test -z "$postdeps_CXX"; then
20767 postdeps_CXX="${prev}${p}"
20768 else
20769 postdeps_CXX="${postdeps_CXX} ${prev}${p}"
20770 fi
20771 fi
20772 ;;
20773
20774 *.$objext)
20775 # This assumes that the test object file only shows up
20776 # once in the compiler output.
20777 if test "$p" = "conftest.$objext"; then
20778 pre_test_object_deps_done=yes
20779 continue
20780 fi
20781
20782 if test "$pre_test_object_deps_done" = no; then
20783 if test -z "$predep_objects_CXX"; then
20784 predep_objects_CXX="$p"
20785 else
20786 predep_objects_CXX="$predep_objects_CXX $p"
20787 fi
20788 else
20789 if test -z "$postdep_objects_CXX"; then
20790 postdep_objects_CXX="$p"
20791 else
20792 postdep_objects_CXX="$postdep_objects_CXX $p"
20793 fi
20794 fi
20795 ;;
20796
20797 *) ;; # Ignore the rest.
20798
20799 esac
20800 done
20801
20802 # Clean up.
20803 rm -f a.out a.exe
20804 else
20805 echo "libtool.m4: error: problem compiling CXX test program"
20806 fi
20807
20808 $RM -f confest.$objext
20809
20810 # PORTME: override above test on systems where it is broken
20811 case $host_os in
20812 interix[3-9]*)
20813 # Interix 3.5 installs completely hosed .la files for C++, so rather than
20814 # hack all around it, let's just trust "g++" to DTRT.
20815 predep_objects_CXX=
20816 postdep_objects_CXX=
20817 postdeps_CXX=
20818 ;;
20819
20820 linux*)
20821 case `$CC -V 2>&1 | sed 5q` in
20822 *Sun\ C*)
20823 # Sun C++ 5.9
20824
20825 # The more standards-conforming stlport4 library is
20826 # incompatible with the Cstd library. Avoid specifying
20827 # it if it's in CXXFLAGS. Ignore libCrun as
20828 # -library=stlport4 depends on it.
20829 case " $CXX $CXXFLAGS " in
20830 *" -library=stlport4 "*)
20831 solaris_use_stlport4=yes
20832 ;;
20833 esac
20834
20835 if test "$solaris_use_stlport4" != yes; then
20836 postdeps_CXX='-library=Cstd -library=Crun'
20837 fi
20838 ;;
20839 esac
20840 ;;
20841
20842 solaris*)
20843 case $cc_basename in
20844 CC*)
20845 # The more standards-conforming stlport4 library is
20846 # incompatible with the Cstd library. Avoid specifying
20847 # it if it's in CXXFLAGS. Ignore libCrun as
20848 # -library=stlport4 depends on it.
20849 case " $CXX $CXXFLAGS " in
20850 *" -library=stlport4 "*)
20851 solaris_use_stlport4=yes
20852 ;;
20853 esac
20854
20855 # Adding this requires a known-good setup of shared libraries for
20856 # Sun compiler versions before 5.6, else PIC objects from an old
20857 # archive will be linked into the output, leading to subtle bugs.
20858 if test "$solaris_use_stlport4" != yes; then
20859 postdeps_CXX='-library=Cstd -library=Crun'
20860 fi
20861 ;;
20862 esac
20863 ;;
20864 esac
20865
20866
20867 case " $postdeps_CXX " in
20868 *" -lc "*) archive_cmds_need_lc_CXX=no ;;
20869 esac
20870 compiler_lib_search_dirs_CXX=
20871 if test -n "${compiler_lib_search_path_CXX}"; then
20872 compiler_lib_search_dirs_CXX=`echo " ${compiler_lib_search_path_CXX}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
20873 fi
20874
20875
20876
20877
20878
20879
20880
20881
20882
20883
20884
20885
20886
20887
20888
20889
20890
20891
20892
20893
20894
20895
20896
20897
20898
20899
20900
20901
20902
20903
20904
20905 lt_prog_compiler_wl_CXX=
20906 lt_prog_compiler_pic_CXX=
20907 lt_prog_compiler_static_CXX=
20908
20909 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
20910 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
20911
20912 # C++ specific cases for pic, static, wl, etc.
20913 if test "$GXX" = yes; then
20914 lt_prog_compiler_wl_CXX='-Wl,'
20915 lt_prog_compiler_static_CXX='-static'
20916
20917 case $host_os in
20918 aix*)
20919 # All AIX code is PIC.
20920 if test "$host_cpu" = ia64; then
20921 # AIX 5 now supports IA64 processor
20922 lt_prog_compiler_static_CXX='-Bstatic'
20923 fi
20924 lt_prog_compiler_pic_CXX='-fPIC'
20925 ;;
20926
20927 amigaos*)
20928 case $host_cpu in
20929 powerpc)
20930 # see comment about AmigaOS4 .so support
20931 lt_prog_compiler_pic_CXX='-fPIC'
20932 ;;
20933 m68k)
20934 # FIXME: we need at least 68020 code to build shared libraries, but
20935 # adding the `-m68020' flag to GCC prevents building anything better,
20936 # like `-m68040'.
20937 lt_prog_compiler_pic_CXX='-m68020 -resident32 -malways-restore-a4'
20938 ;;
20939 esac
20940 ;;
20941
20942 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
20943 # PIC is the default for these OSes.
20944 ;;
20945 mingw* | cygwin* | os2* | pw32* | cegcc*)
20946 # This hack is so that the source file can tell whether it is being
20947 # built for inclusion in a dll (and should export symbols for example).
20948 # Although the cygwin gcc ignores -fPIC, still need this for old-style
20949 # (--disable-auto-import) libraries
20950 lt_prog_compiler_pic_CXX='-DDLL_EXPORT'
20951 ;;
20952 darwin* | rhapsody*)
20953 # PIC is the default on this platform
20954 # Common symbols not allowed in MH_DYLIB files
20955 lt_prog_compiler_pic_CXX='-fno-common'
20956 ;;
20957 *djgpp*)
20958 # DJGPP does not support shared libraries at all
20959 lt_prog_compiler_pic_CXX=
20960 ;;
20961 haiku*)
20962 # PIC is the default for Haiku.
20963 # The "-static" flag exists, but is broken.
20964 lt_prog_compiler_static_CXX=
20965 ;;
20966 interix[3-9]*)
20967 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
20968 # Instead, we relocate shared libraries at runtime.
20969 ;;
20970 sysv4*MP*)
20971 if test -d /usr/nec; then
20972 lt_prog_compiler_pic_CXX=-Kconform_pic
20973 fi
20974 ;;
20975 hpux*)
20976 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
20977 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
20978 # sets the default TLS model and affects inlining.
20979 case $host_cpu in
20980 hppa*64*)
20981 ;;
20982 *)
20983 lt_prog_compiler_pic_CXX='-fPIC'
20984 ;;
20985 esac
20986 ;;
20987 *qnx* | *nto*)
20988 # QNX uses GNU C++, but need to define -shared option too, otherwise
20989 # it will coredump.
20990 lt_prog_compiler_pic_CXX='-fPIC -shared'
20991 ;;
20992 *)
20993 lt_prog_compiler_pic_CXX='-fPIC'
20994 ;;
20995 esac
20996 else
20997 case $host_os in
20998 aix[4-9]*)
20999 # All AIX code is PIC.
21000 if test "$host_cpu" = ia64; then
21001 # AIX 5 now supports IA64 processor
21002 lt_prog_compiler_static_CXX='-Bstatic'
21003 else
21004 lt_prog_compiler_static_CXX='-bnso -bI:/lib/syscalls.exp'
21005 fi
21006 ;;
21007 chorus*)
21008 case $cc_basename in
21009 cxch68*)
21010 # Green Hills C++ Compiler
21011 # _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"
21012 ;;
21013 esac
21014 ;;
21015 dgux*)
21016 case $cc_basename in
21017 ec++*)
21018 lt_prog_compiler_pic_CXX='-KPIC'
21019 ;;
21020 ghcx*)
21021 # Green Hills C++ Compiler
21022 lt_prog_compiler_pic_CXX='-pic'
21023 ;;
21024 *)
21025 ;;
21026 esac
21027 ;;
21028 freebsd* | dragonfly*)
21029 # FreeBSD uses GNU C++
21030 ;;
21031 hpux9* | hpux10* | hpux11*)
21032 case $cc_basename in
21033 CC*)
21034 lt_prog_compiler_wl_CXX='-Wl,'
21035 lt_prog_compiler_static_CXX='${wl}-a ${wl}archive'
21036 if test "$host_cpu" != ia64; then
21037 lt_prog_compiler_pic_CXX='+Z'
21038 fi
21039 ;;
21040 aCC*)
21041 lt_prog_compiler_wl_CXX='-Wl,'
21042 lt_prog_compiler_static_CXX='${wl}-a ${wl}archive'
21043 case $host_cpu in
21044 hppa*64*|ia64*)
21045 # +Z the default
21046 ;;
21047 *)
21048 lt_prog_compiler_pic_CXX='+Z'
21049 ;;
21050 esac
21051 ;;
21052 *)
21053 ;;
21054 esac
21055 ;;
21056 interix*)
21057 # This is c89, which is MS Visual C++ (no shared libs)
21058 # Anyone wants to do a port?
21059 ;;
21060 irix5* | irix6* | nonstopux*)
21061 case $cc_basename in
21062 CC*)
21063 lt_prog_compiler_wl_CXX='-Wl,'
21064 lt_prog_compiler_static_CXX='-non_shared'
21065 # CC pic flag -KPIC is the default.
21066 ;;
21067 *)
21068 ;;
21069 esac
21070 ;;
21071 linux* | k*bsd*-gnu | kopensolaris*-gnu)
21072 case $cc_basename in
21073 KCC*)
21074 # KAI C++ Compiler
21075 lt_prog_compiler_wl_CXX='--backend -Wl,'
21076 lt_prog_compiler_pic_CXX='-fPIC'
21077 ;;
21078 ecpc* )
21079 # old Intel C++ for x86_64 which still supported -KPIC.
21080 lt_prog_compiler_wl_CXX='-Wl,'
21081 lt_prog_compiler_pic_CXX='-KPIC'
21082 lt_prog_compiler_static_CXX='-static'
21083 ;;
21084 icpc* )
21085 # Intel C++, used to be incompatible with GCC.
21086 # ICC 10 doesn't accept -KPIC any more.
21087 lt_prog_compiler_wl_CXX='-Wl,'
21088 lt_prog_compiler_pic_CXX='-fPIC'
21089 lt_prog_compiler_static_CXX='-static'
21090 ;;
21091 pgCC* | pgcpp*)
21092 # Portland Group C++ compiler
21093 lt_prog_compiler_wl_CXX='-Wl,'
21094 lt_prog_compiler_pic_CXX='-fpic'
21095 lt_prog_compiler_static_CXX='-Bstatic'
21096 ;;
21097 cxx*)
21098 # Compaq C++
21099 # Make sure the PIC flag is empty. It appears that all Alpha
21100 # Linux and Compaq Tru64 Unix objects are PIC.
21101 lt_prog_compiler_pic_CXX=
21102 lt_prog_compiler_static_CXX='-non_shared'
21103 ;;
21104 xlc* | xlC* | bgxl[cC]* | mpixl[cC]*)
21105 # IBM XL 8.0, 9.0 on PPC and BlueGene
21106 lt_prog_compiler_wl_CXX='-Wl,'
21107 lt_prog_compiler_pic_CXX='-qpic'
21108 lt_prog_compiler_static_CXX='-qstaticlink'
21109 ;;
21110 *)
21111 case `$CC -V 2>&1 | sed 5q` in
21112 *Sun\ C*)
21113 # Sun C++ 5.9
21114 lt_prog_compiler_pic_CXX='-KPIC'
21115 lt_prog_compiler_static_CXX='-Bstatic'
21116 lt_prog_compiler_wl_CXX='-Qoption ld '
21117 ;;
21118 esac
21119 ;;
21120 esac
21121 ;;
21122 lynxos*)
21123 ;;
21124 m88k*)
21125 ;;
21126 mvs*)
21127 case $cc_basename in
21128 cxx*)
21129 lt_prog_compiler_pic_CXX='-W c,exportall'
21130 ;;
21131 *)
21132 ;;
21133 esac
21134 ;;
21135 netbsd*)
21136 ;;
21137 *qnx* | *nto*)
21138 # QNX uses GNU C++, but need to define -shared option too, otherwise
21139 # it will coredump.
21140 lt_prog_compiler_pic_CXX='-fPIC -shared'
21141 ;;
21142 osf3* | osf4* | osf5*)
21143 case $cc_basename in
21144 KCC*)
21145 lt_prog_compiler_wl_CXX='--backend -Wl,'
21146 ;;
21147 RCC*)
21148 # Rational C++ 2.4.1
21149 lt_prog_compiler_pic_CXX='-pic'
21150 ;;
21151 cxx*)
21152 # Digital/Compaq C++
21153 lt_prog_compiler_wl_CXX='-Wl,'
21154 # Make sure the PIC flag is empty. It appears that all Alpha
21155 # Linux and Compaq Tru64 Unix objects are PIC.
21156 lt_prog_compiler_pic_CXX=
21157 lt_prog_compiler_static_CXX='-non_shared'
21158 ;;
21159 *)
21160 ;;
21161 esac
21162 ;;
21163 psos*)
21164 ;;
21165 solaris*)
21166 case $cc_basename in
21167 CC*)
21168 # Sun C++ 4.2, 5.x and Centerline C++
21169 lt_prog_compiler_pic_CXX='-KPIC'
21170 lt_prog_compiler_static_CXX='-Bstatic'
21171 lt_prog_compiler_wl_CXX='-Qoption ld '
21172 ;;
21173 gcx*)
21174 # Green Hills C++ Compiler
21175 lt_prog_compiler_pic_CXX='-PIC'
21176 ;;
21177 *)
21178 ;;
21179 esac
21180 ;;
21181 sunos4*)
21182 case $cc_basename in
21183 CC*)
21184 # Sun C++ 4.x
21185 lt_prog_compiler_pic_CXX='-pic'
21186 lt_prog_compiler_static_CXX='-Bstatic'
21187 ;;
21188 lcc*)
21189 # Lucid
21190 lt_prog_compiler_pic_CXX='-pic'
21191 ;;
21192 *)
21193 ;;
21194 esac
21195 ;;
21196 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
21197 case $cc_basename in
21198 CC*)
21199 lt_prog_compiler_wl_CXX='-Wl,'
21200 lt_prog_compiler_pic_CXX='-KPIC'
21201 lt_prog_compiler_static_CXX='-Bstatic'
21202 ;;
21203 esac
21204 ;;
21205 tandem*)
21206 case $cc_basename in
21207 NCC*)
21208 # NonStop-UX NCC 3.20
21209 lt_prog_compiler_pic_CXX='-KPIC'
21210 ;;
21211 *)
21212 ;;
21213 esac
21214 ;;
21215 vxworks*)
21216 ;;
21217 *)
21218 lt_prog_compiler_can_build_shared_CXX=no
21219 ;;
21220 esac
21221 fi
21222
21223 case $host_os in
21224 # For platforms which do not support PIC, -DPIC is meaningless:
21225 *djgpp*)
21226 lt_prog_compiler_pic_CXX=
21227 ;;
21228 *)
21229 lt_prog_compiler_pic_CXX="$lt_prog_compiler_pic_CXX -DPIC"
21230 ;;
21231 esac
21232 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic_CXX" >&5
21233 $as_echo "$lt_prog_compiler_pic_CXX" >&6; }
21234
21235
21236
21237 #
21238 # Check to make sure the PIC flag actually works.
21239 #
21240 if test -n "$lt_prog_compiler_pic_CXX"; then
21241 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5
21242 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works... " >&6; }
21243 if ${lt_cv_prog_compiler_pic_works_CXX+:} false; then :
21244 $as_echo_n "(cached) " >&6
21245 else
21246 lt_cv_prog_compiler_pic_works_CXX=no
21247 ac_outfile=conftest.$ac_objext
21248 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
21249 lt_compiler_flag="$lt_prog_compiler_pic_CXX -DPIC"
21250 # Insert the option either (1) after the last *FLAGS variable, or
21251 # (2) before a word containing "conftest.", or (3) at the end.
21252 # Note that $ac_compile itself does not contain backslashes and begins
21253 # with a dollar sign (not a hyphen), so the echo should work correctly.
21254 # The option is referenced via a variable to avoid confusing sed.
21255 lt_compile=`echo "$ac_compile" | $SED \
21256 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
21257 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
21258 -e 's:$: $lt_compiler_flag:'`
21259 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
21260 (eval "$lt_compile" 2>conftest.err)
21261 ac_status=$?
21262 cat conftest.err >&5
21263 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21264 if (exit $ac_status) && test -s "$ac_outfile"; then
21265 # The compiler can only warn and ignore the option if not recognized
21266 # So say no if there are warnings other than the usual output.
21267 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
21268 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
21269 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
21270 lt_cv_prog_compiler_pic_works_CXX=yes
21271 fi
21272 fi
21273 $RM conftest*
21274
21275 fi
21276 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works_CXX" >&5
21277 $as_echo "$lt_cv_prog_compiler_pic_works_CXX" >&6; }
21278
21279 if test x"$lt_cv_prog_compiler_pic_works_CXX" = xyes; then
21280 case $lt_prog_compiler_pic_CXX in
21281 "" | " "*) ;;
21282 *) lt_prog_compiler_pic_CXX=" $lt_prog_compiler_pic_CXX" ;;
21283 esac
21284 else
21285 lt_prog_compiler_pic_CXX=
21286 lt_prog_compiler_can_build_shared_CXX=no
21287 fi
21288
21289 fi
21290
21291
21292
21293 #
21294 # Check to make sure the static flag actually works.
21295 #
21296 wl=$lt_prog_compiler_wl_CXX eval lt_tmp_static_flag=\"$lt_prog_compiler_static_CXX\"
21297 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
21298 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
21299 if ${lt_cv_prog_compiler_static_works_CXX+:} false; then :
21300 $as_echo_n "(cached) " >&6
21301 else
21302 lt_cv_prog_compiler_static_works_CXX=no
21303 save_LDFLAGS="$LDFLAGS"
21304 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
21305 echo "$lt_simple_link_test_code" > conftest.$ac_ext
21306 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
21307 # The linker can only warn and ignore the option if not recognized
21308 # So say no if there are warnings
21309 if test -s conftest.err; then
21310 # Append any errors to the config.log.
21311 cat conftest.err 1>&5
21312 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
21313 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
21314 if diff conftest.exp conftest.er2 >/dev/null; then
21315 lt_cv_prog_compiler_static_works_CXX=yes
21316 fi
21317 else
21318 lt_cv_prog_compiler_static_works_CXX=yes
21319 fi
21320 fi
21321 $RM -r conftest*
21322 LDFLAGS="$save_LDFLAGS"
21323
21324 fi
21325 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works_CXX" >&5
21326 $as_echo "$lt_cv_prog_compiler_static_works_CXX" >&6; }
21327
21328 if test x"$lt_cv_prog_compiler_static_works_CXX" = xyes; then
21329 :
21330 else
21331 lt_prog_compiler_static_CXX=
21332 fi
21333
21334
21335
21336
21337 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
21338 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
21339 if ${lt_cv_prog_compiler_c_o_CXX+:} false; then :
21340 $as_echo_n "(cached) " >&6
21341 else
21342 lt_cv_prog_compiler_c_o_CXX=no
21343 $RM -r conftest 2>/dev/null
21344 mkdir conftest
21345 cd conftest
21346 mkdir out
21347 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
21348
21349 lt_compiler_flag="-o out/conftest2.$ac_objext"
21350 # Insert the option either (1) after the last *FLAGS variable, or
21351 # (2) before a word containing "conftest.", or (3) at the end.
21352 # Note that $ac_compile itself does not contain backslashes and begins
21353 # with a dollar sign (not a hyphen), so the echo should work correctly.
21354 lt_compile=`echo "$ac_compile" | $SED \
21355 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
21356 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
21357 -e 's:$: $lt_compiler_flag:'`
21358 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
21359 (eval "$lt_compile" 2>out/conftest.err)
21360 ac_status=$?
21361 cat out/conftest.err >&5
21362 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21363 if (exit $ac_status) && test -s out/conftest2.$ac_objext
21364 then
21365 # The compiler can only warn and ignore the option if not recognized
21366 # So say no if there are warnings
21367 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
21368 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
21369 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
21370 lt_cv_prog_compiler_c_o_CXX=yes
21371 fi
21372 fi
21373 chmod u+w . 2>&5
21374 $RM conftest*
21375 # SGI C++ compiler will create directory out/ii_files/ for
21376 # template instantiation
21377 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
21378 $RM out/* && rmdir out
21379 cd ..
21380 $RM -r conftest
21381 $RM conftest*
21382
21383 fi
21384 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o_CXX" >&5
21385 $as_echo "$lt_cv_prog_compiler_c_o_CXX" >&6; }
21386
21387
21388
21389 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
21390 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
21391 if ${lt_cv_prog_compiler_c_o_CXX+:} false; then :
21392 $as_echo_n "(cached) " >&6
21393 else
21394 lt_cv_prog_compiler_c_o_CXX=no
21395 $RM -r conftest 2>/dev/null
21396 mkdir conftest
21397 cd conftest
21398 mkdir out
21399 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
21400
21401 lt_compiler_flag="-o out/conftest2.$ac_objext"
21402 # Insert the option either (1) after the last *FLAGS variable, or
21403 # (2) before a word containing "conftest.", or (3) at the end.
21404 # Note that $ac_compile itself does not contain backslashes and begins
21405 # with a dollar sign (not a hyphen), so the echo should work correctly.
21406 lt_compile=`echo "$ac_compile" | $SED \
21407 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
21408 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
21409 -e 's:$: $lt_compiler_flag:'`
21410 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
21411 (eval "$lt_compile" 2>out/conftest.err)
21412 ac_status=$?
21413 cat out/conftest.err >&5
21414 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21415 if (exit $ac_status) && test -s out/conftest2.$ac_objext
21416 then
21417 # The compiler can only warn and ignore the option if not recognized
21418 # So say no if there are warnings
21419 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
21420 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
21421 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
21422 lt_cv_prog_compiler_c_o_CXX=yes
21423 fi
21424 fi
21425 chmod u+w . 2>&5
21426 $RM conftest*
21427 # SGI C++ compiler will create directory out/ii_files/ for
21428 # template instantiation
21429 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
21430 $RM out/* && rmdir out
21431 cd ..
21432 $RM -r conftest
21433 $RM conftest*
21434
21435 fi
21436 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o_CXX" >&5
21437 $as_echo "$lt_cv_prog_compiler_c_o_CXX" >&6; }
21438
21439
21440
21441
21442 hard_links="nottested"
21443 if test "$lt_cv_prog_compiler_c_o_CXX" = no && test "$need_locks" != no; then
21444 # do not overwrite the value of need_locks provided by the user
21445 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
21446 $as_echo_n "checking if we can lock with hard links... " >&6; }
21447 hard_links=yes
21448 $RM conftest*
21449 ln conftest.a conftest.b 2>/dev/null && hard_links=no
21450 touch conftest.a
21451 ln conftest.a conftest.b 2>&5 || hard_links=no
21452 ln conftest.a conftest.b 2>/dev/null && hard_links=no
21453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
21454 $as_echo "$hard_links" >&6; }
21455 if test "$hard_links" = no; then
21456 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
21457 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
21458 need_locks=warn
21459 fi
21460 else
21461 need_locks=no
21462 fi
21463
21464
21465
21466 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
21467 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
21468
21469 export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
21470 case $host_os in
21471 aix[4-9]*)
21472 # If we're using GNU nm, then we don't want the "-C" option.
21473 # -C means demangle to AIX nm, but means don't demangle with GNU nm
21474 # Also, AIX nm treats weak defined symbols like other global defined
21475 # symbols, whereas GNU nm marks them as "W".
21476 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
21477 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'
21478 else
21479 export_symbols_cmds_CXX='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "L")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
21480 fi
21481 ;;
21482 pw32*)
21483 export_symbols_cmds_CXX="$ltdll_cmds"
21484 ;;
21485 cygwin* | mingw* | cegcc*)
21486 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'
21487 ;;
21488 *)
21489 export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
21490 ;;
21491 esac
21492 exclude_expsyms_CXX='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
21493
21494 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs_CXX" >&5
21495 $as_echo "$ld_shlibs_CXX" >&6; }
21496 test "$ld_shlibs_CXX" = no && can_build_shared=no
21497
21498 with_gnu_ld_CXX=$with_gnu_ld
21499
21500
21501
21502
21503
21504
21505 #
21506 # Do we need to explicitly link libc?
21507 #
21508 case "x$archive_cmds_need_lc_CXX" in
21509 x|xyes)
21510 # Assume -lc should be added
21511 archive_cmds_need_lc_CXX=yes
21512
21513 if test "$enable_shared" = yes && test "$GCC" = yes; then
21514 case $archive_cmds_CXX in
21515 *'~'*)
21516 # FIXME: we may have to deal with multi-command sequences.
21517 ;;
21518 '$CC '*)
21519 # Test whether the compiler implicitly links with -lc since on some
21520 # systems, -lgcc has to come before -lc. If gcc already passes -lc
21521 # to ld, don't add -lc before -lgcc.
21522 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
21523 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
21524 if ${lt_cv_archive_cmds_need_lc_CXX+:} false; then :
21525 $as_echo_n "(cached) " >&6
21526 else
21527 $RM conftest*
21528 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
21529
21530 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
21531 (eval $ac_compile) 2>&5
21532 ac_status=$?
21533 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
21534 test $ac_status = 0; } 2>conftest.err; then
21535 soname=conftest
21536 lib=conftest
21537 libobjs=conftest.$ac_objext
21538 deplibs=
21539 wl=$lt_prog_compiler_wl_CXX
21540 pic_flag=$lt_prog_compiler_pic_CXX
21541 compiler_flags=-v
21542 linker_flags=-v
21543 verstring=
21544 output_objdir=.
21545 libname=conftest
21546 lt_save_allow_undefined_flag=$allow_undefined_flag_CXX
21547 allow_undefined_flag_CXX=
21548 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds_CXX 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
21549 (eval $archive_cmds_CXX 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
21550 ac_status=$?
21551 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
21552 test $ac_status = 0; }
21553 then
21554 lt_cv_archive_cmds_need_lc_CXX=no
21555 else
21556 lt_cv_archive_cmds_need_lc_CXX=yes
21557 fi
21558 allow_undefined_flag_CXX=$lt_save_allow_undefined_flag
21559 else
21560 cat conftest.err 1>&5
21561 fi
21562 $RM conftest*
21563
21564 fi
21565 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc_CXX" >&5
21566 $as_echo "$lt_cv_archive_cmds_need_lc_CXX" >&6; }
21567 archive_cmds_need_lc_CXX=$lt_cv_archive_cmds_need_lc_CXX
21568 ;;
21569 esac
21570 fi
21571 ;;
21572 esac
21573
21574
21575
21576
21577
21578
21579
21580
21581
21582
21583
21584
21585
21586
21587
21588
21589
21590
21591
21592
21593
21594
21595
21596
21597
21598
21599
21600
21601
21602
21603
21604
21605
21606
21607
21608
21609
21610
21611
21612
21613
21614
21615
21616
21617
21618
21619
21620
21621
21622
21623
21624
21625
21626
21627
21628
21629
21630
21631
21632
21633
21634
21635
21636
21637 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
21638 $as_echo_n "checking dynamic linker characteristics... " >&6; }
21639
21640 library_names_spec=
21641 libname_spec='lib$name'
21642 soname_spec=
21643 shrext_cmds=".so"
21644 postinstall_cmds=
21645 postuninstall_cmds=
21646 finish_cmds=
21647 finish_eval=
21648 shlibpath_var=
21649 shlibpath_overrides_runpath=unknown
21650 version_type=none
21651 dynamic_linker="$host_os ld.so"
21652 sys_lib_dlsearch_path_spec="/lib /usr/lib"
21653 need_lib_prefix=unknown
21654 hardcode_into_libs=no
21655
21656 # when you set need_version to no, make sure it does not cause -set_version
21657 # flags to be left without arguments
21658 need_version=unknown
21659
21660 case $host_os in
21661 aix3*)
21662 version_type=linux
21663 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
21664 shlibpath_var=LIBPATH
21665
21666 # AIX 3 has no versioning support, so we append a major version to the name.
21667 soname_spec='${libname}${release}${shared_ext}$major'
21668 ;;
21669
21670 aix[4-9]*)
21671 version_type=linux
21672 need_lib_prefix=no
21673 need_version=no
21674 hardcode_into_libs=yes
21675 if test "$host_cpu" = ia64; then
21676 # AIX 5 supports IA64
21677 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
21678 shlibpath_var=LD_LIBRARY_PATH
21679 else
21680 # With GCC up to 2.95.x, collect2 would create an import file
21681 # for dependence libraries. The import file would start with
21682 # the line `#! .'. This would cause the generated library to
21683 # depend on `.', always an invalid library. This was fixed in
21684 # development snapshots of GCC prior to 3.0.
21685 case $host_os in
21686 aix4 | aix4.[01] | aix4.[01].*)
21687 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
21688 echo ' yes '
21689 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
21690 :
21691 else
21692 can_build_shared=no
21693 fi
21694 ;;
21695 esac
21696 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
21697 # soname into executable. Probably we can add versioning support to
21698 # collect2, so additional links can be useful in future.
21699 if test "$aix_use_runtimelinking" = yes; then
21700 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
21701 # instead of lib<name>.a to let people know that these are not
21702 # typical AIX shared libraries.
21703 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
21704 else
21705 # We preserve .a as extension for shared libraries through AIX4.2
21706 # and later when we are not doing run time linking.
21707 library_names_spec='${libname}${release}.a $libname.a'
21708 soname_spec='${libname}${release}${shared_ext}$major'
21709 fi
21710 shlibpath_var=LIBPATH
21711 fi
21712 ;;
21713
21714 amigaos*)
21715 case $host_cpu in
21716 powerpc)
21717 # Since July 2007 AmigaOS4 officially supports .so libraries.
21718 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
21719 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
21720 ;;
21721 m68k)
21722 library_names_spec='$libname.ixlibrary $libname.a'
21723 # Create ${libname}_ixlibrary.a entries in /sys/libs.
21724 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'
21725 ;;
21726 esac
21727 ;;
21728
21729 beos*)
21730 library_names_spec='${libname}${shared_ext}'
21731 dynamic_linker="$host_os ld.so"
21732 shlibpath_var=LIBRARY_PATH
21733 ;;
21734
21735 bsdi[45]*)
21736 version_type=linux
21737 need_version=no
21738 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
21739 soname_spec='${libname}${release}${shared_ext}$major'
21740 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
21741 shlibpath_var=LD_LIBRARY_PATH
21742 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
21743 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
21744 # the default ld.so.conf also contains /usr/contrib/lib and
21745 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
21746 # libtool to hard-code these into programs
21747 ;;
21748
21749 cygwin* | mingw* | pw32* | cegcc*)
21750 version_type=windows
21751 shrext_cmds=".dll"
21752 need_version=no
21753 need_lib_prefix=no
21754
21755 case $GCC,$host_os in
21756 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
21757 library_names_spec='$libname.dll.a'
21758 # DLL is installed to $(libdir)/../bin by postinstall_cmds
21759 postinstall_cmds='base_file=`basename \${file}`~
21760 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
21761 dldir=$destdir/`dirname \$dlpath`~
21762 test -d \$dldir || mkdir -p \$dldir~
21763 $install_prog $dir/$dlname \$dldir/$dlname~
21764 chmod a+x \$dldir/$dlname~
21765 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
21766 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
21767 fi'
21768 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
21769 dlpath=$dir/\$dldll~
21770 $RM \$dlpath'
21771 shlibpath_overrides_runpath=yes
21772
21773 case $host_os in
21774 cygwin*)
21775 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
21776 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
21777
21778 ;;
21779 mingw* | cegcc*)
21780 # MinGW DLLs use traditional 'lib' prefix
21781 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
21782 ;;
21783 pw32*)
21784 # pw32 DLLs use 'pw' prefix rather than 'lib'
21785 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
21786 ;;
21787 esac
21788 ;;
21789
21790 *)
21791 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
21792 ;;
21793 esac
21794 dynamic_linker='Win32 ld.exe'
21795 # FIXME: first we should search . and the directory the executable is in
21796 shlibpath_var=PATH
21797 ;;
21798
21799 darwin* | rhapsody*)
21800 dynamic_linker="$host_os dyld"
21801 version_type=darwin
21802 need_lib_prefix=no
21803 need_version=no
21804 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
21805 soname_spec='${libname}${release}${major}$shared_ext'
21806 shlibpath_overrides_runpath=yes
21807 shlibpath_var=DYLD_LIBRARY_PATH
21808 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
21809
21810 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
21811 ;;
21812
21813 dgux*)
21814 version_type=linux
21815 need_lib_prefix=no
21816 need_version=no
21817 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
21818 soname_spec='${libname}${release}${shared_ext}$major'
21819 shlibpath_var=LD_LIBRARY_PATH
21820 ;;
21821
21822 freebsd* | dragonfly*)
21823 # DragonFly does not have aout. When/if they implement a new
21824 # versioning mechanism, adjust this.
21825 if test -x /usr/bin/objformat; then
21826 objformat=`/usr/bin/objformat`
21827 else
21828 case $host_os in
21829 freebsd[23].*) objformat=aout ;;
21830 *) objformat=elf ;;
21831 esac
21832 fi
21833 version_type=freebsd-$objformat
21834 case $version_type in
21835 freebsd-elf*)
21836 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
21837 need_version=no
21838 need_lib_prefix=no
21839 ;;
21840 freebsd-*)
21841 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
21842 need_version=yes
21843 ;;
21844 esac
21845 shlibpath_var=LD_LIBRARY_PATH
21846 case $host_os in
21847 freebsd2.*)
21848 shlibpath_overrides_runpath=yes
21849 ;;
21850 freebsd3.[01]* | freebsdelf3.[01]*)
21851 shlibpath_overrides_runpath=yes
21852 hardcode_into_libs=yes
21853 ;;
21854 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
21855 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
21856 shlibpath_overrides_runpath=no
21857 hardcode_into_libs=yes
21858 ;;
21859 *) # from 4.6 on, and DragonFly
21860 shlibpath_overrides_runpath=yes
21861 hardcode_into_libs=yes
21862 ;;
21863 esac
21864 ;;
21865
21866 gnu*)
21867 version_type=linux
21868 need_lib_prefix=no
21869 need_version=no
21870 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
21871 soname_spec='${libname}${release}${shared_ext}$major'
21872 shlibpath_var=LD_LIBRARY_PATH
21873 hardcode_into_libs=yes
21874 ;;
21875
21876 haiku*)
21877 version_type=linux
21878 need_lib_prefix=no
21879 need_version=no
21880 dynamic_linker="$host_os runtime_loader"
21881 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
21882 soname_spec='${libname}${release}${shared_ext}$major'
21883 shlibpath_var=LIBRARY_PATH
21884 shlibpath_overrides_runpath=yes
21885 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
21886 hardcode_into_libs=yes
21887 ;;
21888
21889 hpux9* | hpux10* | hpux11*)
21890 # Give a soname corresponding to the major version so that dld.sl refuses to
21891 # link against other versions.
21892 version_type=sunos
21893 need_lib_prefix=no
21894 need_version=no
21895 case $host_cpu in
21896 ia64*)
21897 shrext_cmds='.so'
21898 hardcode_into_libs=yes
21899 dynamic_linker="$host_os dld.so"
21900 shlibpath_var=LD_LIBRARY_PATH
21901 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
21902 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
21903 soname_spec='${libname}${release}${shared_ext}$major'
21904 if test "X$HPUX_IA64_MODE" = X32; then
21905 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
21906 else
21907 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
21908 fi
21909 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
21910 ;;
21911 hppa*64*)
21912 shrext_cmds='.sl'
21913 hardcode_into_libs=yes
21914 dynamic_linker="$host_os dld.sl"
21915 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
21916 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
21917 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
21918 soname_spec='${libname}${release}${shared_ext}$major'
21919 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
21920 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
21921 ;;
21922 *)
21923 shrext_cmds='.sl'
21924 dynamic_linker="$host_os dld.sl"
21925 shlibpath_var=SHLIB_PATH
21926 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
21927 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
21928 soname_spec='${libname}${release}${shared_ext}$major'
21929 ;;
21930 esac
21931 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
21932 postinstall_cmds='chmod 555 $lib'
21933 # or fails outright, so override atomically:
21934 install_override_mode=555
21935 ;;
21936
21937 interix[3-9]*)
21938 version_type=linux
21939 need_lib_prefix=no
21940 need_version=no
21941 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
21942 soname_spec='${libname}${release}${shared_ext}$major'
21943 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
21944 shlibpath_var=LD_LIBRARY_PATH
21945 shlibpath_overrides_runpath=no
21946 hardcode_into_libs=yes
21947 ;;
21948
21949 irix5* | irix6* | nonstopux*)
21950 case $host_os in
21951 nonstopux*) version_type=nonstopux ;;
21952 *)
21953 if test "$lt_cv_prog_gnu_ld" = yes; then
21954 version_type=linux
21955 else
21956 version_type=irix
21957 fi ;;
21958 esac
21959 need_lib_prefix=no
21960 need_version=no
21961 soname_spec='${libname}${release}${shared_ext}$major'
21962 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
21963 case $host_os in
21964 irix5* | nonstopux*)
21965 libsuff= shlibsuff=
21966 ;;
21967 *)
21968 case $LD in # libtool.m4 will add one of these switches to LD
21969 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
21970 libsuff= shlibsuff= libmagic=32-bit;;
21971 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
21972 libsuff=32 shlibsuff=N32 libmagic=N32;;
21973 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
21974 libsuff=64 shlibsuff=64 libmagic=64-bit;;
21975 *) libsuff= shlibsuff= libmagic=never-match;;
21976 esac
21977 ;;
21978 esac
21979 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
21980 shlibpath_overrides_runpath=no
21981 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
21982 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
21983 hardcode_into_libs=yes
21984 ;;
21985
21986 # No shared lib support for Linux oldld, aout, or coff.
21987 linux*oldld* | linux*aout* | linux*coff*)
21988 dynamic_linker=no
21989 ;;
21990
21991 # This must be Linux ELF.
21992
21993 # uclinux* changes (here and below) have been submitted to the libtool
21994 # project, but have not yet been accepted: they are GCC-local changes
21995 # for the time being. (See
21996 # https://lists.gnu.org/archive/html/libtool-patches/2018-05/msg00000.html)
21997 linux* | k*bsd*-gnu | kopensolaris*-gnu | uclinuxfdpiceabi)
21998 version_type=linux
21999 need_lib_prefix=no
22000 need_version=no
22001 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
22002 soname_spec='${libname}${release}${shared_ext}$major'
22003 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
22004 shlibpath_var=LD_LIBRARY_PATH
22005 shlibpath_overrides_runpath=no
22006
22007 # Some binutils ld are patched to set DT_RUNPATH
22008 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
22009 $as_echo_n "(cached) " >&6
22010 else
22011 lt_cv_shlibpath_overrides_runpath=no
22012 save_LDFLAGS=$LDFLAGS
22013 save_libdir=$libdir
22014 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl_CXX\"; \
22015 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec_CXX\""
22016 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22017 /* end confdefs.h. */
22018
22019 int
22020 main ()
22021 {
22022
22023 ;
22024 return 0;
22025 }
22026 _ACEOF
22027 if ac_fn_cxx_try_link "$LINENO"; then :
22028 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
22029 lt_cv_shlibpath_overrides_runpath=yes
22030 fi
22031 fi
22032 rm -f core conftest.err conftest.$ac_objext \
22033 conftest$ac_exeext conftest.$ac_ext
22034 LDFLAGS=$save_LDFLAGS
22035 libdir=$save_libdir
22036
22037 fi
22038
22039 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
22040
22041 # This implies no fast_install, which is unacceptable.
22042 # Some rework will be needed to allow for fast_install
22043 # before this can be enabled.
22044 hardcode_into_libs=yes
22045
22046 # Append ld.so.conf contents to the search path
22047 if test -f /etc/ld.so.conf; then
22048 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' ' '`
22049 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
22050 fi
22051
22052 # We used to test for /lib/ld.so.1 and disable shared libraries on
22053 # powerpc, because MkLinux only supported shared libraries with the
22054 # GNU dynamic linker. Since this was broken with cross compilers,
22055 # most powerpc-linux boxes support dynamic linking these days and
22056 # people can always --disable-shared, the test was removed, and we
22057 # assume the GNU/Linux dynamic linker is in use.
22058 dynamic_linker='GNU/Linux ld.so'
22059 ;;
22060
22061 netbsd*)
22062 version_type=sunos
22063 need_lib_prefix=no
22064 need_version=no
22065 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
22066 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
22067 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
22068 dynamic_linker='NetBSD (a.out) ld.so'
22069 else
22070 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
22071 soname_spec='${libname}${release}${shared_ext}$major'
22072 dynamic_linker='NetBSD ld.elf_so'
22073 fi
22074 shlibpath_var=LD_LIBRARY_PATH
22075 shlibpath_overrides_runpath=yes
22076 hardcode_into_libs=yes
22077 ;;
22078
22079 newsos6)
22080 version_type=linux
22081 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
22082 shlibpath_var=LD_LIBRARY_PATH
22083 shlibpath_overrides_runpath=yes
22084 ;;
22085
22086 *nto* | *qnx*)
22087 version_type=qnx
22088 need_lib_prefix=no
22089 need_version=no
22090 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
22091 soname_spec='${libname}${release}${shared_ext}$major'
22092 shlibpath_var=LD_LIBRARY_PATH
22093 shlibpath_overrides_runpath=no
22094 hardcode_into_libs=yes
22095 dynamic_linker='ldqnx.so'
22096 ;;
22097
22098 openbsd*)
22099 version_type=sunos
22100 sys_lib_dlsearch_path_spec="/usr/lib"
22101 need_lib_prefix=no
22102 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
22103 case $host_os in
22104 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
22105 *) need_version=no ;;
22106 esac
22107 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
22108 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
22109 shlibpath_var=LD_LIBRARY_PATH
22110 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
22111 case $host_os in
22112 openbsd2.[89] | openbsd2.[89].*)
22113 shlibpath_overrides_runpath=no
22114 ;;
22115 *)
22116 shlibpath_overrides_runpath=yes
22117 ;;
22118 esac
22119 else
22120 shlibpath_overrides_runpath=yes
22121 fi
22122 ;;
22123
22124 os2*)
22125 libname_spec='$name'
22126 shrext_cmds=".dll"
22127 need_lib_prefix=no
22128 library_names_spec='$libname${shared_ext} $libname.a'
22129 dynamic_linker='OS/2 ld.exe'
22130 shlibpath_var=LIBPATH
22131 ;;
22132
22133 osf3* | osf4* | osf5*)
22134 version_type=osf
22135 need_lib_prefix=no
22136 need_version=no
22137 soname_spec='${libname}${release}${shared_ext}$major'
22138 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
22139 shlibpath_var=LD_LIBRARY_PATH
22140 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
22141 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
22142 ;;
22143
22144 rdos*)
22145 dynamic_linker=no
22146 ;;
22147
22148 solaris*)
22149 version_type=linux
22150 need_lib_prefix=no
22151 need_version=no
22152 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
22153 soname_spec='${libname}${release}${shared_ext}$major'
22154 shlibpath_var=LD_LIBRARY_PATH
22155 shlibpath_overrides_runpath=yes
22156 hardcode_into_libs=yes
22157 # ldd complains unless libraries are executable
22158 postinstall_cmds='chmod +x $lib'
22159 ;;
22160
22161 sunos4*)
22162 version_type=sunos
22163 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
22164 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
22165 shlibpath_var=LD_LIBRARY_PATH
22166 shlibpath_overrides_runpath=yes
22167 if test "$with_gnu_ld" = yes; then
22168 need_lib_prefix=no
22169 fi
22170 need_version=yes
22171 ;;
22172
22173 sysv4 | sysv4.3*)
22174 version_type=linux
22175 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
22176 soname_spec='${libname}${release}${shared_ext}$major'
22177 shlibpath_var=LD_LIBRARY_PATH
22178 case $host_vendor in
22179 sni)
22180 shlibpath_overrides_runpath=no
22181 need_lib_prefix=no
22182 runpath_var=LD_RUN_PATH
22183 ;;
22184 siemens)
22185 need_lib_prefix=no
22186 ;;
22187 motorola)
22188 need_lib_prefix=no
22189 need_version=no
22190 shlibpath_overrides_runpath=no
22191 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
22192 ;;
22193 esac
22194 ;;
22195
22196 sysv4*MP*)
22197 if test -d /usr/nec ;then
22198 version_type=linux
22199 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
22200 soname_spec='$libname${shared_ext}.$major'
22201 shlibpath_var=LD_LIBRARY_PATH
22202 fi
22203 ;;
22204
22205 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
22206 version_type=freebsd-elf
22207 need_lib_prefix=no
22208 need_version=no
22209 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
22210 soname_spec='${libname}${release}${shared_ext}$major'
22211 shlibpath_var=LD_LIBRARY_PATH
22212 shlibpath_overrides_runpath=yes
22213 hardcode_into_libs=yes
22214 if test "$with_gnu_ld" = yes; then
22215 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
22216 else
22217 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
22218 case $host_os in
22219 sco3.2v5*)
22220 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
22221 ;;
22222 esac
22223 fi
22224 sys_lib_dlsearch_path_spec='/usr/lib'
22225 ;;
22226
22227 tpf*)
22228 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
22229 version_type=linux
22230 need_lib_prefix=no
22231 need_version=no
22232 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
22233 shlibpath_var=LD_LIBRARY_PATH
22234 shlibpath_overrides_runpath=no
22235 hardcode_into_libs=yes
22236 ;;
22237
22238 uts4*)
22239 version_type=linux
22240 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
22241 soname_spec='${libname}${release}${shared_ext}$major'
22242 shlibpath_var=LD_LIBRARY_PATH
22243 ;;
22244
22245 *)
22246 dynamic_linker=no
22247 ;;
22248 esac
22249 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
22250 $as_echo "$dynamic_linker" >&6; }
22251 test "$dynamic_linker" = no && can_build_shared=no
22252
22253 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
22254 if test "$GCC" = yes; then
22255 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
22256 fi
22257
22258 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
22259 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
22260 fi
22261 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
22262 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
22263 fi
22264
22265
22266
22267
22268
22269
22270
22271
22272
22273
22274
22275
22276
22277
22278
22279
22280
22281
22282
22283
22284
22285
22286
22287
22288
22289
22290
22291
22292
22293
22294
22295
22296
22297
22298
22299
22300
22301
22302 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
22303 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
22304 hardcode_action_CXX=
22305 if test -n "$hardcode_libdir_flag_spec_CXX" ||
22306 test -n "$runpath_var_CXX" ||
22307 test "X$hardcode_automatic_CXX" = "Xyes" ; then
22308
22309 # We can hardcode non-existent directories.
22310 if test "$hardcode_direct_CXX" != no &&
22311 # If the only mechanism to avoid hardcoding is shlibpath_var, we
22312 # have to relink, otherwise we might link with an installed library
22313 # when we should be linking with a yet-to-be-installed one
22314 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, CXX)" != no &&
22315 test "$hardcode_minus_L_CXX" != no; then
22316 # Linking always hardcodes the temporary library directory.
22317 hardcode_action_CXX=relink
22318 else
22319 # We can link without hardcoding, and we can hardcode nonexisting dirs.
22320 hardcode_action_CXX=immediate
22321 fi
22322 else
22323 # We cannot hardcode anything, or else we can only hardcode existing
22324 # directories.
22325 hardcode_action_CXX=unsupported
22326 fi
22327 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action_CXX" >&5
22328 $as_echo "$hardcode_action_CXX" >&6; }
22329
22330 if test "$hardcode_action_CXX" = relink ||
22331 test "$inherit_rpath_CXX" = yes; then
22332 # Fast installation is not supported
22333 enable_fast_install=no
22334 elif test "$shlibpath_overrides_runpath" = yes ||
22335 test "$enable_shared" = no; then
22336 # Fast installation is not necessary
22337 enable_fast_install=needless
22338 fi
22339
22340
22341
22342
22343
22344
22345
22346 fi # test -n "$compiler"
22347
22348 CC=$lt_save_CC
22349 LDCXX=$LD
22350 LD=$lt_save_LD
22351 GCC=$lt_save_GCC
22352 with_gnu_ld=$lt_save_with_gnu_ld
22353 lt_cv_path_LDCXX=$lt_cv_path_LD
22354 lt_cv_path_LD=$lt_save_path_LD
22355 lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld
22356 lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld
22357 fi # test "$_lt_caught_CXX_error" != yes
22358
22359 ac_ext=cpp
22360 ac_cpp='$CXXCPP $CPPFLAGS'
22361 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22362 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22363 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
22364
22365
22366
22367
22368
22369
22370
22371
22372
22373
22374
22375
22376
22377
22378
22379
22380 # Only expand once:
22381
22382
22383
22384
22385
22386 # Identify the assembler which will work hand-in-glove with the newly
22387 # built GCC, so that we can examine its features. This is the assembler
22388 # which will be driven by the driver program.
22389 #
22390 # If build != host, and we aren't building gas in-tree, we identify a
22391 # build->target assembler and hope that it will have the same features
22392 # as the host->target assembler we'll be using.
22393 gcc_cv_gas_major_version=
22394 gcc_cv_gas_minor_version=
22395 gcc_cv_as_gas_srcdir=`echo $srcdir | sed -e 's,/gcc$,,'`/gas
22396
22397 if ${gcc_cv_as+:} false; then :
22398
22399 else
22400
22401 if test -x "$DEFAULT_ASSEMBLER"; then
22402 gcc_cv_as="$DEFAULT_ASSEMBLER"
22403 elif test -f $gcc_cv_as_gas_srcdir/configure.ac \
22404 && test -f ../gas/Makefile \
22405 && test x$build = x$host; then
22406 gcc_cv_as=../gas/as-new$build_exeext
22407 elif test -x as$build_exeext; then
22408 # Build using assembler in the current directory.
22409 gcc_cv_as=./as$build_exeext
22410 elif ( set dummy $AS_FOR_TARGET; test -x $2 ); then
22411 gcc_cv_as="$AS_FOR_TARGET"
22412 else
22413 # Extract the first word of "$AS_FOR_TARGET", so it can be a program name with args.
22414 set dummy $AS_FOR_TARGET; ac_word=$2
22415 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
22416 $as_echo_n "checking for $ac_word... " >&6; }
22417 if ${ac_cv_path_gcc_cv_as+:} false; then :
22418 $as_echo_n "(cached) " >&6
22419 else
22420 case $gcc_cv_as in
22421 [\\/]* | ?:[\\/]*)
22422 ac_cv_path_gcc_cv_as="$gcc_cv_as" # Let the user override the test with a path.
22423 ;;
22424 *)
22425 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
22426 for as_dir in $PATH
22427 do
22428 IFS=$as_save_IFS
22429 test -z "$as_dir" && as_dir=.
22430 for ac_exec_ext in '' $ac_executable_extensions; do
22431 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
22432 ac_cv_path_gcc_cv_as="$as_dir/$ac_word$ac_exec_ext"
22433 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
22434 break 2
22435 fi
22436 done
22437 done
22438 IFS=$as_save_IFS
22439
22440 ;;
22441 esac
22442 fi
22443 gcc_cv_as=$ac_cv_path_gcc_cv_as
22444 if test -n "$gcc_cv_as"; then
22445 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as" >&5
22446 $as_echo "$gcc_cv_as" >&6; }
22447 else
22448 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
22449 $as_echo "no" >&6; }
22450 fi
22451
22452
22453 fi
22454 fi
22455
22456 ORIGINAL_AS_FOR_TARGET=$gcc_cv_as
22457
22458 case "$ORIGINAL_AS_FOR_TARGET" in
22459 ./as | ./as$build_exeext) ;;
22460 *) ac_config_files="$ac_config_files as:exec-tool.in"
22461 ;;
22462 esac
22463
22464 { $as_echo "$as_me:${as_lineno-$LINENO}: checking what assembler to use" >&5
22465 $as_echo_n "checking what assembler to use... " >&6; }
22466 if test "$gcc_cv_as" = ../gas/as-new$build_exeext; then
22467 # Single tree build which includes gas. We want to prefer it
22468 # over whatever linker top-level may have detected, since
22469 # we'll use what we're building after installation anyway.
22470 { $as_echo "$as_me:${as_lineno-$LINENO}: result: newly built gas" >&5
22471 $as_echo "newly built gas" >&6; }
22472 in_tree_gas=yes
22473 gcc_cv_as_bfd_srcdir=`echo $srcdir | sed -e 's,/gcc$,,'`/bfd
22474 for f in $gcc_cv_as_bfd_srcdir/configure \
22475 $gcc_cv_as_gas_srcdir/configure \
22476 $gcc_cv_as_gas_srcdir/configure.ac \
22477 $gcc_cv_as_gas_srcdir/Makefile.in ; do
22478 gcc_cv_gas_version=`sed -n -e 's/^[ ]*VERSION=[^0-9A-Za-z_]*\([0-9]*\.[0-9]*.*\)/VERSION=\1/p' < $f`
22479 if test x$gcc_cv_gas_version != x; then
22480 break
22481 fi
22482 done
22483 case $gcc_cv_gas_version in
22484 VERSION=[0-9]*) ;;
22485 *) as_fn_error $? "cannot find version of in-tree assembler" "$LINENO" 5;;
22486 esac
22487 gcc_cv_gas_major_version=`expr "$gcc_cv_gas_version" : "VERSION=\([0-9]*\)"`
22488 gcc_cv_gas_minor_version=`expr "$gcc_cv_gas_version" : "VERSION=[0-9]*\.\([0-9]*\)"`
22489 gcc_cv_gas_patch_version=`expr "$gcc_cv_gas_version" : "VERSION=[0-9]*\.[0-9]*\.\([0-9]*\)"`
22490 case $gcc_cv_gas_patch_version in
22491 "") gcc_cv_gas_patch_version="0" ;;
22492 esac
22493 gcc_cv_gas_vers=`expr \( \( $gcc_cv_gas_major_version \* 1000 \) \
22494 + $gcc_cv_gas_minor_version \) \* 1000 \
22495 + $gcc_cv_gas_patch_version`
22496
22497 in_tree_gas_is_elf=no
22498 if grep 'obj_format = elf' ../gas/Makefile > /dev/null \
22499 || (grep 'obj_format = multi' ../gas/Makefile \
22500 && grep 'extra_objects =.* obj-elf' ../gas/Makefile) > /dev/null
22501 then
22502 in_tree_gas_is_elf=yes
22503 fi
22504 else
22505 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as" >&5
22506 $as_echo "$gcc_cv_as" >&6; }
22507 in_tree_gas=no
22508 fi
22509
22510 default_ld=
22511 # Check whether --enable-ld was given.
22512 if test "${enable_ld+set}" = set; then :
22513 enableval=$enable_ld; case "${enableval}" in
22514 no)
22515 default_ld=ld.gold
22516 ;;
22517 esac
22518 fi
22519
22520
22521 install_gold_as_default=no
22522 # Check whether --enable-gold was given.
22523 if test "${enable_gold+set}" = set; then :
22524 enableval=$enable_gold; case "${enableval}" in
22525 default)
22526 install_gold_as_default=yes
22527 ;;
22528 yes)
22529 if test x${default_ld} != x; then
22530 install_gold_as_default=yes
22531 fi
22532 ;;
22533 no)
22534 ;;
22535 *)
22536 as_fn_error $? "invalid --enable-gold argument" "$LINENO" 5
22537 ;;
22538 esac
22539 fi
22540
22541
22542 # Identify the linker which will work hand-in-glove with the newly
22543 # built GCC, so that we can examine its features. This is the linker
22544 # which will be driven by the driver program.
22545 #
22546 # If build != host, and we aren't building gas in-tree, we identify a
22547 # build->target linker and hope that it will have the same features
22548 # as the host->target linker we'll be using.
22549 gcc_cv_gld_major_version=
22550 gcc_cv_gld_minor_version=
22551 gcc_cv_ld_gld_srcdir=`echo $srcdir | sed -e 's,/gcc$,,'`/ld
22552 gcc_cv_ld_gold_srcdir=`echo $srcdir | sed -e 's,/gcc$,,'`/gold
22553 gcc_cv_ld_bfd_srcdir=`echo $srcdir | sed -e 's,/gcc$,,'`/bfd
22554
22555 if ${gcc_cv_ld+:} false; then :
22556
22557 else
22558
22559 if test -x "$DEFAULT_LINKER"; then
22560 gcc_cv_ld="$DEFAULT_LINKER"
22561 elif test $install_gold_as_default = yes \
22562 && test -f $gcc_cv_ld_gold_srcdir/configure.ac \
22563 && test -f ../gold/Makefile \
22564 && test x$build = x$host; then
22565 gcc_cv_ld=../gold/ld-new$build_exeext
22566 elif test -f $gcc_cv_ld_gld_srcdir/configure.ac \
22567 && test -f ../ld/Makefile \
22568 && test x$build = x$host; then
22569 gcc_cv_ld=../ld/ld-new$build_exeext
22570 elif test -x collect-ld$build_exeext; then
22571 # Build using linker in the current directory.
22572 gcc_cv_ld=./collect-ld$build_exeext
22573 elif ( set dummy $LD_FOR_TARGET; test -x $2 ); then
22574 gcc_cv_ld="$LD_FOR_TARGET"
22575 else
22576 # Extract the first word of "$LD_FOR_TARGET", so it can be a program name with args.
22577 set dummy $LD_FOR_TARGET; ac_word=$2
22578 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
22579 $as_echo_n "checking for $ac_word... " >&6; }
22580 if ${ac_cv_path_gcc_cv_ld+:} false; then :
22581 $as_echo_n "(cached) " >&6
22582 else
22583 case $gcc_cv_ld in
22584 [\\/]* | ?:[\\/]*)
22585 ac_cv_path_gcc_cv_ld="$gcc_cv_ld" # Let the user override the test with a path.
22586 ;;
22587 *)
22588 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
22589 for as_dir in $PATH
22590 do
22591 IFS=$as_save_IFS
22592 test -z "$as_dir" && as_dir=.
22593 for ac_exec_ext in '' $ac_executable_extensions; do
22594 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
22595 ac_cv_path_gcc_cv_ld="$as_dir/$ac_word$ac_exec_ext"
22596 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
22597 break 2
22598 fi
22599 done
22600 done
22601 IFS=$as_save_IFS
22602
22603 ;;
22604 esac
22605 fi
22606 gcc_cv_ld=$ac_cv_path_gcc_cv_ld
22607 if test -n "$gcc_cv_ld"; then
22608 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_ld" >&5
22609 $as_echo "$gcc_cv_ld" >&6; }
22610 else
22611 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
22612 $as_echo "no" >&6; }
22613 fi
22614
22615
22616 fi
22617 fi
22618
22619 ORIGINAL_PLUGIN_LD_FOR_TARGET=$gcc_cv_ld
22620 PLUGIN_LD_SUFFIX=`basename $gcc_cv_ld | sed -e "s,$target_alias-,,"`
22621 # if the PLUGIN_LD is set ld-new, just have it as ld
22622 # as that is the installed named.
22623 if test x$PLUGIN_LD_SUFFIX = xld-new \
22624 || test x$PLUGIN_LD_SUFFIX = xcollect-ld ; then
22625 PLUGIN_LD_SUFFIX=ld
22626 fi
22627
22628 # Check whether --with-plugin-ld was given.
22629 if test "${with_plugin_ld+set}" = set; then :
22630 withval=$with_plugin_ld; if test x"$withval" != x; then
22631 ORIGINAL_PLUGIN_LD_FOR_TARGET="$withval"
22632 PLUGIN_LD_SUFFIX="$withval"
22633 fi
22634 fi
22635
22636
22637
22638 cat >>confdefs.h <<_ACEOF
22639 #define PLUGIN_LD_SUFFIX "$PLUGIN_LD_SUFFIX"
22640 _ACEOF
22641
22642
22643 # Check to see if we are using gold instead of ld
22644 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using gold" >&5
22645 $as_echo_n "checking whether we are using gold... " >&6; }
22646 ld_is_gold=no
22647 if test x$gcc_cv_ld != x; then
22648 if $gcc_cv_ld --version 2>/dev/null | sed 1q \
22649 | grep "GNU gold" > /dev/null; then
22650 ld_is_gold=yes
22651 fi
22652 fi
22653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_is_gold" >&5
22654 $as_echo "$ld_is_gold" >&6; }
22655
22656 { $as_echo "$as_me:${as_lineno-$LINENO}: checking gold linker with split stack support as non default" >&5
22657 $as_echo_n "checking gold linker with split stack support as non default... " >&6; }
22658 # Check to see if default ld is not gold, but gold is
22659 # available and has support for split stack. If gcc was configured
22660 # with gold then no checking is done.
22661 #
22662 if test x$ld_is_gold = xno && which ${gcc_cv_ld}.gold >/dev/null 2>&1; then
22663
22664 # For platforms other than powerpc64*, enable as appropriate.
22665
22666 gold_non_default=no
22667 ld_gold=`which ${gcc_cv_ld}.gold`
22668 # Make sure this gold has minimal split stack support
22669 if $ld_gold --help 2>/dev/null | grep split-stack-adjust-size >/dev/null 2>&1; then
22670 ld_vers=`$ld_gold --version | sed 1q`
22671 gold_vers=`echo $ld_vers | sed -n \
22672 -e 's,^[^)]*[ ]\([0-9][0-9]*\.[0-9][0-9]*[^)]*\)) .*$,\1,p'`
22673 case $target in
22674 # check that the gold version contains the complete split stack support
22675 # on powerpc64 big and little endian
22676 powerpc64*-*-*)
22677 case "$gold_vers" in
22678 2.25.[1-9]*|2.2[6-9][.0-9]*|2.[3-9][.0-9]*|[3-9].[.0-9]*) gold_non_default=yes
22679 ;;
22680 *) gold_non_default=no
22681 ;;
22682 esac
22683 ;;
22684 esac
22685 fi
22686 if test $gold_non_default = yes; then
22687
22688 $as_echo "#define HAVE_GOLD_NON_DEFAULT_SPLIT_STACK 1" >>confdefs.h
22689
22690 fi
22691 fi
22692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gold_non_default" >&5
22693 $as_echo "$gold_non_default" >&6; }
22694
22695 ORIGINAL_LD_FOR_TARGET=$gcc_cv_ld
22696
22697 case "$ORIGINAL_LD_FOR_TARGET" in
22698 ./collect-ld | ./collect-ld$build_exeext) ;;
22699 *) ac_config_files="$ac_config_files collect-ld:exec-tool.in"
22700 ;;
22701 esac
22702
22703 { $as_echo "$as_me:${as_lineno-$LINENO}: checking what linker to use" >&5
22704 $as_echo_n "checking what linker to use... " >&6; }
22705 if test "$gcc_cv_ld" = ../ld/ld-new$build_exeext \
22706 || test "$gcc_cv_ld" = ../gold/ld-new$build_exeext; then
22707 # Single tree build which includes ld. We want to prefer it
22708 # over whatever linker top-level may have detected, since
22709 # we'll use what we're building after installation anyway.
22710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: newly built ld" >&5
22711 $as_echo "newly built ld" >&6; }
22712 in_tree_ld=yes
22713 in_tree_ld_is_elf=no
22714 if (grep 'EMUL = .*elf' ../ld/Makefile \
22715 || grep 'EMUL = .*linux' ../ld/Makefile \
22716 || grep 'EMUL = .*lynx' ../ld/Makefile) > /dev/null; then
22717 in_tree_ld_is_elf=yes
22718 elif test "$ld_is_gold" = yes; then
22719 in_tree_ld_is_elf=yes
22720 fi
22721 for f in $gcc_cv_ld_bfd_srcdir/configure $gcc_cv_ld_gld_srcdir/configure $gcc_cv_ld_gld_srcdir/configure.ac $gcc_cv_ld_gld_srcdir/Makefile.in
22722 do
22723 gcc_cv_gld_version=`sed -n -e 's/^[ ]*VERSION=[^0-9A-Za-z_]*\([0-9]*\.[0-9]*.*\)/VERSION=\1/p' < $f`
22724 if test x$gcc_cv_gld_version != x; then
22725 break
22726 fi
22727 done
22728 case $gcc_cv_gld_version in
22729 VERSION=[0-9]*) ;;
22730 *) as_fn_error $? "cannot find version of in-tree linker" "$LINENO" 5 ;;
22731 esac
22732 gcc_cv_gld_major_version=`expr "$gcc_cv_gld_version" : "VERSION=\([0-9]*\)"`
22733 gcc_cv_gld_minor_version=`expr "$gcc_cv_gld_version" : "VERSION=[0-9]*\.\([0-9]*\)"`
22734 ORIGINAL_LD_BFD_FOR_TARGET=../ld/ld-new$build_exeext
22735 ORIGINAL_LD_GOLD_FOR_TARGET=../gold/ld-new$build_exeext
22736 else
22737 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_ld" >&5
22738 $as_echo "$gcc_cv_ld" >&6; }
22739 in_tree_ld=no
22740 gcc_cvs_ld_program=`dirname $gcc_cv_ld`/`basename $gcc_cv_ld $host_exeext`
22741 ORIGINAL_LD_BFD_FOR_TARGET=${gcc_cvs_ld_program}.bfd$host_exeext
22742 ORIGINAL_LD_GOLD_FOR_TARGET=${gcc_cvs_ld_program}.gold$host_exeext
22743 fi
22744
22745
22746
22747
22748 # Figure out what nm we will be using.
22749 gcc_cv_binutils_srcdir=`echo $srcdir | sed -e 's,/gcc$,,'`/binutils
22750 if ${gcc_cv_nm+:} false; then :
22751
22752 else
22753
22754 if test -f $gcc_cv_binutils_srcdir/configure.ac \
22755 && test -f ../binutils/Makefile \
22756 && test x$build = x$host; then
22757 gcc_cv_nm=../binutils/nm-new$build_exeext
22758 elif test -x nm$build_exeext; then
22759 gcc_cv_nm=./nm$build_exeext
22760 elif ( set dummy $NM_FOR_TARGET; test -x $2 ); then
22761 gcc_cv_nm="$NM_FOR_TARGET"
22762 else
22763 # Extract the first word of "$NM_FOR_TARGET", so it can be a program name with args.
22764 set dummy $NM_FOR_TARGET; ac_word=$2
22765 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
22766 $as_echo_n "checking for $ac_word... " >&6; }
22767 if ${ac_cv_path_gcc_cv_nm+:} false; then :
22768 $as_echo_n "(cached) " >&6
22769 else
22770 case $gcc_cv_nm in
22771 [\\/]* | ?:[\\/]*)
22772 ac_cv_path_gcc_cv_nm="$gcc_cv_nm" # Let the user override the test with a path.
22773 ;;
22774 *)
22775 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
22776 for as_dir in $PATH
22777 do
22778 IFS=$as_save_IFS
22779 test -z "$as_dir" && as_dir=.
22780 for ac_exec_ext in '' $ac_executable_extensions; do
22781 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
22782 ac_cv_path_gcc_cv_nm="$as_dir/$ac_word$ac_exec_ext"
22783 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
22784 break 2
22785 fi
22786 done
22787 done
22788 IFS=$as_save_IFS
22789
22790 ;;
22791 esac
22792 fi
22793 gcc_cv_nm=$ac_cv_path_gcc_cv_nm
22794 if test -n "$gcc_cv_nm"; then
22795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_nm" >&5
22796 $as_echo "$gcc_cv_nm" >&6; }
22797 else
22798 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
22799 $as_echo "no" >&6; }
22800 fi
22801
22802
22803 fi
22804 fi
22805
22806 { $as_echo "$as_me:${as_lineno-$LINENO}: checking what nm to use" >&5
22807 $as_echo_n "checking what nm to use... " >&6; }
22808 if test "$gcc_cv_nm" = ../binutils/nm-new$build_exeext; then
22809 # Single tree build which includes binutils.
22810 { $as_echo "$as_me:${as_lineno-$LINENO}: result: newly built nm" >&5
22811 $as_echo "newly built nm" >&6; }
22812 in_tree_nm=yes
22813 else
22814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_nm" >&5
22815 $as_echo "$gcc_cv_nm" >&6; }
22816 in_tree_nm=no
22817 fi
22818
22819 ORIGINAL_NM_FOR_TARGET=$gcc_cv_nm
22820
22821 case "$ORIGINAL_NM_FOR_TARGET" in
22822 ./nm | ./nm$build_exeext) ;;
22823 *) ac_config_files="$ac_config_files nm:exec-tool.in"
22824 ;;
22825 esac
22826
22827
22828 # Figure out what objdump we will be using.
22829 if ${gcc_cv_objdump+:} false; then :
22830
22831 else
22832
22833 if test -f $gcc_cv_binutils_srcdir/configure.ac \
22834 && test -f ../binutils/Makefile \
22835 && test x$build = x$host; then
22836 # Single tree build which includes binutils.
22837 gcc_cv_objdump=../binutils/objdump$build_exeext
22838 elif test -x objdump$build_exeext; then
22839 gcc_cv_objdump=./objdump$build_exeext
22840 elif ( set dummy $OBJDUMP_FOR_TARGET; test -x $2 ); then
22841 gcc_cv_objdump="$OBJDUMP_FOR_TARGET"
22842 else
22843 # Extract the first word of "$OBJDUMP_FOR_TARGET", so it can be a program name with args.
22844 set dummy $OBJDUMP_FOR_TARGET; ac_word=$2
22845 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
22846 $as_echo_n "checking for $ac_word... " >&6; }
22847 if ${ac_cv_path_gcc_cv_objdump+:} false; then :
22848 $as_echo_n "(cached) " >&6
22849 else
22850 case $gcc_cv_objdump in
22851 [\\/]* | ?:[\\/]*)
22852 ac_cv_path_gcc_cv_objdump="$gcc_cv_objdump" # Let the user override the test with a path.
22853 ;;
22854 *)
22855 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
22856 for as_dir in $PATH
22857 do
22858 IFS=$as_save_IFS
22859 test -z "$as_dir" && as_dir=.
22860 for ac_exec_ext in '' $ac_executable_extensions; do
22861 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
22862 ac_cv_path_gcc_cv_objdump="$as_dir/$ac_word$ac_exec_ext"
22863 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
22864 break 2
22865 fi
22866 done
22867 done
22868 IFS=$as_save_IFS
22869
22870 ;;
22871 esac
22872 fi
22873 gcc_cv_objdump=$ac_cv_path_gcc_cv_objdump
22874 if test -n "$gcc_cv_objdump"; then
22875 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_objdump" >&5
22876 $as_echo "$gcc_cv_objdump" >&6; }
22877 else
22878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
22879 $as_echo "no" >&6; }
22880 fi
22881
22882
22883 fi
22884 fi
22885
22886 { $as_echo "$as_me:${as_lineno-$LINENO}: checking what objdump to use" >&5
22887 $as_echo_n "checking what objdump to use... " >&6; }
22888 if test "$gcc_cv_objdump" = ../binutils/objdump$build_exeext; then
22889 # Single tree build which includes binutils.
22890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: newly built objdump" >&5
22891 $as_echo "newly built objdump" >&6; }
22892 elif test x$gcc_cv_objdump = x; then
22893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
22894 $as_echo "not found" >&6; }
22895 else
22896 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_objdump" >&5
22897 $as_echo "$gcc_cv_objdump" >&6; }
22898 fi
22899
22900 # Figure out what readelf we will be using.
22901 if ${gcc_cv_readelf+:} false; then :
22902
22903 else
22904
22905 if test -f $gcc_cv_binutils_srcdir/configure.ac \
22906 && test -f ../binutils/Makefile \
22907 && test x$build = x$host; then
22908 # Single tree build which includes binutils.
22909 gcc_cv_readelf=../binutils/readelf$build_exeext
22910 elif test -x readelf$build_exeext; then
22911 gcc_cv_readelf=./readelf$build_exeext
22912 elif ( set dummy $READELF_FOR_TARGET; test -x $2 ); then
22913 gcc_cv_readelf="$READELF_FOR_TARGET"
22914 else
22915 # Extract the first word of "$READELF_FOR_TARGET", so it can be a program name with args.
22916 set dummy $READELF_FOR_TARGET; ac_word=$2
22917 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
22918 $as_echo_n "checking for $ac_word... " >&6; }
22919 if ${ac_cv_path_gcc_cv_readelf+:} false; then :
22920 $as_echo_n "(cached) " >&6
22921 else
22922 case $gcc_cv_readelf in
22923 [\\/]* | ?:[\\/]*)
22924 ac_cv_path_gcc_cv_readelf="$gcc_cv_readelf" # Let the user override the test with a path.
22925 ;;
22926 *)
22927 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
22928 for as_dir in $PATH
22929 do
22930 IFS=$as_save_IFS
22931 test -z "$as_dir" && as_dir=.
22932 for ac_exec_ext in '' $ac_executable_extensions; do
22933 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
22934 ac_cv_path_gcc_cv_readelf="$as_dir/$ac_word$ac_exec_ext"
22935 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
22936 break 2
22937 fi
22938 done
22939 done
22940 IFS=$as_save_IFS
22941
22942 ;;
22943 esac
22944 fi
22945 gcc_cv_readelf=$ac_cv_path_gcc_cv_readelf
22946 if test -n "$gcc_cv_readelf"; then
22947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_readelf" >&5
22948 $as_echo "$gcc_cv_readelf" >&6; }
22949 else
22950 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
22951 $as_echo "no" >&6; }
22952 fi
22953
22954
22955 fi
22956 fi
22957
22958 { $as_echo "$as_me:${as_lineno-$LINENO}: checking what readelf to use" >&5
22959 $as_echo_n "checking what readelf to use... " >&6; }
22960 if test "$gcc_cv_readelf" = ../binutils/readelf$build_exeext; then
22961 # Single tree build which includes binutils.
22962 { $as_echo "$as_me:${as_lineno-$LINENO}: result: newly built readelf" >&5
22963 $as_echo "newly built readelf" >&6; }
22964 elif test x$gcc_cv_readelf = x; then
22965 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
22966 $as_echo "not found" >&6; }
22967 else
22968 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_readelf" >&5
22969 $as_echo "$gcc_cv_readelf" >&6; }
22970 fi
22971
22972 # Figure out what otool we will be using.
22973 if ${gcc_cv_otool+:} false; then :
22974
22975 else
22976
22977 if test -x otool$build_exeext; then
22978 gcc_cv_otool=./otool$build_exeext
22979 elif ( set dummy $OTOOL_FOR_TARGET; test -x $2 ); then
22980 gcc_cv_otool="$OTOOL_FOR_TARGET"
22981 else
22982 # Extract the first word of "$OTOOL_FOR_TARGET", so it can be a program name with args.
22983 set dummy $OTOOL_FOR_TARGET; ac_word=$2
22984 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
22985 $as_echo_n "checking for $ac_word... " >&6; }
22986 if ${ac_cv_path_gcc_cv_otool+:} false; then :
22987 $as_echo_n "(cached) " >&6
22988 else
22989 case $gcc_cv_otool in
22990 [\\/]* | ?:[\\/]*)
22991 ac_cv_path_gcc_cv_otool="$gcc_cv_otool" # Let the user override the test with a path.
22992 ;;
22993 *)
22994 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
22995 for as_dir in $PATH
22996 do
22997 IFS=$as_save_IFS
22998 test -z "$as_dir" && as_dir=.
22999 for ac_exec_ext in '' $ac_executable_extensions; do
23000 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
23001 ac_cv_path_gcc_cv_otool="$as_dir/$ac_word$ac_exec_ext"
23002 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
23003 break 2
23004 fi
23005 done
23006 done
23007 IFS=$as_save_IFS
23008
23009 ;;
23010 esac
23011 fi
23012 gcc_cv_otool=$ac_cv_path_gcc_cv_otool
23013 if test -n "$gcc_cv_otool"; then
23014 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_otool" >&5
23015 $as_echo "$gcc_cv_otool" >&6; }
23016 else
23017 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
23018 $as_echo "no" >&6; }
23019 fi
23020
23021
23022 fi
23023 fi
23024
23025 { $as_echo "$as_me:${as_lineno-$LINENO}: checking what otool to use" >&5
23026 $as_echo_n "checking what otool to use... " >&6; }
23027 if test x$gcc_cv_otool = x; then
23028 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
23029 $as_echo "not found" >&6; }
23030 else
23031 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_otool" >&5
23032 $as_echo "$gcc_cv_otool" >&6; }
23033 fi
23034
23035 # Figure out what assembler alignment features are present.
23036 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler flags" >&5
23037 $as_echo_n "checking assembler flags... " >&6; }
23038 if ${gcc_cv_as_flags+:} false; then :
23039 $as_echo_n "(cached) " >&6
23040 else
23041 case "$target" in
23042 i[34567]86-*-linux*)
23043 gcc_cv_as_flags=--32
23044 ;;
23045 x86_64-*-linux-gnux32)
23046 gcc_cv_as_flags=--x32
23047 ;;
23048 x86_64-*-linux*)
23049 gcc_cv_as_flags=--64
23050 ;;
23051 powerpc*-*-darwin*)
23052 gcc_cv_as_flags="-arch ppc"
23053 ;;
23054 *)
23055 gcc_cv_as_flags=" "
23056 ;;
23057 esac
23058 fi
23059 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_flags" >&5
23060 $as_echo "$gcc_cv_as_flags" >&6; }
23061
23062 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for .balign and .p2align" >&5
23063 $as_echo_n "checking assembler for .balign and .p2align... " >&6; }
23064 if ${gcc_cv_as_balign_and_p2align+:} false; then :
23065 $as_echo_n "(cached) " >&6
23066 else
23067 gcc_cv_as_balign_and_p2align=no
23068 if test $in_tree_gas = yes; then
23069 if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 6 \) \* 1000 + 0`
23070 then gcc_cv_as_balign_and_p2align=yes
23071 fi
23072 elif test x$gcc_cv_as != x; then
23073 $as_echo '.balign 4
23074 .p2align 2' > conftest.s
23075 if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
23076 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
23077 (eval $ac_try) 2>&5
23078 ac_status=$?
23079 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
23080 test $ac_status = 0; }; }
23081 then
23082 gcc_cv_as_balign_and_p2align=yes
23083 else
23084 echo "configure: failed program was" >&5
23085 cat conftest.s >&5
23086 fi
23087 rm -f conftest.o conftest.s
23088 fi
23089 fi
23090 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_balign_and_p2align" >&5
23091 $as_echo "$gcc_cv_as_balign_and_p2align" >&6; }
23092 if test $gcc_cv_as_balign_and_p2align = yes; then
23093
23094 $as_echo "#define HAVE_GAS_BALIGN_AND_P2ALIGN 1" >>confdefs.h
23095
23096 fi
23097
23098
23099 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for .p2align with maximum skip" >&5
23100 $as_echo_n "checking assembler for .p2align with maximum skip... " >&6; }
23101 if ${gcc_cv_as_max_skip_p2align+:} false; then :
23102 $as_echo_n "(cached) " >&6
23103 else
23104 gcc_cv_as_max_skip_p2align=no
23105 if test $in_tree_gas = yes; then
23106 if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 8 \) \* 1000 + 0`
23107 then gcc_cv_as_max_skip_p2align=yes
23108 fi
23109 elif test x$gcc_cv_as != x; then
23110 $as_echo '.p2align 4,,7' > conftest.s
23111 if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
23112 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
23113 (eval $ac_try) 2>&5
23114 ac_status=$?
23115 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
23116 test $ac_status = 0; }; }
23117 then
23118 gcc_cv_as_max_skip_p2align=yes
23119 else
23120 echo "configure: failed program was" >&5
23121 cat conftest.s >&5
23122 fi
23123 rm -f conftest.o conftest.s
23124 fi
23125 fi
23126 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_max_skip_p2align" >&5
23127 $as_echo "$gcc_cv_as_max_skip_p2align" >&6; }
23128 if test $gcc_cv_as_max_skip_p2align = yes; then
23129
23130 $as_echo "#define HAVE_GAS_MAX_SKIP_P2ALIGN 1" >>confdefs.h
23131
23132 fi
23133
23134
23135 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for .literal16" >&5
23136 $as_echo_n "checking assembler for .literal16... " >&6; }
23137 if ${gcc_cv_as_literal16+:} false; then :
23138 $as_echo_n "(cached) " >&6
23139 else
23140 gcc_cv_as_literal16=no
23141 if test $in_tree_gas = yes; then
23142 if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 8 \) \* 1000 + 0`
23143 then gcc_cv_as_literal16=yes
23144 fi
23145 elif test x$gcc_cv_as != x; then
23146 $as_echo '.literal16' > conftest.s
23147 if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
23148 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
23149 (eval $ac_try) 2>&5
23150 ac_status=$?
23151 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
23152 test $ac_status = 0; }; }
23153 then
23154 gcc_cv_as_literal16=yes
23155 else
23156 echo "configure: failed program was" >&5
23157 cat conftest.s >&5
23158 fi
23159 rm -f conftest.o conftest.s
23160 fi
23161 fi
23162 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_literal16" >&5
23163 $as_echo "$gcc_cv_as_literal16" >&6; }
23164 if test $gcc_cv_as_literal16 = yes; then
23165
23166 $as_echo "#define HAVE_GAS_LITERAL16 1" >>confdefs.h
23167
23168 fi
23169
23170
23171 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for working .subsection -1" >&5
23172 $as_echo_n "checking assembler for working .subsection -1... " >&6; }
23173 if ${gcc_cv_as_subsection_m1+:} false; then :
23174 $as_echo_n "(cached) " >&6
23175 else
23176 gcc_cv_as_subsection_m1=no
23177 if test $in_tree_gas = yes; then
23178 if test $in_tree_gas_is_elf = yes \
23179 && test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 9 \) \* 1000 + 0`
23180 then gcc_cv_as_subsection_m1=yes
23181 fi
23182 elif test x$gcc_cv_as != x; then
23183 $as_echo 'conftest_label1: .word 0
23184 .subsection -1
23185 conftest_label2: .word 0
23186 .previous' > conftest.s
23187 if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
23188 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
23189 (eval $ac_try) 2>&5
23190 ac_status=$?
23191 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
23192 test $ac_status = 0; }; }
23193 then
23194 if test x$gcc_cv_nm != x; then
23195 $gcc_cv_nm conftest.o | grep conftest_label1 > conftest.nm1
23196 $gcc_cv_nm conftest.o | grep conftest_label2 | sed -e 's/label2/label1/' > conftest.nm2
23197 if cmp conftest.nm1 conftest.nm2 > /dev/null 2>&1
23198 then :
23199 else gcc_cv_as_subsection_m1=yes
23200 fi
23201 rm -f conftest.nm1 conftest.nm2
23202 fi
23203 else
23204 echo "configure: failed program was" >&5
23205 cat conftest.s >&5
23206 fi
23207 rm -f conftest.o conftest.s
23208 fi
23209 fi
23210 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_subsection_m1" >&5
23211 $as_echo "$gcc_cv_as_subsection_m1" >&6; }
23212 if test $gcc_cv_as_subsection_m1 = yes; then
23213
23214 $as_echo "#define HAVE_GAS_SUBSECTION_ORDERING 1" >>confdefs.h
23215
23216 fi
23217
23218
23219 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for .weak" >&5
23220 $as_echo_n "checking assembler for .weak... " >&6; }
23221 if ${gcc_cv_as_weak+:} false; then :
23222 $as_echo_n "(cached) " >&6
23223 else
23224 gcc_cv_as_weak=no
23225 if test $in_tree_gas = yes; then
23226 if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 2 \) \* 1000 + 0`
23227 then gcc_cv_as_weak=yes
23228 fi
23229 elif test x$gcc_cv_as != x; then
23230 $as_echo ' .weak foobar' > conftest.s
23231 if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
23232 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
23233 (eval $ac_try) 2>&5
23234 ac_status=$?
23235 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
23236 test $ac_status = 0; }; }
23237 then
23238 gcc_cv_as_weak=yes
23239 else
23240 echo "configure: failed program was" >&5
23241 cat conftest.s >&5
23242 fi
23243 rm -f conftest.o conftest.s
23244 fi
23245 fi
23246 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_weak" >&5
23247 $as_echo "$gcc_cv_as_weak" >&6; }
23248 if test $gcc_cv_as_weak = yes; then
23249
23250 $as_echo "#define HAVE_GAS_WEAK 1" >>confdefs.h
23251
23252 fi
23253
23254
23255 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for .weakref" >&5
23256 $as_echo_n "checking assembler for .weakref... " >&6; }
23257 if ${gcc_cv_as_weakref+:} false; then :
23258 $as_echo_n "(cached) " >&6
23259 else
23260 gcc_cv_as_weakref=no
23261 if test $in_tree_gas = yes; then
23262 if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 17 \) \* 1000 + 0`
23263 then gcc_cv_as_weakref=yes
23264 fi
23265 elif test x$gcc_cv_as != x; then
23266 $as_echo ' .weakref foobar, barfnot' > conftest.s
23267 if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
23268 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
23269 (eval $ac_try) 2>&5
23270 ac_status=$?
23271 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
23272 test $ac_status = 0; }; }
23273 then
23274 gcc_cv_as_weakref=yes
23275 else
23276 echo "configure: failed program was" >&5
23277 cat conftest.s >&5
23278 fi
23279 rm -f conftest.o conftest.s
23280 fi
23281 fi
23282 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_weakref" >&5
23283 $as_echo "$gcc_cv_as_weakref" >&6; }
23284 if test $gcc_cv_as_weakref = yes; then
23285
23286 $as_echo "#define HAVE_GAS_WEAKREF 1" >>confdefs.h
23287
23288 fi
23289
23290
23291 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for .nsubspa comdat" >&5
23292 $as_echo_n "checking assembler for .nsubspa comdat... " >&6; }
23293 if ${gcc_cv_as_nsubspa_comdat+:} false; then :
23294 $as_echo_n "(cached) " >&6
23295 else
23296 gcc_cv_as_nsubspa_comdat=no
23297 if test $in_tree_gas = yes; then
23298 if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 15 \) \* 1000 + 91`
23299 then gcc_cv_as_nsubspa_comdat=yes
23300 fi
23301 elif test x$gcc_cv_as != x; then
23302 $as_echo ' .SPACE $TEXT$
23303 .NSUBSPA $CODE$,COMDAT' > conftest.s
23304 if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
23305 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
23306 (eval $ac_try) 2>&5
23307 ac_status=$?
23308 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
23309 test $ac_status = 0; }; }
23310 then
23311 gcc_cv_as_nsubspa_comdat=yes
23312 else
23313 echo "configure: failed program was" >&5
23314 cat conftest.s >&5
23315 fi
23316 rm -f conftest.o conftest.s
23317 fi
23318 fi
23319 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_nsubspa_comdat" >&5
23320 $as_echo "$gcc_cv_as_nsubspa_comdat" >&6; }
23321 if test $gcc_cv_as_nsubspa_comdat = yes; then
23322
23323 $as_echo "#define HAVE_GAS_NSUBSPA_COMDAT 1" >>confdefs.h
23324
23325 fi
23326
23327
23328 # .hidden needs to be supported in both the assembler and the linker,
23329 # because GNU LD versions before 2.12.1 have buggy support for STV_HIDDEN.
23330 # This is irritatingly difficult to feature test for; we have to check the
23331 # date string after the version number. If we've got an in-tree
23332 # ld, we don't know its patchlevel version, so we set the baseline at 2.13
23333 # to be safe.
23334 # The gcc_GAS_CHECK_FEATURE call just sets a cache variable.
23335 case "${target}" in
23336 *-*-aix*)
23337 conftest_s=' .globl foobar,hidden'
23338 ;;
23339 *)
23340 conftest_s=' .hidden foobar
23341 foobar:'
23342 ;;
23343 esac
23344 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for .hidden" >&5
23345 $as_echo_n "checking assembler for .hidden... " >&6; }
23346 if ${gcc_cv_as_hidden+:} false; then :
23347 $as_echo_n "(cached) " >&6
23348 else
23349 gcc_cv_as_hidden=no
23350 if test $in_tree_gas = yes; then
23351 if test $in_tree_gas_is_elf = yes \
23352 && test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 13 \) \* 1000 + 0`
23353 then gcc_cv_as_hidden=yes
23354 fi
23355 elif test x$gcc_cv_as != x; then
23356 $as_echo "$conftest_s" > conftest.s
23357 if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
23358 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
23359 (eval $ac_try) 2>&5
23360 ac_status=$?
23361 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
23362 test $ac_status = 0; }; }
23363 then
23364 gcc_cv_as_hidden=yes
23365 else
23366 echo "configure: failed program was" >&5
23367 cat conftest.s >&5
23368 fi
23369 rm -f conftest.o conftest.s
23370 fi
23371 fi
23372 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_hidden" >&5
23373 $as_echo "$gcc_cv_as_hidden" >&6; }
23374
23375
23376 case "${target}" in
23377 *-*-darwin*)
23378 # Darwin as has some visibility support, though with a different syntax.
23379 gcc_cv_as_hidden=yes
23380 ;;
23381 esac
23382
23383 # gnu_indirect_function type is an extension proposed at
23384 # http://groups.google/com/group/generic-abi/files. It allows dynamic runtime
23385 # selection of function implementation
23386 # Check whether --enable-gnu-indirect-function was given.
23387 if test "${enable_gnu_indirect_function+set}" = set; then :
23388 enableval=$enable_gnu_indirect_function; case $enable_gnu_indirect_function in
23389 yes | no) ;;
23390 *) as_fn_error $? "'$enable_gnu_indirect_function' is an invalid value for --enable-gnu-indirect-function.
23391 Valid choices are 'yes' and 'no'." "$LINENO" 5 ;;
23392 esac
23393 else
23394 enable_gnu_indirect_function="$default_gnu_indirect_function"
23395 fi
23396
23397
23398 gif=`if test x$enable_gnu_indirect_function = xyes; then echo 1; else echo 0; fi`
23399
23400 cat >>confdefs.h <<_ACEOF
23401 #define HAVE_GNU_INDIRECT_FUNCTION $gif
23402 _ACEOF
23403
23404
23405
23406 if test $in_tree_ld != yes ; then
23407 ld_ver=`$gcc_cv_ld --version 2>/dev/null | sed 1q`
23408 if echo "$ld_ver" | grep GNU > /dev/null; then
23409 if test x"$ld_is_gold" = xyes; then
23410 # GNU gold --version looks like this:
23411 #
23412 # GNU gold (GNU Binutils 2.21.51.20110225) 1.11
23413 #
23414 # We extract the binutils version which is more familiar and specific
23415 # than the gold version.
23416 ld_vers=`echo $ld_ver | sed -n \
23417 -e 's,^[^)]*[ ]\([0-9][0-9]*\.[0-9][0-9]*[^)]*\)) .*$,\1,p'`
23418 else
23419 # GNU ld --version looks like this:
23420 #
23421 # GNU ld (GNU Binutils) 2.21.51.20110225
23422 ld_vers=`echo $ld_ver | sed -n \
23423 -e 's,^.*[ ]\([0-9][0-9]*\.[0-9][0-9]*.*\)$,\1,p'`
23424 fi
23425 ld_date=`echo $ld_ver | sed -n 's,^.*\([2-9][0-9][0-9][0-9]\)\(-*\)\([01][0-9]\)\2\([0-3][0-9]\).*$,\1\3\4,p'`
23426 ld_vers_major=`expr "$ld_vers" : '\([0-9]*\)'`
23427 ld_vers_minor=`expr "$ld_vers" : '[0-9]*\.\([0-9]*\)'`
23428 ld_vers_patch=`expr "$ld_vers" : '[0-9]*\.[0-9]*\.\([0-9]*\)'`
23429 else
23430 case "${target}" in
23431 *-*-solaris2*)
23432 # Solaris 2 ld -V output looks like this for a regular version:
23433 #
23434 # ld: Software Generation Utilities - Solaris Link Editors: 5.11-1.1699
23435 #
23436 # but test versions add stuff at the end:
23437 #
23438 # ld: Software Generation Utilities - Solaris Link Editors: 5.11-1.1701:onnv-ab196087-6931056-03/25/10
23439 #
23440 # ld and ld.so.1 are guaranteed to be updated in lockstep, so ld version
23441 # numbers can be used in ld.so.1 feature checks even if a different
23442 # linker is configured.
23443 ld_ver=`$gcc_cv_ld -V 2>&1`
23444 if echo "$ld_ver" | grep 'Solaris Link Editors' > /dev/null; then
23445 ld_vers=`echo $ld_ver | sed -n \
23446 -e 's,^.*: 5\.[0-9][0-9]*-\([0-9]\.[0-9][0-9]*\).*$,\1,p'`
23447 ld_vers_major=`expr "$ld_vers" : '\([0-9]*\)'`
23448 ld_vers_minor=`expr "$ld_vers" : '[0-9]*\.\([0-9]*\)'`
23449 fi
23450 ;;
23451 esac
23452 fi
23453 fi
23454
23455 { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker for .hidden support" >&5
23456 $as_echo_n "checking linker for .hidden support... " >&6; }
23457 if ${gcc_cv_ld_hidden+:} false; then :
23458 $as_echo_n "(cached) " >&6
23459 else
23460 if test $in_tree_ld = yes ; then
23461 gcc_cv_ld_hidden=no
23462 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 \
23463 && test $in_tree_ld_is_elf = yes; then
23464 gcc_cv_ld_hidden=yes
23465 fi
23466 else
23467 gcc_cv_ld_hidden=yes
23468 if test x"$ld_is_gold" = xyes; then
23469 :
23470 elif echo "$ld_ver" | grep GNU > /dev/null; then
23471 if test 0"$ld_date" -lt 20020404; then
23472 if test -n "$ld_date"; then
23473 # If there was date string, but was earlier than 2002-04-04, fail
23474 gcc_cv_ld_hidden=no
23475 elif test -z "$ld_vers"; then
23476 # If there was no date string nor ld version number, something is wrong
23477 gcc_cv_ld_hidden=no
23478 else
23479 test -z "$ld_vers_patch" && ld_vers_patch=0
23480 if test "$ld_vers_major" -lt 2; then
23481 gcc_cv_ld_hidden=no
23482 elif test "$ld_vers_major" -eq 2 -a "$ld_vers_minor" -lt 12; then
23483 gcc_cv_ld_hidden="no"
23484 elif test "$ld_vers_major" -eq 2 -a "$ld_vers_minor" -eq 12 -a "$ld_vers_patch" -eq 0; then
23485 gcc_cv_ld_hidden=no
23486 fi
23487 fi
23488 fi
23489 else
23490 case "${target}" in
23491 *-*-aix[789]*)
23492 gcc_cv_ld_hidden=yes
23493 ;;
23494 *-*-darwin*)
23495 # Darwin ld has some visibility support.
23496 gcc_cv_ld_hidden=yes
23497 ;;
23498 hppa64*-*-hpux* | ia64*-*-hpux*)
23499 gcc_cv_ld_hidden=yes
23500 ;;
23501 *-*-solaris2*)
23502 # Support for .hidden in Sun ld appeared in Solaris 9 FCS, but
23503 # .symbolic was only added in Solaris 9 12/02.
23504 gcc_cv_ld_hidden=yes
23505 ;;
23506 *)
23507 gcc_cv_ld_hidden=no
23508 ;;
23509 esac
23510 fi
23511 fi
23512 fi
23513 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_ld_hidden" >&5
23514 $as_echo "$gcc_cv_ld_hidden" >&6; }
23515 libgcc_visibility=no
23516
23517
23518 if test $gcc_cv_as_hidden = yes && test $gcc_cv_ld_hidden = yes; then
23519 libgcc_visibility=yes
23520
23521 $as_echo "#define HAVE_GAS_HIDDEN 1" >>confdefs.h
23522
23523 fi
23524
23525 { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker read-only and read-write section mixing" >&5
23526 $as_echo_n "checking linker read-only and read-write section mixing... " >&6; }
23527 gcc_cv_ld_ro_rw_mix=unknown
23528 if test $in_tree_ld = yes ; then
23529 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 \
23530 && test $in_tree_ld_is_elf = yes; then
23531 gcc_cv_ld_ro_rw_mix=read-write
23532 fi
23533 elif test x$gcc_cv_as != x -a x$gcc_cv_ld != x -a x$gcc_cv_objdump != x ; then
23534 echo '.section myfoosect, "a"' > conftest1.s
23535 echo '.section myfoosect, "aw"' > conftest2.s
23536 echo '.byte 1' >> conftest2.s
23537 echo '.section myfoosect, "a"' > conftest3.s
23538 echo '.byte 0' >> conftest3.s
23539 if $gcc_cv_as -o conftest1.o conftest1.s > /dev/null 2>&1 \
23540 && $gcc_cv_as -o conftest2.o conftest2.s > /dev/null 2>&1 \
23541 && $gcc_cv_as -o conftest3.o conftest3.s > /dev/null 2>&1 \
23542 && $gcc_cv_ld -shared -o conftest1.so conftest1.o \
23543 conftest2.o conftest3.o > /dev/null 2>&1; then
23544 gcc_cv_ld_ro_rw_mix=`$gcc_cv_objdump -h conftest1.so \
23545 | sed -e '/myfoosect/!d' -e N`
23546 if echo "$gcc_cv_ld_ro_rw_mix" | grep CONTENTS > /dev/null; then
23547 if echo "$gcc_cv_ld_ro_rw_mix" | grep READONLY > /dev/null; then
23548 gcc_cv_ld_ro_rw_mix=read-only
23549 else
23550 gcc_cv_ld_ro_rw_mix=read-write
23551 fi
23552 fi
23553 fi
23554 rm -f conftest.* conftest[123].*
23555 fi
23556 if test x$gcc_cv_ld_ro_rw_mix = xread-write; then
23557
23558 $as_echo "#define HAVE_LD_RO_RW_SECTION_MIXING 1" >>confdefs.h
23559
23560 fi
23561 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_ld_ro_rw_mix" >&5
23562 $as_echo "$gcc_cv_ld_ro_rw_mix" >&6; }
23563
23564 # Check whether --enable-initfini-array was given.
23565 if test "${enable_initfini_array+set}" = set; then :
23566 enableval=$enable_initfini_array;
23567 else
23568
23569 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for .preinit_array/.init_array/.fini_array support" >&5
23570 $as_echo_n "checking for .preinit_array/.init_array/.fini_array support... " >&6; }
23571 if ${gcc_cv_initfini_array+:} false; then :
23572 $as_echo_n "(cached) " >&6
23573 else
23574 if test "x${build}" = "x${target}" && test "x${build}" = "x${host}"; then
23575 case "${target}" in
23576 ia64-*)
23577 if test "$cross_compiling" = yes; then :
23578 gcc_cv_initfini_array=no
23579 else
23580 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
23581 /* end confdefs.h. */
23582
23583 #ifndef __ELF__
23584 #error Not an ELF OS
23585 #endif
23586 /* We turn on .preinit_array/.init_array/.fini_array support for ia64
23587 if it can be used. */
23588 static int x = -1;
23589 int main (void) { return x; }
23590 int foo (void) { x = 0; }
23591 int (*fp) (void) __attribute__ ((section (".init_array"))) = foo;
23592
23593 _ACEOF
23594 if ac_fn_cxx_try_run "$LINENO"; then :
23595 gcc_cv_initfini_array=yes
23596 else
23597 gcc_cv_initfini_array=no
23598 fi
23599 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
23600 conftest.$ac_objext conftest.beam conftest.$ac_ext
23601 fi
23602 ;;
23603 *)
23604 gcc_cv_initfini_array=no
23605 if test $in_tree_ld = yes ; then
23606 if test "$gcc_cv_gld_major_version" -eq 2 \
23607 -a "$gcc_cv_gld_minor_version" -ge 22 \
23608 -o "$gcc_cv_gld_major_version" -gt 2 \
23609 && test $in_tree_ld_is_elf = yes; then
23610 gcc_cv_initfini_array=yes
23611 fi
23612 elif test x$gcc_cv_as != x -a x$gcc_cv_ld != x -a x$gcc_cv_objdump != x ; then
23613 case $target:$gas in
23614 *:yes)
23615 sh_flags='"a"'
23616 sh_type='%progbits'
23617 ;;
23618 i?86-*-solaris2*:no | x86_64-*-solaris2*:no)
23619 sh_flags='"a"'
23620 sh_type='@progbits'
23621 ;;
23622 sparc*-*-solaris2*:no)
23623 sh_flags='#alloc'
23624 sh_type='#progbits'
23625 sh_quote='"'
23626 ;;
23627 esac
23628 case "$target:$gnu_ld" in
23629 *:yes)
23630 cat > conftest.s <<EOF
23631 .section .dtors,$sh_flags,$sh_type
23632 .balign 4
23633 .byte 'A', 'A', 'A', 'A'
23634 .section .ctors,$sh_flags,$sh_type
23635 .balign 4
23636 .byte 'B', 'B', 'B', 'B'
23637 .section .fini_array.65530,$sh_flags,$sh_type
23638 .balign 4
23639 .byte 'C', 'C', 'C', 'C'
23640 .section .init_array.65530,$sh_flags,$sh_type
23641 .balign 4
23642 .byte 'D', 'D', 'D', 'D'
23643 .section .dtors.64528,$sh_flags,$sh_type
23644 .balign 4
23645 .byte 'E', 'E', 'E', 'E'
23646 .section .ctors.64528,$sh_flags,$sh_type
23647 .balign 4
23648 .byte 'F', 'F', 'F', 'F'
23649 .section .fini_array.01005,$sh_flags,$sh_type
23650 .balign 4
23651 .byte 'G', 'G', 'G', 'G'
23652 .section .init_array.01005,$sh_flags,$sh_type
23653 .balign 4
23654 .byte 'H', 'H', 'H', 'H'
23655 .text
23656 .globl _start
23657 _start:
23658 EOF
23659 if $gcc_cv_as -o conftest.o conftest.s > /dev/null 2>&1 \
23660 && $gcc_cv_ld -o conftest conftest.o > /dev/null 2>&1 \
23661 && $gcc_cv_objdump -s -j .init_array conftest \
23662 | grep HHHHFFFFDDDDBBBB > /dev/null 2>&1 \
23663 && $gcc_cv_objdump -s -j .fini_array conftest \
23664 | grep GGGGEEEECCCCAAAA > /dev/null 2>&1; then
23665 gcc_cv_initfini_array=yes
23666 fi
23667 ;;
23668 *-*-solaris2*:no)
23669 # When Solaris ld added constructor priority support, it was
23670 # decided to only handle .init_array.N/.fini_array.N since
23671 # there was no need for backwards compatibility with
23672 # .ctors.N/.dtors.N. .ctors/.dtors remain as separate
23673 # sections with correct execution order resp. to
23674 # .init_array/.fini_array, while gld merges them into
23675 # .init_array/.fini_array.
23676 cat > conftest.s <<EOF
23677 .section $sh_quote.fini_array.65530$sh_quote,$sh_flags,$sh_type
23678 .align 4
23679 .byte 'C', 'C', 'C', 'C', 'C', 'C', 'C', 'C'
23680 .section $sh_quote.init_array.65530$sh_quote,$sh_flags,$sh_type
23681 .align 4
23682 .byte 'D', 'D', 'D', 'D', 'D', 'D', 'D', 'D'
23683 .section $sh_quote.fini_array.01005$sh_quote,$sh_flags,$sh_type
23684 .align 4
23685 .byte 'G', 'G', 'G', 'G', 'G', 'G', 'G', 'G'
23686 .section $sh_quote.init_array.01005$sh_quote,$sh_flags,$sh_type
23687 .align 4
23688 .byte 'H', 'H', 'H', 'H', 'H', 'H', 'H', 'H'
23689 .text
23690 .globl _start
23691 _start:
23692 EOF
23693 if $gcc_cv_as -o conftest.o conftest.s > /dev/null 2>&1 \
23694 && $gcc_cv_ld -o conftest conftest.o > /dev/null 2>&1 \
23695 && $gcc_cv_objdump -s -j .init_array conftest \
23696 | grep HHHHHHHHDDDDDDDD > /dev/null 2>&1 \
23697 && $gcc_cv_objdump -s -j .fini_array conftest \
23698 | grep GGGGGGGGCCCCCCCC > /dev/null 2>&1; then
23699 gcc_cv_initfini_array=yes
23700 fi
23701 ;;
23702 esac
23703 rm -f conftest conftest.*
23704 fi
23705 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
23706 /* end confdefs.h. */
23707
23708 #ifndef __ELF__
23709 # error Not an ELF OS
23710 #endif
23711 #include <stdlib.h>
23712 #if defined __GLIBC_PREREQ
23713 # if __GLIBC_PREREQ (2, 4)
23714 # else
23715 # error GLIBC 2.4 required
23716 # endif
23717 #else
23718 # if defined __sun__ && defined __svr4__
23719 /* Solaris ld.so.1 supports .init_array/.fini_array since Solaris 8. */
23720 # else
23721 # error The C library not known to support .init_array/.fini_array
23722 # endif
23723 #endif
23724
23725 _ACEOF
23726 if ac_fn_cxx_try_cpp "$LINENO"; then :
23727
23728 else
23729 gcc_cv_initfini_array=no
23730 fi
23731 rm -f conftest.err conftest.i conftest.$ac_ext;;
23732 esac
23733 else
23734 { $as_echo "$as_me:${as_lineno-$LINENO}: checking cross compile... guessing" >&5
23735 $as_echo_n "checking cross compile... guessing... " >&6; }
23736 gcc_cv_initfini_array=no
23737 fi
23738 fi
23739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_initfini_array" >&5
23740 $as_echo "$gcc_cv_initfini_array" >&6; }
23741 enable_initfini_array=$gcc_cv_initfini_array
23742
23743 fi
23744
23745
23746 cat >>confdefs.h <<_ACEOF
23747 #define HAVE_INITFINI_ARRAY_SUPPORT `if test $enable_initfini_array = yes; then echo 1; else echo 0; fi`
23748 _ACEOF
23749
23750
23751
23752 # Check if we have .[us]leb128, and support symbol arithmetic with it.
23753 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for .sleb128 and .uleb128" >&5
23754 $as_echo_n "checking assembler for .sleb128 and .uleb128... " >&6; }
23755 if ${gcc_cv_as_leb128+:} false; then :
23756 $as_echo_n "(cached) " >&6
23757 else
23758 gcc_cv_as_leb128=no
23759 if test $in_tree_gas = yes; then
23760 if test $in_tree_gas_is_elf = yes \
23761 && test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 11 \) \* 1000 + 0`
23762 then gcc_cv_as_leb128=yes
23763 fi
23764 elif test x$gcc_cv_as != x; then
23765 $as_echo ' .data
23766 .uleb128 L2 - L1
23767 L1:
23768 .uleb128 1280
23769 .sleb128 -1010
23770 L2:' > conftest.s
23771 if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
23772 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
23773 (eval $ac_try) 2>&5
23774 ac_status=$?
23775 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
23776 test $ac_status = 0; }; }
23777 then
23778 # GAS versions before 2.11 do not support uleb128,
23779 # despite appearing to.
23780 # ??? There exists an elf-specific test that will crash
23781 # the assembler. Perhaps it's better to figure out whether
23782 # arbitrary sections are supported and try the test.
23783 as_ver=`$gcc_cv_as --version 2>/dev/null | sed 1q`
23784 if echo "$as_ver" | grep GNU > /dev/null; then
23785 as_vers=`echo $as_ver | sed -n \
23786 -e 's,^.*[ ]\([0-9][0-9]*\.[0-9][0-9]*.*\)$,\1,p'`
23787 as_major=`expr "$as_vers" : '\([0-9]*\)'`
23788 as_minor=`expr "$as_vers" : '[0-9]*\.\([0-9]*\)'`
23789 if test $as_major -eq 2 && test $as_minor -lt 11
23790 then :
23791 else gcc_cv_as_leb128=yes
23792 fi
23793 fi
23794 else
23795 echo "configure: failed program was" >&5
23796 cat conftest.s >&5
23797 fi
23798 rm -f conftest.o conftest.s
23799 fi
23800 fi
23801 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_leb128" >&5
23802 $as_echo "$gcc_cv_as_leb128" >&6; }
23803 if test $gcc_cv_as_leb128 = yes; then
23804
23805 $as_echo "#define HAVE_AS_LEB128 1" >>confdefs.h
23806
23807 fi
23808 if test $gcc_cv_as_leb128 != yes; then
23809
23810 $as_echo "#define HAVE_AS_LEB128 0" >>confdefs.h
23811
23812 fi
23813
23814 # Determine if an .eh_frame section is read-only.
23815 gcc_fn_eh_frame_ro () {
23816 $gcc_cv_as $1 -o conftest.o conftest.s > /dev/null 2>&1 && \
23817 $gcc_cv_objdump -h conftest.o 2>/dev/null | \
23818 sed -e '/.eh_frame/!d' -e N | grep READONLY > /dev/null
23819 }
23820
23821 # Check if we have assembler support for unwind directives.
23822 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for cfi directives" >&5
23823 $as_echo_n "checking assembler for cfi directives... " >&6; }
23824 if ${gcc_cv_as_cfi_directive+:} false; then :
23825 $as_echo_n "(cached) " >&6
23826 else
23827 gcc_cv_as_cfi_directive=no
23828 if test x$gcc_cv_as != x; then
23829 $as_echo ' .text
23830 .cfi_startproc
23831 .cfi_offset 0, 0
23832 .cfi_same_value 1
23833 .cfi_def_cfa 1, 2
23834 .cfi_escape 1, 2, 3, 4, 5
23835 .cfi_endproc' > conftest.s
23836 if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
23837 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
23838 (eval $ac_try) 2>&5
23839 ac_status=$?
23840 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
23841 test $ac_status = 0; }; }
23842 then
23843 case "$target" in
23844 *-*-solaris*)
23845 # If the linker used on Solaris (like Sun ld) isn't capable of merging
23846 # read-only and read-write sections, we need to make sure that the
23847 # assembler used emits read-write .eh_frame sections.
23848 if test "x$gcc_cv_ld_ro_rw_mix" = xread-write; then
23849 gcc_cv_as_cfi_directive=yes
23850 elif test "x$gcc_cv_objdump" = x; then
23851 # No objdump, err on the side of caution.
23852 gcc_cv_as_cfi_directive=no
23853 else
23854 if test x$gas = xyes; then
23855 as_32_opt="--32"
23856 as_64_opt="--64"
23857 else
23858 as_32_opt="-m32"
23859 as_64_opt="-m64"
23860 fi
23861 case "$target" in
23862 sparc*-*-solaris2.*)
23863 # On Solaris/SPARC, .eh_frame sections should always be read-write.
23864 if gcc_fn_eh_frame_ro $as_32_opt \
23865 || gcc_fn_eh_frame_ro $as_64_opt; then
23866 gcc_cv_as_cfi_directive=no
23867 else
23868 gcc_cv_as_cfi_directive=yes
23869 fi
23870 ;;
23871 i?86-*-solaris2.* | x86_64-*-solaris2.*)
23872 # On Solaris/x86, make sure that GCC and assembler agree on using
23873 # read-only .eh_frame sections for 64-bit.
23874 if gcc_fn_eh_frame_ro $as_32_opt; then
23875 gcc_cv_as_cfi_directive=no
23876 elif gcc_fn_eh_frame_ro $as_64_opt; then
23877 gcc_cv_as_cfi_directive=yes
23878 else
23879 gcc_cv_as_cfi_directive=no
23880 fi
23881 ;;
23882 esac
23883 fi
23884 ;;
23885 *-*-*)
23886 gcc_cv_as_cfi_directive=yes
23887 ;;
23888 esac
23889 else
23890 echo "configure: failed program was" >&5
23891 cat conftest.s >&5
23892 fi
23893 rm -f conftest.o conftest.s
23894 fi
23895 fi
23896 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_cfi_directive" >&5
23897 $as_echo "$gcc_cv_as_cfi_directive" >&6; }
23898
23899
23900 if test $gcc_cv_as_cfi_directive = yes && test x$gcc_cv_objdump != x; then
23901 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for working cfi advance" >&5
23902 $as_echo_n "checking assembler for working cfi advance... " >&6; }
23903 if ${gcc_cv_as_cfi_advance_working+:} false; then :
23904 $as_echo_n "(cached) " >&6
23905 else
23906 gcc_cv_as_cfi_advance_working=no
23907 if test x$gcc_cv_as != x; then
23908 $as_echo ' .text
23909 .cfi_startproc
23910 .cfi_adjust_cfa_offset 64
23911 .skip 75040, 0
23912 .cfi_adjust_cfa_offset 128
23913 .cfi_endproc' > conftest.s
23914 if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
23915 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
23916 (eval $ac_try) 2>&5
23917 ac_status=$?
23918 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
23919 test $ac_status = 0; }; }
23920 then
23921
23922 if $gcc_cv_objdump -Wf conftest.o 2>/dev/null \
23923 | grep 'DW_CFA_advance_loc[24]:[ ][ ]*75040[ ]' >/dev/null; then
23924 gcc_cv_as_cfi_advance_working=yes
23925 fi
23926
23927 else
23928 echo "configure: failed program was" >&5
23929 cat conftest.s >&5
23930 fi
23931 rm -f conftest.o conftest.s
23932 fi
23933 fi
23934 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_cfi_advance_working" >&5
23935 $as_echo "$gcc_cv_as_cfi_advance_working" >&6; }
23936
23937
23938 else
23939 # no objdump, err on the side of caution
23940 gcc_cv_as_cfi_advance_working=no
23941 fi
23942
23943
23944 cat >>confdefs.h <<_ACEOF
23945 #define HAVE_GAS_CFI_DIRECTIVE `if test $gcc_cv_as_cfi_directive = yes \
23946 && test $gcc_cv_as_cfi_advance_working = yes; then echo 1; else echo 0; fi`
23947 _ACEOF
23948
23949
23950
23951 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for cfi personality directive" >&5
23952 $as_echo_n "checking assembler for cfi personality directive... " >&6; }
23953 if ${gcc_cv_as_cfi_personality_directive+:} false; then :
23954 $as_echo_n "(cached) " >&6
23955 else
23956 gcc_cv_as_cfi_personality_directive=no
23957 if test x$gcc_cv_as != x; then
23958 $as_echo ' .text
23959 .cfi_startproc
23960 .cfi_personality 0, symbol
23961 .cfi_endproc' > conftest.s
23962 if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
23963 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
23964 (eval $ac_try) 2>&5
23965 ac_status=$?
23966 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
23967 test $ac_status = 0; }; }
23968 then
23969 gcc_cv_as_cfi_personality_directive=yes
23970 else
23971 echo "configure: failed program was" >&5
23972 cat conftest.s >&5
23973 fi
23974 rm -f conftest.o conftest.s
23975 fi
23976 fi
23977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_cfi_personality_directive" >&5
23978 $as_echo "$gcc_cv_as_cfi_personality_directive" >&6; }
23979
23980
23981
23982 cat >>confdefs.h <<_ACEOF
23983 #define HAVE_GAS_CFI_PERSONALITY_DIRECTIVE `if test $gcc_cv_as_cfi_personality_directive = yes; then echo 1; else echo 0; fi`
23984 _ACEOF
23985
23986
23987 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for cfi sections directive" >&5
23988 $as_echo_n "checking assembler for cfi sections directive... " >&6; }
23989 if ${gcc_cv_as_cfi_sections_directive+:} false; then :
23990 $as_echo_n "(cached) " >&6
23991 else
23992 gcc_cv_as_cfi_sections_directive=no
23993 if test x$gcc_cv_as != x; then
23994 $as_echo ' .text
23995 .cfi_sections .debug_frame, .eh_frame
23996 .cfi_startproc
23997 .cfi_endproc' > conftest.s
23998 if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
23999 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
24000 (eval $ac_try) 2>&5
24001 ac_status=$?
24002 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24003 test $ac_status = 0; }; }
24004 then
24005 case $target_os in
24006 win32 | pe | cygwin* | mingw32*)
24007 # Need to check that we generated the correct relocation for the
24008 # .debug_frame section. This was fixed for binutils 2.21.
24009 gcc_cv_as_cfi_sections_directive=no
24010 if test "x$gcc_cv_objdump" != x; then
24011 if $gcc_cv_objdump -j .debug_frame -r conftest.o 2>/dev/null | \
24012 grep secrel > /dev/null; then
24013 gcc_cv_as_cfi_sections_directive=yes
24014 fi
24015 fi
24016 ;;
24017 *)
24018 gcc_cv_as_cfi_sections_directive=yes
24019 ;;
24020 esac
24021 else
24022 echo "configure: failed program was" >&5
24023 cat conftest.s >&5
24024 fi
24025 rm -f conftest.o conftest.s
24026 fi
24027 fi
24028 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_cfi_sections_directive" >&5
24029 $as_echo "$gcc_cv_as_cfi_sections_directive" >&6; }
24030
24031
24032
24033
24034 cat >>confdefs.h <<_ACEOF
24035 #define HAVE_GAS_CFI_SECTIONS_DIRECTIVE `if test $gcc_cv_as_cfi_sections_directive = yes; then echo 1; else echo 0; fi`
24036 _ACEOF
24037
24038
24039 # GAS versions up to and including 2.11.0 may mis-optimize
24040 # .eh_frame data.
24041 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for eh_frame optimization" >&5
24042 $as_echo_n "checking assembler for eh_frame optimization... " >&6; }
24043 if ${gcc_cv_as_eh_frame+:} false; then :
24044 $as_echo_n "(cached) " >&6
24045 else
24046 gcc_cv_as_eh_frame=no
24047 if test $in_tree_gas = yes; then
24048 if test $in_tree_gas_is_elf = yes \
24049 && test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 12 \) \* 1000 + 0`
24050 then gcc_cv_as_eh_frame=yes
24051 fi
24052 elif test x$gcc_cv_as != x; then
24053 $as_echo ' .text
24054 .LFB1:
24055 .4byte 0
24056 .L1:
24057 .4byte 0
24058 .LFE1:
24059 .section .eh_frame,"aw",@progbits
24060 __FRAME_BEGIN__:
24061 .4byte .LECIE1-.LSCIE1
24062 .LSCIE1:
24063 .4byte 0x0
24064 .byte 0x1
24065 .ascii "z\0"
24066 .byte 0x1
24067 .byte 0x78
24068 .byte 0x1a
24069 .byte 0x0
24070 .byte 0x4
24071 .4byte 1
24072 .p2align 1
24073 .LECIE1:
24074 .LSFDE1:
24075 .4byte .LEFDE1-.LASFDE1
24076 .LASFDE1:
24077 .4byte .LASFDE1-__FRAME_BEGIN__
24078 .4byte .LFB1
24079 .4byte .LFE1-.LFB1
24080 .byte 0x4
24081 .4byte .LFE1-.LFB1
24082 .byte 0x4
24083 .4byte .L1-.LFB1
24084 .LEFDE1:' > conftest.s
24085 if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
24086 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
24087 (eval $ac_try) 2>&5
24088 ac_status=$?
24089 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24090 test $ac_status = 0; }; }
24091 then
24092 cat > conftest.lit <<EOF
24093 0000 10000000 00000000 017a0001 781a0004 .........z..x...
24094 0010 01000000 12000000 18000000 00000000 ................
24095 0020 08000000 04080000 0044 .........D
24096 EOF
24097 cat > conftest.big <<EOF
24098 0000 00000010 00000000 017a0001 781a0004 .........z..x...
24099 0010 00000001 00000012 00000018 00000000 ................
24100 0020 00000008 04000000 0844 .........D
24101 EOF
24102 # If the assembler didn't choke, and we can objdump,
24103 # and we got the correct data, then succeed.
24104 # The text in the here-document typically retains its unix-style line
24105 # endings, while the output of objdump will use host line endings.
24106 # Therefore, use diff -b for the comparisons.
24107 if test x$gcc_cv_objdump != x \
24108 && $gcc_cv_objdump -s -j .eh_frame conftest.o 2>/dev/null \
24109 | tail -3 > conftest.got \
24110 && { diff -b conftest.lit conftest.got > /dev/null 2>&1 \
24111 || diff -b conftest.big conftest.got > /dev/null 2>&1; }
24112 then
24113 gcc_cv_as_eh_frame=yes
24114 elif { ac_try='$gcc_cv_as -o conftest.o --traditional-format /dev/null'
24115 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
24116 (eval $ac_try) 2>&5
24117 ac_status=$?
24118 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24119 test $ac_status = 0; }; }; then
24120 gcc_cv_as_eh_frame=buggy
24121 else
24122 # Uh oh, what do we do now?
24123 gcc_cv_as_eh_frame=no
24124 fi
24125 else
24126 echo "configure: failed program was" >&5
24127 cat conftest.s >&5
24128 fi
24129 rm -f conftest.o conftest.s
24130 fi
24131 fi
24132 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_eh_frame" >&5
24133 $as_echo "$gcc_cv_as_eh_frame" >&6; }
24134
24135
24136
24137 if test $gcc_cv_as_eh_frame = buggy; then
24138
24139 $as_echo "#define USE_AS_TRADITIONAL_FORMAT 1" >>confdefs.h
24140
24141 fi
24142
24143 # Test if the assembler supports the section flag 'e' or #exclude for
24144 # specifying an excluded section.
24145 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for section exclude flag" >&5
24146 $as_echo_n "checking assembler for section exclude flag... " >&6; }
24147 if ${gcc_cv_as_section_exclude_e+:} false; then :
24148 $as_echo_n "(cached) " >&6
24149 else
24150 gcc_cv_as_section_exclude_e=no
24151 if test $in_tree_gas = yes; then
24152 if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 22 \) \* 1000 + 51`
24153 then gcc_cv_as_section_exclude_e=yes
24154 fi
24155 elif test x$gcc_cv_as != x; then
24156 $as_echo '.section foo1,"e"
24157 .byte 0,0,0,0' > conftest.s
24158 if { ac_try='$gcc_cv_as $gcc_cv_as_flags --fatal-warnings -o conftest.o conftest.s >&5'
24159 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
24160 (eval $ac_try) 2>&5
24161 ac_status=$?
24162 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24163 test $ac_status = 0; }; }
24164 then
24165 gcc_cv_as_section_exclude_e=yes
24166 else
24167 echo "configure: failed program was" >&5
24168 cat conftest.s >&5
24169 fi
24170 rm -f conftest.o conftest.s
24171 fi
24172 fi
24173 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_section_exclude_e" >&5
24174 $as_echo "$gcc_cv_as_section_exclude_e" >&6; }
24175
24176
24177 if test $gcc_cv_as_section_exclude_e = no; then
24178 case "${target}" in
24179 # Solaris as uses #exclude instead.
24180 *-*-solaris2*)
24181 case "${target}" in
24182 sparc*-*-solaris2*)
24183 conftest_s='.section "foo1", #exclude'
24184 ;;
24185 i?86-*-solaris2* | x86_64-*-solaris2*)
24186 conftest_s='.section foo1, #exclude'
24187 ;;
24188 esac
24189 ;;
24190 esac
24191 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for section exclude flag" >&5
24192 $as_echo_n "checking assembler for section exclude flag... " >&6; }
24193 if ${gcc_cv_as_section_exclude_hash+:} false; then :
24194 $as_echo_n "(cached) " >&6
24195 else
24196 gcc_cv_as_section_exclude_hash=no
24197 if test x$gcc_cv_as != x; then
24198 $as_echo "$conftest_s
24199 .byte 0,0,0,0" > conftest.s
24200 if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
24201 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
24202 (eval $ac_try) 2>&5
24203 ac_status=$?
24204 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24205 test $ac_status = 0; }; }
24206 then
24207 gcc_cv_as_section_exclude_hash=yes
24208 else
24209 echo "configure: failed program was" >&5
24210 cat conftest.s >&5
24211 fi
24212 rm -f conftest.o conftest.s
24213 fi
24214 fi
24215 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_section_exclude_hash" >&5
24216 $as_echo "$gcc_cv_as_section_exclude_hash" >&6; }
24217
24218
24219 fi
24220
24221 cat >>confdefs.h <<_ACEOF
24222 #define HAVE_GAS_SECTION_EXCLUDE `if test $gcc_cv_as_section_exclude_e = yes || test $gcc_cv_as_section_exclude_hash = yes; then echo 1; else echo 0; fi`
24223 _ACEOF
24224
24225
24226 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for section merging support" >&5
24227 $as_echo_n "checking assembler for section merging support... " >&6; }
24228 if ${gcc_cv_as_shf_merge+:} false; then :
24229 $as_echo_n "(cached) " >&6
24230 else
24231 gcc_cv_as_shf_merge=no
24232 if test $in_tree_gas = yes; then
24233 if test $in_tree_gas_is_elf = yes \
24234 && test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 12 \) \* 1000 + 0`
24235 then gcc_cv_as_shf_merge=yes
24236 fi
24237 elif test x$gcc_cv_as != x; then
24238 $as_echo '.section .rodata.str, "aMS", @progbits, 1' > conftest.s
24239 if { ac_try='$gcc_cv_as $gcc_cv_as_flags --fatal-warnings -o conftest.o conftest.s >&5'
24240 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
24241 (eval $ac_try) 2>&5
24242 ac_status=$?
24243 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24244 test $ac_status = 0; }; }
24245 then
24246 gcc_cv_as_shf_merge=yes
24247 else
24248 echo "configure: failed program was" >&5
24249 cat conftest.s >&5
24250 fi
24251 rm -f conftest.o conftest.s
24252 fi
24253 fi
24254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_shf_merge" >&5
24255 $as_echo "$gcc_cv_as_shf_merge" >&6; }
24256
24257
24258 if test $gcc_cv_as_shf_merge = no; then
24259 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for section merging support" >&5
24260 $as_echo_n "checking assembler for section merging support... " >&6; }
24261 if ${gcc_cv_as_shf_merge+:} false; then :
24262 $as_echo_n "(cached) " >&6
24263 else
24264 gcc_cv_as_shf_merge=no
24265 if test $in_tree_gas = yes; then
24266 if test $in_tree_gas_is_elf = yes \
24267 && test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 12 \) \* 1000 + 0`
24268 then gcc_cv_as_shf_merge=yes
24269 fi
24270 elif test x$gcc_cv_as != x; then
24271 $as_echo '.section .rodata.str, "aMS", %progbits, 1' > conftest.s
24272 if { ac_try='$gcc_cv_as $gcc_cv_as_flags --fatal-warnings -o conftest.o conftest.s >&5'
24273 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
24274 (eval $ac_try) 2>&5
24275 ac_status=$?
24276 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24277 test $ac_status = 0; }; }
24278 then
24279 gcc_cv_as_shf_merge=yes
24280 else
24281 echo "configure: failed program was" >&5
24282 cat conftest.s >&5
24283 fi
24284 rm -f conftest.o conftest.s
24285 fi
24286 fi
24287 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_shf_merge" >&5
24288 $as_echo "$gcc_cv_as_shf_merge" >&6; }
24289
24290
24291 fi
24292
24293 cat >>confdefs.h <<_ACEOF
24294 #define HAVE_GAS_SHF_MERGE `if test $gcc_cv_as_shf_merge = yes; then echo 1; else echo 0; fi`
24295 _ACEOF
24296
24297
24298 gcc_cv_ld_aligned_shf_merge=yes
24299 case "$target" in
24300 # SHF_MERGE support is broken in Solaris ld up to Solaris 11.3/SPARC for
24301 # alignment > 1.
24302 sparc*-*-solaris2.11*)
24303 if test x"$gnu_ld" = xno \
24304 && test "$ld_vers_major" -lt 2 && test "$ld_vers_minor" -lt 3159; then
24305 gcc_cv_ld_aligned_shf_merge=no
24306 fi
24307 ;;
24308 esac
24309
24310 cat >>confdefs.h <<_ACEOF
24311 #define HAVE_LD_ALIGNED_SHF_MERGE `if test $gcc_cv_ld_aligned_shf_merge = yes; then echo 1; else echo 0; fi`
24312 _ACEOF
24313
24314
24315 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for stabs directive" >&5
24316 $as_echo_n "checking assembler for stabs directive... " >&6; }
24317 if ${gcc_cv_as_stabs_directive+:} false; then :
24318 $as_echo_n "(cached) " >&6
24319 else
24320 gcc_cv_as_stabs_directive=no
24321 if test x$gcc_cv_as != x; then
24322 $as_echo '.stabs "gcc2_compiled.",60,0,0,0' > conftest.s
24323 if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
24324 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
24325 (eval $ac_try) 2>&5
24326 ac_status=$?
24327 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24328 test $ac_status = 0; }; }
24329 then
24330 gcc_cv_as_stabs_directive=yes
24331 else
24332 echo "configure: failed program was" >&5
24333 cat conftest.s >&5
24334 fi
24335 rm -f conftest.o conftest.s
24336 fi
24337 fi
24338 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_stabs_directive" >&5
24339 $as_echo "$gcc_cv_as_stabs_directive" >&6; }
24340 if test $gcc_cv_as_stabs_directive = yes; then
24341
24342 $as_echo "#define HAVE_AS_STABS_DIRECTIVE 1" >>confdefs.h
24343
24344 fi
24345
24346
24347 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for COMDAT group support (GNU as)" >&5
24348 $as_echo_n "checking assembler for COMDAT group support (GNU as)... " >&6; }
24349 if ${gcc_cv_as_comdat_group+:} false; then :
24350 $as_echo_n "(cached) " >&6
24351 else
24352 gcc_cv_as_comdat_group=no
24353 if test $in_tree_gas = yes; then
24354 if test $in_tree_gas_is_elf = yes \
24355 && test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 16 \) \* 1000 + 0`
24356 then gcc_cv_as_comdat_group=yes
24357 fi
24358 elif test x$gcc_cv_as != x; then
24359 $as_echo '.section .text,"axG",@progbits,.foo,comdat' > conftest.s
24360 if { ac_try='$gcc_cv_as $gcc_cv_as_flags --fatal-warnings -o conftest.o conftest.s >&5'
24361 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
24362 (eval $ac_try) 2>&5
24363 ac_status=$?
24364 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24365 test $ac_status = 0; }; }
24366 then
24367 gcc_cv_as_comdat_group=yes
24368 else
24369 echo "configure: failed program was" >&5
24370 cat conftest.s >&5
24371 fi
24372 rm -f conftest.o conftest.s
24373 fi
24374 fi
24375 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_comdat_group" >&5
24376 $as_echo "$gcc_cv_as_comdat_group" >&6; }
24377
24378
24379 if test $gcc_cv_as_comdat_group = yes; then
24380 gcc_cv_as_comdat_group_percent=no
24381 gcc_cv_as_comdat_group_group=no
24382 else
24383 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for COMDAT group support (GNU as, %type)" >&5
24384 $as_echo_n "checking assembler for COMDAT group support (GNU as, %type)... " >&6; }
24385 if ${gcc_cv_as_comdat_group_percent+:} false; then :
24386 $as_echo_n "(cached) " >&6
24387 else
24388 gcc_cv_as_comdat_group_percent=no
24389 if test $in_tree_gas = yes; then
24390 if test $in_tree_gas_is_elf = yes \
24391 && test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 16 \) \* 1000 + 0`
24392 then gcc_cv_as_comdat_group_percent=yes
24393 fi
24394 elif test x$gcc_cv_as != x; then
24395 $as_echo '.section .text,"axG",%progbits,.foo,comdat' > conftest.s
24396 if { ac_try='$gcc_cv_as $gcc_cv_as_flags --fatal-warnings -o conftest.o conftest.s >&5'
24397 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
24398 (eval $ac_try) 2>&5
24399 ac_status=$?
24400 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24401 test $ac_status = 0; }; }
24402 then
24403 gcc_cv_as_comdat_group_percent=yes
24404 else
24405 echo "configure: failed program was" >&5
24406 cat conftest.s >&5
24407 fi
24408 rm -f conftest.o conftest.s
24409 fi
24410 fi
24411 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_comdat_group_percent" >&5
24412 $as_echo "$gcc_cv_as_comdat_group_percent" >&6; }
24413
24414
24415 if test $gcc_cv_as_comdat_group_percent = yes; then
24416 gcc_cv_as_comdat_group_group=no
24417 else
24418 case "${target}" in
24419 # Sun as uses a completely different syntax.
24420 *-*-solaris2*)
24421 case "${target}" in
24422 sparc*-*-solaris2*)
24423 conftest_s='
24424 .group foo,".text%foo",#comdat
24425 .section ".text%foo", #alloc,#execinstr,#progbits
24426 .globl foo
24427 foo:
24428 '
24429 ;;
24430 i?86-*-solaris2* | x86_64-*-solaris2*)
24431 conftest_s='
24432 .group foo,.text%foo,#comdat
24433 .section .text%foo, "ax", @progbits
24434 .globl foo
24435 foo:
24436 '
24437 ;;
24438 esac
24439 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for COMDAT group support (Sun as, .group)" >&5
24440 $as_echo_n "checking assembler for COMDAT group support (Sun as, .group)... " >&6; }
24441 if ${gcc_cv_as_comdat_group_group+:} false; then :
24442 $as_echo_n "(cached) " >&6
24443 else
24444 gcc_cv_as_comdat_group_group=no
24445 if test x$gcc_cv_as != x; then
24446 $as_echo "$conftest_s" > conftest.s
24447 if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
24448 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
24449 (eval $ac_try) 2>&5
24450 ac_status=$?
24451 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24452 test $ac_status = 0; }; }
24453 then
24454 gcc_cv_as_comdat_group_group=yes
24455 else
24456 echo "configure: failed program was" >&5
24457 cat conftest.s >&5
24458 fi
24459 rm -f conftest.o conftest.s
24460 fi
24461 fi
24462 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_comdat_group_group" >&5
24463 $as_echo "$gcc_cv_as_comdat_group_group" >&6; }
24464
24465
24466 ;;
24467 esac
24468 if test -z "${gcc_cv_as_comdat_group_group+set}"; then
24469 gcc_cv_as_comdat_group_group=no
24470 fi
24471 fi
24472 fi
24473 if test x"$ld_is_gold" = xyes; then
24474 comdat_group=yes
24475 elif test $in_tree_ld = yes ; then
24476 comdat_group=no
24477 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 \
24478 && test $in_tree_ld_is_elf = yes; then
24479 comdat_group=yes
24480 fi
24481 elif echo "$ld_ver" | grep GNU > /dev/null; then
24482 comdat_group=yes
24483 if test 0"$ld_date" -lt 20050308; then
24484 if test -n "$ld_date"; then
24485 # If there was date string, but was earlier than 2005-03-08, fail
24486 comdat_group=no
24487 elif test "$ld_vers_major" -lt 2; then
24488 comdat_group=no
24489 elif test "$ld_vers_major" -eq 2 -a "$ld_vers_minor" -lt 16; then
24490 comdat_group=no
24491 fi
24492 fi
24493 else
24494 case "${target}" in
24495 *-*-solaris2.1[1-9]*)
24496 comdat_group=no
24497 # Sun ld has COMDAT group support since Solaris 9, but it doesn't
24498 # interoperate with GNU as until Solaris 11 build 130, i.e. ld
24499 # version 1.688.
24500 #
24501 # If using Sun as for COMDAT group as emitted by GCC, one needs at
24502 # least ld version 1.2267.
24503 if test "$ld_vers_major" -gt 1; then
24504 comdat_group=yes
24505 elif test "x$gas_flag" = xyes && test "$ld_vers_minor" -ge 1688; then
24506 comdat_group=yes
24507 elif test "$ld_vers_minor" -ge 2267; then
24508 comdat_group=yes
24509 fi
24510 ;;
24511 *)
24512 # Assume linkers other than GNU ld don't support COMDAT group.
24513 comdat_group=no
24514 ;;
24515 esac
24516 fi
24517 # Allow overriding the automatic COMDAT group tests above.
24518 # Check whether --enable-comdat was given.
24519 if test "${enable_comdat+set}" = set; then :
24520 enableval=$enable_comdat; comdat_group="$enable_comdat"
24521 fi
24522
24523 if test $comdat_group = no; then
24524 gcc_cv_as_comdat_group=no
24525 gcc_cv_as_comdat_group_percent=no
24526 gcc_cv_as_comdat_group_group=no
24527 fi
24528
24529 cat >>confdefs.h <<_ACEOF
24530 #define HAVE_COMDAT_GROUP `if test $gcc_cv_as_comdat_group = yes \
24531 || test $gcc_cv_as_comdat_group_percent = yes \
24532 || test $gcc_cv_as_comdat_group_group = yes; then echo 1; else echo 0; fi`
24533 _ACEOF
24534
24535
24536 # Restrict this test to Solaris/x86: other targets define this statically.
24537 case "${target}" in
24538 i?86-*-solaris2* | x86_64-*-solaris2*)
24539 { $as_echo "$as_me:${as_lineno-$LINENO}: checking support for hidden thunks in linkonce sections" >&5
24540 $as_echo_n "checking support for hidden thunks in linkonce sections... " >&6; }
24541 if test $in_tree_ld = yes || echo "$ld_ver" | grep GNU > /dev/null; then
24542 hidden_linkonce=yes
24543 else
24544 case "${target}" in
24545 # Full support for hidden thunks in linkonce sections only appeared in
24546 # Solaris 11/OpenSolaris.
24547 *-*-solaris2.1[1-9]*)
24548 hidden_linkonce=yes
24549 ;;
24550 *)
24551 hidden_linkonce=no
24552 ;;
24553 esac
24554 fi
24555 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hidden_linkonce" >&5
24556 $as_echo "$hidden_linkonce" >&6; }
24557
24558 cat >>confdefs.h <<_ACEOF
24559 #define USE_HIDDEN_LINKONCE `if test $hidden_linkonce = yes; then echo 1; else echo 0; fi`
24560 _ACEOF
24561
24562 ;;
24563 esac
24564
24565 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for line table is_stmt support" >&5
24566 $as_echo_n "checking assembler for line table is_stmt support... " >&6; }
24567 if ${gcc_cv_as_is_stmt+:} false; then :
24568 $as_echo_n "(cached) " >&6
24569 else
24570 gcc_cv_as_is_stmt=no
24571 if test $in_tree_gas = yes; then
24572 if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 16 \) \* 1000 + 92`
24573 then gcc_cv_as_is_stmt=yes
24574 fi
24575 elif test x$gcc_cv_as != x; then
24576 $as_echo ' .text
24577 .file 1 "conf.c"
24578 .loc 1 1 0 is_stmt 1' > conftest.s
24579 if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
24580 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
24581 (eval $ac_try) 2>&5
24582 ac_status=$?
24583 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24584 test $ac_status = 0; }; }
24585 then
24586 gcc_cv_as_is_stmt=yes
24587 else
24588 echo "configure: failed program was" >&5
24589 cat conftest.s >&5
24590 fi
24591 rm -f conftest.o conftest.s
24592 fi
24593 fi
24594 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_is_stmt" >&5
24595 $as_echo "$gcc_cv_as_is_stmt" >&6; }
24596 if test $gcc_cv_as_is_stmt = yes; then
24597
24598 $as_echo "#define HAVE_GAS_LOC_STMT 1" >>confdefs.h
24599
24600 fi
24601
24602
24603 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for line table discriminator support" >&5
24604 $as_echo_n "checking assembler for line table discriminator support... " >&6; }
24605 if ${gcc_cv_as_discriminator+:} false; then :
24606 $as_echo_n "(cached) " >&6
24607 else
24608 gcc_cv_as_discriminator=no
24609 if test $in_tree_gas = yes; then
24610 if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 19 \) \* 1000 + 51`
24611 then gcc_cv_as_discriminator=yes
24612 fi
24613 elif test x$gcc_cv_as != x; then
24614 $as_echo ' .text
24615 .file 1 "conf.c"
24616 .loc 1 1 0 discriminator 1' > conftest.s
24617 if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
24618 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
24619 (eval $ac_try) 2>&5
24620 ac_status=$?
24621 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24622 test $ac_status = 0; }; }
24623 then
24624 gcc_cv_as_discriminator=yes
24625 else
24626 echo "configure: failed program was" >&5
24627 cat conftest.s >&5
24628 fi
24629 rm -f conftest.o conftest.s
24630 fi
24631 fi
24632 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_discriminator" >&5
24633 $as_echo "$gcc_cv_as_discriminator" >&6; }
24634 if test $gcc_cv_as_discriminator = yes; then
24635
24636 $as_echo "#define HAVE_GAS_DISCRIMINATOR 1" >>confdefs.h
24637
24638 fi
24639
24640
24641 # Catch the newlib flag of the same name so we can gate GCC features on it.
24642 # Check whether --enable-newlib-nano-formatted-io was given.
24643 if test "${enable_newlib_nano_formatted_io+set}" = set; then :
24644 enableval=$enable_newlib_nano_formatted_io; case "${enableval}" in
24645 yes|no)
24646 ;;
24647 *)
24648 as_fn_error $? "unknown newlib-nano-formatted-io setting $enableval" "$LINENO" 5
24649 ;;
24650 esac
24651 fi
24652
24653
24654 # Thread-local storage - the check is heavily parameterized.
24655 conftest_s=
24656 tls_first_major=
24657 tls_first_minor=
24658 tls_as_opt=
24659 case "$target" in
24660 alpha*-*-*)
24661 conftest_s='
24662 .section ".tdata","awT",@progbits
24663 foo: .long 25
24664 .text
24665 ldq $27,__tls_get_addr($29) !literal!1
24666 lda $16,foo($29) !tlsgd!1
24667 jsr $26,($27),__tls_get_addr !lituse_tlsgd!1
24668 ldq $27,__tls_get_addr($29) !literal!2
24669 lda $16,foo($29) !tlsldm!2
24670 jsr $26,($27),__tls_get_addr !lituse_tlsldm!2
24671 ldq $1,foo($29) !gotdtprel
24672 ldah $2,foo($29) !dtprelhi
24673 lda $3,foo($2) !dtprello
24674 lda $4,foo($29) !dtprel
24675 ldq $1,foo($29) !gottprel
24676 ldah $2,foo($29) !tprelhi
24677 lda $3,foo($2) !tprello
24678 lda $4,foo($29) !tprel'
24679 tls_first_major=2
24680 tls_first_minor=13
24681 tls_as_opt=--fatal-warnings
24682 ;;
24683 arc*-*-*)
24684 conftest_s='
24685 add_s r0,r0, @foo@tpoff'
24686 tls_first_major=2
24687 tls_first_minor=23
24688 ;;
24689 cris-*-*|crisv32-*-*)
24690 conftest_s='
24691 .section ".tdata","awT",@progbits
24692 x: .long 25
24693 .text
24694 move.d x:IE,$r10
24695 nop'
24696 tls_first_major=2
24697 tls_first_minor=20
24698 tls_as_opt=--fatal-warnings
24699 ;;
24700 frv*-*-*)
24701 conftest_s='
24702 .section ".tdata","awT",@progbits
24703 x: .long 25
24704 .text
24705 call #gettlsoff(x)'
24706 tls_first_major=2
24707 tls_first_minor=14
24708 ;;
24709 hppa*-*-linux*)
24710 conftest_s='
24711 t1: .reg %r20
24712 t2: .reg %r21
24713 gp: .reg %r19
24714 .section ".tdata","awT",@progbits
24715 foo: .long 25
24716 .text
24717 .align 4
24718 addil LT%foo-$tls_gdidx$,gp
24719 ldo RT%foo-$tls_gdidx$(%r1),%arg0
24720 b __tls_get_addr
24721 nop
24722 addil LT%foo-$tls_ldidx$,gp
24723 b __tls_get_addr
24724 ldo RT%foo-$tls_ldidx$(%r1),%arg0
24725 addil LR%foo-$tls_dtpoff$,%ret0
24726 ldo RR%foo-$tls_dtpoff$(%r1),%t1
24727 mfctl %cr27,%t1
24728 addil LT%foo-$tls_ieoff$,gp
24729 ldw RT%foo-$tls_ieoff$(%r1),%t2
24730 add %t1,%t2,%t3
24731 mfctl %cr27,%t1
24732 addil LR%foo-$tls_leoff$,%t1
24733 ldo RR%foo-$tls_leoff$(%r1),%t2'
24734 tls_first_major=2
24735 tls_first_minor=15
24736 tls_as_opt=--fatal-warnings
24737 ;;
24738 arm*-*-*)
24739 conftest_s='
24740 .section ".tdata","awT",%progbits
24741 foo: .long 25
24742 .text
24743 .word foo(gottpoff)
24744 .word foo(tpoff)
24745 .word foo(tlsgd)
24746 .word foo(tlsldm)
24747 .word foo(tlsldo)'
24748 tls_first_major=2
24749 tls_first_minor=17
24750 ;;
24751 i[34567]86-*-* | x86_64-*-*)
24752 case "$target" in
24753 i[34567]86-*-solaris2.* | x86_64-*-solaris2.*)
24754 on_solaris=yes
24755 ;;
24756 *)
24757 on_solaris=no
24758 ;;
24759 esac
24760 if test x$on_solaris = xyes && test x$gas_flag = xno; then
24761 conftest_s='
24762 .section .tdata,"awt",@progbits'
24763 tls_first_major=0
24764 tls_first_minor=0
24765 tls_section_flag=t
24766
24767 $as_echo "#define TLS_SECTION_ASM_FLAG 't'" >>confdefs.h
24768
24769 else
24770 conftest_s='
24771 .section ".tdata","awT",@progbits'
24772 tls_first_major=2
24773 tls_first_minor=14
24774 tls_section_flag=T
24775 tls_as_opt="--fatal-warnings"
24776 fi
24777 case "$target" in
24778 i[34567]86-*-*)
24779 if test x$on_solaris = xyes; then
24780 case $gas_flag in
24781 yes) tls_as_opt="$tls_as_opt --32" ;;
24782 esac
24783 fi
24784 conftest_s="$conftest_s
24785 foo: .long 25
24786 .text
24787 movl %gs:0, %eax
24788 leal foo@tlsgd(,%ebx,1), %eax
24789 leal foo@tlsldm(%ebx), %eax
24790 leal foo@dtpoff(%eax), %edx
24791 movl foo@gottpoff(%ebx), %eax
24792 subl foo@gottpoff(%ebx), %eax
24793 addl foo@gotntpoff(%ebx), %eax
24794 movl foo@indntpoff, %eax
24795 movl \$foo@tpoff, %eax
24796 subl \$foo@tpoff, %eax
24797 leal foo@ntpoff(%ecx), %eax"
24798 ;;
24799 x86_64-*-*)
24800 if test x$on_solaris = xyes; then
24801 case $gas_flag in
24802 yes) tls_as_opt="$tls_as_opt --64" ;;
24803 no) tls_as_opt="$tls_as_opt -xarch=amd64" ;;
24804 esac
24805 fi
24806 conftest_s="$conftest_s
24807 foo: .long 25
24808 .text
24809 movq %fs:0, %rax
24810 leaq foo@tlsgd(%rip), %rdi
24811 leaq foo@tlsld(%rip), %rdi
24812 leaq foo@dtpoff(%rax), %rdx
24813 movq foo@gottpoff(%rip), %rax
24814 movq \$foo@tpoff, %rax"
24815 ;;
24816 esac
24817 ;;
24818 ia64-*-*)
24819 conftest_s='
24820 .section ".tdata","awT",@progbits
24821 foo: data8 25
24822 .text
24823 addl r16 = @ltoff(@dtpmod(foo#)), gp
24824 addl r17 = @ltoff(@dtprel(foo#)), gp
24825 addl r18 = @ltoff(@tprel(foo#)), gp
24826 addl r19 = @dtprel(foo#), gp
24827 adds r21 = @dtprel(foo#), r13
24828 movl r23 = @dtprel(foo#)
24829 addl r20 = @tprel(foo#), gp
24830 adds r22 = @tprel(foo#), r13
24831 movl r24 = @tprel(foo#)'
24832 tls_first_major=2
24833 tls_first_minor=13
24834 tls_as_opt=--fatal-warnings
24835 ;;
24836 microblaze*-*-*)
24837 conftest_s='
24838 .section .tdata,"awT",@progbits
24839 x:
24840 .word 2
24841 .text
24842 addik r5,r20,x@TLSGD
24843 addik r5,r20,x@TLSLDM'
24844 tls_first_major=2
24845 tls_first_minor=20
24846 tls_as_opt='--fatal-warnings'
24847 ;;
24848 mips*-*-*)
24849 conftest_s='
24850 .section .tdata,"awT",@progbits
24851 x:
24852 .word 2
24853 .text
24854 addiu $4, $28, %tlsgd(x)
24855 addiu $4, $28, %tlsldm(x)
24856 lui $4, %dtprel_hi(x)
24857 addiu $4, $4, %dtprel_lo(x)
24858 lw $4, %gottprel(x)($28)
24859 lui $4, %tprel_hi(x)
24860 addiu $4, $4, %tprel_lo(x)'
24861 tls_first_major=2
24862 tls_first_minor=16
24863 tls_as_opt='-32 --fatal-warnings'
24864 ;;
24865 m68k-*-*)
24866 conftest_s='
24867 .section .tdata,"awT",@progbits
24868 x:
24869 .word 2
24870 .text
24871 foo:
24872 move.l x@TLSGD(%a5),%a0
24873 move.l x@TLSLDM(%a5),%a0
24874 move.l x@TLSLDO(%a5),%a0
24875 move.l x@TLSIE(%a5),%a0
24876 move.l x@TLSLE(%a5),%a0'
24877 tls_first_major=2
24878 tls_first_minor=19
24879 tls_as_opt='--fatal-warnings'
24880 ;;
24881 nios2-*-*)
24882 conftest_s='
24883 .section ".tdata","awT",@progbits'
24884 tls_first_major=2
24885 tls_first_minor=23
24886 tls_as_opt="--fatal-warnings"
24887 ;;
24888 aarch64*-*-*)
24889 conftest_s='
24890 .section ".tdata","awT",%progbits
24891 foo: .long 25
24892 .text
24893 adrp x0, :tlsgd:x
24894 add x0, x0, #:tlsgd_lo12:x
24895 bl __tls_get_addr
24896 nop'
24897 tls_first_major=2
24898 tls_first_minor=20
24899 tls_as_opt='--fatal-warnings'
24900 ;;
24901 or1k*-*-*)
24902 conftest_s='
24903 .section ".tdata","awT",@progbits
24904 foo: .long 25
24905 .text
24906 l.movhi r3, tpoffha(foo)
24907 l.add r3, r3, r10
24908 l.lwz r4, tpofflo(foo)(r3)'
24909 tls_first_major=2
24910 tls_first_minor=30
24911 tls_as_opt=--fatal-warnings
24912 ;;
24913 powerpc-ibm-aix*)
24914 conftest_s='
24915 .extern __get_tpointer
24916 .toc
24917 LC..1:
24918 .tc a[TC],a[TL]@le
24919 .csect .text[PR]
24920 .tlstest:
24921 lwz 9,LC..1(2)
24922 bla __get_tpointer
24923 lwzx 3,9,3
24924 .globl a
24925 .csect a[TL],4
24926 a:
24927 .space 4'
24928 tls_first_major=0
24929 tls_first_minor=0
24930 ;;
24931 powerpc64*-*-*)
24932 conftest_s='
24933 .section ".tdata","awT",@progbits
24934 .align 3
24935 ld0: .space 8
24936 ld1: .space 8
24937 x1: .space 8
24938 x2: .space 8
24939 x3: .space 8
24940 .text
24941 addi 3,2,ld0@got@tlsgd
24942 bl .__tls_get_addr
24943 nop
24944 addi 3,2,ld1@toc
24945 bl .__tls_get_addr
24946 nop
24947 addi 3,2,x1@got@tlsld
24948 bl .__tls_get_addr
24949 nop
24950 addi 9,3,x1@dtprel
24951 bl .__tls_get_addr
24952 nop
24953 addis 9,3,x2@dtprel@ha
24954 addi 9,9,x2@dtprel@l
24955 bl .__tls_get_addr
24956 nop
24957 ld 9,x3@got@dtprel(2)
24958 add 9,9,3
24959 bl .__tls_get_addr
24960 nop'
24961 tls_first_major=2
24962 tls_first_minor=14
24963 tls_as_opt="-a64 --fatal-warnings"
24964 ;;
24965 powerpc*-*-*)
24966 conftest_s='
24967 .section ".tdata","awT",@progbits
24968 .align 2
24969 ld0: .space 4
24970 ld1: .space 4
24971 x1: .space 4
24972 x2: .space 4
24973 x3: .space 4
24974 .text
24975 addi 3,31,ld0@got@tlsgd
24976 bl __tls_get_addr
24977 addi 3,31,x1@got@tlsld
24978 bl __tls_get_addr
24979 addi 9,3,x1@dtprel
24980 addis 9,3,x2@dtprel@ha
24981 addi 9,9,x2@dtprel@l
24982 lwz 9,x3@got@tprel(31)
24983 add 9,9,x@tls
24984 addi 9,2,x1@tprel
24985 addis 9,2,x2@tprel@ha
24986 addi 9,9,x2@tprel@l'
24987 tls_first_major=2
24988 tls_first_minor=14
24989 tls_as_opt="-a32 --fatal-warnings"
24990 ;;
24991 riscv*-*-*)
24992 conftest_s='
24993 .section .tdata,"awT",@progbits
24994 x: .word 2
24995 .text
24996 la.tls.gd a0,x
24997 call __tls_get_addr'
24998 tls_first_major=2
24999 tls_first_minor=21
25000 tls_as_opt='--fatal-warnings'
25001 ;;
25002 s390-*-*)
25003 conftest_s='
25004 .section ".tdata","awT",@progbits
25005 foo: .long 25
25006 .text
25007 .long foo@TLSGD
25008 .long foo@TLSLDM
25009 .long foo@DTPOFF
25010 .long foo@NTPOFF
25011 .long foo@GOTNTPOFF
25012 .long foo@INDNTPOFF
25013 l %r1,foo@GOTNTPOFF(%r12)
25014 l %r1,0(%r1):tls_load:foo
25015 bas %r14,0(%r1,%r13):tls_gdcall:foo
25016 bas %r14,0(%r1,%r13):tls_ldcall:foo'
25017 tls_first_major=2
25018 tls_first_minor=14
25019 tls_as_opt="-m31 --fatal-warnings"
25020 ;;
25021 s390x-*-*)
25022 conftest_s='
25023 .section ".tdata","awT",@progbits
25024 foo: .long 25
25025 .text
25026 .quad foo@TLSGD
25027 .quad foo@TLSLDM
25028 .quad foo@DTPOFF
25029 .quad foo@NTPOFF
25030 .quad foo@GOTNTPOFF
25031 lg %r1,foo@GOTNTPOFF(%r12)
25032 larl %r1,foo@INDNTPOFF
25033 brasl %r14,__tls_get_offset@PLT:tls_gdcall:foo
25034 brasl %r14,__tls_get_offset@PLT:tls_ldcall:foo'
25035 tls_first_major=2
25036 tls_first_minor=14
25037 tls_as_opt="-m64 -Aesame --fatal-warnings"
25038 ;;
25039 sh-*-* | sh[123456789lbe]*-*-*)
25040 conftest_s='
25041 .section ".tdata","awT",@progbits
25042 foo: .long 25
25043 .text
25044 .long foo@TLSGD
25045 .long foo@TLSLDM
25046 .long foo@DTPOFF
25047 .long foo@GOTTPOFF
25048 .long foo@TPOFF'
25049 tls_first_major=2
25050 tls_first_minor=13
25051 tls_as_opt=--fatal-warnings
25052 ;;
25053 sparc*-*-*)
25054 case "$target" in
25055 sparc*-sun-solaris2.*)
25056 on_solaris=yes
25057 ;;
25058 *)
25059 on_solaris=no
25060 ;;
25061 esac
25062 if test x$on_solaris = xyes && test x$gas_flag = xno; then
25063 conftest_s='
25064 .section ".tdata",#alloc,#write,#tls'
25065 tls_first_major=0
25066 tls_first_minor=0
25067 else
25068 conftest_s='
25069 .section ".tdata","awT",@progbits'
25070 tls_first_major=2
25071 tls_first_minor=14
25072 tls_as_opt="-32 --fatal-warnings"
25073 fi
25074 conftest_s="$conftest_s
25075 foo: .long 25
25076 .text
25077 sethi %tgd_hi22(foo), %o0
25078 add %o0, %tgd_lo10(foo), %o1
25079 add %l7, %o1, %o0, %tgd_add(foo)
25080 call __tls_get_addr, %tgd_call(foo)
25081 sethi %tldm_hi22(foo), %l1
25082 add %l1, %tldm_lo10(foo), %l2
25083 add %l7, %l2, %o0, %tldm_add(foo)
25084 call __tls_get_addr, %tldm_call(foo)
25085 sethi %tldo_hix22(foo), %l3
25086 xor %l3, %tldo_lox10(foo), %l4
25087 add %o0, %l4, %l5, %tldo_add(foo)
25088 sethi %tie_hi22(foo), %o3
25089 add %o3, %tie_lo10(foo), %o3
25090 ld [%l7 + %o3], %o2, %tie_ld(foo)
25091 add %g7, %o2, %o4, %tie_add(foo)
25092 sethi %tle_hix22(foo), %l1
25093 xor %l1, %tle_lox10(foo), %o5
25094 ld [%g7 + %o5], %o1"
25095 ;;
25096 tilepro*-*-*)
25097 conftest_s='
25098 .section ".tdata","awT",@progbits
25099 foo: .long 25
25100 .text
25101 addli r0, zero, tls_gd(foo)
25102 auli r0, zero, tls_gd_ha16(foo)
25103 addli r0, r0, tls_gd_lo16(foo)
25104 jal __tls_get_addr
25105 addli r0, zero, tls_ie(foo)
25106 auli r0, r0, tls_ie_ha16(foo)
25107 addli r0, r0, tls_ie_lo16(foo)'
25108 tls_first_major=2
25109 tls_first_minor=22
25110 tls_as_opt="--fatal-warnings"
25111 ;;
25112 tilegx*-*-*)
25113 conftest_s='
25114 .section ".tdata","awT",@progbits
25115 foo: .long 25
25116 .text
25117 shl16insli r0, zero, hw0_last_tls_gd(foo)
25118 shl16insli r0, zero, hw1_last_tls_gd(foo)
25119 shl16insli r0, r0, hw0_tls_gd(foo)
25120 jal __tls_get_addr
25121 shl16insli r0, zero, hw1_last_tls_ie(foo)
25122 shl16insli r0, r0, hw0_tls_ie(foo)'
25123 tls_first_major=2
25124 tls_first_minor=22
25125 tls_as_opt="--fatal-warnings"
25126 ;;
25127 xtensa*-*-*)
25128 conftest_s='
25129 .section ".tdata","awT",@progbits
25130 foo: .long 25
25131 .text
25132 movi a8, foo@TLSFUNC
25133 movi a10, foo@TLSARG
25134 callx8.tls a8, foo@TLSCALL'
25135 tls_first_major=2
25136 tls_first_minor=19
25137 ;;
25138 esac
25139 set_have_as_tls=no
25140 if test "x$enable_tls" = xno ; then
25141 : # TLS explicitly disabled.
25142 elif test "x$enable_tls" = xyes ; then
25143 set_have_as_tls=yes # TLS explicitly enabled.
25144 elif test -z "$tls_first_major"; then
25145 : # If we don't have a check, assume no support.
25146 else
25147 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for thread-local storage support" >&5
25148 $as_echo_n "checking assembler for thread-local storage support... " >&6; }
25149 if ${gcc_cv_as_tls+:} false; then :
25150 $as_echo_n "(cached) " >&6
25151 else
25152 gcc_cv_as_tls=no
25153 if test $in_tree_gas = yes; then
25154 if test $gcc_cv_gas_vers -ge `expr \( \( $tls_first_major \* 1000 \) + $tls_first_minor \) \* 1000 + 0`
25155 then gcc_cv_as_tls=yes
25156 fi
25157 elif test x$gcc_cv_as != x; then
25158 $as_echo "$conftest_s" > conftest.s
25159 if { ac_try='$gcc_cv_as $gcc_cv_as_flags $tls_as_opt -o conftest.o conftest.s >&5'
25160 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
25161 (eval $ac_try) 2>&5
25162 ac_status=$?
25163 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25164 test $ac_status = 0; }; }
25165 then
25166 gcc_cv_as_tls=yes
25167 else
25168 echo "configure: failed program was" >&5
25169 cat conftest.s >&5
25170 fi
25171 rm -f conftest.o conftest.s
25172 fi
25173 fi
25174 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_tls" >&5
25175 $as_echo "$gcc_cv_as_tls" >&6; }
25176 if test $gcc_cv_as_tls = yes; then
25177 set_have_as_tls=yes
25178 fi
25179
25180 fi
25181 if test $set_have_as_tls = yes ; then
25182
25183 $as_echo "#define HAVE_AS_TLS 1" >>confdefs.h
25184
25185 fi
25186
25187 # Target-specific assembler checks.
25188
25189 { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker -Bstatic/-Bdynamic option" >&5
25190 $as_echo_n "checking linker -Bstatic/-Bdynamic option... " >&6; }
25191 gcc_cv_ld_static_dynamic=no
25192 gcc_cv_ld_static_option='-Bstatic'
25193 gcc_cv_ld_dynamic_option='-Bdynamic'
25194 if test $in_tree_ld = yes ; then
25195 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
25196 gcc_cv_ld_static_dynamic=yes
25197 fi
25198 elif test x$gcc_cv_ld != x; then
25199 # Check if linker supports -Bstatic/-Bdynamic option
25200 if $gcc_cv_ld --help 2>&1 | grep -- -Bstatic > /dev/null \
25201 && $gcc_cv_ld --help 2>&1 | grep -- -Bdynamic > /dev/null; then
25202 gcc_cv_ld_static_dynamic=yes
25203 else
25204 case "$target" in
25205 # AIX ld uses -b flags
25206 *-*-aix4.[23]* | *-*-aix[5-9]*)
25207 gcc_cv_ld_static_dynamic=yes
25208 gcc_cv_ld_static_option="-bstatic"
25209 gcc_cv_ld_dynamic_option="-bdynamic"
25210 ;;
25211 # HP-UX ld uses -a flags to select between shared and archive.
25212 *-*-hpux*)
25213 if test x"$gnu_ld" = xno; then
25214 gcc_cv_ld_static_dynamic=yes
25215 gcc_cv_ld_static_option="-aarchive_shared"
25216 gcc_cv_ld_dynamic_option="-adefault"
25217 fi
25218 ;;
25219 # Solaris 2 ld always supports -Bstatic/-Bdynamic.
25220 *-*-solaris2*)
25221 gcc_cv_ld_static_dynamic=yes
25222 ;;
25223 esac
25224 fi
25225 fi
25226 if test x"$gcc_cv_ld_static_dynamic" = xyes; then
25227
25228 $as_echo "#define HAVE_LD_STATIC_DYNAMIC 1" >>confdefs.h
25229
25230
25231 cat >>confdefs.h <<_ACEOF
25232 #define LD_STATIC_OPTION "$gcc_cv_ld_static_option"
25233 _ACEOF
25234
25235
25236 cat >>confdefs.h <<_ACEOF
25237 #define LD_DYNAMIC_OPTION "$gcc_cv_ld_dynamic_option"
25238 _ACEOF
25239
25240 fi
25241 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_ld_static_dynamic" >&5
25242 $as_echo "$gcc_cv_ld_static_dynamic" >&6; }
25243
25244 { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker --version-script option" >&5
25245 $as_echo_n "checking linker --version-script option... " >&6; }
25246 gcc_cv_ld_version_script=no
25247 ld_version_script_option=''
25248 if test $in_tree_ld = yes || test x"$gnu_ld" = xyes; then
25249 gcc_cv_ld_version_script=yes
25250 ld_version_script_option='--version-script'
25251 elif test x$gcc_cv_ld != x; then
25252 case "$target" in
25253 # Solaris 2 ld always supports -M. It also supports a subset of
25254 # --version-script since Solaris 11.4, but requires
25255 # -z gnu-version-script-compat to activate.
25256 *-*-solaris2*)
25257 gcc_cv_ld_version_script=yes
25258 ld_version_script_option='-M'
25259 ;;
25260 esac
25261 fi
25262 # Don't AC_DEFINE result, only used in jit/Make-lang.in so far.
25263 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_ld_version_script" >&5
25264 $as_echo "$gcc_cv_ld_version_script" >&6; }
25265
25266
25267 { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker soname option" >&5
25268 $as_echo_n "checking linker soname option... " >&6; }
25269 gcc_cv_ld_soname=no
25270 if test $in_tree_ld = yes || test x"$gnu_ld" = xyes; then
25271 gcc_cv_ld_soname=yes
25272 ld_soname_option='-soname'
25273 elif test x$gcc_cv_ld != x; then
25274 case "$target" in
25275 *-*-darwin*)
25276 gcc_cv_ld_soname=yes
25277 ld_soname_option='-install_name'
25278 ;;
25279 # Solaris 2 ld always supports -h. It also supports --soname for GNU
25280 # ld compatiblity since some Solaris 10 update.
25281 *-*-solaris2*)
25282 gcc_cv_ld_soname=yes
25283 ld_soname_option='-h'
25284 ;;
25285 esac
25286 fi
25287 # Don't AC_DEFINE result, only used in jit/Make-lang.in so far.
25288 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_ld_soname" >&5
25289 $as_echo "$gcc_cv_ld_soname" >&6; }
25290
25291
25292 if test x"$demangler_in_ld" = xyes; then
25293 { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker --demangle support" >&5
25294 $as_echo_n "checking linker --demangle support... " >&6; }
25295 gcc_cv_ld_demangle=no
25296 if test $in_tree_ld = yes; then
25297 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 \
25298 gcc_cv_ld_demangle=yes
25299 fi
25300 elif test x$gcc_cv_ld != x -a x"$gnu_ld" = xyes; then
25301 # Check if the GNU linker supports --demangle option
25302 if $gcc_cv_ld --help 2>&1 | grep no-demangle > /dev/null; then
25303 gcc_cv_ld_demangle=yes
25304 fi
25305 fi
25306 if test x"$gcc_cv_ld_demangle" = xyes; then
25307
25308 $as_echo "#define HAVE_LD_DEMANGLE 1" >>confdefs.h
25309
25310 fi
25311 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_ld_demangle" >&5
25312 $as_echo "$gcc_cv_ld_demangle" >&6; }
25313 fi
25314
25315 { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker plugin support" >&5
25316 $as_echo_n "checking linker plugin support... " >&6; }
25317 gcc_cv_lto_plugin=0
25318 if test -f liblto_plugin.la; then
25319 save_ld_ver="$ld_ver"
25320 save_ld_vers_major="$ld_vers_major"
25321 save_ld_vers_minor="$ld_vers_minor"
25322 save_ld_is_gold="$ld_is_gold"
25323
25324 ld_is_gold=no
25325
25326 if test $in_tree_ld = yes -a x"$ORIGINAL_PLUGIN_LD_FOR_TARGET" = x"$gcc_cv_ld"; then
25327 ld_ver="GNU ld"
25328 # FIXME: ld_is_gold?
25329 ld_vers_major="$gcc_cv_gld_major_version"
25330 ld_vers_minor="$gcc_cv_gld_minor_version"
25331 else
25332 # Determine plugin linker version.
25333 # FIXME: Partial duplicate from above, generalize.
25334 ld_ver=`$ORIGINAL_PLUGIN_LD_FOR_TARGET --version 2>/dev/null | sed 1q`
25335 if echo "$ld_ver" | grep GNU > /dev/null; then
25336 if echo "$ld_ver" | grep "GNU gold" > /dev/null; then
25337 ld_is_gold=yes
25338 ld_vers=`echo $ld_ver | sed -n \
25339 -e 's,^[^)]*[ ]\([0-9][0-9]*\.[0-9][0-9]*[^)]*\)) .*$,\1,p'`
25340 else
25341 ld_vers=`echo $ld_ver | sed -n \
25342 -e 's,^.*[ ]\([0-9][0-9]*\.[0-9][0-9]*.*\)$,\1,p'`
25343 fi
25344 ld_vers_major=`expr "$ld_vers" : '\([0-9]*\)'`
25345 ld_vers_minor=`expr "$ld_vers" : '[0-9]*\.\([0-9]*\)'`
25346 fi
25347 fi
25348
25349 # Determine plugin support.
25350 if echo "$ld_ver" | grep GNU > /dev/null; then
25351 # Require GNU ld or gold 2.21+ for plugin support by default.
25352 if test "$ld_vers_major" -eq 2 -a "$ld_vers_minor" -ge 21; then
25353 gcc_cv_lto_plugin=2
25354 # Allow -fuse-linker-plugin to enable plugin support in GNU gold 2.20.
25355 elif test "$ld_is_gold" = yes -a "$ld_vers_major" -eq 2 -a "$ld_vers_minor" -eq 20; then
25356 gcc_cv_lto_plugin=1
25357 fi
25358 fi
25359
25360 ld_ver="$save_ld_ver"
25361 ld_vers_major="$save_ld_vers_major"
25362 ld_vers_minor="$save_ld_vers_minor"
25363 ld_is_gold="$save_ld_is_gold"
25364 fi
25365
25366 cat >>confdefs.h <<_ACEOF
25367 #define HAVE_LTO_PLUGIN $gcc_cv_lto_plugin
25368 _ACEOF
25369
25370 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_lto_plugin" >&5
25371 $as_echo "$gcc_cv_lto_plugin" >&6; }
25372
25373 # Target OS-specific assembler checks.
25374
25375 case "$target_os" in
25376 darwin*)
25377 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for -mmacosx-version-min option" >&5
25378 $as_echo_n "checking assembler for -mmacosx-version-min option... " >&6; }
25379 if ${gcc_cv_as_mmacosx_version_min+:} false; then :
25380 $as_echo_n "(cached) " >&6
25381 else
25382 gcc_cv_as_mmacosx_version_min=no
25383 if test x$gcc_cv_as != x; then
25384 $as_echo '.text' > conftest.s
25385 if { ac_try='$gcc_cv_as $gcc_cv_as_flags -mmacosx-version-min=10.1 -o conftest.o conftest.s >&5'
25386 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
25387 (eval $ac_try) 2>&5
25388 ac_status=$?
25389 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25390 test $ac_status = 0; }; }
25391 then
25392 gcc_cv_as_mmacosx_version_min=yes
25393 else
25394 echo "configure: failed program was" >&5
25395 cat conftest.s >&5
25396 fi
25397 rm -f conftest.o conftest.s
25398 fi
25399 fi
25400 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_mmacosx_version_min" >&5
25401 $as_echo "$gcc_cv_as_mmacosx_version_min" >&6; }
25402 if test $gcc_cv_as_mmacosx_version_min = yes; then
25403
25404 $as_echo "#define HAVE_AS_MMACOSX_VERSION_MIN_OPTION 1" >>confdefs.h
25405
25406 fi
25407
25408 ;;
25409 esac
25410
25411 # Target CPU-specific assembler checks.
25412
25413 case "$target" in
25414 aarch64*-*-*)
25415 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for -mabi option" >&5
25416 $as_echo_n "checking assembler for -mabi option... " >&6; }
25417 if ${gcc_cv_as_aarch64_mabi+:} false; then :
25418 $as_echo_n "(cached) " >&6
25419 else
25420 gcc_cv_as_aarch64_mabi=no
25421 if test x$gcc_cv_as != x; then
25422 $as_echo '.text' > conftest.s
25423 if { ac_try='$gcc_cv_as $gcc_cv_as_flags -mabi=lp64 -o conftest.o conftest.s >&5'
25424 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
25425 (eval $ac_try) 2>&5
25426 ac_status=$?
25427 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25428 test $ac_status = 0; }; }
25429 then
25430 gcc_cv_as_aarch64_mabi=yes
25431 else
25432 echo "configure: failed program was" >&5
25433 cat conftest.s >&5
25434 fi
25435 rm -f conftest.o conftest.s
25436 fi
25437 fi
25438 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_aarch64_mabi" >&5
25439 $as_echo "$gcc_cv_as_aarch64_mabi" >&6; }
25440
25441
25442 if test x$gcc_cv_as_aarch64_mabi = xyes; then
25443
25444 $as_echo "#define HAVE_AS_MABI_OPTION 1" >>confdefs.h
25445
25446 else
25447 if test x$with_abi = xilp32; then
25448 as_fn_error $? "Assembler does not support -mabi=ilp32.\
25449 Upgrade the Assembler." "$LINENO" 5
25450 fi
25451 if test x"$with_multilib_list" = xdefault; then
25452 TM_MULTILIB_CONFIG=lp64
25453 else
25454 aarch64_multilibs=`echo $with_multilib_list | sed -e 's/,/ /g'`
25455 for aarch64_multilib in ${aarch64_multilibs}; do
25456 case ${aarch64_multilib} in
25457 ilp32)
25458 as_fn_error $? "Assembler does not support -mabi=ilp32.\
25459 Upgrade the Assembler." "$LINENO" 5
25460 ;;
25461 *)
25462 ;;
25463 esac
25464 done
25465 fi
25466 fi
25467 # Check if we have binutils support for relocations types needed by -fpic
25468 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for -fpic relocs" >&5
25469 $as_echo_n "checking assembler for -fpic relocs... " >&6; }
25470 if ${gcc_cv_as_aarch64_picreloc+:} false; then :
25471 $as_echo_n "(cached) " >&6
25472 else
25473 gcc_cv_as_aarch64_picreloc=no
25474 if test x$gcc_cv_as != x; then
25475 $as_echo '
25476 .text
25477 ldr x0, [x2, #:gotpage_lo15:globalsym]
25478 ' > conftest.s
25479 if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
25480 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
25481 (eval $ac_try) 2>&5
25482 ac_status=$?
25483 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25484 test $ac_status = 0; }; }
25485 then
25486 gcc_cv_as_aarch64_picreloc=yes
25487 else
25488 echo "configure: failed program was" >&5
25489 cat conftest.s >&5
25490 fi
25491 rm -f conftest.o conftest.s
25492 fi
25493 fi
25494 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_aarch64_picreloc" >&5
25495 $as_echo "$gcc_cv_as_aarch64_picreloc" >&6; }
25496 if test $gcc_cv_as_aarch64_picreloc = yes; then
25497
25498 $as_echo "#define HAVE_AS_SMALL_PIC_RELOCS 1" >>confdefs.h
25499
25500 fi
25501
25502 # Enable Branch Target Identification Mechanism and Return Address
25503 # Signing by default.
25504 # Check whether --enable-standard-branch-protection was given.
25505 if test "${enable_standard_branch_protection+set}" = set; then :
25506 enableval=$enable_standard_branch_protection;
25507 case $enableval in
25508 yes)
25509 tm_defines="${tm_defines} TARGET_ENABLE_BTI=1 TARGET_ENABLE_PAC_RET=1"
25510 ;;
25511 no)
25512 ;;
25513 *)
25514 as_fn_error $? "'$enableval' is an invalid value for --enable-standard-branch-protection.\
25515 Valid choices are 'yes' and 'no'." "$LINENO" 5
25516 ;;
25517 esac
25518
25519 fi
25520
25521 # Enable default workaround for AArch64 Cortex-A53 erratum 835769.
25522 # Check whether --enable-fix-cortex-a53-835769 was given.
25523 if test "${enable_fix_cortex_a53_835769+set}" = set; then :
25524 enableval=$enable_fix_cortex_a53_835769;
25525 case $enableval in
25526 yes)
25527 tm_defines="${tm_defines} TARGET_FIX_ERR_A53_835769_DEFAULT=1"
25528 ;;
25529 no)
25530 ;;
25531 *)
25532 as_fn_error $? "'$enableval' is an invalid value for --enable-fix-cortex-a53-835769.\
25533 Valid choices are 'yes' and 'no'." "$LINENO" 5
25534 ;;
25535
25536 esac
25537
25538 fi
25539
25540 # Enable default workaround for AArch64 Cortex-A53 erratum 843419.
25541 # Check whether --enable-fix-cortex-a53-843419 was given.
25542 if test "${enable_fix_cortex_a53_843419+set}" = set; then :
25543 enableval=$enable_fix_cortex_a53_843419;
25544 case $enableval in
25545 yes)
25546 tm_defines="${tm_defines} TARGET_FIX_ERR_A53_843419_DEFAULT=1"
25547 ;;
25548 no)
25549 ;;
25550 *)
25551 as_fn_error $? "'$enableval' is an invalid value for --enable-fix-cortex-a53-843419.\
25552 Valid choices are 'yes' and 'no'." "$LINENO" 5
25553 ;;
25554
25555 esac
25556
25557 fi
25558
25559 ;;
25560
25561 # All TARGET_ABI_OSF targets.
25562 alpha*-*-linux* | alpha*-*-*bsd*)
25563 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for explicit relocation support" >&5
25564 $as_echo_n "checking assembler for explicit relocation support... " >&6; }
25565 if ${gcc_cv_as_alpha_explicit_relocs+:} false; then :
25566 $as_echo_n "(cached) " >&6
25567 else
25568 gcc_cv_as_alpha_explicit_relocs=no
25569 if test $in_tree_gas = yes; then
25570 if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 12 \) \* 1000 + 0`
25571 then gcc_cv_as_alpha_explicit_relocs=yes
25572 fi
25573 elif test x$gcc_cv_as != x; then
25574 $as_echo ' .set nomacro
25575 .text
25576 extbl $3, $2, $3 !lituse_bytoff!1
25577 ldq $2, a($29) !literal!1
25578 ldq $4, b($29) !literal!2
25579 ldq_u $3, 0($2) !lituse_base!1
25580 ldq $27, f($29) !literal!5
25581 jsr $26, ($27), f !lituse_jsr!5
25582 ldah $29, 0($26) !gpdisp!3
25583 lda $0, c($29) !gprel
25584 ldah $1, d($29) !gprelhigh
25585 lda $1, d($1) !gprellow
25586 lda $29, 0($29) !gpdisp!3' > 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
25590 ac_status=$?
25591 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25592 test $ac_status = 0; }; }
25593 then
25594 gcc_cv_as_alpha_explicit_relocs=yes
25595 else
25596 echo "configure: failed program was" >&5
25597 cat conftest.s >&5
25598 fi
25599 rm -f conftest.o conftest.s
25600 fi
25601 fi
25602 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_alpha_explicit_relocs" >&5
25603 $as_echo "$gcc_cv_as_alpha_explicit_relocs" >&6; }
25604 if test $gcc_cv_as_alpha_explicit_relocs = yes; then
25605
25606 $as_echo "#define HAVE_AS_EXPLICIT_RELOCS 1" >>confdefs.h
25607
25608 fi
25609
25610 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for jsrdirect relocation support" >&5
25611 $as_echo_n "checking assembler for jsrdirect relocation support... " >&6; }
25612 if ${gcc_cv_as_alpha_jsrdirect_relocs+:} false; then :
25613 $as_echo_n "(cached) " >&6
25614 else
25615 gcc_cv_as_alpha_jsrdirect_relocs=no
25616 if test $in_tree_gas = yes; then
25617 if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 16 \) \* 1000 + 90`
25618 then gcc_cv_as_alpha_jsrdirect_relocs=yes
25619 fi
25620 elif test x$gcc_cv_as != x; then
25621 $as_echo ' .set nomacro
25622 .text
25623 ldq $27, a($29) !literal!1
25624 jsr $26, ($27), a !lituse_jsrdirect!1' > conftest.s
25625 if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
25626 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
25627 (eval $ac_try) 2>&5
25628 ac_status=$?
25629 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25630 test $ac_status = 0; }; }
25631 then
25632 gcc_cv_as_alpha_jsrdirect_relocs=yes
25633 else
25634 echo "configure: failed program was" >&5
25635 cat conftest.s >&5
25636 fi
25637 rm -f conftest.o conftest.s
25638 fi
25639 fi
25640 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_alpha_jsrdirect_relocs" >&5
25641 $as_echo "$gcc_cv_as_alpha_jsrdirect_relocs" >&6; }
25642 if test $gcc_cv_as_alpha_jsrdirect_relocs = yes; then
25643
25644 $as_echo "#define HAVE_AS_JSRDIRECT_RELOCS 1" >>confdefs.h
25645
25646 fi
25647
25648 ;;
25649
25650 avr-*-*)
25651 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for --mlink-relax option" >&5
25652 $as_echo_n "checking assembler for --mlink-relax option... " >&6; }
25653 if ${gcc_cv_as_avr_mlink_relax+:} false; then :
25654 $as_echo_n "(cached) " >&6
25655 else
25656 gcc_cv_as_avr_mlink_relax=no
25657 if test x$gcc_cv_as != x; then
25658 $as_echo '.text' > conftest.s
25659 if { ac_try='$gcc_cv_as $gcc_cv_as_flags --mlink-relax -o conftest.o conftest.s >&5'
25660 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
25661 (eval $ac_try) 2>&5
25662 ac_status=$?
25663 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25664 test $ac_status = 0; }; }
25665 then
25666 gcc_cv_as_avr_mlink_relax=yes
25667 else
25668 echo "configure: failed program was" >&5
25669 cat conftest.s >&5
25670 fi
25671 rm -f conftest.o conftest.s
25672 fi
25673 fi
25674 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_avr_mlink_relax" >&5
25675 $as_echo "$gcc_cv_as_avr_mlink_relax" >&6; }
25676 if test $gcc_cv_as_avr_mlink_relax = yes; then
25677
25678 $as_echo "#define HAVE_AS_AVR_MLINK_RELAX_OPTION 1" >>confdefs.h
25679
25680 fi
25681
25682
25683 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for -mrmw option" >&5
25684 $as_echo_n "checking assembler for -mrmw option... " >&6; }
25685 if ${gcc_cv_as_avr_mrmw+:} false; then :
25686 $as_echo_n "(cached) " >&6
25687 else
25688 gcc_cv_as_avr_mrmw=no
25689 if test x$gcc_cv_as != x; then
25690 $as_echo '.text' > conftest.s
25691 if { ac_try='$gcc_cv_as $gcc_cv_as_flags -mrmw -o conftest.o conftest.s >&5'
25692 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
25693 (eval $ac_try) 2>&5
25694 ac_status=$?
25695 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25696 test $ac_status = 0; }; }
25697 then
25698 gcc_cv_as_avr_mrmw=yes
25699 else
25700 echo "configure: failed program was" >&5
25701 cat conftest.s >&5
25702 fi
25703 rm -f conftest.o conftest.s
25704 fi
25705 fi
25706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_avr_mrmw" >&5
25707 $as_echo "$gcc_cv_as_avr_mrmw" >&6; }
25708 if test $gcc_cv_as_avr_mrmw = yes; then
25709
25710 $as_echo "#define HAVE_AS_AVR_MRMW_OPTION 1" >>confdefs.h
25711
25712 fi
25713
25714
25715 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for __gcc_isr pseudo instruction" >&5
25716 $as_echo_n "checking assembler for __gcc_isr pseudo instruction... " >&6; }
25717 if ${gcc_cv_as_avr_mgccisr+:} false; then :
25718 $as_echo_n "(cached) " >&6
25719 else
25720 gcc_cv_as_avr_mgccisr=no
25721 if test x$gcc_cv_as != x; then
25722 $as_echo '.text
25723 __gcc_isr 1
25724 __gcc_isr 2
25725 __gcc_isr 0,r24
25726 ' > conftest.s
25727 if { ac_try='$gcc_cv_as $gcc_cv_as_flags -mgcc-isr -o conftest.o conftest.s >&5'
25728 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
25729 (eval $ac_try) 2>&5
25730 ac_status=$?
25731 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25732 test $ac_status = 0; }; }
25733 then
25734 gcc_cv_as_avr_mgccisr=yes
25735 else
25736 echo "configure: failed program was" >&5
25737 cat conftest.s >&5
25738 fi
25739 rm -f conftest.o conftest.s
25740 fi
25741 fi
25742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_avr_mgccisr" >&5
25743 $as_echo "$gcc_cv_as_avr_mgccisr" >&6; }
25744 if test $gcc_cv_as_avr_mgccisr = yes; then
25745
25746 $as_echo "#define HAVE_AS_AVR_MGCCISR_OPTION 1" >>confdefs.h
25747
25748 fi
25749
25750
25751 # Check how default linker description file implements .rodata for
25752 # avrxmega3 (PR21472). avr-gcc assumes .rodata is *not* loaded to
25753 # RAM so avr-gcc skips __do_copy_data for .rodata objects.
25754 { $as_echo "$as_me:${as_lineno-$LINENO}: checking binutils for avrxmega3 .rodata support" >&5
25755 $as_echo_n "checking binutils for avrxmega3 .rodata support... " >&6; }
25756 cat > conftest.s <<EOF
25757 .section .rodata,"a",@progbits
25758 .global xxvaryy
25759 ;; avr-nm should print "... R xxvaryy", not "... D xxvaryy".
25760 xxvaryy:
25761 .word 1
25762 EOF
25763 rm -f conftest.nm
25764 { ac_try='$gcc_cv_as -mmcu=avrxmega3 conftest.s -o conftest.o'
25765 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
25766 (eval $ac_try) 2>&5
25767 ac_status=$?
25768 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25769 test $ac_status = 0; }; }
25770 { ac_try='$gcc_cv_ld -mavrxmega3 conftest.o -o conftest.elf'
25771 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
25772 (eval $ac_try) 2>&5
25773 ac_status=$?
25774 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25775 test $ac_status = 0; }; }
25776 { ac_try='$gcc_cv_nm conftest.elf > conftest.nm'
25777 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
25778 (eval $ac_try) 2>&5
25779 ac_status=$?
25780 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25781 test $ac_status = 0; }; }
25782 if test -s conftest.nm
25783 then
25784 if grep ' R xxvaryy' conftest.nm > /dev/null; then
25785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
25786 $as_echo "yes" >&6; }
25787
25788 $as_echo "#define HAVE_LD_AVR_AVRXMEGA3_RODATA_IN_FLASH 1" >>confdefs.h
25789
25790 else
25791 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no: avrxmega3 .rodata located in RAM" >&5
25792 $as_echo "no: avrxmega3 .rodata located in RAM" >&6; }
25793 echo "$as_me: nm output was" >&5
25794 cat conftest.nm >&5
25795 avr_ld_ver="`$gcc_cv_ld -v | sed -e 's:^.* ::'`"
25796 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: support for avrxmega3 .rodata in flash needs Binutils 2.29 or higher (have $avr_ld_ver)" >&5
25797 $as_echo "$as_me: WARNING: support for avrxmega3 .rodata in flash needs Binutils 2.29 or higher (have $avr_ld_ver)" >&2;}
25798 fi
25799 else
25800 { $as_echo "$as_me:${as_lineno-$LINENO}: result: test failed" >&5
25801 $as_echo "test failed" >&6; }
25802 echo "$as_me: failed program was" >&5
25803 cat conftest.s >&5
25804 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: see \`config.log' for details" >&5
25805 $as_echo "$as_me: WARNING: see \`config.log' for details" >&2;}
25806 fi
25807 rm -f conftest.s conftest.o conftest.elf conftest.nm
25808 ;;
25809
25810 cris-*-*)
25811 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for -no-mul-bug-abort option" >&5
25812 $as_echo_n "checking assembler for -no-mul-bug-abort option... " >&6; }
25813 if ${gcc_cv_as_cris_no_mul_bug+:} false; then :
25814 $as_echo_n "(cached) " >&6
25815 else
25816 gcc_cv_as_cris_no_mul_bug=no
25817 if test $in_tree_gas = yes; then
25818 if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 15 \) \* 1000 + 91`
25819 then gcc_cv_as_cris_no_mul_bug=yes
25820 fi
25821 elif test x$gcc_cv_as != x; then
25822 $as_echo '.text' > conftest.s
25823 if { ac_try='$gcc_cv_as $gcc_cv_as_flags -no-mul-bug-abort -o conftest.o conftest.s >&5'
25824 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
25825 (eval $ac_try) 2>&5
25826 ac_status=$?
25827 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25828 test $ac_status = 0; }; }
25829 then
25830 gcc_cv_as_cris_no_mul_bug=yes
25831 else
25832 echo "configure: failed program was" >&5
25833 cat conftest.s >&5
25834 fi
25835 rm -f conftest.o conftest.s
25836 fi
25837 fi
25838 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_cris_no_mul_bug" >&5
25839 $as_echo "$gcc_cv_as_cris_no_mul_bug" >&6; }
25840 if test $gcc_cv_as_cris_no_mul_bug = yes; then
25841
25842 $as_echo "#define HAVE_AS_NO_MUL_BUG_ABORT_OPTION 1" >>confdefs.h
25843
25844 fi
25845
25846 ;;
25847
25848 sparc*-*-*)
25849 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for -relax option" >&5
25850 $as_echo_n "checking assembler for -relax option... " >&6; }
25851 if ${gcc_cv_as_sparc_relax+:} false; then :
25852 $as_echo_n "(cached) " >&6
25853 else
25854 gcc_cv_as_sparc_relax=no
25855 if test x$gcc_cv_as != x; then
25856 $as_echo '.text' > conftest.s
25857 if { ac_try='$gcc_cv_as $gcc_cv_as_flags -relax -o conftest.o conftest.s >&5'
25858 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
25859 (eval $ac_try) 2>&5
25860 ac_status=$?
25861 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25862 test $ac_status = 0; }; }
25863 then
25864 gcc_cv_as_sparc_relax=yes
25865 else
25866 echo "configure: failed program was" >&5
25867 cat conftest.s >&5
25868 fi
25869 rm -f conftest.o conftest.s
25870 fi
25871 fi
25872 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_sparc_relax" >&5
25873 $as_echo "$gcc_cv_as_sparc_relax" >&6; }
25874 if test $gcc_cv_as_sparc_relax = yes; then
25875
25876 $as_echo "#define HAVE_AS_RELAX_OPTION 1" >>confdefs.h
25877
25878 fi
25879
25880
25881 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for GOTDATA_OP relocs" >&5
25882 $as_echo_n "checking assembler for GOTDATA_OP relocs... " >&6; }
25883 if ${gcc_cv_as_sparc_gotdata_op+:} false; then :
25884 $as_echo_n "(cached) " >&6
25885 else
25886 gcc_cv_as_sparc_gotdata_op=no
25887 if test x$gcc_cv_as != x; then
25888 $as_echo '.text
25889 .align 4
25890 foo:
25891 nop
25892 bar:
25893 sethi %gdop_hix22(foo), %g1
25894 xor %g1, %gdop_lox10(foo), %g1
25895 ld [%l7 + %g1], %g2, %gdop(foo)' > conftest.s
25896 if { ac_try='$gcc_cv_as $gcc_cv_as_flags -K PIC -o conftest.o conftest.s >&5'
25897 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
25898 (eval $ac_try) 2>&5
25899 ac_status=$?
25900 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25901 test $ac_status = 0; }; }
25902 then
25903 if test x$gcc_cv_ld != x \
25904 && $gcc_cv_ld -o conftest conftest.o -G > /dev/null 2>&1; then
25905 if test x$gcc_cv_objdump != x; then
25906 if $gcc_cv_objdump -s -j .text conftest 2> /dev/null \
25907 | grep ' 03000004 82186004 c405c001'> /dev/null 2>&1; then
25908 gcc_cv_as_sparc_gotdata_op=no
25909 else
25910 gcc_cv_as_sparc_gotdata_op=yes
25911 fi
25912 fi
25913 fi
25914 rm -f conftest
25915 else
25916 echo "configure: failed program was" >&5
25917 cat conftest.s >&5
25918 fi
25919 rm -f conftest.o conftest.s
25920 fi
25921 fi
25922 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_sparc_gotdata_op" >&5
25923 $as_echo "$gcc_cv_as_sparc_gotdata_op" >&6; }
25924 if test $gcc_cv_as_sparc_gotdata_op = yes; then
25925
25926 $as_echo "#define HAVE_AS_SPARC_GOTDATA_OP 1" >>confdefs.h
25927
25928 fi
25929
25930
25931 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for unaligned pcrel relocs" >&5
25932 $as_echo_n "checking assembler for unaligned pcrel relocs... " >&6; }
25933 if ${gcc_cv_as_sparc_ua_pcrel+:} false; then :
25934 $as_echo_n "(cached) " >&6
25935 else
25936 gcc_cv_as_sparc_ua_pcrel=no
25937 if test x$gcc_cv_as != x; then
25938 $as_echo '.text
25939 foo:
25940 nop
25941 .data
25942 .align 4
25943 .byte 0
25944 .uaword %r_disp32(foo)' > conftest.s
25945 if { ac_try='$gcc_cv_as $gcc_cv_as_flags -K PIC -o conftest.o conftest.s >&5'
25946 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
25947 (eval $ac_try) 2>&5
25948 ac_status=$?
25949 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25950 test $ac_status = 0; }; }
25951 then
25952 if test x$gcc_cv_ld != x \
25953 && $gcc_cv_ld -o conftest conftest.o -G > /dev/null 2>&1; then
25954 gcc_cv_as_sparc_ua_pcrel=yes
25955 fi
25956 rm -f conftest
25957 else
25958 echo "configure: failed program was" >&5
25959 cat conftest.s >&5
25960 fi
25961 rm -f conftest.o conftest.s
25962 fi
25963 fi
25964 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_sparc_ua_pcrel" >&5
25965 $as_echo "$gcc_cv_as_sparc_ua_pcrel" >&6; }
25966 if test $gcc_cv_as_sparc_ua_pcrel = yes; then
25967
25968 $as_echo "#define HAVE_AS_SPARC_UA_PCREL 1" >>confdefs.h
25969
25970
25971 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for unaligned pcrel relocs against hidden symbols" >&5
25972 $as_echo_n "checking assembler for unaligned pcrel relocs against hidden symbols... " >&6; }
25973 if ${gcc_cv_as_sparc_ua_pcrel_hidden+:} false; then :
25974 $as_echo_n "(cached) " >&6
25975 else
25976 gcc_cv_as_sparc_ua_pcrel_hidden=no
25977 if test x$gcc_cv_as != x; then
25978 $as_echo '.data
25979 .align 4
25980 .byte 0x31
25981 .uaword %r_disp32(foo)
25982 .byte 0x32, 0x33, 0x34
25983 .global foo
25984 .hidden foo
25985 foo:
25986 .skip 4' > conftest.s
25987 if { ac_try='$gcc_cv_as $gcc_cv_as_flags -K PIC -o conftest.o conftest.s >&5'
25988 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
25989 (eval $ac_try) 2>&5
25990 ac_status=$?
25991 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25992 test $ac_status = 0; }; }
25993 then
25994 if test x$gcc_cv_ld != x && test x$gcc_cv_objdump != x \
25995 && $gcc_cv_ld -o conftest conftest.o -G > /dev/null 2>&1 \
25996 && $gcc_cv_objdump -s -j .data conftest 2> /dev/null \
25997 | grep ' 31000000 07323334' > /dev/null 2>&1; then
25998 if $gcc_cv_objdump -R conftest 2> /dev/null \
25999 | grep 'DISP32' > /dev/null 2>&1; then
26000 :
26001 else
26002 gcc_cv_as_sparc_ua_pcrel_hidden=yes
26003 fi
26004 fi
26005 rm -f conftest
26006 else
26007 echo "configure: failed program was" >&5
26008 cat conftest.s >&5
26009 fi
26010 rm -f conftest.o conftest.s
26011 fi
26012 fi
26013 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_sparc_ua_pcrel_hidden" >&5
26014 $as_echo "$gcc_cv_as_sparc_ua_pcrel_hidden" >&6; }
26015 if test $gcc_cv_as_sparc_ua_pcrel_hidden = yes; then
26016
26017 $as_echo "#define HAVE_AS_SPARC_UA_PCREL_HIDDEN 1" >>confdefs.h
26018
26019 fi
26020
26021
26022 fi
26023 # unaligned pcrel relocs
26024
26025 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for offsetable %lo()" >&5
26026 $as_echo_n "checking assembler for offsetable %lo()... " >&6; }
26027 if ${gcc_cv_as_sparc_offsetable_lo10+:} false; then :
26028 $as_echo_n "(cached) " >&6
26029 else
26030 gcc_cv_as_sparc_offsetable_lo10=no
26031 if test x$gcc_cv_as != x; then
26032 $as_echo '.text
26033 or %g1, %lo(ab) + 12, %g1
26034 or %g1, %lo(ab + 12), %g1' > conftest.s
26035 if { ac_try='$gcc_cv_as $gcc_cv_as_flags -xarch=v9 -o conftest.o conftest.s >&5'
26036 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
26037 (eval $ac_try) 2>&5
26038 ac_status=$?
26039 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
26040 test $ac_status = 0; }; }
26041 then
26042 if test x$gcc_cv_objdump != x \
26043 && $gcc_cv_objdump -s -j .text conftest.o 2> /dev/null \
26044 | grep ' 82106000 82106000' > /dev/null 2>&1; then
26045 gcc_cv_as_sparc_offsetable_lo10=yes
26046 fi
26047 else
26048 echo "configure: failed program was" >&5
26049 cat conftest.s >&5
26050 fi
26051 rm -f conftest.o conftest.s
26052 fi
26053 fi
26054 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_sparc_offsetable_lo10" >&5
26055 $as_echo "$gcc_cv_as_sparc_offsetable_lo10" >&6; }
26056 if test $gcc_cv_as_sparc_offsetable_lo10 = yes; then
26057
26058 $as_echo "#define HAVE_AS_OFFSETABLE_LO10 1" >>confdefs.h
26059
26060 fi
26061
26062
26063 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for FMAF, HPC, and VIS 3.0 instructions" >&5
26064 $as_echo_n "checking assembler for FMAF, HPC, and VIS 3.0 instructions... " >&6; }
26065 if ${gcc_cv_as_sparc_fmaf+:} false; then :
26066 $as_echo_n "(cached) " >&6
26067 else
26068 gcc_cv_as_sparc_fmaf=no
26069 if test x$gcc_cv_as != x; then
26070 $as_echo '.text
26071 .register %g2, #scratch
26072 .register %g3, #scratch
26073 .align 4
26074 fmaddd %f0, %f2, %f4, %f6
26075 addxccc %g1, %g2, %g3
26076 fsrl32 %f2, %f4, %f8
26077 fnaddd %f10, %f12, %f14' > conftest.s
26078 if { ac_try='$gcc_cv_as $gcc_cv_as_flags -xarch=v9d -o conftest.o conftest.s >&5'
26079 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
26080 (eval $ac_try) 2>&5
26081 ac_status=$?
26082 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
26083 test $ac_status = 0; }; }
26084 then
26085 gcc_cv_as_sparc_fmaf=yes
26086 else
26087 echo "configure: failed program was" >&5
26088 cat conftest.s >&5
26089 fi
26090 rm -f conftest.o conftest.s
26091 fi
26092 fi
26093 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_sparc_fmaf" >&5
26094 $as_echo "$gcc_cv_as_sparc_fmaf" >&6; }
26095 if test $gcc_cv_as_sparc_fmaf = yes; then
26096
26097 $as_echo "#define HAVE_AS_FMAF_HPC_VIS3 1" >>confdefs.h
26098
26099 fi
26100
26101
26102 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for SPARC4 instructions" >&5
26103 $as_echo_n "checking assembler for SPARC4 instructions... " >&6; }
26104 if ${gcc_cv_as_sparc_sparc4+:} false; then :
26105 $as_echo_n "(cached) " >&6
26106 else
26107 gcc_cv_as_sparc_sparc4=no
26108 if test x$gcc_cv_as != x; then
26109 $as_echo '.text
26110 .register %g2, #scratch
26111 .register %g3, #scratch
26112 .align 4
26113 cxbe %g2, %g3, 1f
26114 1: cwbneg %g2, %g3, 1f
26115 1: sha1
26116 md5
26117 aes_kexpand0 %f4, %f6, %f8
26118 des_round %f38, %f40, %f42, %f44
26119 camellia_f %f54, %f56, %f58, %f60
26120 kasumi_fi_xor %f46, %f48, %f50, %f52' > conftest.s
26121 if { ac_try='$gcc_cv_as $gcc_cv_as_flags -xarch=sparc4 -o conftest.o conftest.s >&5'
26122 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
26123 (eval $ac_try) 2>&5
26124 ac_status=$?
26125 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
26126 test $ac_status = 0; }; }
26127 then
26128 gcc_cv_as_sparc_sparc4=yes
26129 else
26130 echo "configure: failed program was" >&5
26131 cat conftest.s >&5
26132 fi
26133 rm -f conftest.o conftest.s
26134 fi
26135 fi
26136 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_sparc_sparc4" >&5
26137 $as_echo "$gcc_cv_as_sparc_sparc4" >&6; }
26138 if test $gcc_cv_as_sparc_sparc4 = yes; then
26139
26140 $as_echo "#define HAVE_AS_SPARC4 1" >>confdefs.h
26141
26142 fi
26143
26144
26145 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for SPARC5 and VIS 4.0 instructions" >&5
26146 $as_echo_n "checking assembler for SPARC5 and VIS 4.0 instructions... " >&6; }
26147 if ${gcc_cv_as_sparc_sparc5+:} false; then :
26148 $as_echo_n "(cached) " >&6
26149 else
26150 gcc_cv_as_sparc_sparc5=no
26151 if test x$gcc_cv_as != x; then
26152 $as_echo '.text
26153 .register %g2, #scratch
26154 .register %g3, #scratch
26155 .align 4
26156 subxc %g1, %g2, %g3
26157 fpadd8 %f0, %f2, %f4' > conftest.s
26158 if { ac_try='$gcc_cv_as $gcc_cv_as_flags -xarch=sparc5 -o conftest.o conftest.s >&5'
26159 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
26160 (eval $ac_try) 2>&5
26161 ac_status=$?
26162 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
26163 test $ac_status = 0; }; }
26164 then
26165 gcc_cv_as_sparc_sparc5=yes
26166 else
26167 echo "configure: failed program was" >&5
26168 cat conftest.s >&5
26169 fi
26170 rm -f conftest.o conftest.s
26171 fi
26172 fi
26173 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_sparc_sparc5" >&5
26174 $as_echo "$gcc_cv_as_sparc_sparc5" >&6; }
26175 if test $gcc_cv_as_sparc_sparc5 = yes; then
26176
26177 $as_echo "#define HAVE_AS_SPARC5_VIS4 1" >>confdefs.h
26178
26179 fi
26180
26181
26182 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for SPARC6 instructions" >&5
26183 $as_echo_n "checking assembler for SPARC6 instructions... " >&6; }
26184 if ${gcc_cv_as_sparc_sparc6+:} false; then :
26185 $as_echo_n "(cached) " >&6
26186 else
26187 gcc_cv_as_sparc_sparc6=no
26188 if test x$gcc_cv_as != x; then
26189 $as_echo '.text
26190 .register %g2, #scratch
26191 .register %g3, #scratch
26192 .align 4
26193 rd %entropy, %g1
26194 fpsll64x %f0, %f2, %f4' > conftest.s
26195 if { ac_try='$gcc_cv_as $gcc_cv_as_flags -xarch=sparc6 -o conftest.o conftest.s >&5'
26196 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
26197 (eval $ac_try) 2>&5
26198 ac_status=$?
26199 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
26200 test $ac_status = 0; }; }
26201 then
26202 gcc_cv_as_sparc_sparc6=yes
26203 else
26204 echo "configure: failed program was" >&5
26205 cat conftest.s >&5
26206 fi
26207 rm -f conftest.o conftest.s
26208 fi
26209 fi
26210 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_sparc_sparc6" >&5
26211 $as_echo "$gcc_cv_as_sparc_sparc6" >&6; }
26212 if test $gcc_cv_as_sparc_sparc6 = yes; then
26213
26214 $as_echo "#define HAVE_AS_SPARC6 1" >>confdefs.h
26215
26216 fi
26217
26218
26219 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for LEON instructions" >&5
26220 $as_echo_n "checking assembler for LEON instructions... " >&6; }
26221 if ${gcc_cv_as_sparc_leon+:} false; then :
26222 $as_echo_n "(cached) " >&6
26223 else
26224 gcc_cv_as_sparc_leon=no
26225 if test x$gcc_cv_as != x; then
26226 $as_echo '.text
26227 .register %g2, #scratch
26228 .register %g3, #scratch
26229 .align 4
26230 smac %g2, %g3, %g1
26231 umac %g2, %g3, %g1
26232 casa [%g2] 0xb, %g3, %g1' > conftest.s
26233 if { ac_try='$gcc_cv_as $gcc_cv_as_flags -Aleon -o conftest.o conftest.s >&5'
26234 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
26235 (eval $ac_try) 2>&5
26236 ac_status=$?
26237 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
26238 test $ac_status = 0; }; }
26239 then
26240 gcc_cv_as_sparc_leon=yes
26241 else
26242 echo "configure: failed program was" >&5
26243 cat conftest.s >&5
26244 fi
26245 rm -f conftest.o conftest.s
26246 fi
26247 fi
26248 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_sparc_leon" >&5
26249 $as_echo "$gcc_cv_as_sparc_leon" >&6; }
26250 if test $gcc_cv_as_sparc_leon = yes; then
26251
26252 $as_echo "#define HAVE_AS_LEON 1" >>confdefs.h
26253
26254 fi
26255
26256 ;;
26257
26258 i[34567]86-*-* | x86_64-*-*)
26259 case $target_os in
26260 cygwin*)
26261 # Full C++ conformance when using a shared libstdc++-v3 requires some
26262 # support from the Cygwin DLL, which in more recent versions exports
26263 # wrappers to aid in interposing and redirecting operators new, delete,
26264 # etc., as per n2800 #17.6.4.6 [replacement.functions]. Check if we
26265 # are configuring for a version of Cygwin that exports the wrappers.
26266 if test x$host = x$target && test x$host_cpu = xi686; then
26267 ac_fn_cxx_check_func "$LINENO" "__wrap__Znaj" "ac_cv_func___wrap__Znaj"
26268 if test "x$ac_cv_func___wrap__Znaj" = xyes; then :
26269 gcc_ac_cygwin_dll_wrappers=yes
26270 else
26271 gcc_ac_cygwin_dll_wrappers=no
26272 fi
26273
26274 else
26275 # Can't check presence of libc functions during cross-compile, so
26276 # we just have to assume we're building for an up-to-date target.
26277 gcc_ac_cygwin_dll_wrappers=yes
26278 fi
26279
26280 cat >>confdefs.h <<_ACEOF
26281 #define USE_CYGWIN_LIBSTDCXX_WRAPPERS `if test $gcc_ac_cygwin_dll_wrappers = yes; then echo 1; else echo 0; fi`
26282 _ACEOF
26283
26284 esac
26285 case $target_os in
26286 cygwin* | pe | mingw32*)
26287 # Recent binutils allows the three-operand form of ".comm" on PE. This
26288 # definition is used unconditionally to initialise the default state of
26289 # the target option variable that governs usage of the feature.
26290 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for .comm with alignment" >&5
26291 $as_echo_n "checking assembler for .comm with alignment... " >&6; }
26292 if ${gcc_cv_as_comm_has_align+:} false; then :
26293 $as_echo_n "(cached) " >&6
26294 else
26295 gcc_cv_as_comm_has_align=no
26296 if test $in_tree_gas = yes; then
26297 if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 19 \) \* 1000 + 52`
26298 then gcc_cv_as_comm_has_align=yes
26299 fi
26300 elif test x$gcc_cv_as != x; then
26301 $as_echo '.comm foo,1,32' > conftest.s
26302 if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
26303 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
26304 (eval $ac_try) 2>&5
26305 ac_status=$?
26306 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
26307 test $ac_status = 0; }; }
26308 then
26309 gcc_cv_as_comm_has_align=yes
26310 else
26311 echo "configure: failed program was" >&5
26312 cat conftest.s >&5
26313 fi
26314 rm -f conftest.o conftest.s
26315 fi
26316 fi
26317 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_comm_has_align" >&5
26318 $as_echo "$gcc_cv_as_comm_has_align" >&6; }
26319
26320
26321
26322 cat >>confdefs.h <<_ACEOF
26323 #define HAVE_GAS_ALIGNED_COMM `if test $gcc_cv_as_comm_has_align = yes; then echo 1; else echo 0; fi`
26324 _ACEOF
26325
26326 # Used for DWARF 2 in PE
26327 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for .secrel32 relocs" >&5
26328 $as_echo_n "checking assembler for .secrel32 relocs... " >&6; }
26329 if ${gcc_cv_as_ix86_pe_secrel32+:} false; then :
26330 $as_echo_n "(cached) " >&6
26331 else
26332 gcc_cv_as_ix86_pe_secrel32=no
26333 if test $in_tree_gas = yes; then
26334 if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 15 \) \* 1000 + 91`
26335 then gcc_cv_as_ix86_pe_secrel32=yes
26336 fi
26337 elif test x$gcc_cv_as != x; then
26338 $as_echo '.text
26339 foo: nop
26340 .data
26341 .secrel32 foo' > conftest.s
26342 if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
26343 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
26344 (eval $ac_try) 2>&5
26345 ac_status=$?
26346 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
26347 test $ac_status = 0; }; }
26348 then
26349 if test x$gcc_cv_ld != x \
26350 && $gcc_cv_ld -o conftest conftest.o > /dev/null 2>&1; then
26351 gcc_cv_as_ix86_pe_secrel32=yes
26352 fi
26353 rm -f conftest
26354 else
26355 echo "configure: failed program was" >&5
26356 cat conftest.s >&5
26357 fi
26358 rm -f conftest.o conftest.s
26359 fi
26360 fi
26361 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_ix86_pe_secrel32" >&5
26362 $as_echo "$gcc_cv_as_ix86_pe_secrel32" >&6; }
26363 if test $gcc_cv_as_ix86_pe_secrel32 = yes; then
26364
26365 $as_echo "#define HAVE_GAS_PE_SECREL32_RELOC 1" >>confdefs.h
26366
26367 fi
26368
26369 # Test if the assembler supports the extended form of the .section
26370 # directive that specifies section alignment. LTO support uses this,
26371 # but normally only after installation, so we warn but don't fail the
26372 # configure if LTO is enabled but the assembler does not support it.
26373 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for .section with alignment" >&5
26374 $as_echo_n "checking assembler for .section with alignment... " >&6; }
26375 if ${gcc_cv_as_section_has_align+:} false; then :
26376 $as_echo_n "(cached) " >&6
26377 else
26378 gcc_cv_as_section_has_align=no
26379 if test $in_tree_gas = yes; then
26380 if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 20 \) \* 1000 + 1`
26381 then gcc_cv_as_section_has_align=yes
26382 fi
26383 elif test x$gcc_cv_as != x; then
26384 $as_echo '.section lto_test,"dr0"' > conftest.s
26385 if { ac_try='$gcc_cv_as $gcc_cv_as_flags -fatal-warnings -o conftest.o conftest.s >&5'
26386 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
26387 (eval $ac_try) 2>&5
26388 ac_status=$?
26389 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
26390 test $ac_status = 0; }; }
26391 then
26392 gcc_cv_as_section_has_align=yes
26393 else
26394 echo "configure: failed program was" >&5
26395 cat conftest.s >&5
26396 fi
26397 rm -f conftest.o conftest.s
26398 fi
26399 fi
26400 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_section_has_align" >&5
26401 $as_echo "$gcc_cv_as_section_has_align" >&6; }
26402
26403
26404 if test x$gcc_cv_as_section_has_align != xyes; then
26405 case ",$enable_languages," in
26406 *,lto,*)
26407 { $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
26408 $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;}
26409 ;;
26410 esac
26411 fi
26412 ;;
26413 esac
26414
26415 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for -xbrace_comment" >&5
26416 $as_echo_n "checking assembler for -xbrace_comment... " >&6; }
26417 if ${gcc_cv_as_ix86_xbrace_comment+:} false; then :
26418 $as_echo_n "(cached) " >&6
26419 else
26420 gcc_cv_as_ix86_xbrace_comment=no
26421 if test x$gcc_cv_as != x; then
26422 $as_echo '.text' > conftest.s
26423 if { ac_try='$gcc_cv_as $gcc_cv_as_flags -xbrace_comment=no -o conftest.o conftest.s >&5'
26424 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
26425 (eval $ac_try) 2>&5
26426 ac_status=$?
26427 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
26428 test $ac_status = 0; }; }
26429 then
26430 gcc_cv_as_ix86_xbrace_comment=yes
26431 else
26432 echo "configure: failed program was" >&5
26433 cat conftest.s >&5
26434 fi
26435 rm -f conftest.o conftest.s
26436 fi
26437 fi
26438 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_ix86_xbrace_comment" >&5
26439 $as_echo "$gcc_cv_as_ix86_xbrace_comment" >&6; }
26440 if test $gcc_cv_as_ix86_xbrace_comment = yes; then
26441
26442 $as_echo "#define HAVE_AS_XBRACE_COMMENT_OPTION 1" >>confdefs.h
26443
26444 fi
26445
26446
26447 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for filds and fists mnemonics" >&5
26448 $as_echo_n "checking assembler for filds and fists mnemonics... " >&6; }
26449 if ${gcc_cv_as_ix86_filds+:} false; then :
26450 $as_echo_n "(cached) " >&6
26451 else
26452 gcc_cv_as_ix86_filds=no
26453 if test x$gcc_cv_as != x; then
26454 $as_echo 'filds (%ebp); fists (%ebp)' > conftest.s
26455 if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
26456 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
26457 (eval $ac_try) 2>&5
26458 ac_status=$?
26459 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
26460 test $ac_status = 0; }; }
26461 then
26462 gcc_cv_as_ix86_filds=yes
26463 else
26464 echo "configure: failed program was" >&5
26465 cat conftest.s >&5
26466 fi
26467 rm -f conftest.o conftest.s
26468 fi
26469 fi
26470 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_ix86_filds" >&5
26471 $as_echo "$gcc_cv_as_ix86_filds" >&6; }
26472 if test $gcc_cv_as_ix86_filds = yes; then
26473
26474 $as_echo "#define HAVE_AS_IX86_FILDS 1" >>confdefs.h
26475
26476 fi
26477
26478
26479 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for fildq and fistpq mnemonics" >&5
26480 $as_echo_n "checking assembler for fildq and fistpq mnemonics... " >&6; }
26481 if ${gcc_cv_as_ix86_fildq+:} false; then :
26482 $as_echo_n "(cached) " >&6
26483 else
26484 gcc_cv_as_ix86_fildq=no
26485 if test x$gcc_cv_as != x; then
26486 $as_echo 'fildq (%ebp); fistpq (%ebp)' > conftest.s
26487 if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
26488 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
26489 (eval $ac_try) 2>&5
26490 ac_status=$?
26491 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
26492 test $ac_status = 0; }; }
26493 then
26494 gcc_cv_as_ix86_fildq=yes
26495 else
26496 echo "configure: failed program was" >&5
26497 cat conftest.s >&5
26498 fi
26499 rm -f conftest.o conftest.s
26500 fi
26501 fi
26502 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_ix86_fildq" >&5
26503 $as_echo "$gcc_cv_as_ix86_fildq" >&6; }
26504 if test $gcc_cv_as_ix86_fildq = yes; then
26505
26506 $as_echo "#define HAVE_AS_IX86_FILDQ 1" >>confdefs.h
26507
26508 fi
26509
26510
26511 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for cmov syntax" >&5
26512 $as_echo_n "checking assembler for cmov syntax... " >&6; }
26513 if ${gcc_cv_as_ix86_cmov_sun_syntax+:} false; then :
26514 $as_echo_n "(cached) " >&6
26515 else
26516 gcc_cv_as_ix86_cmov_sun_syntax=no
26517 if test x$gcc_cv_as != x; then
26518 $as_echo 'cmovl.l %edx, %eax' > conftest.s
26519 if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
26520 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
26521 (eval $ac_try) 2>&5
26522 ac_status=$?
26523 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
26524 test $ac_status = 0; }; }
26525 then
26526 gcc_cv_as_ix86_cmov_sun_syntax=yes
26527 else
26528 echo "configure: failed program was" >&5
26529 cat conftest.s >&5
26530 fi
26531 rm -f conftest.o conftest.s
26532 fi
26533 fi
26534 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_ix86_cmov_sun_syntax" >&5
26535 $as_echo "$gcc_cv_as_ix86_cmov_sun_syntax" >&6; }
26536 if test $gcc_cv_as_ix86_cmov_sun_syntax = yes; then
26537
26538 $as_echo "#define HAVE_AS_IX86_CMOV_SUN_SYNTAX 1" >>confdefs.h
26539
26540 fi
26541
26542
26543 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for ffreep mnemonic" >&5
26544 $as_echo_n "checking assembler for ffreep mnemonic... " >&6; }
26545 if ${gcc_cv_as_ix86_ffreep+:} false; then :
26546 $as_echo_n "(cached) " >&6
26547 else
26548 gcc_cv_as_ix86_ffreep=no
26549 if test x$gcc_cv_as != x; then
26550 $as_echo 'ffreep %st(1)' > conftest.s
26551 if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
26552 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
26553 (eval $ac_try) 2>&5
26554 ac_status=$?
26555 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
26556 test $ac_status = 0; }; }
26557 then
26558 gcc_cv_as_ix86_ffreep=yes
26559 else
26560 echo "configure: failed program was" >&5
26561 cat conftest.s >&5
26562 fi
26563 rm -f conftest.o conftest.s
26564 fi
26565 fi
26566 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_ix86_ffreep" >&5
26567 $as_echo "$gcc_cv_as_ix86_ffreep" >&6; }
26568 if test $gcc_cv_as_ix86_ffreep = yes; then
26569
26570 $as_echo "#define HAVE_AS_IX86_FFREEP 1" >>confdefs.h
26571
26572 fi
26573
26574
26575 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for .quad directive" >&5
26576 $as_echo_n "checking assembler for .quad directive... " >&6; }
26577 if ${gcc_cv_as_ix86_quad+:} false; then :
26578 $as_echo_n "(cached) " >&6
26579 else
26580 gcc_cv_as_ix86_quad=no
26581 if test x$gcc_cv_as != x; then
26582 $as_echo '.quad 0' > conftest.s
26583 if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
26584 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
26585 (eval $ac_try) 2>&5
26586 ac_status=$?
26587 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
26588 test $ac_status = 0; }; }
26589 then
26590 gcc_cv_as_ix86_quad=yes
26591 else
26592 echo "configure: failed program was" >&5
26593 cat conftest.s >&5
26594 fi
26595 rm -f conftest.o conftest.s
26596 fi
26597 fi
26598 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_ix86_quad" >&5
26599 $as_echo "$gcc_cv_as_ix86_quad" >&6; }
26600 if test $gcc_cv_as_ix86_quad = yes; then
26601
26602 $as_echo "#define HAVE_AS_IX86_QUAD 1" >>confdefs.h
26603
26604 fi
26605
26606
26607 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for sahf mnemonic" >&5
26608 $as_echo_n "checking assembler for sahf mnemonic... " >&6; }
26609 if ${gcc_cv_as_ix86_sahf+:} false; then :
26610 $as_echo_n "(cached) " >&6
26611 else
26612 gcc_cv_as_ix86_sahf=no
26613 if test x$gcc_cv_as != x; then
26614 $as_echo '.code64
26615 sahf' > conftest.s
26616 if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
26617 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
26618 (eval $ac_try) 2>&5
26619 ac_status=$?
26620 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
26621 test $ac_status = 0; }; }
26622 then
26623 gcc_cv_as_ix86_sahf=yes
26624 else
26625 echo "configure: failed program was" >&5
26626 cat conftest.s >&5
26627 fi
26628 rm -f conftest.o conftest.s
26629 fi
26630 fi
26631 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_ix86_sahf" >&5
26632 $as_echo "$gcc_cv_as_ix86_sahf" >&6; }
26633 if test $gcc_cv_as_ix86_sahf = yes; then
26634
26635 $as_echo "#define HAVE_AS_IX86_SAHF 1" >>confdefs.h
26636
26637 fi
26638
26639
26640 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for interunit movq mnemonic" >&5
26641 $as_echo_n "checking assembler for interunit movq mnemonic... " >&6; }
26642 if ${gcc_cv_as_ix86_interunit_movq+:} false; then :
26643 $as_echo_n "(cached) " >&6
26644 else
26645 gcc_cv_as_ix86_interunit_movq=no
26646 if test x$gcc_cv_as != x; then
26647 $as_echo '.code64
26648 movq %mm0, %rax
26649 movq %rax, %xmm0' > conftest.s
26650 if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
26651 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
26652 (eval $ac_try) 2>&5
26653 ac_status=$?
26654 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
26655 test $ac_status = 0; }; }
26656 then
26657 gcc_cv_as_ix86_interunit_movq=yes
26658 else
26659 echo "configure: failed program was" >&5
26660 cat conftest.s >&5
26661 fi
26662 rm -f conftest.o conftest.s
26663 fi
26664 fi
26665 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_ix86_interunit_movq" >&5
26666 $as_echo "$gcc_cv_as_ix86_interunit_movq" >&6; }
26667
26668
26669
26670 cat >>confdefs.h <<_ACEOF
26671 #define HAVE_AS_IX86_INTERUNIT_MOVQ `if test $gcc_cv_as_ix86_interunit_movq = yes; then echo 1; else echo 0; fi`
26672 _ACEOF
26673
26674
26675 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for hle prefixes" >&5
26676 $as_echo_n "checking assembler for hle prefixes... " >&6; }
26677 if ${gcc_cv_as_ix86_hle+:} false; then :
26678 $as_echo_n "(cached) " >&6
26679 else
26680 gcc_cv_as_ix86_hle=no
26681 if test x$gcc_cv_as != x; then
26682 $as_echo 'lock xacquire cmpxchg %esi, (%ecx)' > conftest.s
26683 if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
26684 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
26685 (eval $ac_try) 2>&5
26686 ac_status=$?
26687 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
26688 test $ac_status = 0; }; }
26689 then
26690 gcc_cv_as_ix86_hle=yes
26691 else
26692 echo "configure: failed program was" >&5
26693 cat conftest.s >&5
26694 fi
26695 rm -f conftest.o conftest.s
26696 fi
26697 fi
26698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_ix86_hle" >&5
26699 $as_echo "$gcc_cv_as_ix86_hle" >&6; }
26700 if test $gcc_cv_as_ix86_hle = yes; then
26701
26702 $as_echo "#define HAVE_AS_IX86_HLE 1" >>confdefs.h
26703
26704 fi
26705
26706
26707 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for swap suffix" >&5
26708 $as_echo_n "checking assembler for swap suffix... " >&6; }
26709 if ${gcc_cv_as_ix86_swap+:} false; then :
26710 $as_echo_n "(cached) " >&6
26711 else
26712 gcc_cv_as_ix86_swap=no
26713 if test x$gcc_cv_as != x; then
26714 $as_echo 'movl.s %esp, %ebp' > conftest.s
26715 if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
26716 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
26717 (eval $ac_try) 2>&5
26718 ac_status=$?
26719 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
26720 test $ac_status = 0; }; }
26721 then
26722 gcc_cv_as_ix86_swap=yes
26723 else
26724 echo "configure: failed program was" >&5
26725 cat conftest.s >&5
26726 fi
26727 rm -f conftest.o conftest.s
26728 fi
26729 fi
26730 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_ix86_swap" >&5
26731 $as_echo "$gcc_cv_as_ix86_swap" >&6; }
26732 if test $gcc_cv_as_ix86_swap = yes; then
26733
26734 $as_echo "#define HAVE_AS_IX86_SWAP 1" >>confdefs.h
26735
26736 fi
26737
26738
26739 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for different section symbol subtraction" >&5
26740 $as_echo_n "checking assembler for different section symbol subtraction... " >&6; }
26741 if ${gcc_cv_as_ix86_diff_sect_delta+:} false; then :
26742 $as_echo_n "(cached) " >&6
26743 else
26744 gcc_cv_as_ix86_diff_sect_delta=no
26745 if test x$gcc_cv_as != x; then
26746 $as_echo '.section .rodata
26747 .L1:
26748 .long .L2-.L1
26749 .long .L3-.L1
26750 .text
26751 .L3: nop
26752 .L2: nop' > conftest.s
26753 if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
26754 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
26755 (eval $ac_try) 2>&5
26756 ac_status=$?
26757 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
26758 test $ac_status = 0; }; }
26759 then
26760 gcc_cv_as_ix86_diff_sect_delta=yes
26761 else
26762 echo "configure: failed program was" >&5
26763 cat conftest.s >&5
26764 fi
26765 rm -f conftest.o conftest.s
26766 fi
26767 fi
26768 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_ix86_diff_sect_delta" >&5
26769 $as_echo "$gcc_cv_as_ix86_diff_sect_delta" >&6; }
26770 if test $gcc_cv_as_ix86_diff_sect_delta = yes; then
26771
26772 $as_echo "#define HAVE_AS_IX86_DIFF_SECT_DELTA 1" >>confdefs.h
26773
26774 fi
26775
26776
26777 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for rep and lock prefix" >&5
26778 $as_echo_n "checking assembler for rep and lock prefix... " >&6; }
26779 if ${gcc_cv_as_ix86_rep_lock_prefix+:} false; then :
26780 $as_echo_n "(cached) " >&6
26781 else
26782 gcc_cv_as_ix86_rep_lock_prefix=no
26783 if test x$gcc_cv_as != x; then
26784 $as_echo 'rep movsl
26785 rep ret
26786 rep nop
26787 rep bsf %ecx, %eax
26788 rep bsr %ecx, %eax
26789 lock addl %edi, (%eax,%esi)
26790 lock orl $0, (%esp)' > conftest.s
26791 if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
26792 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
26793 (eval $ac_try) 2>&5
26794 ac_status=$?
26795 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
26796 test $ac_status = 0; }; }
26797 then
26798 gcc_cv_as_ix86_rep_lock_prefix=yes
26799 else
26800 echo "configure: failed program was" >&5
26801 cat conftest.s >&5
26802 fi
26803 rm -f conftest.o conftest.s
26804 fi
26805 fi
26806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_ix86_rep_lock_prefix" >&5
26807 $as_echo "$gcc_cv_as_ix86_rep_lock_prefix" >&6; }
26808 if test $gcc_cv_as_ix86_rep_lock_prefix = yes; then
26809
26810 $as_echo "#define HAVE_AS_IX86_REP_LOCK_PREFIX 1" >>confdefs.h
26811
26812 fi
26813
26814
26815 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for ud2 mnemonic" >&5
26816 $as_echo_n "checking assembler for ud2 mnemonic... " >&6; }
26817 if ${gcc_cv_as_ix86_ud2+:} false; then :
26818 $as_echo_n "(cached) " >&6
26819 else
26820 gcc_cv_as_ix86_ud2=no
26821 if test x$gcc_cv_as != x; then
26822 $as_echo 'ud2' > conftest.s
26823 if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
26824 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
26825 (eval $ac_try) 2>&5
26826 ac_status=$?
26827 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
26828 test $ac_status = 0; }; }
26829 then
26830 gcc_cv_as_ix86_ud2=yes
26831 else
26832 echo "configure: failed program was" >&5
26833 cat conftest.s >&5
26834 fi
26835 rm -f conftest.o conftest.s
26836 fi
26837 fi
26838 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_ix86_ud2" >&5
26839 $as_echo "$gcc_cv_as_ix86_ud2" >&6; }
26840 if test $gcc_cv_as_ix86_ud2 = yes; then
26841
26842 $as_echo "#define HAVE_AS_IX86_UD2 1" >>confdefs.h
26843
26844 fi
26845
26846
26847 # Enforce 32-bit output with gas and gld.
26848 if test x$gas = xyes; then
26849 as_ix86_gas_32_opt="--32"
26850 fi
26851 if echo "$ld_ver" | grep GNU > /dev/null; then
26852 if $gcc_cv_ld -V 2>/dev/null | grep elf_i386_sol2 > /dev/null; then
26853 ld_ix86_gld_32_opt="-melf_i386_sol2"
26854 else
26855 ld_ix86_gld_32_opt="-melf_i386"
26856 fi
26857 fi
26858
26859 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for R_386_TLS_GD_PLT reloc" >&5
26860 $as_echo_n "checking assembler for R_386_TLS_GD_PLT reloc... " >&6; }
26861 if ${gcc_cv_as_ix86_tlsgdplt+:} false; then :
26862 $as_echo_n "(cached) " >&6
26863 else
26864 gcc_cv_as_ix86_tlsgdplt=no
26865 if test x$gcc_cv_as != x; then
26866 $as_echo 'call tls_gd@tlsgdplt' > conftest.s
26867 if { ac_try='$gcc_cv_as $gcc_cv_as_flags $as_ix86_gas_32_opt -o conftest.o conftest.s >&5'
26868 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
26869 (eval $ac_try) 2>&5
26870 ac_status=$?
26871 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
26872 test $ac_status = 0; }; }
26873 then
26874 if test x$gcc_cv_ld != x \
26875 && $gcc_cv_ld $ld_ix86_gld_32_opt -o conftest conftest.o -G > /dev/null 2>&1; then
26876 gcc_cv_as_ix86_tlsgdplt=yes
26877 fi
26878 rm -f conftest
26879 else
26880 echo "configure: failed program was" >&5
26881 cat conftest.s >&5
26882 fi
26883 rm -f conftest.o conftest.s
26884 fi
26885 fi
26886 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_ix86_tlsgdplt" >&5
26887 $as_echo "$gcc_cv_as_ix86_tlsgdplt" >&6; }
26888 if test $gcc_cv_as_ix86_tlsgdplt = yes; then
26889
26890 $as_echo "#define HAVE_AS_IX86_TLSGDPLT 1" >>confdefs.h
26891
26892 fi
26893
26894
26895 conftest_s='
26896 .section .tdata,"aw'$tls_section_flag'",@progbits
26897 tls_ld:
26898 .section .text,"ax",@progbits
26899 call tls_ld@tlsldmplt'
26900
26901 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for R_386_TLS_LDM_PLT reloc" >&5
26902 $as_echo_n "checking assembler for R_386_TLS_LDM_PLT reloc... " >&6; }
26903 if ${gcc_cv_as_ix86_tlsldmplt+:} false; then :
26904 $as_echo_n "(cached) " >&6
26905 else
26906 gcc_cv_as_ix86_tlsldmplt=no
26907 if test x$gcc_cv_as != x; then
26908 $as_echo "$conftest_s" > conftest.s
26909 if { ac_try='$gcc_cv_as $gcc_cv_as_flags $as_ix86_gas_32_opt -o conftest.o conftest.s >&5'
26910 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
26911 (eval $ac_try) 2>&5
26912 ac_status=$?
26913 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
26914 test $ac_status = 0; }; }
26915 then
26916 if test x$gcc_cv_ld != x \
26917 && $gcc_cv_ld $ld_ix86_gld_32_opt -o conftest conftest.o -G > /dev/null 2>&1; then
26918 gcc_cv_as_ix86_tlsldmplt=yes
26919 fi
26920 rm -f conftest
26921 else
26922 echo "configure: failed program was" >&5
26923 cat conftest.s >&5
26924 fi
26925 rm -f conftest.o conftest.s
26926 fi
26927 fi
26928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_ix86_tlsldmplt" >&5
26929 $as_echo "$gcc_cv_as_ix86_tlsldmplt" >&6; }
26930
26931
26932
26933 cat >>confdefs.h <<_ACEOF
26934 #define HAVE_AS_IX86_TLSLDMPLT `if test $gcc_cv_as_ix86_tlsldmplt = yes; then echo 1; else echo 0; fi`
26935 _ACEOF
26936
26937
26938 conftest_s='
26939 .section .text,"ax",@progbits
26940 .globl _start
26941 .type _start, @function
26942 _start:
26943 leal value@tlsldm(%ebx), %eax
26944 call ___tls_get_addr@plt
26945
26946 .section .tdata,"aw'$tls_section_flag'",@progbits
26947 .type value, @object
26948 value:'
26949 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for R_386_TLS_LDM reloc" >&5
26950 $as_echo_n "checking assembler for R_386_TLS_LDM reloc... " >&6; }
26951 if ${gcc_cv_as_ix86_tlsldm+:} false; then :
26952 $as_echo_n "(cached) " >&6
26953 else
26954 gcc_cv_as_ix86_tlsldm=no
26955 if test x$gcc_cv_as != x; then
26956 $as_echo "$conftest_s" > conftest.s
26957 if { ac_try='$gcc_cv_as $gcc_cv_as_flags $as_ix86_gas_32_opt -o conftest.o conftest.s >&5'
26958 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
26959 (eval $ac_try) 2>&5
26960 ac_status=$?
26961 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
26962 test $ac_status = 0; }; }
26963 then
26964 if test x$gcc_cv_ld != x && test x$gcc_cv_objdump != x \
26965 && $gcc_cv_ld $ld_ix86_gld_32_opt -o conftest conftest.o $ld_tls_libs -lc > /dev/null 2>&1; then
26966 if $gcc_cv_objdump -d conftest 2>/dev/null | grep nop > /dev/null \
26967 || dis conftest 2>/dev/null | grep nop > /dev/null; then
26968 gcc_cv_as_ix86_tlsldm=yes
26969 fi
26970 fi
26971 rm -f conftest
26972 else
26973 echo "configure: failed program was" >&5
26974 cat conftest.s >&5
26975 fi
26976 rm -f conftest.o conftest.s
26977 fi
26978 fi
26979 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_ix86_tlsldm" >&5
26980 $as_echo "$gcc_cv_as_ix86_tlsldm" >&6; }
26981
26982
26983
26984 cat >>confdefs.h <<_ACEOF
26985 #define HAVE_AS_IX86_TLSLDM `if test $gcc_cv_as_ix86_tlsldm = yes; then echo 1; else echo 0; fi`
26986 _ACEOF
26987
26988
26989 conftest_s='
26990 .data
26991 bar:
26992 .byte 1
26993 .text
26994 .global _start
26995 _start:
26996 cmpl $0, bar@GOT
26997 jmp *_start@GOT'
26998 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for R_386_GOT32X reloc" >&5
26999 $as_echo_n "checking assembler for R_386_GOT32X reloc... " >&6; }
27000 if ${gcc_cv_as_ix86_got32x+:} false; then :
27001 $as_echo_n "(cached) " >&6
27002 else
27003 gcc_cv_as_ix86_got32x=no
27004 if test x$gcc_cv_as != x; then
27005 $as_echo "$conftest_s" > conftest.s
27006 if { ac_try='$gcc_cv_as $gcc_cv_as_flags $as_ix86_gas_32_opt -o conftest.o conftest.s >&5'
27007 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
27008 (eval $ac_try) 2>&5
27009 ac_status=$?
27010 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
27011 test $ac_status = 0; }; }
27012 then
27013 if test x$gcc_cv_ld != x && test x$gcc_cv_objdump != x \
27014 && test x$gcc_cv_readelf != x \
27015 && $gcc_cv_readelf --relocs --wide conftest.o 2>&1 \
27016 | grep R_386_GOT32X > /dev/null 2>&1 \
27017 && $gcc_cv_ld $ld_ix86_gld_32_opt -o conftest conftest.o > /dev/null 2>&1; then
27018 if $gcc_cv_objdump -dw conftest 2>&1 \
27019 | grep 0xffffff > /dev/null 2>&1; then
27020 gcc_cv_as_ix86_got32x=no
27021 else
27022 gcc_cv_as_ix86_got32x=yes
27023 fi
27024 fi
27025 rm -f conftest
27026 else
27027 echo "configure: failed program was" >&5
27028 cat conftest.s >&5
27029 fi
27030 rm -f conftest.o conftest.s
27031 fi
27032 fi
27033 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_ix86_got32x" >&5
27034 $as_echo "$gcc_cv_as_ix86_got32x" >&6; }
27035
27036
27037
27038 cat >>confdefs.h <<_ACEOF
27039 #define HAVE_AS_IX86_GOT32X `if test x"$gcc_cv_as_ix86_got32x" = xyes; then echo 1; else echo 0; fi`
27040 _ACEOF
27041
27042
27043 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for GOTOFF in data" >&5
27044 $as_echo_n "checking assembler for GOTOFF in data... " >&6; }
27045 if ${gcc_cv_as_ix86_gotoff_in_data+:} false; then :
27046 $as_echo_n "(cached) " >&6
27047 else
27048 gcc_cv_as_ix86_gotoff_in_data=no
27049 if test $in_tree_gas = yes; then
27050 if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 11 \) \* 1000 + 0`
27051 then gcc_cv_as_ix86_gotoff_in_data=yes
27052 fi
27053 elif test x$gcc_cv_as != x; then
27054 $as_echo ' .text
27055 .L0:
27056 nop
27057 .data
27058 .long .L0@GOTOFF' > conftest.s
27059 if { ac_try='$gcc_cv_as $gcc_cv_as_flags $as_ix86_gas_32_opt -o conftest.o conftest.s >&5'
27060 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
27061 (eval $ac_try) 2>&5
27062 ac_status=$?
27063 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
27064 test $ac_status = 0; }; }
27065 then
27066 gcc_cv_as_ix86_gotoff_in_data=yes
27067 else
27068 echo "configure: failed program was" >&5
27069 cat conftest.s >&5
27070 fi
27071 rm -f conftest.o conftest.s
27072 fi
27073 fi
27074 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_ix86_gotoff_in_data" >&5
27075 $as_echo "$gcc_cv_as_ix86_gotoff_in_data" >&6; }
27076
27077
27078
27079 cat >>confdefs.h <<_ACEOF
27080 #define HAVE_AS_GOTOFF_IN_DATA `if test $gcc_cv_as_ix86_gotoff_in_data = yes; then echo 1; else echo 0; fi`
27081 _ACEOF
27082
27083
27084 conftest_s='
27085 .section .text,"ax",@progbits
27086 .globl _start
27087 .type _start, @function
27088 _start:
27089 leal ld@tlsldm(%ecx), %eax
27090 call *___tls_get_addr@GOT(%ecx)
27091 leal gd@tlsgd(%ecx), %eax
27092 call *___tls_get_addr@GOT(%ecx)
27093
27094 .section .tdata,"aw'$tls_section_flag'",@progbits
27095 .type ld, @object
27096 ld:
27097 .byte 0
27098 .globl gd
27099 .type gd, @object
27100 gd:
27101 .byte 0'
27102 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for calling ___tls_get_addr via GOT" >&5
27103 $as_echo_n "checking assembler for calling ___tls_get_addr via GOT... " >&6; }
27104 if ${gcc_cv_as_ix86_tls_get_addr_via_got+:} false; then :
27105 $as_echo_n "(cached) " >&6
27106 else
27107 gcc_cv_as_ix86_tls_get_addr_via_got=no
27108 if test x$gcc_cv_as != x; then
27109 $as_echo "$conftest_s" > conftest.s
27110 if { ac_try='$gcc_cv_as $gcc_cv_as_flags $as_ix86_gas_32_opt -o conftest.o conftest.s >&5'
27111 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
27112 (eval $ac_try) 2>&5
27113 ac_status=$?
27114 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
27115 test $ac_status = 0; }; }
27116 then
27117 if test x$gcc_cv_ld != x \
27118 && $gcc_cv_ld $ld_ix86_gld_32_opt -o conftest conftest.o > /dev/null 2>&1; then
27119 gcc_cv_as_ix86_tls_get_addr_via_got=yes
27120 fi
27121 rm -f conftest
27122 else
27123 echo "configure: failed program was" >&5
27124 cat conftest.s >&5
27125 fi
27126 rm -f conftest.o conftest.s
27127 fi
27128 fi
27129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_ix86_tls_get_addr_via_got" >&5
27130 $as_echo "$gcc_cv_as_ix86_tls_get_addr_via_got" >&6; }
27131
27132
27133
27134 cat >>confdefs.h <<_ACEOF
27135 #define HAVE_AS_IX86_TLS_GET_ADDR_GOT `if test x"$gcc_cv_as_ix86_tls_get_addr_via_got" = xyes; then echo 1; else echo 0; fi`
27136 _ACEOF
27137
27138 ;;
27139
27140 ia64*-*-*)
27141 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for ltoffx and ldxmov relocs" >&5
27142 $as_echo_n "checking assembler for ltoffx and ldxmov relocs... " >&6; }
27143 if ${gcc_cv_as_ia64_ltoffx_ldxmov_relocs+:} false; then :
27144 $as_echo_n "(cached) " >&6
27145 else
27146 gcc_cv_as_ia64_ltoffx_ldxmov_relocs=no
27147 if test $in_tree_gas = yes; then
27148 if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 14 \) \* 1000 + 0`
27149 then gcc_cv_as_ia64_ltoffx_ldxmov_relocs=yes
27150 fi
27151 elif test x$gcc_cv_as != x; then
27152 $as_echo ' .text
27153 addl r15 = @ltoffx(x#), gp
27154 ;;
27155 ld8.mov r16 = [r15], x#
27156 ' > conftest.s
27157 if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
27158 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
27159 (eval $ac_try) 2>&5
27160 ac_status=$?
27161 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
27162 test $ac_status = 0; }; }
27163 then
27164 gcc_cv_as_ia64_ltoffx_ldxmov_relocs=yes
27165 else
27166 echo "configure: failed program was" >&5
27167 cat conftest.s >&5
27168 fi
27169 rm -f conftest.o conftest.s
27170 fi
27171 fi
27172 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_ia64_ltoffx_ldxmov_relocs" >&5
27173 $as_echo "$gcc_cv_as_ia64_ltoffx_ldxmov_relocs" >&6; }
27174 if test $gcc_cv_as_ia64_ltoffx_ldxmov_relocs = yes; then
27175
27176 $as_echo "#define HAVE_AS_LTOFFX_LDXMOV_RELOCS 1" >>confdefs.h
27177
27178 fi
27179
27180
27181 ;;
27182
27183 powerpc*-*-*)
27184
27185 case $target in
27186 *-*-darwin*)
27187 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for .machine directive support" >&5
27188 $as_echo_n "checking assembler for .machine directive support... " >&6; }
27189 if ${gcc_cv_as_machine_directive+:} false; then :
27190 $as_echo_n "(cached) " >&6
27191 else
27192 gcc_cv_as_machine_directive=no
27193 if test x$gcc_cv_as != x; then
27194 $as_echo ' .machine ppc7400' > conftest.s
27195 if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
27196 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
27197 (eval $ac_try) 2>&5
27198 ac_status=$?
27199 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
27200 test $ac_status = 0; }; }
27201 then
27202 gcc_cv_as_machine_directive=yes
27203 else
27204 echo "configure: failed program was" >&5
27205 cat conftest.s >&5
27206 fi
27207 rm -f conftest.o conftest.s
27208 fi
27209 fi
27210 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_machine_directive" >&5
27211 $as_echo "$gcc_cv_as_machine_directive" >&6; }
27212
27213
27214 if test x$gcc_cv_as_machine_directive != xyes; then
27215 echo "*** This target requires an assembler supporting \".machine\"" >&2
27216 echo you can get it from: https://gcc.gnu.org/pub/gcc/infrastructure/cctools-528.5.dmg >&2
27217 test x$build = x$target && exit 1
27218 fi
27219 ;;
27220 esac
27221
27222 case $target in
27223 *-*-aix*) conftest_s=' .machine "pwr5"
27224 .csect .text[PR]
27225 mfcr 3,128';;
27226 *-*-darwin*) conftest_s=' .text
27227 mfcr r3,128';;
27228 *) conftest_s=' .machine power4
27229 .text
27230 mfcr 3,128';;
27231 esac
27232
27233 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for mfcr field support" >&5
27234 $as_echo_n "checking assembler for mfcr field support... " >&6; }
27235 if ${gcc_cv_as_powerpc_mfcrf+:} false; then :
27236 $as_echo_n "(cached) " >&6
27237 else
27238 gcc_cv_as_powerpc_mfcrf=no
27239 if test $in_tree_gas = yes; then
27240 if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 14 \) \* 1000 + 0`
27241 then gcc_cv_as_powerpc_mfcrf=yes
27242 fi
27243 elif test x$gcc_cv_as != x; then
27244 $as_echo "$conftest_s" > conftest.s
27245 if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
27246 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
27247 (eval $ac_try) 2>&5
27248 ac_status=$?
27249 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
27250 test $ac_status = 0; }; }
27251 then
27252 gcc_cv_as_powerpc_mfcrf=yes
27253 else
27254 echo "configure: failed program was" >&5
27255 cat conftest.s >&5
27256 fi
27257 rm -f conftest.o conftest.s
27258 fi
27259 fi
27260 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_powerpc_mfcrf" >&5
27261 $as_echo "$gcc_cv_as_powerpc_mfcrf" >&6; }
27262 if test $gcc_cv_as_powerpc_mfcrf = yes; then
27263
27264 $as_echo "#define HAVE_AS_MFCRF 1" >>confdefs.h
27265
27266 fi
27267
27268
27269 case $target in
27270 *-*-aix*) conftest_s=' .csect .text[PR]
27271 LCF..0:
27272 addis 11,30,_GLOBAL_OFFSET_TABLE_-LCF..0@ha';;
27273 *-*-darwin*)
27274 conftest_s=' .text
27275 LCF0:
27276 addis r11,r30,_GLOBAL_OFFSET_TABLE_-LCF0@ha';;
27277 *) conftest_s=' .text
27278 .LCF0:
27279 addis 11,30,_GLOBAL_OFFSET_TABLE_-.LCF0@ha';;
27280 esac
27281
27282 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for rel16 relocs" >&5
27283 $as_echo_n "checking assembler for rel16 relocs... " >&6; }
27284 if ${gcc_cv_as_powerpc_rel16+:} false; then :
27285 $as_echo_n "(cached) " >&6
27286 else
27287 gcc_cv_as_powerpc_rel16=no
27288 if test $in_tree_gas = yes; then
27289 if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 17 \) \* 1000 + 0`
27290 then gcc_cv_as_powerpc_rel16=yes
27291 fi
27292 elif test x$gcc_cv_as != x; then
27293 $as_echo "$conftest_s" > conftest.s
27294 if { ac_try='$gcc_cv_as $gcc_cv_as_flags -a32 -o conftest.o conftest.s >&5'
27295 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
27296 (eval $ac_try) 2>&5
27297 ac_status=$?
27298 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
27299 test $ac_status = 0; }; }
27300 then
27301 gcc_cv_as_powerpc_rel16=yes
27302 else
27303 echo "configure: failed program was" >&5
27304 cat conftest.s >&5
27305 fi
27306 rm -f conftest.o conftest.s
27307 fi
27308 fi
27309 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_powerpc_rel16" >&5
27310 $as_echo "$gcc_cv_as_powerpc_rel16" >&6; }
27311 if test $gcc_cv_as_powerpc_rel16 = yes; then
27312
27313 $as_echo "#define HAVE_AS_REL16 1" >>confdefs.h
27314
27315 fi
27316
27317
27318 case $target in
27319 *-*-aix*) conftest_s=' .machine "pwr7"
27320 .csect .text[PR]
27321 lxvd2x 1,2,3';;
27322 *) conftest_s=' .machine power7
27323 .text
27324 lxvd2x 1,2,3';;
27325 esac
27326
27327 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for vector-scalar support" >&5
27328 $as_echo_n "checking assembler for vector-scalar support... " >&6; }
27329 if ${gcc_cv_as_powerpc_vsx+:} false; then :
27330 $as_echo_n "(cached) " >&6
27331 else
27332 gcc_cv_as_powerpc_vsx=no
27333 if test $in_tree_gas = yes; then
27334 if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 19 \) \* 1000 + 2`
27335 then gcc_cv_as_powerpc_vsx=yes
27336 fi
27337 elif test x$gcc_cv_as != x; then
27338 $as_echo "$conftest_s" > conftest.s
27339 if { ac_try='$gcc_cv_as $gcc_cv_as_flags -a32 -o conftest.o conftest.s >&5'
27340 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
27341 (eval $ac_try) 2>&5
27342 ac_status=$?
27343 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
27344 test $ac_status = 0; }; }
27345 then
27346 gcc_cv_as_powerpc_vsx=yes
27347 else
27348 echo "configure: failed program was" >&5
27349 cat conftest.s >&5
27350 fi
27351 rm -f conftest.o conftest.s
27352 fi
27353 fi
27354 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_powerpc_vsx" >&5
27355 $as_echo "$gcc_cv_as_powerpc_vsx" >&6; }
27356 if test $gcc_cv_as_powerpc_vsx = yes; then
27357
27358 $as_echo "#define HAVE_AS_VSX 1" >>confdefs.h
27359
27360 fi
27361
27362
27363 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for .gnu_attribute support" >&5
27364 $as_echo_n "checking assembler for .gnu_attribute support... " >&6; }
27365 if ${gcc_cv_as_powerpc_gnu_attribute+:} false; then :
27366 $as_echo_n "(cached) " >&6
27367 else
27368 gcc_cv_as_powerpc_gnu_attribute=no
27369 if test $in_tree_gas = yes; then
27370 if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 18 \) \* 1000 + 0`
27371 then gcc_cv_as_powerpc_gnu_attribute=yes
27372 fi
27373 elif test x$gcc_cv_as != x; then
27374 $as_echo '.gnu_attribute 4,1' > conftest.s
27375 if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
27376 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
27377 (eval $ac_try) 2>&5
27378 ac_status=$?
27379 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
27380 test $ac_status = 0; }; }
27381 then
27382 gcc_cv_as_powerpc_gnu_attribute=yes
27383 else
27384 echo "configure: failed program was" >&5
27385 cat conftest.s >&5
27386 fi
27387 rm -f conftest.o conftest.s
27388 fi
27389 fi
27390 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_powerpc_gnu_attribute" >&5
27391 $as_echo "$gcc_cv_as_powerpc_gnu_attribute" >&6; }
27392 if test $gcc_cv_as_powerpc_gnu_attribute = yes; then
27393
27394 $as_echo "#define HAVE_AS_GNU_ATTRIBUTE 1" >>confdefs.h
27395
27396 fi
27397
27398
27399 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for prologue entry point marker support" >&5
27400 $as_echo_n "checking assembler for prologue entry point marker support... " >&6; }
27401 if ${gcc_cv_as_powerpc_entry_markers+:} false; then :
27402 $as_echo_n "(cached) " >&6
27403 else
27404 gcc_cv_as_powerpc_entry_markers=no
27405 if test $in_tree_gas = yes; then
27406 if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 26 \) \* 1000 + 0`
27407 then gcc_cv_as_powerpc_entry_markers=yes
27408 fi
27409 elif test x$gcc_cv_as != x; then
27410 $as_echo ' .reloc .,R_PPC64_ENTRY; nop' > conftest.s
27411 if { ac_try='$gcc_cv_as $gcc_cv_as_flags -a64 --fatal-warnings -o conftest.o conftest.s >&5'
27412 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
27413 (eval $ac_try) 2>&5
27414 ac_status=$?
27415 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
27416 test $ac_status = 0; }; }
27417 then
27418 gcc_cv_as_powerpc_entry_markers=yes
27419 else
27420 echo "configure: failed program was" >&5
27421 cat conftest.s >&5
27422 fi
27423 rm -f conftest.o conftest.s
27424 fi
27425 fi
27426 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_powerpc_entry_markers" >&5
27427 $as_echo "$gcc_cv_as_powerpc_entry_markers" >&6; }
27428 if test $gcc_cv_as_powerpc_entry_markers = yes; then
27429
27430 $as_echo "#define HAVE_AS_ENTRY_MARKERS 1" >>confdefs.h
27431
27432 fi
27433
27434
27435 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for plt sequence marker support" >&5
27436 $as_echo_n "checking assembler for plt sequence marker support... " >&6; }
27437 if ${gcc_cv_as_powerpc_pltseq_markers+:} false; then :
27438 $as_echo_n "(cached) " >&6
27439 else
27440 gcc_cv_as_powerpc_pltseq_markers=no
27441 if test $in_tree_gas = yes; then
27442 if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 31 \) \* 1000 + 0`
27443 then gcc_cv_as_powerpc_pltseq_markers=yes
27444 fi
27445 elif test x$gcc_cv_as != x; then
27446 $as_echo ' .reloc .,R_PPC_PLTSEQ; nop' > conftest.s
27447 if { ac_try='$gcc_cv_as $gcc_cv_as_flags -a32 --fatal-warnings -o conftest.o conftest.s >&5'
27448 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
27449 (eval $ac_try) 2>&5
27450 ac_status=$?
27451 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
27452 test $ac_status = 0; }; }
27453 then
27454 gcc_cv_as_powerpc_pltseq_markers=yes
27455 else
27456 echo "configure: failed program was" >&5
27457 cat conftest.s >&5
27458 fi
27459 rm -f conftest.o conftest.s
27460 fi
27461 fi
27462 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_powerpc_pltseq_markers" >&5
27463 $as_echo "$gcc_cv_as_powerpc_pltseq_markers" >&6; }
27464 if test $gcc_cv_as_powerpc_pltseq_markers = yes; then
27465
27466 $as_echo "#define HAVE_AS_PLTSEQ 1" >>confdefs.h
27467
27468 fi
27469
27470
27471 case $target in
27472 *-*-aix*)
27473 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for AIX .ref support" >&5
27474 $as_echo_n "checking assembler for AIX .ref support... " >&6; }
27475 if ${gcc_cv_as_aix_ref+:} false; then :
27476 $as_echo_n "(cached) " >&6
27477 else
27478 gcc_cv_as_aix_ref=no
27479 if test $in_tree_gas = yes; then
27480 if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 21 \) \* 1000 + 0`
27481 then gcc_cv_as_aix_ref=yes
27482 fi
27483 elif test x$gcc_cv_as != x; then
27484 $as_echo ' .csect stuff[rw]
27485 stuff:
27486 .long 1
27487 .extern sym
27488 .ref sym
27489 ' > conftest.s
27490 if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
27491 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
27492 (eval $ac_try) 2>&5
27493 ac_status=$?
27494 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
27495 test $ac_status = 0; }; }
27496 then
27497 gcc_cv_as_aix_ref=yes
27498 else
27499 echo "configure: failed program was" >&5
27500 cat conftest.s >&5
27501 fi
27502 rm -f conftest.o conftest.s
27503 fi
27504 fi
27505 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_aix_ref" >&5
27506 $as_echo "$gcc_cv_as_aix_ref" >&6; }
27507 if test $gcc_cv_as_aix_ref = yes; then
27508
27509 $as_echo "#define HAVE_AS_REF 1" >>confdefs.h
27510
27511 fi
27512
27513
27514 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for AIX DWARF location lists section support" >&5
27515 $as_echo_n "checking assembler for AIX DWARF location lists section support... " >&6; }
27516 if ${gcc_cv_as_aix_dwloc+:} false; then :
27517 $as_echo_n "(cached) " >&6
27518 else
27519 gcc_cv_as_aix_dwloc=no
27520 if test $in_tree_gas = yes; then
27521 if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 21 \) \* 1000 + 0`
27522 then gcc_cv_as_aix_dwloc=yes
27523 fi
27524 elif test x$gcc_cv_as != x; then
27525 $as_echo ' .dwsect 0xA0000
27526 Lframe..0:
27527 .vbyte 4,Lframe..0
27528 ' > conftest.s
27529 if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
27530 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
27531 (eval $ac_try) 2>&5
27532 ac_status=$?
27533 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
27534 test $ac_status = 0; }; }
27535 then
27536 gcc_cv_as_aix_dwloc=yes
27537 else
27538 echo "configure: failed program was" >&5
27539 cat conftest.s >&5
27540 fi
27541 rm -f conftest.o conftest.s
27542 fi
27543 fi
27544 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_aix_dwloc" >&5
27545 $as_echo "$gcc_cv_as_aix_dwloc" >&6; }
27546 if test $gcc_cv_as_aix_dwloc = yes; then
27547
27548 $as_echo "#define HAVE_XCOFF_DWARF_EXTRAS 1" >>confdefs.h
27549
27550 fi
27551
27552 ;;
27553 esac
27554 ;;
27555
27556 mips*-*-*)
27557 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for explicit relocation support" >&5
27558 $as_echo_n "checking assembler for explicit relocation support... " >&6; }
27559 if ${gcc_cv_as_mips_explicit_relocs+:} false; then :
27560 $as_echo_n "(cached) " >&6
27561 else
27562 gcc_cv_as_mips_explicit_relocs=no
27563 if test $in_tree_gas = yes; then
27564 if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 14 \) \* 1000 + 0`
27565 then gcc_cv_as_mips_explicit_relocs=yes
27566 fi
27567 elif test x$gcc_cv_as != x; then
27568 $as_echo ' lw $4,%gp_rel(foo)($4)' > conftest.s
27569 if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
27570 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
27571 (eval $ac_try) 2>&5
27572 ac_status=$?
27573 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
27574 test $ac_status = 0; }; }
27575 then
27576 gcc_cv_as_mips_explicit_relocs=yes
27577 else
27578 echo "configure: failed program was" >&5
27579 cat conftest.s >&5
27580 fi
27581 rm -f conftest.o conftest.s
27582 fi
27583 fi
27584 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_mips_explicit_relocs" >&5
27585 $as_echo "$gcc_cv_as_mips_explicit_relocs" >&6; }
27586 if test $gcc_cv_as_mips_explicit_relocs = yes; then
27587 if test x$target_cpu_default = x
27588 then target_cpu_default=MASK_EXPLICIT_RELOCS
27589 else target_cpu_default="($target_cpu_default)|MASK_EXPLICIT_RELOCS"
27590 fi
27591 fi
27592
27593
27594 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for -mno-shared support" >&5
27595 $as_echo_n "checking assembler for -mno-shared support... " >&6; }
27596 if ${gcc_cv_as_mips_no_shared+:} false; then :
27597 $as_echo_n "(cached) " >&6
27598 else
27599 gcc_cv_as_mips_no_shared=no
27600 if test $in_tree_gas = yes; then
27601 if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 16 \) \* 1000 + 0`
27602 then gcc_cv_as_mips_no_shared=yes
27603 fi
27604 elif test x$gcc_cv_as != x; then
27605 $as_echo 'nop' > conftest.s
27606 if { ac_try='$gcc_cv_as $gcc_cv_as_flags -mno-shared -o conftest.o conftest.s >&5'
27607 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
27608 (eval $ac_try) 2>&5
27609 ac_status=$?
27610 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
27611 test $ac_status = 0; }; }
27612 then
27613 gcc_cv_as_mips_no_shared=yes
27614 else
27615 echo "configure: failed program was" >&5
27616 cat conftest.s >&5
27617 fi
27618 rm -f conftest.o conftest.s
27619 fi
27620 fi
27621 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_mips_no_shared" >&5
27622 $as_echo "$gcc_cv_as_mips_no_shared" >&6; }
27623 if test $gcc_cv_as_mips_no_shared = yes; then
27624
27625 $as_echo "#define HAVE_AS_NO_SHARED 1" >>confdefs.h
27626
27627 fi
27628
27629
27630 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for .gnu_attribute support" >&5
27631 $as_echo_n "checking assembler for .gnu_attribute support... " >&6; }
27632 if ${gcc_cv_as_mips_gnu_attribute+:} false; then :
27633 $as_echo_n "(cached) " >&6
27634 else
27635 gcc_cv_as_mips_gnu_attribute=no
27636 if test $in_tree_gas = yes; then
27637 if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 18 \) \* 1000 + 0`
27638 then gcc_cv_as_mips_gnu_attribute=yes
27639 fi
27640 elif test x$gcc_cv_as != x; then
27641 $as_echo '.gnu_attribute 4,1' > conftest.s
27642 if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
27643 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
27644 (eval $ac_try) 2>&5
27645 ac_status=$?
27646 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
27647 test $ac_status = 0; }; }
27648 then
27649 gcc_cv_as_mips_gnu_attribute=yes
27650 else
27651 echo "configure: failed program was" >&5
27652 cat conftest.s >&5
27653 fi
27654 rm -f conftest.o conftest.s
27655 fi
27656 fi
27657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_mips_gnu_attribute" >&5
27658 $as_echo "$gcc_cv_as_mips_gnu_attribute" >&6; }
27659 if test $gcc_cv_as_mips_gnu_attribute = yes; then
27660
27661 $as_echo "#define HAVE_AS_GNU_ATTRIBUTE 1" >>confdefs.h
27662
27663 fi
27664
27665
27666 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for .module support" >&5
27667 $as_echo_n "checking assembler for .module support... " >&6; }
27668 if ${gcc_cv_as_mips_dot_module+:} false; then :
27669 $as_echo_n "(cached) " >&6
27670 else
27671 gcc_cv_as_mips_dot_module=no
27672 if test x$gcc_cv_as != x; then
27673 $as_echo '.module mips2
27674 .module fp=xx' > conftest.s
27675 if { ac_try='$gcc_cv_as $gcc_cv_as_flags -32 -o conftest.o conftest.s >&5'
27676 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
27677 (eval $ac_try) 2>&5
27678 ac_status=$?
27679 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
27680 test $ac_status = 0; }; }
27681 then
27682 gcc_cv_as_mips_dot_module=yes
27683 else
27684 echo "configure: failed program was" >&5
27685 cat conftest.s >&5
27686 fi
27687 rm -f conftest.o conftest.s
27688 fi
27689 fi
27690 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_mips_dot_module" >&5
27691 $as_echo "$gcc_cv_as_mips_dot_module" >&6; }
27692 if test $gcc_cv_as_mips_dot_module = yes; then
27693
27694 $as_echo "#define HAVE_AS_DOT_MODULE 1" >>confdefs.h
27695
27696 fi
27697
27698 if test x$gcc_cv_as_mips_dot_module = xno \
27699 && test x$with_fp_32 != x; then
27700 as_fn_error $? "Requesting --with-fp-32= requires assembler support for .module." "$LINENO" 5
27701 fi
27702
27703 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for .micromips support" >&5
27704 $as_echo_n "checking assembler for .micromips support... " >&6; }
27705 if ${gcc_cv_as_micromips_support+:} false; then :
27706 $as_echo_n "(cached) " >&6
27707 else
27708 gcc_cv_as_micromips_support=no
27709 if test x$gcc_cv_as != x; then
27710 $as_echo '.set micromips' > conftest.s
27711 if { ac_try='$gcc_cv_as $gcc_cv_as_flags --fatal-warnings -o conftest.o conftest.s >&5'
27712 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
27713 (eval $ac_try) 2>&5
27714 ac_status=$?
27715 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
27716 test $ac_status = 0; }; }
27717 then
27718 gcc_cv_as_micromips_support=yes
27719 else
27720 echo "configure: failed program was" >&5
27721 cat conftest.s >&5
27722 fi
27723 rm -f conftest.o conftest.s
27724 fi
27725 fi
27726 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_micromips_support" >&5
27727 $as_echo "$gcc_cv_as_micromips_support" >&6; }
27728 if test $gcc_cv_as_micromips_support = yes; then
27729
27730 $as_echo "#define HAVE_GAS_MICROMIPS 1" >>confdefs.h
27731
27732 fi
27733
27734
27735 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for .dtprelword support" >&5
27736 $as_echo_n "checking assembler for .dtprelword support... " >&6; }
27737 if ${gcc_cv_as_mips_dtprelword+:} false; then :
27738 $as_echo_n "(cached) " >&6
27739 else
27740 gcc_cv_as_mips_dtprelword=no
27741 if test $in_tree_gas = yes; then
27742 if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 18 \) \* 1000 + 0`
27743 then gcc_cv_as_mips_dtprelword=yes
27744 fi
27745 elif test x$gcc_cv_as != x; then
27746 $as_echo '.section .tdata,"awT",@progbits
27747 x:
27748 .word 2
27749 .text
27750 .dtprelword x+0x8000' > conftest.s
27751 if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
27752 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
27753 (eval $ac_try) 2>&5
27754 ac_status=$?
27755 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
27756 test $ac_status = 0; }; }
27757 then
27758 gcc_cv_as_mips_dtprelword=yes
27759 else
27760 echo "configure: failed program was" >&5
27761 cat conftest.s >&5
27762 fi
27763 rm -f conftest.o conftest.s
27764 fi
27765 fi
27766 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_mips_dtprelword" >&5
27767 $as_echo "$gcc_cv_as_mips_dtprelword" >&6; }
27768 if test $gcc_cv_as_mips_dtprelword = yes; then
27769
27770 $as_echo "#define HAVE_AS_DTPRELWORD 1" >>confdefs.h
27771
27772 fi
27773
27774
27775 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for DSPR1 mult with four accumulators support" >&5
27776 $as_echo_n "checking assembler for DSPR1 mult with four accumulators support... " >&6; }
27777 if ${gcc_cv_as_mips_dspr1_mult+:} false; then :
27778 $as_echo_n "(cached) " >&6
27779 else
27780 gcc_cv_as_mips_dspr1_mult=no
27781 if test x$gcc_cv_as != x; then
27782 $as_echo ' .set mips32r2
27783 .set nodspr2
27784 .set dsp
27785 madd $ac3,$4,$5
27786 maddu $ac3,$4,$5
27787 msub $ac3,$4,$5
27788 msubu $ac3,$4,$5
27789 mult $ac3,$4,$5
27790 multu $ac3,$4,$5' > conftest.s
27791 if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
27792 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
27793 (eval $ac_try) 2>&5
27794 ac_status=$?
27795 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
27796 test $ac_status = 0; }; }
27797 then
27798 gcc_cv_as_mips_dspr1_mult=yes
27799 else
27800 echo "configure: failed program was" >&5
27801 cat conftest.s >&5
27802 fi
27803 rm -f conftest.o conftest.s
27804 fi
27805 fi
27806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_mips_dspr1_mult" >&5
27807 $as_echo "$gcc_cv_as_mips_dspr1_mult" >&6; }
27808 if test $gcc_cv_as_mips_dspr1_mult = yes; then
27809
27810 $as_echo "#define HAVE_AS_DSPR1_MULT 1" >>confdefs.h
27811
27812 fi
27813
27814
27815 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler and linker for explicit JALR relocation" >&5
27816 $as_echo_n "checking assembler and linker for explicit JALR relocation... " >&6; }
27817 gcc_cv_as_ld_jalr_reloc=no
27818 if test $gcc_cv_as_mips_explicit_relocs = yes; then
27819 if test $in_tree_ld = yes ; then
27820 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 \
27821 && test $in_tree_ld_is_elf = yes; then
27822 gcc_cv_as_ld_jalr_reloc=yes
27823 fi
27824 elif test x$gcc_cv_as != x -a x$gcc_cv_ld != x -a x$gcc_cv_objdump != x; then
27825 echo ' .ent x' > conftest.s
27826 echo 'x: lw $2,%got_disp(y)($3)' >> conftest.s
27827 echo ' lw $25,%call16(y)($28)' >> conftest.s
27828 echo ' .reloc 1f,R_MIPS_JALR,y' >> conftest.s
27829 echo '1: jalr $25' >> conftest.s
27830 echo ' .reloc 1f,R_MIPS_JALR,x' >> conftest.s
27831 echo '1: jalr $25' >> conftest.s
27832 echo ' .end x' >> conftest.s
27833 if $gcc_cv_as -o conftest.o conftest.s >/dev/null 2>&5 \
27834 && $gcc_cv_ld -shared -o conftest.so conftest.o >/dev/null 2>&5; then
27835 if $gcc_cv_objdump -d conftest.so | grep jalr >/dev/null 2>&1 \
27836 && $gcc_cv_objdump -d conftest.so | grep "bal.*<x>" >/dev/null 2>&1; then
27837 gcc_cv_as_ld_jalr_reloc=yes
27838 fi
27839 fi
27840 rm -f conftest.*
27841 fi
27842 fi
27843 if test $gcc_cv_as_ld_jalr_reloc = yes; then
27844 if test x$target_cpu_default = x; then
27845 target_cpu_default=MASK_RELAX_PIC_CALLS
27846 else
27847 target_cpu_default="($target_cpu_default)|MASK_RELAX_PIC_CALLS"
27848 fi
27849 fi
27850 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_ld_jalr_reloc" >&5
27851 $as_echo "$gcc_cv_as_ld_jalr_reloc" >&6; }
27852
27853 { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker for .eh_frame personality relaxation" >&5
27854 $as_echo_n "checking linker for .eh_frame personality relaxation... " >&6; }
27855 if ${gcc_cv_ld_mips_personality_relaxation+:} false; then :
27856 $as_echo_n "(cached) " >&6
27857 else
27858 gcc_cv_ld_mips_personality_relaxation=no
27859 if test $in_tree_ld = yes ; then
27860 if test "$gcc_cv_gld_major_version" -eq 2 \
27861 -a "$gcc_cv_gld_minor_version" -ge 21 \
27862 -o "$gcc_cv_gld_major_version" -gt 2; then
27863 gcc_cv_ld_mips_personality_relaxation=yes
27864 fi
27865 elif test x$gcc_cv_as != x \
27866 -a x$gcc_cv_ld != x \
27867 -a x$gcc_cv_readelf != x ; then
27868 cat > conftest.s <<EOF
27869 .cfi_startproc
27870 .cfi_personality 0x80,indirect_ptr
27871 .ent test
27872 test:
27873 nop
27874 .end test
27875 .cfi_endproc
27876
27877 .section .data,"aw",@progbits
27878 indirect_ptr:
27879 .dc.a personality
27880 EOF
27881 if $gcc_cv_as -KPIC -o conftest.o conftest.s > /dev/null 2>&1 \
27882 && $gcc_cv_ld -o conftest conftest.o -shared > /dev/null 2>&1; then
27883 if $gcc_cv_readelf -d conftest 2>&1 \
27884 | grep TEXTREL > /dev/null 2>&1; then
27885 :
27886 elif $gcc_cv_readelf --relocs conftest 2>&1 \
27887 | grep 'R_MIPS_REL32 *$' > /dev/null 2>&1; then
27888 :
27889 else
27890 gcc_cv_ld_mips_personality_relaxation=yes
27891 fi
27892 fi
27893 fi
27894 rm -f conftest.s conftest.o conftest
27895 fi
27896 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_ld_mips_personality_relaxation" >&5
27897 $as_echo "$gcc_cv_ld_mips_personality_relaxation" >&6; }
27898 if test x$gcc_cv_ld_mips_personality_relaxation = xyes; then
27899
27900 $as_echo "#define HAVE_LD_PERSONALITY_RELAXATION 1" >>confdefs.h
27901
27902 fi
27903
27904 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for -mnan= support" >&5
27905 $as_echo_n "checking assembler for -mnan= support... " >&6; }
27906 if ${gcc_cv_as_mips_nan+:} false; then :
27907 $as_echo_n "(cached) " >&6
27908 else
27909 gcc_cv_as_mips_nan=no
27910 if test x$gcc_cv_as != x; then
27911 $as_echo '' > conftest.s
27912 if { ac_try='$gcc_cv_as $gcc_cv_as_flags -mnan=2008 -o conftest.o conftest.s >&5'
27913 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
27914 (eval $ac_try) 2>&5
27915 ac_status=$?
27916 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
27917 test $ac_status = 0; }; }
27918 then
27919 gcc_cv_as_mips_nan=yes
27920 else
27921 echo "configure: failed program was" >&5
27922 cat conftest.s >&5
27923 fi
27924 rm -f conftest.o conftest.s
27925 fi
27926 fi
27927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_mips_nan" >&5
27928 $as_echo "$gcc_cv_as_mips_nan" >&6; }
27929 if test $gcc_cv_as_mips_nan = yes; then
27930
27931 $as_echo "#define HAVE_AS_NAN 1" >>confdefs.h
27932
27933 fi
27934
27935 if test x$gcc_cv_as_mips_nan = xno \
27936 && test x$with_nan != x; then
27937 as_fn_error $? "Requesting --with-nan= requires assembler support for -mnan=" "$LINENO" 5
27938 fi
27939 ;;
27940 msp430-*-*)
27941 # Earlier GAS versions generically support .gnu_attribute, but the
27942 # msp430 assembler will not do anything with it.
27943 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for .gnu_attribute support" >&5
27944 $as_echo_n "checking assembler for .gnu_attribute support... " >&6; }
27945 if ${gcc_cv_as_msp430_gnu_attribute+:} false; then :
27946 $as_echo_n "(cached) " >&6
27947 else
27948 gcc_cv_as_msp430_gnu_attribute=no
27949 if test $in_tree_gas = yes; then
27950 if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 33 \) \* 1000 + 50`
27951 then gcc_cv_as_msp430_gnu_attribute=yes
27952 fi
27953 elif test x$gcc_cv_as != x; then
27954 $as_echo '.gnu_attribute 4,1' > conftest.s
27955 if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
27956 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
27957 (eval $ac_try) 2>&5
27958 ac_status=$?
27959 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
27960 test $ac_status = 0; }; }
27961 then
27962 gcc_cv_as_msp430_gnu_attribute=yes
27963 else
27964 echo "configure: failed program was" >&5
27965 cat conftest.s >&5
27966 fi
27967 rm -f conftest.o conftest.s
27968 fi
27969 fi
27970 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_msp430_gnu_attribute" >&5
27971 $as_echo "$gcc_cv_as_msp430_gnu_attribute" >&6; }
27972 if test $gcc_cv_as_msp430_gnu_attribute = yes; then
27973
27974 $as_echo "#define HAVE_AS_GNU_ATTRIBUTE 1" >>confdefs.h
27975
27976 fi
27977
27978 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for .mspabi_attribute support" >&5
27979 $as_echo_n "checking assembler for .mspabi_attribute support... " >&6; }
27980 if ${gcc_cv_as_msp430_mspabi_attribute+:} false; then :
27981 $as_echo_n "(cached) " >&6
27982 else
27983 gcc_cv_as_msp430_mspabi_attribute=no
27984 if test $in_tree_gas = yes; then
27985 if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 33 \) \* 1000 + 50`
27986 then gcc_cv_as_msp430_mspabi_attribute=yes
27987 fi
27988 elif test x$gcc_cv_as != x; then
27989 $as_echo '.mspabi_attribute 4,2' > conftest.s
27990 if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
27991 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
27992 (eval $ac_try) 2>&5
27993 ac_status=$?
27994 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
27995 test $ac_status = 0; }; }
27996 then
27997 gcc_cv_as_msp430_mspabi_attribute=yes
27998 else
27999 echo "configure: failed program was" >&5
28000 cat conftest.s >&5
28001 fi
28002 rm -f conftest.o conftest.s
28003 fi
28004 fi
28005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_msp430_mspabi_attribute" >&5
28006 $as_echo "$gcc_cv_as_msp430_mspabi_attribute" >&6; }
28007 if test $gcc_cv_as_msp430_mspabi_attribute = yes; then
28008
28009 $as_echo "#define HAVE_AS_MSPABI_ATTRIBUTE 1" >>confdefs.h
28010
28011 fi
28012
28013 if test x$enable_newlib_nano_formatted_io = xyes; then
28014
28015 $as_echo "#define HAVE_NEWLIB_NANO_FORMATTED_IO 1" >>confdefs.h
28016
28017 fi
28018 ;;
28019 nios2-*-*)
28020 # Versions 2.33 and earlier lacked support for the %gotoff relocation
28021 # syntax that is documented in the ABI specification.
28022 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for support for %gotoff relocations in constant data" >&5
28023 $as_echo_n "checking assembler for support for %gotoff relocations in constant data... " >&6; }
28024 if ${gcc_cv_as_nios2_gotoff_relocation+:} false; then :
28025 $as_echo_n "(cached) " >&6
28026 else
28027 gcc_cv_as_nios2_gotoff_relocation=no
28028 if test x$gcc_cv_as != x; then
28029 $as_echo ' .extern foo
28030 .data
28031 .long %gotoff(foo)' > conftest.s
28032 if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
28033 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
28034 (eval $ac_try) 2>&5
28035 ac_status=$?
28036 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
28037 test $ac_status = 0; }; }
28038 then
28039 gcc_cv_as_nios2_gotoff_relocation=yes
28040 else
28041 echo "configure: failed program was" >&5
28042 cat conftest.s >&5
28043 fi
28044 rm -f conftest.o conftest.s
28045 fi
28046 fi
28047 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_nios2_gotoff_relocation" >&5
28048 $as_echo "$gcc_cv_as_nios2_gotoff_relocation" >&6; }
28049 if test $gcc_cv_as_nios2_gotoff_relocation = yes; then
28050
28051 $as_echo "#define HAVE_AS_NIOS2_GOTOFF_RELOCATION 1" >>confdefs.h
28052
28053 fi
28054
28055 ;;
28056 riscv*-*-*)
28057 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for .attribute support" >&5
28058 $as_echo_n "checking assembler for .attribute support... " >&6; }
28059 if ${gcc_cv_as_riscv_attribute+:} false; then :
28060 $as_echo_n "(cached) " >&6
28061 else
28062 gcc_cv_as_riscv_attribute=no
28063 if test $in_tree_gas = yes; then
28064 if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 32 \) \* 1000 + 0`
28065 then gcc_cv_as_riscv_attribute=yes
28066 fi
28067 elif test x$gcc_cv_as != x; then
28068 $as_echo '.attribute stack_align,4' > conftest.s
28069 if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
28070 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
28071 (eval $ac_try) 2>&5
28072 ac_status=$?
28073 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
28074 test $ac_status = 0; }; }
28075 then
28076 gcc_cv_as_riscv_attribute=yes
28077 else
28078 echo "configure: failed program was" >&5
28079 cat conftest.s >&5
28080 fi
28081 rm -f conftest.o conftest.s
28082 fi
28083 fi
28084 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_riscv_attribute" >&5
28085 $as_echo "$gcc_cv_as_riscv_attribute" >&6; }
28086 if test $gcc_cv_as_riscv_attribute = yes; then
28087
28088 $as_echo "#define HAVE_AS_RISCV_ATTRIBUTE 1" >>confdefs.h
28089
28090 fi
28091
28092 ;;
28093 s390*-*-*)
28094 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for .gnu_attribute support" >&5
28095 $as_echo_n "checking assembler for .gnu_attribute support... " >&6; }
28096 if ${gcc_cv_as_s390_gnu_attribute+:} false; then :
28097 $as_echo_n "(cached) " >&6
28098 else
28099 gcc_cv_as_s390_gnu_attribute=no
28100 if test $in_tree_gas = yes; then
28101 if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 18 \) \* 1000 + 0`
28102 then gcc_cv_as_s390_gnu_attribute=yes
28103 fi
28104 elif test x$gcc_cv_as != x; then
28105 $as_echo '.gnu_attribute 8,1' > conftest.s
28106 if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
28107 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
28108 (eval $ac_try) 2>&5
28109 ac_status=$?
28110 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
28111 test $ac_status = 0; }; }
28112 then
28113 gcc_cv_as_s390_gnu_attribute=yes
28114 else
28115 echo "configure: failed program was" >&5
28116 cat conftest.s >&5
28117 fi
28118 rm -f conftest.o conftest.s
28119 fi
28120 fi
28121 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_s390_gnu_attribute" >&5
28122 $as_echo "$gcc_cv_as_s390_gnu_attribute" >&6; }
28123 if test $gcc_cv_as_s390_gnu_attribute = yes; then
28124
28125 $as_echo "#define HAVE_AS_GNU_ATTRIBUTE 1" >>confdefs.h
28126
28127 fi
28128
28129 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for .machine and .machinemode support" >&5
28130 $as_echo_n "checking assembler for .machine and .machinemode support... " >&6; }
28131 if ${gcc_cv_as_s390_machine_machinemode+:} false; then :
28132 $as_echo_n "(cached) " >&6
28133 else
28134 gcc_cv_as_s390_machine_machinemode=no
28135 if test $in_tree_gas = yes; then
28136 if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 24 \) \* 1000 + 0`
28137 then gcc_cv_as_s390_machine_machinemode=yes
28138 fi
28139 elif test x$gcc_cv_as != x; then
28140 $as_echo ' .machinemode push
28141 .machinemode pop
28142 .machine push
28143 .machine pop' > conftest.s
28144 if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
28145 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
28146 (eval $ac_try) 2>&5
28147 ac_status=$?
28148 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
28149 test $ac_status = 0; }; }
28150 then
28151 gcc_cv_as_s390_machine_machinemode=yes
28152 else
28153 echo "configure: failed program was" >&5
28154 cat conftest.s >&5
28155 fi
28156 rm -f conftest.o conftest.s
28157 fi
28158 fi
28159 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_s390_machine_machinemode" >&5
28160 $as_echo "$gcc_cv_as_s390_machine_machinemode" >&6; }
28161 if test $gcc_cv_as_s390_machine_machinemode = yes; then
28162
28163 $as_echo "#define HAVE_AS_MACHINE_MACHINEMODE 1" >>confdefs.h
28164
28165 fi
28166
28167 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for architecture modifiers support" >&5
28168 $as_echo_n "checking assembler for architecture modifiers support... " >&6; }
28169 if ${gcc_cv_as_s390_architecture_modifiers+:} false; then :
28170 $as_echo_n "(cached) " >&6
28171 else
28172 gcc_cv_as_s390_architecture_modifiers=no
28173 if test $in_tree_gas = yes; then
28174 if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 26 \) \* 1000 + 0`
28175 then gcc_cv_as_s390_architecture_modifiers=yes
28176 fi
28177 elif test x$gcc_cv_as != x; then
28178 $as_echo ' .machine z13+vx ' > conftest.s
28179 if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
28180 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
28181 (eval $ac_try) 2>&5
28182 ac_status=$?
28183 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
28184 test $ac_status = 0; }; }
28185 then
28186 gcc_cv_as_s390_architecture_modifiers=yes
28187 else
28188 echo "configure: failed program was" >&5
28189 cat conftest.s >&5
28190 fi
28191 rm -f conftest.o conftest.s
28192 fi
28193 fi
28194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_s390_architecture_modifiers" >&5
28195 $as_echo "$gcc_cv_as_s390_architecture_modifiers" >&6; }
28196 if test $gcc_cv_as_s390_architecture_modifiers = yes; then
28197
28198 $as_echo "#define HAVE_AS_ARCHITECTURE_MODIFIERS 1" >>confdefs.h
28199
28200 fi
28201
28202 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for vector load/store alignment hints" >&5
28203 $as_echo_n "checking assembler for vector load/store alignment hints... " >&6; }
28204 if ${gcc_cv_as_s390_vector_loadstore_alignment_hints+:} false; then :
28205 $as_echo_n "(cached) " >&6
28206 else
28207 gcc_cv_as_s390_vector_loadstore_alignment_hints=no
28208 if test $in_tree_gas = yes; then
28209 if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 31 \) \* 1000 + 0`
28210 then gcc_cv_as_s390_vector_loadstore_alignment_hints=yes
28211 fi
28212 elif test x$gcc_cv_as != x; then
28213 $as_echo ' vl %v24,0(%r15),3 ' > conftest.s
28214 if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
28215 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
28216 (eval $ac_try) 2>&5
28217 ac_status=$?
28218 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
28219 test $ac_status = 0; }; }
28220 then
28221 gcc_cv_as_s390_vector_loadstore_alignment_hints=yes
28222 else
28223 echo "configure: failed program was" >&5
28224 cat conftest.s >&5
28225 fi
28226 rm -f conftest.o conftest.s
28227 fi
28228 fi
28229 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_s390_vector_loadstore_alignment_hints" >&5
28230 $as_echo "$gcc_cv_as_s390_vector_loadstore_alignment_hints" >&6; }
28231 if test $gcc_cv_as_s390_vector_loadstore_alignment_hints = yes; then
28232
28233 $as_echo "#define HAVE_AS_VECTOR_LOADSTORE_ALIGNMENT_HINTS 1" >>confdefs.h
28234
28235 fi
28236
28237 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for vector load/store alignment hints on z13" >&5
28238 $as_echo_n "checking assembler for vector load/store alignment hints on z13... " >&6; }
28239 if ${gcc_cv_as_s390_vector_loadstore_alignment_hints_on_z13+:} false; then :
28240 $as_echo_n "(cached) " >&6
28241 else
28242 gcc_cv_as_s390_vector_loadstore_alignment_hints_on_z13=no
28243 if test x$gcc_cv_as != x; then
28244 $as_echo ' vl %v24,0(%r15),3 ' > conftest.s
28245 if { ac_try='$gcc_cv_as $gcc_cv_as_flags -mzarch -march=z13 -o conftest.o conftest.s >&5'
28246 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
28247 (eval $ac_try) 2>&5
28248 ac_status=$?
28249 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
28250 test $ac_status = 0; }; }
28251 then
28252 gcc_cv_as_s390_vector_loadstore_alignment_hints_on_z13=yes
28253 else
28254 echo "configure: failed program was" >&5
28255 cat conftest.s >&5
28256 fi
28257 rm -f conftest.o conftest.s
28258 fi
28259 fi
28260 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_s390_vector_loadstore_alignment_hints_on_z13" >&5
28261 $as_echo "$gcc_cv_as_s390_vector_loadstore_alignment_hints_on_z13" >&6; }
28262 if test $gcc_cv_as_s390_vector_loadstore_alignment_hints_on_z13 = yes; then
28263
28264 $as_echo "#define HAVE_AS_VECTOR_LOADSTORE_ALIGNMENT_HINTS_ON_Z13 1" >>confdefs.h
28265
28266 fi
28267
28268
28269 ;;
28270 esac
28271
28272 # Mips and HP-UX need the GNU assembler.
28273 # Linux on IA64 might be able to use the Intel assembler.
28274
28275 case "$target" in
28276 mips*-*-* | *-*-hpux* )
28277 if test x$gas_flag = xyes \
28278 || test x"$host" != x"$build" \
28279 || test ! -x "$gcc_cv_as" \
28280 || "$gcc_cv_as" -v < /dev/null 2>&1 | grep GNU > /dev/null; then
28281 :
28282 else
28283 echo "*** This configuration requires the GNU assembler" >&2
28284 exit 1
28285 fi
28286 ;;
28287 esac
28288
28289 # ??? Not all targets support dwarf2 debug_line, even within a version
28290 # of gas. Moreover, we need to emit a valid instruction to trigger any
28291 # info to the output file. So, as supported targets are added to gas 2.11,
28292 # add some instruction here to (also) show we expect this might work.
28293 # ??? Once 2.11 is released, probably need to add first known working
28294 # version to the per-target configury.
28295 case "$cpu_type" in
28296 aarch64 | alpha | arc | arm | avr | bfin | cris | csky | i386 | m32c | m68k \
28297 | microblaze | mips | nds32 | nios2 | pa | riscv | rs6000 | score | sparc \
28298 | tilegx | tilepro | visium | xstormy16 | xtensa)
28299 insn="nop"
28300 ;;
28301 ia64 | s390)
28302 insn="nop 0"
28303 ;;
28304 mmix)
28305 insn="swym 0"
28306 ;;
28307 esac
28308 if test x"$insn" != x; then
28309 conftest_s="\
28310 .file 1 \"conftest.s\"
28311 .loc 1 3 0
28312 $insn"
28313 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for dwarf2 debug_line support" >&5
28314 $as_echo_n "checking assembler for dwarf2 debug_line support... " >&6; }
28315 if ${gcc_cv_as_dwarf2_debug_line+:} false; then :
28316 $as_echo_n "(cached) " >&6
28317 else
28318 gcc_cv_as_dwarf2_debug_line=no
28319 if test $in_tree_gas = yes; then
28320 if test $in_tree_gas_is_elf = yes \
28321 && test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 11 \) \* 1000 + 0`
28322 then gcc_cv_as_dwarf2_debug_line=yes
28323 fi
28324 elif test x$gcc_cv_as != x; then
28325 $as_echo "$conftest_s" > conftest.s
28326 if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
28327 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
28328 (eval $ac_try) 2>&5
28329 ac_status=$?
28330 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
28331 test $ac_status = 0; }; }
28332 then
28333 if test x$gcc_cv_objdump != x \
28334 && $gcc_cv_objdump -h conftest.o 2> /dev/null \
28335 | grep debug_line > /dev/null 2>&1; then
28336 gcc_cv_as_dwarf2_debug_line=yes
28337 elif test x$gcc_cv_otool != x \
28338 && $gcc_cv_otool -l conftest.o 2> /dev/null \
28339 | grep debug_line > /dev/null 2>&1; then
28340 gcc_cv_as_dwarf2_debug_line=yes
28341 fi
28342 else
28343 echo "configure: failed program was" >&5
28344 cat conftest.s >&5
28345 fi
28346 rm -f conftest.o conftest.s
28347 fi
28348 fi
28349 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_dwarf2_debug_line" >&5
28350 $as_echo "$gcc_cv_as_dwarf2_debug_line" >&6; }
28351
28352
28353
28354 # The .debug_line file table must be in the exact order that
28355 # we specified the files, since these indices are also used
28356 # by DW_AT_decl_file. Approximate this test by testing if
28357 # the assembler bitches if the same index is assigned twice.
28358 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for buggy dwarf2 .file directive" >&5
28359 $as_echo_n "checking assembler for buggy dwarf2 .file directive... " >&6; }
28360 if ${gcc_cv_as_dwarf2_file_buggy+:} false; then :
28361 $as_echo_n "(cached) " >&6
28362 else
28363 gcc_cv_as_dwarf2_file_buggy=no
28364 if test x$gcc_cv_as != x; then
28365 $as_echo ' .file 1 "foo.s"
28366 .file 1 "bar.s"' > conftest.s
28367 if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
28368 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
28369 (eval $ac_try) 2>&5
28370 ac_status=$?
28371 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
28372 test $ac_status = 0; }; }
28373 then
28374 gcc_cv_as_dwarf2_file_buggy=yes
28375 else
28376 echo "configure: failed program was" >&5
28377 cat conftest.s >&5
28378 fi
28379 rm -f conftest.o conftest.s
28380 fi
28381 fi
28382 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_dwarf2_file_buggy" >&5
28383 $as_echo "$gcc_cv_as_dwarf2_file_buggy" >&6; }
28384
28385
28386
28387 if test $gcc_cv_as_dwarf2_debug_line = yes \
28388 && test $gcc_cv_as_dwarf2_file_buggy = no; then
28389
28390 $as_echo "#define HAVE_AS_DWARF2_DEBUG_LINE 1" >>confdefs.h
28391
28392
28393 if test $gcc_cv_as_leb128 = yes; then
28394 conftest_s="\
28395 .file 1 \"conftest.s\"
28396 .loc 1 3 0 view .LVU1
28397 $insn
28398 .data
28399 .uleb128 .LVU1
28400 .uleb128 .LVU1
28401 "
28402 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for dwarf2 debug_view support" >&5
28403 $as_echo_n "checking assembler for dwarf2 debug_view support... " >&6; }
28404 if ${gcc_cv_as_dwarf2_debug_view+:} false; then :
28405 $as_echo_n "(cached) " >&6
28406 else
28407 gcc_cv_as_dwarf2_debug_view=no
28408 if test $in_tree_gas = yes; then
28409 if test $in_tree_gas_is_elf = yes \
28410 && test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 27 \) \* 1000 + 0`
28411 then gcc_cv_as_dwarf2_debug_view=yes
28412 fi
28413 elif test x$gcc_cv_as != x; then
28414 $as_echo "$conftest_s" > conftest.s
28415 if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
28416 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
28417 (eval $ac_try) 2>&5
28418 ac_status=$?
28419 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
28420 test $ac_status = 0; }; }
28421 then
28422 gcc_cv_as_dwarf2_debug_view=yes
28423 else
28424 echo "configure: failed program was" >&5
28425 cat conftest.s >&5
28426 fi
28427 rm -f conftest.o conftest.s
28428 fi
28429 fi
28430 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_dwarf2_debug_view" >&5
28431 $as_echo "$gcc_cv_as_dwarf2_debug_view" >&6; }
28432 if test $gcc_cv_as_dwarf2_debug_view = yes; then
28433
28434 $as_echo "#define HAVE_AS_DWARF2_DEBUG_VIEW 1" >>confdefs.h
28435
28436 fi
28437
28438 fi
28439 fi
28440
28441 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for --gdwarf2 option" >&5
28442 $as_echo_n "checking assembler for --gdwarf2 option... " >&6; }
28443 if ${gcc_cv_as_gdwarf2_flag+:} false; then :
28444 $as_echo_n "(cached) " >&6
28445 else
28446 gcc_cv_as_gdwarf2_flag=no
28447 if test $in_tree_gas = yes; then
28448 if test $in_tree_gas_is_elf = yes \
28449 && test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 11 \) \* 1000 + 0`
28450 then gcc_cv_as_gdwarf2_flag=yes
28451 fi
28452 elif test x$gcc_cv_as != x; then
28453 $as_echo "$insn" > conftest.s
28454 if { ac_try='$gcc_cv_as $gcc_cv_as_flags --gdwarf2 -o conftest.o conftest.s >&5'
28455 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
28456 (eval $ac_try) 2>&5
28457 ac_status=$?
28458 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
28459 test $ac_status = 0; }; }
28460 then
28461 gcc_cv_as_gdwarf2_flag=yes
28462 else
28463 echo "configure: failed program was" >&5
28464 cat conftest.s >&5
28465 fi
28466 rm -f conftest.o conftest.s
28467 fi
28468 fi
28469 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_gdwarf2_flag" >&5
28470 $as_echo "$gcc_cv_as_gdwarf2_flag" >&6; }
28471 if test $gcc_cv_as_gdwarf2_flag = yes; then
28472
28473 $as_echo "#define HAVE_AS_GDWARF2_DEBUG_FLAG 1" >>confdefs.h
28474
28475 fi
28476
28477
28478 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for --gstabs option" >&5
28479 $as_echo_n "checking assembler for --gstabs option... " >&6; }
28480 if ${gcc_cv_as_gstabs_flag+:} false; then :
28481 $as_echo_n "(cached) " >&6
28482 else
28483 gcc_cv_as_gstabs_flag=no
28484 if test $in_tree_gas = yes; then
28485 if test $in_tree_gas_is_elf = yes \
28486 && test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 11 \) \* 1000 + 0`
28487 then gcc_cv_as_gstabs_flag=yes
28488 fi
28489 elif test x$gcc_cv_as != x; then
28490 $as_echo "$insn" > conftest.s
28491 if { ac_try='$gcc_cv_as $gcc_cv_as_flags --gstabs -o conftest.o conftest.s >&5'
28492 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
28493 (eval $ac_try) 2>&5
28494 ac_status=$?
28495 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
28496 test $ac_status = 0; }; }
28497 then
28498 gcc_cv_as_gstabs_flag=yes
28499 else
28500 echo "configure: failed program was" >&5
28501 cat conftest.s >&5
28502 fi
28503 rm -f conftest.o conftest.s
28504 fi
28505 fi
28506 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_gstabs_flag" >&5
28507 $as_echo "$gcc_cv_as_gstabs_flag" >&6; }
28508 if test $gcc_cv_as_gstabs_flag = yes; then
28509
28510 $as_echo "#define HAVE_AS_GSTABS_DEBUG_FLAG 1" >>confdefs.h
28511
28512 fi
28513
28514
28515 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for --debug-prefix-map option" >&5
28516 $as_echo_n "checking assembler for --debug-prefix-map option... " >&6; }
28517 if ${gcc_cv_as_debug_prefix_map_flag+:} false; then :
28518 $as_echo_n "(cached) " >&6
28519 else
28520 gcc_cv_as_debug_prefix_map_flag=no
28521 if test $in_tree_gas = yes; then
28522 if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 18 \) \* 1000 + 0`
28523 then gcc_cv_as_debug_prefix_map_flag=yes
28524 fi
28525 elif test x$gcc_cv_as != x; then
28526 $as_echo "$insn" > conftest.s
28527 if { ac_try='$gcc_cv_as $gcc_cv_as_flags --debug-prefix-map /a=/b -o conftest.o conftest.s >&5'
28528 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
28529 (eval $ac_try) 2>&5
28530 ac_status=$?
28531 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
28532 test $ac_status = 0; }; }
28533 then
28534 gcc_cv_as_debug_prefix_map_flag=yes
28535 else
28536 echo "configure: failed program was" >&5
28537 cat conftest.s >&5
28538 fi
28539 rm -f conftest.o conftest.s
28540 fi
28541 fi
28542 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_debug_prefix_map_flag" >&5
28543 $as_echo "$gcc_cv_as_debug_prefix_map_flag" >&6; }
28544 if test $gcc_cv_as_debug_prefix_map_flag = yes; then
28545
28546 $as_echo "#define HAVE_AS_DEBUG_PREFIX_MAP 1" >>confdefs.h
28547
28548 fi
28549
28550 fi
28551
28552 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for compressed debug sections" >&5
28553 $as_echo_n "checking assembler for compressed debug sections... " >&6; }
28554 if ${gcc_cv_as_compress_debug+:} false; then :
28555 $as_echo_n "(cached) " >&6
28556 else
28557 gcc_cv_as_compress_debug=no
28558 if test x$gcc_cv_as != x; then
28559 $as_echo '' > conftest.s
28560 if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
28561 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
28562 (eval $ac_try) 2>&5
28563 ac_status=$?
28564 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
28565 test $ac_status = 0; }; }
28566 then
28567 # gas compiled without zlib cannot compress debug sections and warns
28568 # about it, but still exits successfully. So check for this, too.
28569 if $gcc_cv_as --compress-debug-sections -o conftest.o conftest.s 2>&1 | grep -i warning > /dev/null
28570 then
28571 gcc_cv_as_compress_debug=0
28572 # Since binutils 2.26, gas supports --compress-debug-sections=type,
28573 # defaulting to the ELF gABI format.
28574 elif $gcc_cv_as --compress-debug-sections=zlib-gnu -o conftest.o conftest.s > /dev/null 2>&1
28575 then
28576 gcc_cv_as_compress_debug=2
28577 gcc_cv_as_compress_debug_option="--compress-debug-sections"
28578 gcc_cv_as_no_compress_debug_option="--nocompress-debug-sections"
28579 # Before binutils 2.26, gas only supported --compress-debug-options and
28580 # emitted the traditional GNU format.
28581 elif $gcc_cv_as --compress-debug-sections -o conftest.o conftest.s > /dev/null 2>&1
28582 then
28583 gcc_cv_as_compress_debug=1
28584 gcc_cv_as_compress_debug_option="--compress-debug-sections"
28585 gcc_cv_as_no_compress_debug_option="--nocompress-debug-sections"
28586 else
28587 gcc_cv_as_compress_debug=0
28588 fi
28589 else
28590 echo "configure: failed program was" >&5
28591 cat conftest.s >&5
28592 fi
28593 rm -f conftest.o conftest.s
28594 fi
28595 fi
28596 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_compress_debug" >&5
28597 $as_echo "$gcc_cv_as_compress_debug" >&6; }
28598
28599
28600
28601 cat >>confdefs.h <<_ACEOF
28602 #define HAVE_AS_COMPRESS_DEBUG $gcc_cv_as_compress_debug
28603 _ACEOF
28604
28605
28606 cat >>confdefs.h <<_ACEOF
28607 #define AS_COMPRESS_DEBUG_OPTION "$gcc_cv_as_compress_debug_option"
28608 _ACEOF
28609
28610
28611 cat >>confdefs.h <<_ACEOF
28612 #define AS_NO_COMPRESS_DEBUG_OPTION "$gcc_cv_as_no_compress_debug_option"
28613 _ACEOF
28614
28615
28616 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for .lcomm with alignment" >&5
28617 $as_echo_n "checking assembler for .lcomm with alignment... " >&6; }
28618 if ${gcc_cv_as_lcomm_with_alignment+:} false; then :
28619 $as_echo_n "(cached) " >&6
28620 else
28621 gcc_cv_as_lcomm_with_alignment=no
28622 if test x$gcc_cv_as != x; then
28623 $as_echo '.lcomm bar,4,16' > conftest.s
28624 if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
28625 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
28626 (eval $ac_try) 2>&5
28627 ac_status=$?
28628 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
28629 test $ac_status = 0; }; }
28630 then
28631 gcc_cv_as_lcomm_with_alignment=yes
28632 else
28633 echo "configure: failed program was" >&5
28634 cat conftest.s >&5
28635 fi
28636 rm -f conftest.o conftest.s
28637 fi
28638 fi
28639 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_lcomm_with_alignment" >&5
28640 $as_echo "$gcc_cv_as_lcomm_with_alignment" >&6; }
28641 if test $gcc_cv_as_lcomm_with_alignment = yes; then
28642
28643 $as_echo "#define HAVE_GAS_LCOMM_WITH_ALIGNMENT 1" >>confdefs.h
28644
28645 fi
28646
28647
28648 if test x$with_sysroot = x && test x$host = x$target \
28649 && test "$prefix" != "/usr" && test "x$prefix" != "x$local_prefix" \
28650 && test "$prefix" != "NONE"; then
28651
28652 cat >>confdefs.h <<_ACEOF
28653 #define PREFIX_INCLUDE_DIR "$prefix/include"
28654 _ACEOF
28655
28656 fi
28657
28658 # Determine the version of glibc, if any, used on the target.
28659 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for target glibc version" >&5
28660 $as_echo_n "checking for target glibc version... " >&6; }
28661
28662 # Check whether --with-glibc-version was given.
28663 if test "${with_glibc_version+set}" = set; then :
28664 withval=$with_glibc_version;
28665 if echo "$with_glibc_version" | grep '^[0-9][0-9]*\.[0-9][0-9]*$'; then
28666 glibc_version_major=`echo "$with_glibc_version" | sed -e 's/\..*//'`
28667 glibc_version_minor=`echo "$with_glibc_version" | sed -e 's/.*\.//'`
28668 else
28669 as_fn_error $? "option --with-glibc-version requires a version number M.N" "$LINENO" 5
28670 fi
28671 else
28672
28673 glibc_version_major=0
28674 glibc_version_minor=0
28675 if test -f $target_header_dir/features.h \
28676 && glibc_version_major_define=`$EGREP '^[ ]*#[ ]*define[ ]+__GLIBC__[ ]+[0-9]' $target_header_dir/features.h` \
28677 && glibc_version_minor_define=`$EGREP '^[ ]*#[ ]*define[ ]+__GLIBC_MINOR__[ ]+[0-9]' $target_header_dir/features.h`; then
28678 glibc_version_major=`echo "$glibc_version_major_define" | sed -e 's/.*__GLIBC__[ ]*//'`
28679 glibc_version_minor=`echo "$glibc_version_minor_define" | sed -e 's/.*__GLIBC_MINOR__[ ]*//'`
28680 fi
28681 fi
28682
28683 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibc_version_major.$glibc_version_minor" >&5
28684 $as_echo "$glibc_version_major.$glibc_version_minor" >&6; }
28685
28686 cat >>confdefs.h <<_ACEOF
28687 #define TARGET_GLIBC_MAJOR $glibc_version_major
28688 _ACEOF
28689
28690
28691 cat >>confdefs.h <<_ACEOF
28692 #define TARGET_GLIBC_MINOR $glibc_version_minor
28693 _ACEOF
28694
28695
28696 # Check whether --enable-gnu-unique-object was given.
28697 if test "${enable_gnu_unique_object+set}" = set; then :
28698 enableval=$enable_gnu_unique_object; case $enable_gnu_unique_object in
28699 yes | no) ;;
28700 *) as_fn_error $? "'$enable_gnu_unique_object' is an invalid value for --enable-gnu-unique-object.
28701 Valid choices are 'yes' and 'no'." "$LINENO" 5 ;;
28702 esac
28703 else
28704 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for gnu_unique_object" >&5
28705 $as_echo_n "checking assembler for gnu_unique_object... " >&6; }
28706 if ${gcc_cv_as_gnu_unique_object+:} false; then :
28707 $as_echo_n "(cached) " >&6
28708 else
28709 gcc_cv_as_gnu_unique_object=no
28710 if test $in_tree_gas = yes; then
28711 if test $in_tree_gas_is_elf = yes \
28712 && test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 19 \) \* 1000 + 52`
28713 then gcc_cv_as_gnu_unique_object=yes
28714 fi
28715 elif test x$gcc_cv_as != x; then
28716 $as_echo '.type foo, '$target_type_format_char'gnu_unique_object' > conftest.s
28717 if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
28718 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
28719 (eval $ac_try) 2>&5
28720 ac_status=$?
28721 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
28722 test $ac_status = 0; }; }
28723 then
28724 gcc_cv_as_gnu_unique_object=yes
28725 else
28726 echo "configure: failed program was" >&5
28727 cat conftest.s >&5
28728 fi
28729 rm -f conftest.o conftest.s
28730 fi
28731 fi
28732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_gnu_unique_object" >&5
28733 $as_echo "$gcc_cv_as_gnu_unique_object" >&6; }
28734 if test $gcc_cv_as_gnu_unique_object = yes; then
28735 # We need to unquote above to to use the definition from config.gcc.
28736 # Also check for ld.so support, i.e. glibc 2.11 or higher.
28737
28738 if test $glibc_version_major -gt 2 \
28739 || ( test $glibc_version_major -eq 2 && test $glibc_version_minor -ge 11 ); then :
28740 enable_gnu_unique_object=yes
28741 fi
28742
28743 fi
28744
28745 fi
28746
28747 if test x$enable_gnu_unique_object = xyes; then
28748
28749 $as_echo "#define HAVE_GAS_GNU_UNIQUE_OBJECT 1" >>confdefs.h
28750
28751 fi
28752
28753 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for tolerance to line number 0" >&5
28754 $as_echo_n "checking assembler for tolerance to line number 0... " >&6; }
28755 if ${gcc_cv_as_line_zero+:} false; then :
28756 $as_echo_n "(cached) " >&6
28757 else
28758 gcc_cv_as_line_zero=no
28759 if test $in_tree_gas = yes; then
28760 if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 16 \) \* 1000 + 91`
28761 then gcc_cv_as_line_zero=yes
28762 fi
28763 elif test "x$gcc_cv_as" != x; then
28764 { echo '# 1 "test.s" 1'; echo '# 0 "" 2'; } > conftest.s
28765 if { ac_try='$gcc_cv_as -o conftest.o conftest.s >&5 2>conftest.out'
28766 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
28767 (eval $ac_try) 2>&5
28768 ac_status=$?
28769 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
28770 test $ac_status = 0; }; } &&
28771 test "x`cat conftest.out`" = x
28772 then
28773 gcc_cv_as_line_zero=yes
28774 else
28775 echo "configure: failed program was" >&5
28776 cat conftest.s >&5
28777 echo "configure: error output was" >&5
28778 cat conftest.out >&5
28779 fi
28780 rm -f conftest.o conftest.s conftest.out
28781 fi
28782 fi
28783 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_line_zero" >&5
28784 $as_echo "$gcc_cv_as_line_zero" >&6; }
28785 if test "x$gcc_cv_as_line_zero" = xyes; then
28786
28787 $as_echo "#define HAVE_AS_LINE_ZERO 1" >>confdefs.h
28788
28789 fi
28790
28791 { $as_echo "$as_me:${as_lineno-$LINENO}: checking support for thin archives" >&5
28792 $as_echo_n "checking support for thin archives... " >&6; }
28793 thin_archive_support=no
28794 echo 'int main (void) { return 0; }' > conftest.c
28795 if ($AR --version | sed 1q | grep "GNU ar" \
28796 && $CC $CFLAGS -c conftest.c \
28797 && $AR rcT conftest.a conftest.o \
28798 && $CC $CFLAGS $LDFLAGS -o conftest conftest.a) >/dev/null 2>&1; then
28799 thin_archive_support=yes
28800 fi
28801 rm -f conftest.c conftest.o conftest.a conftest
28802 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $thin_archive_support" >&5
28803 $as_echo "$thin_archive_support" >&6; }
28804
28805
28806 { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker PT_GNU_EH_FRAME support" >&5
28807 $as_echo_n "checking linker PT_GNU_EH_FRAME support... " >&6; }
28808 gcc_cv_ld_eh_frame_hdr=no
28809 if test $in_tree_ld = yes ; then
28810 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 \
28811 && test $in_tree_ld_is_elf = yes; then
28812 gcc_cv_ld_eh_frame_hdr=yes
28813 fi
28814 elif test x$gcc_cv_ld != x; then
28815 if echo "$ld_ver" | grep GNU > /dev/null; then
28816 # Check if linker supports --eh-frame-hdr option
28817 if $gcc_cv_ld --help 2>&1 | grep eh-frame-hdr > /dev/null; then
28818 gcc_cv_ld_eh_frame_hdr=yes
28819 fi
28820 else
28821 case "$target" in
28822 *-*-solaris2*)
28823 # Sun ld has various bugs in .eh_frame_hdr support before version 1.2251.
28824 if test "$ld_vers_major" -gt 1 || test "$ld_vers_minor" -ge 2251; then
28825 gcc_cv_ld_eh_frame_hdr=yes
28826 fi
28827 ;;
28828 esac
28829 fi
28830 fi
28831
28832 if test x"$gcc_cv_ld_eh_frame_hdr" = xyes; then
28833
28834 $as_echo "#define HAVE_LD_EH_FRAME_HDR 1" >>confdefs.h
28835
28836 fi
28837 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_ld_eh_frame_hdr" >&5
28838 $as_echo "$gcc_cv_ld_eh_frame_hdr" >&6; }
28839
28840 { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker CIEv3 in .eh_frame support" >&5
28841 $as_echo_n "checking linker CIEv3 in .eh_frame support... " >&6; }
28842 gcc_cv_ld_eh_frame_ciev3=no
28843 if test $in_tree_ld = yes ; then
28844 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 \
28845 && test $in_tree_ld_is_elf = yes; then
28846 gcc_cv_ld_eh_frame_ciev3=yes
28847 fi
28848 elif test x$gcc_cv_ld != x; then
28849 if echo "$ld_ver" | grep GNU > /dev/null; then
28850 gcc_cv_ld_eh_frame_ciev3=yes
28851 if test 0"$ld_date" -lt 20040513; then
28852 if test -n "$ld_date"; then
28853 # If there was date string, but was earlier than 2004-05-13, fail
28854 gcc_cv_ld_eh_frame_ciev3=no
28855 elif test "$ld_vers_major" -lt 2; then
28856 gcc_cv_ld_eh_frame_ciev3=no
28857 elif test "$ld_vers_major" -eq 2 -a "$ld_vers_minor" -lt 16; then
28858 gcc_cv_ld_eh_frame_ciev3=no
28859 fi
28860 fi
28861 else
28862 case "$target" in
28863 *-*-solaris2*)
28864 # Sun ld added support for CIE v3 in .eh_frame in Solaris 11.1.
28865 if test "$ld_vers_major" -gt 1 || test "$ld_vers_minor" -ge 2324; then
28866 gcc_cv_ld_eh_frame_ciev3=yes
28867 fi
28868 ;;
28869 esac
28870 fi
28871 fi
28872
28873 cat >>confdefs.h <<_ACEOF
28874 #define HAVE_LD_EH_FRAME_CIEV3 `if test x"$gcc_cv_ld_eh_frame_ciev3" = xyes; then echo 1; else echo 0; fi`
28875 _ACEOF
28876
28877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_ld_eh_frame_ciev3" >&5
28878 $as_echo "$gcc_cv_ld_eh_frame_ciev3" >&6; }
28879
28880 { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker position independent executable support" >&5
28881 $as_echo_n "checking linker position independent executable support... " >&6; }
28882 gcc_cv_ld_pie=no
28883 if test $in_tree_ld = yes ; then
28884 case "$target" in
28885 # Full PIE support on Solaris was only introduced in gld 2.26.
28886 *-*-solaris2*) gcc_gld_pie_min_version=26 ;;
28887 *) gcc_gld_pie_min_version=15 ;;
28888 esac
28889 if test "$gcc_cv_gld_major_version" -eq 2 -a "$gcc_cv_gld_minor_version" -ge "$gcc_gld_pie_min_version" -o "$gcc_cv_gld_major_version" -gt 2 \
28890 && test $in_tree_ld_is_elf = yes; then
28891 gcc_cv_ld_pie=yes
28892 fi
28893 elif test x$gcc_cv_ld != x; then
28894 # Check if linker supports -pie option
28895 if $gcc_cv_ld --help 2>&1 | grep -- -pie > /dev/null; then
28896 gcc_cv_ld_pie=yes
28897 case "$target" in
28898 *-*-solaris2*)
28899 if echo "$ld_ver" | grep GNU > /dev/null \
28900 && test "$ld_vers_major" -eq 2 -a "$ld_vers_minor" -lt 26; then
28901 gcc_cv_ld_pie=no
28902 fi
28903 ;;
28904 esac
28905 else
28906 case "$target" in
28907 *-*-solaris2.1[1-9]*)
28908 # Solaris 11.3 added PIE support.
28909 if $gcc_cv_ld -z help 2>&1 | grep -- type.*pie > /dev/null; then
28910 gcc_cv_ld_pie=yes
28911 fi
28912 ;;
28913 esac
28914 fi
28915 fi
28916 if test x"$gcc_cv_ld_pie" = xyes; then
28917
28918 $as_echo "#define HAVE_LD_PIE 1" >>confdefs.h
28919
28920 fi
28921 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_ld_pie" >&5
28922 $as_echo "$gcc_cv_ld_pie" >&6; }
28923
28924 { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker PIE support with copy reloc" >&5
28925 $as_echo_n "checking linker PIE support with copy reloc... " >&6; }
28926 gcc_cv_ld_pie_copyreloc=no
28927 if test $gcc_cv_ld_pie = yes ; then
28928 if test $in_tree_ld = yes ; then
28929 if test "$gcc_cv_gld_major_version" -eq 2 -a "$gcc_cv_gld_minor_version" -ge 25 -o "$gcc_cv_gld_major_version" -gt 2; then
28930 gcc_cv_ld_pie_copyreloc=yes
28931 fi
28932 elif test x$gcc_cv_as != x -a x$gcc_cv_ld != x ; then
28933 # Check if linker supports -pie option with copy reloc
28934 case "$target" in
28935 i?86-*-linux* | x86_64-*-linux*)
28936 cat > conftest1.s <<EOF
28937 .globl a_glob
28938 .data
28939 .type a_glob, @object
28940 .size a_glob, 4
28941 a_glob:
28942 .long 2
28943 EOF
28944 cat > conftest2.s <<EOF
28945 .text
28946 .globl main
28947 .type main, @function
28948 main:
28949 movl %eax, a_glob(%rip)
28950 .size main, .-main
28951 .globl ptr
28952 .section .data.rel,"aw",@progbits
28953 .type ptr, @object
28954 ptr:
28955 .quad a_glob
28956 EOF
28957 if $gcc_cv_as --64 -o conftest1.o conftest1.s > /dev/null 2>&1 \
28958 && $gcc_cv_ld -shared -melf_x86_64 -o conftest1.so conftest1.o > /dev/null 2>&1 \
28959 && $gcc_cv_as --64 -o conftest2.o conftest2.s > /dev/null 2>&1 \
28960 && $gcc_cv_ld -pie -melf_x86_64 -o conftest conftest2.o conftest1.so > /dev/null 2>&1; then
28961 gcc_cv_ld_pie_copyreloc=yes
28962 fi
28963 rm -f conftest conftest1.so conftest1.o conftest2.o conftest1.s conftest2.s
28964 ;;
28965 esac
28966 fi
28967 fi
28968
28969 cat >>confdefs.h <<_ACEOF
28970 #define HAVE_LD_PIE_COPYRELOC `if test x"$gcc_cv_ld_pie_copyreloc" = xyes; then echo 1; else echo 0; fi`
28971 _ACEOF
28972
28973 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_ld_pie_copyreloc" >&5
28974 $as_echo "$gcc_cv_ld_pie_copyreloc" >&6; }
28975
28976 { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker EH-compatible garbage collection of sections" >&5
28977 $as_echo_n "checking linker EH-compatible garbage collection of sections... " >&6; }
28978 gcc_cv_ld_eh_gc_sections=no
28979 if test $in_tree_ld = yes ; then
28980 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 \
28981 && test $in_tree_ld_is_elf = yes; then
28982 gcc_cv_ld_eh_gc_sections=yes
28983 fi
28984 elif test x$gcc_cv_as != x -a x$gcc_cv_ld != x -a x$gcc_cv_objdump != x ; then
28985 cat > conftest.s <<EOF
28986 .section .text
28987 .globl _start
28988 .type _start, @function
28989 _start:
28990 .long foo
28991 .size _start, .-_start
28992 .section .text.foo,"ax",@progbits
28993 .type foo, @function
28994 foo:
28995 .long 0
28996 .size foo, .-foo
28997 .section .gcc_except_table.foo,"a",@progbits
28998 .L0:
28999 .long 0
29000 .section .eh_frame,"a",@progbits
29001 .long .L0
29002 EOF
29003 if $gcc_cv_as -o conftest.o conftest.s > /dev/null 2>&1; then
29004 if $gcc_cv_ld -o conftest conftest.o --entry=_start --gc-sections 2>&1 \
29005 | grep "gc-sections option ignored" > /dev/null; then
29006 gcc_cv_ld_eh_gc_sections=no
29007 elif $gcc_cv_objdump -h conftest 2> /dev/null \
29008 | grep gcc_except_table > /dev/null; then
29009 gcc_cv_ld_eh_gc_sections=yes
29010 # If no COMDAT groups, the compiler will emit .gnu.linkonce.t. sections.
29011 if test x$gcc_cv_as_comdat_group != xyes; then
29012 gcc_cv_ld_eh_gc_sections=no
29013 cat > conftest.s <<EOF
29014 .section .text
29015 .globl _start
29016 .type _start, @function
29017 _start:
29018 .long foo
29019 .size _start, .-_start
29020 .section .gnu.linkonce.t.foo,"ax",@progbits
29021 .type foo, @function
29022 foo:
29023 .long 0
29024 .size foo, .-foo
29025 .section .gcc_except_table.foo,"a",@progbits
29026 .L0:
29027 .long 0
29028 .section .eh_frame,"a",@progbits
29029 .long .L0
29030 EOF
29031 if $gcc_cv_as -o conftest.o conftest.s > /dev/null 2>&1; then
29032 if $gcc_cv_ld -o conftest conftest.o --entry=_start --gc-sections 2>&1 \
29033 | grep "gc-sections option ignored" > /dev/null; then
29034 gcc_cv_ld_eh_gc_sections=no
29035 elif $gcc_cv_objdump -h conftest 2> /dev/null \
29036 | grep gcc_except_table > /dev/null; then
29037 gcc_cv_ld_eh_gc_sections=yes
29038 fi
29039 fi
29040 fi
29041 fi
29042 fi
29043 rm -f conftest.s conftest.o conftest
29044 fi
29045 case "$target" in
29046 hppa*-*-linux*)
29047 # ??? This apparently exposes a binutils bug with PC-relative relocations.
29048 gcc_cv_ld_eh_gc_sections=no
29049 ;;
29050 esac
29051 if test x$gcc_cv_ld_eh_gc_sections = xyes; then
29052
29053 $as_echo "#define HAVE_LD_EH_GC_SECTIONS 1" >>confdefs.h
29054
29055 fi
29056 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_ld_eh_gc_sections" >&5
29057 $as_echo "$gcc_cv_ld_eh_gc_sections" >&6; }
29058
29059 { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker EH garbage collection of sections bug" >&5
29060 $as_echo_n "checking linker EH garbage collection of sections bug... " >&6; }
29061 gcc_cv_ld_eh_gc_sections_bug=no
29062 if test $in_tree_ld = yes ; then
29063 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 \
29064 && test $in_tree_ld_is_elf = yes; then
29065 gcc_cv_ld_eh_gc_sections_bug=yes
29066 fi
29067 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
29068 gcc_cv_ld_eh_gc_sections_bug=yes
29069 cat > conftest.s <<EOF
29070 .section .text
29071 .globl _start
29072 .type _start, @function
29073 _start:
29074 .long foo
29075 .size _start, .-_start
29076 .section .text.startup.foo,"ax",@progbits
29077 .type foo, @function
29078 foo:
29079 .long 0
29080 .size foo, .-foo
29081 .section .gcc_except_table.foo,"a",@progbits
29082 .L0:
29083 .long 0
29084 .section .eh_frame,"a",@progbits
29085 .long .L0
29086 EOF
29087 if $gcc_cv_as -o conftest.o conftest.s > /dev/null 2>&1; then
29088 if $gcc_cv_ld -o conftest conftest.o --entry=_start --gc-sections 2>&1 \
29089 | grep "gc-sections option ignored" > /dev/null; then
29090 :
29091 elif $gcc_cv_objdump -h conftest 2> /dev/null \
29092 | grep gcc_except_table > /dev/null; then
29093 gcc_cv_ld_eh_gc_sections_bug=no
29094 fi
29095 fi
29096 rm -f conftest.s conftest.o conftest
29097 fi
29098 if test x$gcc_cv_ld_eh_gc_sections_bug = xyes; then
29099
29100 $as_echo "#define HAVE_LD_EH_GC_SECTIONS_BUG 1" >>confdefs.h
29101
29102 fi
29103 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_ld_eh_gc_sections_bug" >&5
29104 $as_echo "$gcc_cv_ld_eh_gc_sections_bug" >&6; }
29105
29106 { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker for compressed debug sections" >&5
29107 $as_echo_n "checking linker for compressed debug sections... " >&6; }
29108 # gold/gld support compressed debug sections since binutils 2.19/2.21
29109 # In binutils 2.26, gld gained support for the ELF gABI format.
29110 if test $in_tree_ld = yes ; then
29111 gcc_cv_ld_compress_debug=0
29112 if test "$gcc_cv_gld_major_version" -eq 2 -a "$gcc_cv_gld_minor_version" -ge 19 -o "$gcc_cv_gld_major_version" -gt 2 \
29113 && test $in_tree_ld_is_elf = yes && test $ld_is_gold = yes; then
29114 gcc_cv_ld_compress_debug=2
29115 gcc_cv_ld_compress_debug_option="--compress-debug-sections"
29116 elif test "$gcc_cv_gld_major_version" -eq 2 -a "$gcc_cv_gld_minor_version" -ge 26 -o "$gcc_cv_gld_major_version" -gt 2 \
29117 && test $in_tree_ld_is_elf = yes && test $ld_is_gold = no; then
29118 gcc_cv_ld_compress_debug=3
29119 gcc_cv_ld_compress_debug_option="--compress-debug-sections"
29120 elif test "$gcc_cv_gld_major_version" -eq 2 -a "$gcc_cv_gld_minor_version" -ge 21 -o "$gcc_cv_gld_major_version" -gt 2 \
29121 && test $in_tree_ld_is_elf = yes; then
29122 gcc_cv_ld_compress_debug=1
29123 fi
29124 elif echo "$ld_ver" | grep GNU > /dev/null; then
29125 if test "$ld_vers_major" -lt 2 \
29126 || test "$ld_vers_major" -eq 2 -a "$ld_vers_minor" -lt 21; then
29127 gcc_cv_ld_compress_debug=0
29128 elif test "$ld_vers_major" -eq 2 -a "$ld_vers_minor" -lt 26; then
29129 gcc_cv_ld_compress_debug=1
29130 else
29131 gcc_cv_ld_compress_debug=3
29132 gcc_cv_ld_compress_debug_option="--compress-debug-sections"
29133 fi
29134 if test $ld_is_gold = yes; then
29135 gcc_cv_ld_compress_debug=2
29136 gcc_cv_ld_compress_debug_option="--compress-debug-sections"
29137 fi
29138 else
29139 case "${target}" in
29140 *-*-solaris2*)
29141 # Introduced in Solaris 11.2.
29142 if $gcc_cv_ld --help 2>&1 | grep -- '-z compress-sections' > /dev/null; then
29143 gcc_cv_ld_compress_debug=3
29144 gcc_cv_ld_compress_debug_option="-z compress-sections"
29145 else
29146 gcc_cv_ld_compress_debug=0
29147 fi
29148 ;;
29149 *)
29150 # Assume linkers other than GNU ld don't support compessed debug
29151 # sections.
29152 gcc_cv_ld_compress_debug=0
29153 ;;
29154 esac
29155 fi
29156
29157 cat >>confdefs.h <<_ACEOF
29158 #define HAVE_LD_COMPRESS_DEBUG $gcc_cv_ld_compress_debug
29159 _ACEOF
29160
29161
29162 cat >>confdefs.h <<_ACEOF
29163 #define LD_COMPRESS_DEBUG_OPTION "$gcc_cv_ld_compress_debug_option"
29164 _ACEOF
29165
29166 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_ld_compress_debug" >&5
29167 $as_echo "$gcc_cv_ld_compress_debug" >&6; }
29168
29169 if test x"$ld64_flag" = x"yes"; then
29170
29171 # Set defaults for possibly untestable items.
29172 gcc_cv_ld64_export_dynamic=0
29173
29174 if test "$build" = "$host"; then
29175 darwin_try_test=1
29176 else
29177 darwin_try_test=0
29178 fi
29179
29180 # On Darwin, because of FAT library support, it is often possible to execute
29181 # exes from compatible archs even when the host differs from the build system.
29182 case "$build","$host" in
29183 x86_64-*-darwin*,i?86-*-darwin* | powerpc64*-*-darwin*,powerpc*-*-darwin*)
29184 darwin_try_test=1;;
29185 *) ;;
29186 esac
29187
29188 # If the configurer specified a minimum ld64 version to be supported, then use
29189 # that to determine feature support.
29190 if test x"${gcc_cv_ld64_version}" != x; then
29191 { $as_echo "$as_me:${as_lineno-$LINENO}: checking ld64 specified version" >&5
29192 $as_echo_n "checking ld64 specified version... " >&6; }
29193 gcc_cv_ld64_major=`echo "$gcc_cv_ld64_version" | sed -e 's/\..*//'`
29194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_ld64_major" >&5
29195 $as_echo "$gcc_cv_ld64_major" >&6; }
29196 if test "$gcc_cv_ld64_major" -ge 236; then
29197 gcc_cv_ld64_export_dynamic=1
29198 fi
29199 elif test -x "$gcc_cv_ld" -a "$darwin_try_test" -eq 1; then
29200 # If the version was not specified, try to find it.
29201 { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker version" >&5
29202 $as_echo_n "checking linker version... " >&6; }
29203 if test x"${gcc_cv_ld64_version}" = x; then
29204 gcc_cv_ld64_version=`$gcc_cv_ld -v 2>&1 | grep ld64 | sed s/.*ld64-// | awk '{print $1}'`
29205 fi
29206 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_ld64_version" >&5
29207 $as_echo "$gcc_cv_ld64_version" >&6; }
29208
29209 { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker for -export_dynamic support" >&5
29210 $as_echo_n "checking linker for -export_dynamic support... " >&6; }
29211 gcc_cv_ld64_export_dynamic=1
29212 if $gcc_cv_ld -export_dynamic < /dev/null 2>&1 | grep 'unknown option' > /dev/null; then
29213 gcc_cv_ld64_export_dynamic=0
29214 fi
29215 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_ld64_export_dynamic" >&5
29216 $as_echo "$gcc_cv_ld64_export_dynamic" >&6; }
29217 fi
29218
29219 if test x"${gcc_cv_ld64_version}" != x; then
29220
29221 cat >>confdefs.h <<_ACEOF
29222 #define LD64_VERSION "${gcc_cv_ld64_version}"
29223 _ACEOF
29224
29225 fi
29226
29227
29228 cat >>confdefs.h <<_ACEOF
29229 #define LD64_HAS_EXPORT_DYNAMIC $gcc_cv_ld64_export_dynamic
29230 _ACEOF
29231
29232 fi
29233
29234 # --------
29235 # UNSORTED
29236 # --------
29237
29238 { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker --as-needed support" >&5
29239 $as_echo_n "checking linker --as-needed support... " >&6; }
29240 if ${gcc_cv_ld_as_needed+:} false; then :
29241 $as_echo_n "(cached) " >&6
29242 else
29243 gcc_cv_ld_as_needed=no
29244 gcc_cv_ld_as_needed_option='--as-needed'
29245 gcc_cv_ld_no_as_needed_option='--no-as-needed'
29246 if test $in_tree_ld = yes ; then
29247 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 \
29248 && test $in_tree_ld_is_elf = yes; then
29249 gcc_cv_ld_as_needed=yes
29250 if test "$gcc_cv_gld_major_version" -eq 2 -a "$gcc_cv_gld_minor_version" -ge 28; then
29251 gcc_cv_ld_as_needed_option='--push-state --as-needed'
29252 gcc_cv_ld_no_as_needed_option='--pop-state'
29253 fi
29254 fi
29255 elif test x$gcc_cv_ld != x; then
29256 # Check if linker supports --as-needed and --no-as-needed options
29257 if $gcc_cv_ld --help 2>&1 | grep as-needed > /dev/null; then
29258 gcc_cv_ld_as_needed=yes
29259 if $gcc_cv_ld --help 2>&1 | grep push-state > /dev/null \
29260 && $gcc_cv_ld --help 2>&1 | grep pop-state > /dev/null \
29261 && echo "$ld_ver" | grep GNU > /dev/null \
29262 && test "$ld_vers_major" -eq 2 -a "$ld_vers_minor" -ge 28; then
29263 # Use these options only when both ld.bfd and ld.gold support
29264 # --push-state/--pop-state, which unfortunately wasn't added
29265 # at the same time.
29266 gcc_cv_ld_as_needed_option='--push-state --as-needed'
29267 gcc_cv_ld_no_as_needed_option='--pop-state'
29268 fi
29269 fi
29270 case "$target:$gnu_ld" in
29271 *-*-solaris2*:no)
29272 # Solaris 2 ld always supports -z ignore/-z record. Prefer the native
29273 # forms.
29274 gcc_cv_ld_as_needed=yes
29275 gcc_cv_ld_as_needed_option="-z ignore"
29276 gcc_cv_ld_no_as_needed_option="-z record"
29277 ;;
29278 esac
29279 fi
29280 # --as-needed/-z ignore can only be used if libgcc_s.so.1 uses
29281 # dl_iterate_phdr, i.e. since Solaris 11.
29282 case "$target" in
29283 *-*-solaris2.1[1-9]*)
29284 case "$target" in
29285 i?86-*-* | x86_64-*-*)
29286 if echo "$ld_ver" | grep GNU > /dev/null; then
29287 # Doesn't work with gld on Solaris/x86 due to PR ld/12320.
29288 gcc_cv_ld_as_needed=no
29289 fi
29290 ;;
29291 esac
29292 ;;
29293 *-*-solaris2*)
29294 gcc_cv_ld_as_needed=no
29295 ;;
29296 esac
29297
29298 fi
29299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_ld_as_needed" >&5
29300 $as_echo "$gcc_cv_ld_as_needed" >&6; }
29301 if test x"$gcc_cv_ld_as_needed" = xyes; then
29302
29303 $as_echo "#define HAVE_LD_AS_NEEDED 1" >>confdefs.h
29304
29305
29306 cat >>confdefs.h <<_ACEOF
29307 #define LD_AS_NEEDED_OPTION "$gcc_cv_ld_as_needed_option"
29308 _ACEOF
29309
29310
29311 cat >>confdefs.h <<_ACEOF
29312 #define LD_NO_AS_NEEDED_OPTION "$gcc_cv_ld_no_as_needed_option"
29313 _ACEOF
29314
29315 fi
29316
29317 { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker mapfile support for clearing hardware capabilities" >&5
29318 $as_echo_n "checking linker mapfile support for clearing hardware capabilities... " >&6; }
29319 saved_LDFLAGS="$LDFLAGS"
29320 for clearcap_map in sol2-clearcapv2.map sol2-clearcap.map; do
29321 LDFLAGS="$saved_LDFLAGS -Wl,-M,${srcdir}/config/$clearcap_map"
29322 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
29323 /* end confdefs.h. */
29324 int main(void) {return 0;}
29325 _ACEOF
29326 if ac_fn_cxx_try_link "$LINENO"; then :
29327 gcc_cv_ld_clearcap=yes; break
29328 else
29329 gcc_cv_ld_clearcap=no
29330 fi
29331 rm -f core conftest.err conftest.$ac_objext \
29332 conftest$ac_exeext conftest.$ac_ext
29333 done
29334 LDFLAGS="$saved_LDFLAGS"
29335 if test "x$gcc_cv_ld_clearcap" = xyes; then
29336
29337 $as_echo "#define HAVE_LD_CLEARCAP 1" >>confdefs.h
29338
29339 ac_config_links="$ac_config_links clearcap.map:${srcdir}/config/$clearcap_map"
29340
29341 fi
29342 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_ld_clearcap" >&5
29343 $as_echo "$gcc_cv_ld_clearcap" >&6; }
29344
29345 case "$target" in
29346 powerpc*-*-*)
29347 case "$target" in
29348 *le-*-linux*)
29349 emul_name="-melf32lppc"
29350 ;;
29351 *)
29352 emul_name="-melf32ppc"
29353 ;;
29354 esac
29355 { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker .gnu.attributes long double support" >&5
29356 $as_echo_n "checking linker .gnu.attributes long double support... " >&6; }
29357 if ${gcc_cv_ld_ppc_attr+:} false; then :
29358 $as_echo_n "(cached) " >&6
29359 else
29360 gcc_cv_ld_ppc_attr=no
29361 if test x"$ld_is_gold" = xyes; then
29362 gcc_cv_ld_ppc_attr=yes
29363 elif test $in_tree_ld = yes ; then
29364 if test "$gcc_cv_gld_major_version" -eq 2 \
29365 -a "$gcc_cv_gld_minor_version" -ge 28 \
29366 -o "$gcc_cv_gld_major_version" -gt 2; then
29367 gcc_cv_ld_ppc_attr=yes
29368 fi
29369 elif test x$gcc_cv_as != x -a x$gcc_cv_ld != x ; then
29370 # check that merging the long double .gnu_attribute doesn't warn
29371 cat > conftest1.s <<EOF
29372 .gnu_attribute 4,1
29373 EOF
29374 cat > conftest2.s <<EOF
29375 .gnu_attribute 4,9
29376 EOF
29377 if $gcc_cv_as -a32 -o conftest1.o conftest1.s > /dev/null 2>&1 \
29378 && $gcc_cv_as -a32 -o conftest2.o conftest2.s > /dev/null 2>&1 \
29379 && $gcc_cv_ld $emul_name -r -o conftest.o conftest1.o conftest2.o > /dev/null 2> conftest.err \
29380 && test ! -s conftest.err; then
29381 gcc_cv_ld_ppc_attr=yes
29382 fi
29383 rm -f conftest.err conftest.o conftest1.o conftest2.o conftest1.s conftest2.s
29384 fi
29385
29386 fi
29387 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_ld_ppc_attr" >&5
29388 $as_echo "$gcc_cv_ld_ppc_attr" >&6; }
29389 if test x$gcc_cv_ld_ppc_attr = xyes; then
29390
29391 $as_echo "#define HAVE_LD_PPC_GNU_ATTR_LONG_DOUBLE 1" >>confdefs.h
29392
29393 fi
29394 ;;
29395 esac
29396
29397 case "$target:$tm_file" in
29398 powerpc64-*-freebsd* | powerpc64*-*-linux* | powerpc*-*-linux*rs6000/biarch64.h*)
29399 case "$target" in
29400 *le-*-linux*)
29401 emul_name="-melf64lppc"
29402 ;;
29403 *-*-linux*)
29404 emul_name="-melf64ppc"
29405 ;;
29406 *-*-freebsd*)
29407 emul_name="-melf64ppc_fbsd"
29408 ;;
29409 esac
29410 { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker support for omitting dot symbols" >&5
29411 $as_echo_n "checking linker support for omitting dot symbols... " >&6; }
29412 if ${gcc_cv_ld_no_dot_syms+:} false; then :
29413 $as_echo_n "(cached) " >&6
29414 else
29415 gcc_cv_ld_no_dot_syms=no
29416 if test x"$ld_is_gold" = xyes; then
29417 gcc_cv_ld_no_dot_syms=yes
29418 elif test $in_tree_ld = yes ; then
29419 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
29420 gcc_cv_ld_no_dot_syms=yes
29421 fi
29422 elif test x$gcc_cv_as != x -a x$gcc_cv_ld != x ; then
29423 cat > conftest1.s <<EOF
29424 .text
29425 bl .foo
29426 EOF
29427 cat > conftest2.s <<EOF
29428 .section ".opd","aw"
29429 .align 3
29430 .globl foo
29431 .type foo,@function
29432 foo:
29433 .quad .LEfoo,.TOC.@tocbase,0
29434 .text
29435 .LEfoo:
29436 blr
29437 .size foo,.-.LEfoo
29438 EOF
29439 if $gcc_cv_as -a64 -o conftest1.o conftest1.s > /dev/null 2>&1 \
29440 && $gcc_cv_as -a64 -o conftest2.o conftest2.s > /dev/null 2>&1 \
29441 && $gcc_cv_ld $emul_name -o conftest conftest1.o conftest2.o > /dev/null 2>&1; then
29442 gcc_cv_ld_no_dot_syms=yes
29443 fi
29444 rm -f conftest conftest1.o conftest2.o conftest1.s conftest2.s
29445 fi
29446
29447 fi
29448 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_ld_no_dot_syms" >&5
29449 $as_echo "$gcc_cv_ld_no_dot_syms" >&6; }
29450 if test x"$gcc_cv_ld_no_dot_syms" = xyes; then
29451
29452 $as_echo "#define HAVE_LD_NO_DOT_SYMS 1" >>confdefs.h
29453
29454 fi
29455
29456 { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker large toc support" >&5
29457 $as_echo_n "checking linker large toc support... " >&6; }
29458 if ${gcc_cv_ld_large_toc+:} false; then :
29459 $as_echo_n "(cached) " >&6
29460 else
29461 gcc_cv_ld_large_toc=no
29462 if test x"$ld_is_gold" = xyes; then
29463 gcc_cv_ld_large_toc=yes
29464 elif test $in_tree_ld = yes ; then
29465 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
29466 gcc_cv_ld_large_toc=yes
29467 fi
29468 elif test x$gcc_cv_as != x -a x$gcc_cv_ld != x ; then
29469 cat > conftest.s <<EOF
29470 .section ".tbss","awT",@nobits
29471 .align 3
29472 ie0: .space 8
29473 .global _start
29474 .text
29475 _start:
29476 addis 9,13,ie0@got@tprel@ha
29477 ld 9,ie0@got@tprel@l(9)
29478 EOF
29479 if $gcc_cv_as -a64 -o conftest.o conftest.s > /dev/null 2>&1 \
29480 && $gcc_cv_ld $emul_name --no-toc-sort -o conftest conftest.o > /dev/null 2>&1; then
29481 gcc_cv_ld_large_toc=yes
29482 fi
29483 rm -f conftest conftest.o conftest.s
29484 fi
29485
29486 fi
29487 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_ld_large_toc" >&5
29488 $as_echo "$gcc_cv_ld_large_toc" >&6; }
29489 if test x"$gcc_cv_ld_large_toc" = xyes; then
29490
29491 $as_echo "#define HAVE_LD_LARGE_TOC 1" >>confdefs.h
29492
29493 fi
29494
29495 { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker toc pointer alignment" >&5
29496 $as_echo_n "checking linker toc pointer alignment... " >&6; }
29497 if ${gcc_cv_ld_toc_align+:} false; then :
29498 $as_echo_n "(cached) " >&6
29499 else
29500 if test x$gcc_cv_as != x -a x$gcc_cv_ld != x -a x$gcc_cv_nm != x; then
29501 cat > conftest.s <<EOF
29502 .global _start
29503 .text
29504 _start:
29505 addis 9,2,x@got@ha
29506 .section .data.rel.ro,"aw",@progbits
29507 .p2align 16
29508 .space 32768
29509 x: .quad .TOC.
29510 EOF
29511 if $gcc_cv_as -a64 -o conftest.o conftest.s > /dev/null 2>&1 \
29512 && $gcc_cv_ld $emul_name -z norelro -o conftest conftest.o > /dev/null 2>&1; then
29513 gcc_cv_ld_toc_align=`$gcc_cv_nm conftest | ${AWK} '/\.TOC\./ { match ($0, "0[[:xdigit:]]*", a); print strtonum ("0x" substr(a[0], length(a[0])-3)) }'`
29514 fi
29515 rm -f conftest conftest.o conftest.s
29516 fi
29517
29518 fi
29519 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_ld_toc_align" >&5
29520 $as_echo "$gcc_cv_ld_toc_align" >&6; }
29521 if test -n "$gcc_cv_ld_toc_align" && test $gcc_cv_ld_toc_align -gt 8; then
29522
29523 cat >>confdefs.h <<_ACEOF
29524 #define POWERPC64_TOC_POINTER_ALIGNMENT $gcc_cv_ld_toc_align
29525 _ACEOF
29526
29527 fi
29528 ;;
29529 esac
29530
29531 case "$target" in
29532 *-*-aix*)
29533 { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker large toc support" >&5
29534 $as_echo_n "checking linker large toc support... " >&6; }
29535 if ${gcc_cv_ld_large_toc+:} false; then :
29536 $as_echo_n "(cached) " >&6
29537 else
29538 gcc_cv_ld_large_toc=no
29539 if test x$gcc_cv_as != x ; then
29540 cat > conftest.s <<EOF
29541 .toc
29542 LC..1:
29543 .tc a[TC],a[RW]
29544 .extern a[RW]
29545 .csect .text[PR]
29546 .largetoctest:
29547 addis 9,LC..1@u(2)
29548 ld 3,LC..1@l(9)
29549 EOF
29550 if $gcc_cv_as -a64 -o conftest.o conftest.s > /dev/null 2>&1; then
29551 gcc_cv_ld_large_toc=yes
29552 fi
29553 rm -f conftest conftest.o conftest.s
29554 fi
29555
29556 fi
29557 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_ld_large_toc" >&5
29558 $as_echo "$gcc_cv_ld_large_toc" >&6; }
29559 if test x"$gcc_cv_ld_large_toc" = xyes; then
29560
29561 $as_echo "#define HAVE_LD_LARGE_TOC 1" >>confdefs.h
29562
29563 fi
29564 ;;
29565 esac
29566
29567 { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker --build-id support" >&5
29568 $as_echo_n "checking linker --build-id support... " >&6; }
29569 if ${gcc_cv_ld_buildid+:} false; then :
29570 $as_echo_n "(cached) " >&6
29571 else
29572 gcc_cv_ld_buildid=no
29573 if test $in_tree_ld = yes ; then
29574 if test "$gcc_cv_gld_major_version" -eq 2 -a \
29575 "$gcc_cv_gld_minor_version" -ge 18 -o \
29576 "$gcc_cv_gld_major_version" -gt 2 \
29577 && test $in_tree_ld_is_elf = yes; then
29578 gcc_cv_ld_buildid=yes
29579 fi
29580 elif test x$gcc_cv_ld != x; then
29581 if $gcc_cv_ld --help 2>&1 | grep build-id > /dev/null; then
29582 gcc_cv_ld_buildid=yes
29583 fi
29584 fi
29585 fi
29586 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_ld_buildid" >&5
29587 $as_echo "$gcc_cv_ld_buildid" >&6; }
29588 if test x"$gcc_cv_ld_buildid" = xyes; then
29589
29590 $as_echo "#define HAVE_LD_BUILDID 1" >>confdefs.h
29591
29592 fi
29593
29594 # Check whether --enable-linker-build-id was given.
29595 if test "${enable_linker_build_id+set}" = set; then :
29596 enableval=$enable_linker_build_id;
29597 else
29598 enable_linker_build_id=no
29599 fi
29600
29601
29602 if test x"$enable_linker_build_id" = xyes; then
29603 if test x"$gcc_cv_ld_buildid" = xyes; then
29604
29605 $as_echo "#define ENABLE_LD_BUILDID 1" >>confdefs.h
29606
29607 else
29608 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: --build-id is not supported by your linker; --enable-linker-build-id ignored" >&5
29609 $as_echo "$as_me: WARNING: --build-id is not supported by your linker; --enable-linker-build-id ignored" >&2;}
29610 fi
29611 fi
29612
29613 # In binutils 2.21, GNU ld gained support for new emulations fully
29614 # supporting the Solaris 2 ABI. Detect their presence in the linker used.
29615 { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker *_sol2 emulation support" >&5
29616 $as_echo_n "checking linker *_sol2 emulation support... " >&6; }
29617 if ${gcc_cv_ld_sol2_emulation+:} false; then :
29618 $as_echo_n "(cached) " >&6
29619 else
29620 gcc_cv_ld_sol2_emulation=no
29621 if test $in_tree_ld = yes ; then
29622 if test "$gcc_cv_gld_major_version" -eq 2 -a \
29623 "$gcc_cv_gld_minor_version" -ge 21 -o \
29624 "$gcc_cv_gld_major_version" -gt 2 \
29625 && test $in_tree_ld_is_elf = yes; then
29626 gcc_cv_ld_sol2_emulation=yes
29627 fi
29628 elif test x$gcc_cv_ld != x; then
29629 if $gcc_cv_ld -V 2>/dev/null | sed -e '1,/Supported emulations/d;q' | \
29630 grep _sol2 > /dev/null; then
29631 gcc_cv_ld_sol2_emulation=yes
29632 fi
29633 fi
29634 fi
29635 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_ld_sol2_emulation" >&5
29636 $as_echo "$gcc_cv_ld_sol2_emulation" >&6; }
29637 if test x"$gcc_cv_ld_sol2_emulation" = xyes; then
29638
29639 $as_echo "#define HAVE_LD_SOL2_EMULATION 1" >>confdefs.h
29640
29641 fi
29642
29643 { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker --sysroot support" >&5
29644 $as_echo_n "checking linker --sysroot support... " >&6; }
29645 if ${gcc_cv_ld_sysroot+:} false; then :
29646 $as_echo_n "(cached) " >&6
29647 else
29648 gcc_cv_ld_sysroot=no
29649 if test $in_tree_ld = yes ; then
29650 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
29651 gcc_cv_ld_sysroot=yes
29652 fi
29653 elif test x$gcc_cv_ld != x; then
29654 if $gcc_cv_ld --help 2>&1 | grep sysroot > /dev/null; then
29655 gcc_cv_ld_sysroot=yes
29656 fi
29657 fi
29658 fi
29659 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_ld_sysroot" >&5
29660 $as_echo "$gcc_cv_ld_sysroot" >&6; }
29661 if test x"$gcc_cv_ld_sysroot" = xyes; then
29662
29663 $as_echo "#define HAVE_LD_SYSROOT 1" >>confdefs.h
29664
29665 fi
29666
29667 case $target in
29668 *-*-solaris2*)
29669 # Check for system-provided CRTs on Solaris 11.x and Solaris 12.
29670 { $as_echo "$as_me:${as_lineno-$LINENO}: checking system-provided CRTs on Solaris" >&5
29671 $as_echo_n "checking system-provided CRTs on Solaris... " >&6; }
29672 if ${gcc_cv_solaris_crts+:} false; then :
29673 $as_echo_n "(cached) " >&6
29674 else
29675 gcc_cv_solaris_crts=no
29676 if test x$host != x$target; then
29677 if test "x$with_sysroot" = xyes; then
29678 target_sysroot="${test_exec_prefix}/${target_noncanonical}/sys-root"
29679 else
29680 target_sysroot="${with_sysroot}"
29681 fi
29682 fi
29683 target_libdir="$target_sysroot/usr/lib"
29684 # At the time they were added, gcrt1.o became a symlink for backwards
29685 # compatibility on x86, while crt1.o was added on sparc, so check for that.
29686 case $target in
29687 i?86-*-solaris2* | x86_64-*-solaris2*)
29688 if test -h "$target_libdir/gcrt1.o"; then gcc_cv_solaris_crts=yes; fi
29689 ;;
29690 sparc*-*-solaris2*)
29691 if test -f "$target_libdir/crt1.o"; then gcc_cv_solaris_crts=yes; fi
29692 ;;
29693 esac
29694 fi
29695 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_solaris_crts" >&5
29696 $as_echo "$gcc_cv_solaris_crts" >&6; }
29697 ;;
29698 esac
29699 if test x$gcc_cv_solaris_crts = xyes; then
29700
29701 $as_echo "#define HAVE_SOLARIS_CRTS 1" >>confdefs.h
29702
29703 fi
29704
29705 # Check whether --enable-libssp was given.
29706 if test "${enable_libssp+set}" = set; then :
29707 enableval=$enable_libssp; case "${enableval}" in
29708 yes|no)
29709 ;;
29710 *)
29711 as_fn_error $? "unknown libssp setting $enableval" "$LINENO" 5
29712 ;;
29713 esac
29714 fi
29715
29716
29717 # Test for stack protector support in target C library.
29718 { $as_echo "$as_me:${as_lineno-$LINENO}: checking __stack_chk_fail in target C library" >&5
29719 $as_echo_n "checking __stack_chk_fail in target C library... " >&6; }
29720 if ${gcc_cv_libc_provides_ssp+:} false; then :
29721 $as_echo_n "(cached) " >&6
29722 else
29723 gcc_cv_libc_provides_ssp=no
29724 if test "x$enable_libssp" = "xno"; then
29725 gcc_cv_libc_provides_ssp=yes
29726 elif test "x$enable_libssp" = "xyes"; then
29727 gcc_cv_libc_provides_ssp=no
29728 else
29729 case "$target" in
29730 *-*-musl*)
29731 # All versions of musl provide stack protector
29732 gcc_cv_libc_provides_ssp=yes;;
29733 *-*-linux* | *-*-kfreebsd*-gnu)
29734 # glibc 2.4 and later provides __stack_chk_fail and
29735 # either __stack_chk_guard, or TLS access to stack guard canary.
29736
29737 if test $glibc_version_major -gt 2 \
29738 || ( test $glibc_version_major -eq 2 && test $glibc_version_minor -ge 4 ); then :
29739 gcc_cv_libc_provides_ssp=yes
29740 else
29741
29742 if test -f $target_header_dir/features.h \
29743 && $EGREP '^[ ]*#[ ]*define[ ]+__GNU_LIBRARY__[ ]+([1-9][0-9]|[6-9])' \
29744 $target_header_dir/features.h > /dev/null; then
29745 if $EGREP '^[ ]*#[ ]*define[ ]+__UCLIBC__[ ]+1' \
29746 $target_header_dir/features.h > /dev/null && \
29747 test -f $target_header_dir/bits/uClibc_config.h && \
29748 $EGREP '^[ ]*#[ ]*define[ ]+__UCLIBC_HAS_SSP__[ ]+1' \
29749 $target_header_dir/bits/uClibc_config.h > /dev/null; then
29750 gcc_cv_libc_provides_ssp=yes
29751 fi
29752 # all versions of Bionic support stack protector
29753 elif test -f $target_header_dir/sys/cdefs.h \
29754 && $EGREP '^[ ]*#[ ]*define[ ]+__BIONIC__[ ]+1' \
29755 $target_header_dir/sys/cdefs.h > /dev/null; then
29756 gcc_cv_libc_provides_ssp=yes
29757 fi
29758 fi
29759 ;;
29760 *-*-gnu*)
29761 # Avoid complicated tests (see
29762 # <http://gcc.gnu.org/ml/gcc/2008-10/msg00130.html>) and for now
29763 # simply assert that glibc does provide this, which is true for all
29764 # realistically usable GNU/Hurd configurations.
29765 # All supported versions of musl provide it as well
29766 gcc_cv_libc_provides_ssp=yes;;
29767 *-*-darwin* | *-*-freebsd* | *-*-netbsd*)
29768 ac_fn_cxx_check_func "$LINENO" "__stack_chk_fail" "ac_cv_func___stack_chk_fail"
29769 if test "x$ac_cv_func___stack_chk_fail" = xyes; then :
29770 gcc_cv_libc_provides_ssp=yes
29771 else
29772 echo "no __stack_chk_fail on this target"
29773 fi
29774
29775 ;;
29776 *) gcc_cv_libc_provides_ssp=no ;;
29777 esac
29778 fi
29779 fi
29780 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_libc_provides_ssp" >&5
29781 $as_echo "$gcc_cv_libc_provides_ssp" >&6; }
29782
29783 if test x$gcc_cv_libc_provides_ssp = xyes; then
29784
29785 $as_echo "#define TARGET_LIBC_PROVIDES_SSP 1" >>confdefs.h
29786
29787 fi
29788
29789 # Check whether --enable-default-ssp was given.
29790 # Check whether --enable-default-ssp was given.
29791 if test "${enable_default_ssp+set}" = set; then :
29792 enableval=$enable_default_ssp;
29793 if test x$gcc_cv_libc_provides_ssp = xyes; then
29794 case "$target" in
29795 ia64*-*-*) enable_default_ssp=no ;;
29796 *) enable_default_ssp=$enableval ;;
29797 esac
29798 else
29799 enable_default_ssp=no
29800 fi
29801 else
29802 enable_default_ssp=no
29803 fi
29804
29805 if test x$enable_default_ssp = xyes ; then
29806
29807 $as_echo "#define ENABLE_DEFAULT_SSP 1" >>confdefs.h
29808
29809 fi
29810
29811
29812 # Test for <sys/sdt.h> on the target.
29813
29814 { $as_echo "$as_me:${as_lineno-$LINENO}: checking sys/sdt.h in the target C library" >&5
29815 $as_echo_n "checking sys/sdt.h in the target C library... " >&6; }
29816 have_sys_sdt_h=no
29817 if test -f $target_header_dir/sys/sdt.h; then
29818 have_sys_sdt_h=yes
29819
29820 $as_echo "#define HAVE_SYS_SDT_H 1" >>confdefs.h
29821
29822 fi
29823 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_sys_sdt_h" >&5
29824 $as_echo "$have_sys_sdt_h" >&6; }
29825
29826 # Check if TFmode long double should be used by default or not.
29827 # Some glibc targets used DFmode long double, but with glibc 2.4
29828 # and later they can use TFmode.
29829 case "$target" in
29830 powerpc*-*-linux* | \
29831 sparc*-*-linux* | \
29832 s390*-*-linux* | \
29833 alpha*-*-linux*)
29834
29835 # Check whether --with-long-double-128 was given.
29836 if test "${with_long_double_128+set}" = set; then :
29837 withval=$with_long_double_128; gcc_cv_target_ldbl128="$with_long_double_128"
29838 else
29839
29840 case "$target" in
29841 s390*-*-linux-musl*)
29842 gcc_cv_target_ldbl128=yes
29843 ;;
29844 powerpc*-*-linux-musl*)
29845 gcc_cv_target_ldbl128=no
29846 ;;
29847 *)
29848
29849 if test $glibc_version_major -gt 2 \
29850 || ( test $glibc_version_major -eq 2 && test $glibc_version_minor -ge 4 ); then :
29851 gcc_cv_target_ldbl128=yes
29852 else
29853
29854 gcc_cv_target_ldbl128=no
29855 grep '^[ ]*#[ ]*define[ ][ ]*__LONG_DOUBLE_MATH_OPTIONAL' \
29856 $target_header_dir/bits/wordsize.h > /dev/null 2>&1 \
29857 && gcc_cv_target_ldbl128=yes
29858
29859 fi
29860
29861 ;;
29862 esac
29863
29864 fi
29865
29866 ;;
29867 esac
29868 if test x$gcc_cv_target_ldbl128 = xyes; then
29869
29870 $as_echo "#define TARGET_DEFAULT_LONG_DOUBLE_128 1" >>confdefs.h
29871
29872 fi
29873
29874 # Check if TFmode long double target should use the IBM extended double or IEEE
29875 # 128-bit floating point formats if long doubles are 128-bits long. The long
29876 # double type can only be switched on powerpc64 bit Linux systems where VSX is
29877 # supported. Other PowerPC systems do not build the IEEE 128-bit emulator in
29878 # libgcc.
29879
29880 # Check whether --with-long-double-format was given.
29881 if test "${with_long_double_format+set}" = set; then :
29882 withval=$with_long_double_format;
29883 case "$target:$with_long_double_format" in
29884 powerpc64le-*-linux*:ieee | powerpc64le-*-linux*:ibm)
29885 :
29886 ;;
29887 powerpc64-*-linux*:ieee | powerpc64-*-linux*:ibm)
29888 # IEEE 128-bit emulation is only built on 64-bit VSX Linux systems
29889 case "$with_cpu" in
29890 power7 | power8 | power9 | power1*)
29891 :
29892 ;;
29893 *)
29894 as_fn_error $? "Configuration option --with-long-double-format is only \
29895 supported if the default cpu is power7 or newer" "$LINENO" 5
29896 with_long_double_format=""
29897 ;;
29898 esac
29899 ;;
29900 xpowerpc64*-*-linux*:*)
29901 as_fn_error $? "--with-long-double-format argument should be ibm or ieee" "$LINENO" 5
29902 with_long_double_format=""
29903 ;;
29904 *)
29905 as_fn_error $? "Configure option --with-long-double-format is only supported \
29906 on 64-bit PowerPC VSX Linux systems" "$LINENO" 5
29907 with_long_double_format=""
29908 ;;
29909 esac
29910 fi
29911
29912
29913 # Check if the target LIBC supports exporting the AT_PLATFORM and AT_HWCAP
29914 # values in the TCB. Currently, only GLIBC 2.23 and later support this.
29915 gcc_cv_libc_provides_hwcap_in_tcb=no
29916 case "$target" in
29917 powerpc*-*-linux*)
29918
29919 if test $glibc_version_major -gt 2 \
29920 || ( test $glibc_version_major -eq 2 && test $glibc_version_minor -ge 23 ); then :
29921 gcc_cv_libc_provides_hwcap_in_tcb=yes
29922 fi
29923 ;;
29924 esac
29925 if test x$gcc_cv_libc_provides_hwcap_in_tcb = xyes; then
29926
29927 $as_echo "#define TARGET_LIBC_PROVIDES_HWCAP_IN_TCB 1" >>confdefs.h
29928
29929 fi
29930
29931 # Check if the target LIBC handles PT_GNU_STACK.
29932 gcc_cv_libc_gnustack=unknown
29933 case "$target" in
29934 mips*-*-linux*)
29935
29936 if test $glibc_version_major -gt 2 \
29937 || ( test $glibc_version_major -eq 2 && test $glibc_version_minor -ge 31 ); then :
29938 gcc_cv_libc_gnustack=yes
29939 fi
29940 ;;
29941 esac
29942 if test x$gcc_cv_libc_gnustack = xyes; then
29943
29944 $as_echo "#define TARGET_LIBC_GNUSTACK 1" >>confdefs.h
29945
29946 fi
29947
29948 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dl_iterate_phdr in target C library" >&5
29949 $as_echo_n "checking dl_iterate_phdr in target C library... " >&6; }
29950 gcc_cv_target_dl_iterate_phdr=unknown
29951 case "$target" in
29952 *-*-solaris2*)
29953 # <link.h> needs both a dl_iterate_phdr declaration and support for
29954 # compilation with largefile support.
29955 if grep dl_iterate_phdr $target_header_dir/link.h > /dev/null 2>&1 \
29956 && grep 'large file capable' $target_header_dir/link.h > /dev/null 2>&1; then
29957 gcc_cv_target_dl_iterate_phdr=yes
29958 else
29959 gcc_cv_target_dl_iterate_phdr=no
29960 fi
29961 ;;
29962 *-*-dragonfly* | *-*-freebsd*)
29963 if grep dl_iterate_phdr $target_header_dir/sys/link_elf.h > /dev/null 2>&1; then
29964 gcc_cv_target_dl_iterate_phdr=yes
29965 else
29966 gcc_cv_target_dl_iterate_phdr=no
29967 fi
29968 ;;
29969 *-linux-musl*)
29970 gcc_cv_target_dl_iterate_phdr=yes
29971 ;;
29972 esac
29973
29974 if test x$gcc_cv_target_dl_iterate_phdr = xyes; then
29975
29976 $as_echo "#define TARGET_DL_ITERATE_PHDR 1" >>confdefs.h
29977
29978 fi
29979 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_target_dl_iterate_phdr" >&5
29980 $as_echo "$gcc_cv_target_dl_iterate_phdr" >&6; }
29981
29982 # We no longer support different GC mechanisms. Emit an error if
29983 # the user configures with --with-gc.
29984
29985 # Check whether --with-gc was given.
29986 if test "${with_gc+set}" = set; then :
29987 withval=$with_gc; as_fn_error $? "Configure option --with-gc is only supported up to GCC 4.7.x" "$LINENO" 5
29988 fi
29989
29990
29991 # Libraries to use on the host. This will normally be set by the top
29992 # level Makefile. Here we simply capture the value for our Makefile.
29993 if test -z "${HOST_LIBS+set}"; then
29994 HOST_LIBS=
29995 fi
29996
29997
29998 # Use the system's zlib library.
29999
30000 # Use the system's zlib library.
30001 zlibdir="-L\$(top_builddir)/../zlib"
30002 zlibinc="-I\$(top_srcdir)/../zlib"
30003
30004 # Check whether --with-system-zlib was given.
30005 if test "${with_system_zlib+set}" = set; then :
30006 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
30007 zlibdir=
30008 zlibinc=
30009 fi
30010
30011 fi
30012
30013
30014
30015
30016
30017
30018 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
30019 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
30020 # Check whether --enable-maintainer-mode was given.
30021 if test "${enable_maintainer_mode+set}" = set; then :
30022 enableval=$enable_maintainer_mode; maintainer_mode=$enableval
30023 else
30024 maintainer_mode=no
30025 fi
30026
30027
30028 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $maintainer_mode" >&5
30029 $as_echo "$maintainer_mode" >&6; }
30030
30031 if test "$maintainer_mode" = "yes"; then
30032 MAINT=''
30033 else
30034 MAINT='#'
30035 fi
30036
30037
30038 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to avoid linking multiple front-ends at once" >&5
30039 $as_echo_n "checking whether to avoid linking multiple front-ends at once... " >&6; }
30040 # Check whether --enable-link-mutex was given.
30041 if test "${enable_link_mutex+set}" = set; then :
30042 enableval=$enable_link_mutex; do_link_mutex=$enableval
30043 else
30044 do_link_mutex=no
30045 fi
30046
30047 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $do_link_mutex" >&5
30048 $as_echo "$do_link_mutex" >&6; }
30049
30050 if test "$do_link_mutex" = "yes"; then
30051 DO_LINK_MUTEX=true
30052 else
30053 DO_LINK_MUTEX=false
30054 fi
30055
30056
30057 # --------------
30058 # Language hooks
30059 # --------------
30060
30061 # Make empty files to contain the specs and options for each language.
30062 # Then add #include lines to for a compiler that has specs and/or options.
30063
30064 subdirs=
30065 lang_opt_files=
30066 lang_specs_files=
30067 lang_tree_files=
30068 # These (without "all_") are set in each config-lang.in.
30069 # `language' must be a single word so is spelled singularly.
30070 all_languages=
30071 all_compilers=
30072 all_outputs='Makefile'
30073 # List of language configure and makefile fragments.
30074 all_lang_configurefrags=
30075 all_lang_makefrags=
30076 # Additional files for gengtype
30077 all_gtfiles="$target_gtfiles"
30078
30079 # These are the languages that are set in --enable-languages,
30080 # and are available in the GCC tree.
30081 all_selected_languages=
30082
30083 # Add the language fragments.
30084 # Languages are added via two mechanisms. Some information must be
30085 # recorded in makefile variables, these are defined in config-lang.in.
30086 # We accumulate them and plug them into the main Makefile.
30087 # The other mechanism is a set of hooks for each of the main targets
30088 # like `clean', `install', etc.
30089
30090 language_hooks="Make-hooks"
30091
30092 for lang in ${srcdir}/*/config-lang.in
30093 do
30094 test "$lang" = "${srcdir}/*/config-lang.in" && continue
30095
30096 lang_alias=`sed -n -e 's,^language=['"'"'"'"]\(.*\)["'"'"'"'].*$,\1,p' -e 's,^language=\([^ ]*\).*$,\1,p' $lang`
30097 if test "x$lang_alias" = x
30098 then
30099 echo "$lang doesn't set \$language." 1>&2
30100 exit 1
30101 fi
30102 subdir="`echo $lang | sed -e 's,^.*/\([^/]*\)/config-lang.in$,\1,'`"
30103 subdirs="$subdirs $subdir"
30104
30105 # $gcc_subdir is where the gcc integration files are to be found
30106 # for a language, both for internal compiler purposes (compiler
30107 # sources implementing front-end to GCC tree converters), and for
30108 # build infrastructure purposes (Make-lang.in, etc.)
30109 #
30110 # This will be <subdir> (relative to $srcdir) if a line like
30111 # gcc_subdir="<subdir>" or gcc_subdir=<subdir>
30112 # is found in <langdir>/config-lang.in, and will remain <langdir>
30113 # otherwise.
30114 #
30115 # Except for the language alias (fetched above), the regular
30116 # "config-lang.in" contents are always retrieved from $gcc_subdir,
30117 # so a <langdir>/config-lang.in setting gcc_subdir typically sets
30118 # only this and the language alias.
30119
30120 gcc_subdir=`sed -n -e 's,^gcc_subdir=['"'"'"'"]\(.*\)["'"'"'"'].*$,\1,p' -e 's,^gcc_subdir=\([^ ]*\).*$,\1,p' $lang`
30121 if [ "$gcc_subdir" = "" ]; then
30122 gcc_subdir="$subdir"
30123 fi
30124
30125 case ",$enable_languages," in
30126 *,$lang_alias,*)
30127 all_selected_languages="$all_selected_languages $lang_alias"
30128 if test -f $srcdir/$gcc_subdir/lang-specs.h; then
30129 lang_specs_files="$lang_specs_files $srcdir/$gcc_subdir/lang-specs.h"
30130 fi
30131 ;;
30132 esac
30133
30134 language=
30135 boot_language=
30136 compilers=
30137 outputs=
30138 gtfiles=
30139 subdir_requires=
30140 . ${srcdir}/$gcc_subdir/config-lang.in
30141 if test "x$language" = x
30142 then
30143 echo "${srcdir}/$gcc_subdir/config-lang.in doesn't set \$language." 1>&2
30144 exit 1
30145 fi
30146
30147 ok=:
30148 case ",$enable_languages," in
30149 *,$lang_alias,*) ;;
30150 *)
30151 for i in $subdir_requires; do
30152 test -f "${srcdir}/$i/config-lang.in" && continue
30153 ok=false
30154 break
30155 done
30156 ;;
30157 esac
30158 $ok || continue
30159
30160 all_lang_configurefrags="$all_lang_configurefrags \$(srcdir)/$gcc_subdir/config-lang.in"
30161 all_lang_makefrags="$all_lang_makefrags \$(srcdir)/$gcc_subdir/Make-lang.in"
30162 if test -f $srcdir/$gcc_subdir/lang.opt; then
30163 lang_opt_files="$lang_opt_files $srcdir/$gcc_subdir/lang.opt"
30164 all_opt_files="$all_opt_files $srcdir/$gcc_subdir/lang.opt"
30165 fi
30166 if test -f $srcdir/$gcc_subdir/$subdir-tree.def; then
30167 lang_tree_files="$lang_tree_files $srcdir/$gcc_subdir/$subdir-tree.def"
30168 fi
30169 all_languages="$all_languages $language"
30170 all_compilers="$all_compilers $compilers"
30171 all_outputs="$all_outputs $outputs"
30172 all_gtfiles="$all_gtfiles [$subdir] $gtfiles"
30173 case ",$enable_languages," in
30174 *,lto,*)
30175
30176 $as_echo "#define ENABLE_LTO 1" >>confdefs.h
30177
30178 enable_lto=yes
30179
30180 ;;
30181 *) ;;
30182 esac
30183 done
30184
30185 check_languages=
30186 for language in $all_selected_languages
30187 do
30188 check_languages="$check_languages check-$language"
30189 done
30190
30191 selftest_languages=
30192 for language in $all_selected_languages
30193 do
30194 selftest_languages="$selftest_languages selftest-$language"
30195 done
30196
30197 # We link each language in with a set of hooks, reached indirectly via
30198 # lang.${target}. Only do so for selected languages.
30199
30200 rm -f Make-hooks
30201 touch Make-hooks
30202 target_list="all.cross start.encap rest.encap tags \
30203 install-common install-man install-info install-pdf install-html dvi \
30204 pdf html uninstall info man srcextra srcman srcinfo \
30205 mostlyclean clean distclean maintainer-clean install-plugin"
30206
30207 for t in $target_list
30208 do
30209 x=
30210 for lang in $all_selected_languages
30211 do
30212 x="$x $lang.$t"
30213 done
30214 echo "lang.$t: $x" >> Make-hooks
30215 done
30216
30217 # --------
30218 # Option include files
30219 # --------
30220
30221 ${AWK} -f $srcdir/opt-include.awk $all_opt_files > option-includes.mk
30222 option_includes="option-includes.mk"
30223
30224
30225 # --------
30226 # UNSORTED
30227 # --------
30228
30229 # Create .gdbinit.
30230
30231 echo "dir ." > .gdbinit
30232 echo "dir ${srcdir}" >> .gdbinit
30233 if test x$gdb_needs_out_file_path = xyes
30234 then
30235 echo "dir ${srcdir}/config/"`dirname ${out_file}` >> .gdbinit
30236 fi
30237 if test "x$subdirs" != x; then
30238 for s in $subdirs
30239 do
30240 echo "dir ${srcdir}/$s" >> .gdbinit
30241 done
30242 fi
30243 echo "source ${srcdir}/gdbinit.in" >> .gdbinit
30244 echo "python import sys; sys.path.append('${srcdir}'); import gdbhooks" >> .gdbinit
30245
30246 # Put a breakpoint on __asan_report_error to help with debugging buffer
30247 # overflow.
30248 case "$CFLAGS" in
30249 *-fsanitize=address*)
30250 echo "source ${srcdir}/gdbasan.in" >> .gdbinit
30251 ;;
30252 esac
30253
30254 gcc_tooldir='$(libsubdir)/$(libsubdir_to_prefix)$(target_noncanonical)'
30255
30256
30257
30258 # Find a directory in which to install a shared libgcc.
30259
30260 # Check whether --enable-version-specific-runtime-libs was given.
30261 if test "${enable_version_specific_runtime_libs+set}" = set; then :
30262 enableval=$enable_version_specific_runtime_libs;
30263 fi
30264
30265
30266 # Substitute configuration variables
30267
30268
30269
30270
30271
30272
30273
30274
30275
30276
30277
30278
30279
30280
30281
30282
30283
30284
30285
30286
30287
30288
30289
30290
30291
30292
30293
30294
30295
30296
30297
30298
30299
30300
30301
30302
30303
30304
30305
30306
30307
30308
30309
30310
30311
30312
30313
30314
30315
30316
30317
30318
30319
30320
30321
30322
30323
30324
30325
30326
30327
30328
30329
30330
30331
30332
30333
30334 # Echo link setup.
30335 if test x${build} = x${host} ; then
30336 if test x${host} = x${target} ; then
30337 echo "Links are now set up to build a native compiler for ${target}." 1>&2
30338 else
30339 echo "Links are now set up to build a cross-compiler" 1>&2
30340 echo " from ${host} to ${target}." 1>&2
30341 fi
30342 else
30343 if test x${host} = x${target} ; then
30344 echo "Links are now set up to build (on ${build}) a native compiler" 1>&2
30345 echo " for ${target}." 1>&2
30346 else
30347 echo "Links are now set up to build (on ${build}) a cross-compiler" 1>&2
30348 echo " from ${host} to ${target}." 1>&2
30349 fi
30350 fi
30351
30352
30353
30354
30355
30356
30357 if test "x${ISLLIBS}" != "x" ; then
30358
30359 $as_echo "#define HAVE_isl 1" >>confdefs.h
30360
30361 fi
30362
30363 # Check for plugin support
30364 # Check whether --enable-plugin was given.
30365 if test "${enable_plugin+set}" = set; then :
30366 enableval=$enable_plugin; enable_plugin=$enableval
30367 else
30368 enable_plugin=yes; default_plugin=yes
30369 fi
30370
30371
30372 pluginlibs=
30373 plugin_check=yes
30374
30375 case "${host}" in
30376 *-*-mingw*)
30377 # Since plugin support under MinGW is not as straightforward as on
30378 # other platforms (e.g., we have to link import library, etc), we
30379 # only enable it if explicitly requested.
30380 if test x"$default_plugin" = x"yes"; then
30381 enable_plugin=no
30382 elif test x"$enable_plugin" = x"yes"; then
30383 # Use make's target variable to derive import library name.
30384 pluginlibs='-Wl,--export-all-symbols -Wl,--out-implib=$@.a'
30385 plugin_check=no
30386 fi
30387 ;;
30388 *-*-darwin*)
30389 if test x$build = x$host; then
30390 export_sym_check="nm${exeext} -g"
30391 elif test x$host = x$target; then
30392 export_sym_check="$gcc_cv_nm -g"
30393 else
30394 export_sym_check=
30395 fi
30396 ;;
30397 *)
30398 if test x$build = x$host; then
30399 export_sym_check="objdump${exeext} -T"
30400 elif test x$host = x$target; then
30401 export_sym_check="$gcc_cv_objdump -T"
30402 else
30403 export_sym_check=
30404 fi
30405 ;;
30406 esac
30407
30408 if test x"$enable_plugin" = x"yes" -a x"$plugin_check" = x"yes"; then
30409
30410 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for exported symbols" >&5
30411 $as_echo_n "checking for exported symbols... " >&6; }
30412 if test "x$export_sym_check" != x; then
30413 echo "int main() {return 0;} int foobar() {return 0;}" > conftest.c
30414 ${CC} ${CFLAGS} ${LDFLAGS} conftest.c -o conftest$ac_exeext > /dev/null 2>&1
30415 if $export_sym_check conftest$ac_exeext | grep foobar > /dev/null; then
30416 : # No need to use a flag
30417 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
30418 $as_echo "yes" >&6; }
30419 else
30420 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
30421 $as_echo "yes" >&6; }
30422 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -rdynamic" >&5
30423 $as_echo_n "checking for -rdynamic... " >&6; }
30424 ${CC} ${CFLAGS} ${LDFLAGS} -rdynamic conftest.c -o conftest$ac_exeext > /dev/null 2>&1
30425 if $export_sym_check conftest$ac_exeext | grep foobar > /dev/null; then
30426 plugin_rdynamic=yes
30427 pluginlibs="-rdynamic"
30428 else
30429 plugin_rdynamic=no
30430 enable_plugin=no
30431 fi
30432 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $plugin_rdynamic" >&5
30433 $as_echo "$plugin_rdynamic" >&6; }
30434 fi
30435 else
30436 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unable to check" >&5
30437 $as_echo "unable to check" >&6; }
30438 fi
30439
30440 # Check -ldl
30441 saved_LIBS="$LIBS"
30442 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlopen" >&5
30443 $as_echo_n "checking for library containing dlopen... " >&6; }
30444 if ${ac_cv_search_dlopen+:} false; then :
30445 $as_echo_n "(cached) " >&6
30446 else
30447 ac_func_search_save_LIBS=$LIBS
30448 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
30449 /* end confdefs.h. */
30450
30451 /* Override any GCC internal prototype to avoid an error.
30452 Use char because int might match the return type of a GCC
30453 builtin and then its argument prototype would still apply. */
30454 #ifdef __cplusplus
30455 extern "C"
30456 #endif
30457 char dlopen ();
30458 int
30459 main ()
30460 {
30461 return dlopen ();
30462 ;
30463 return 0;
30464 }
30465 _ACEOF
30466 for ac_lib in '' dl; do
30467 if test -z "$ac_lib"; then
30468 ac_res="none required"
30469 else
30470 ac_res=-l$ac_lib
30471 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
30472 fi
30473 if ac_fn_cxx_try_link "$LINENO"; then :
30474 ac_cv_search_dlopen=$ac_res
30475 fi
30476 rm -f core conftest.err conftest.$ac_objext \
30477 conftest$ac_exeext
30478 if ${ac_cv_search_dlopen+:} false; then :
30479 break
30480 fi
30481 done
30482 if ${ac_cv_search_dlopen+:} false; then :
30483
30484 else
30485 ac_cv_search_dlopen=no
30486 fi
30487 rm conftest.$ac_ext
30488 LIBS=$ac_func_search_save_LIBS
30489 fi
30490 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlopen" >&5
30491 $as_echo "$ac_cv_search_dlopen" >&6; }
30492 ac_res=$ac_cv_search_dlopen
30493 if test "$ac_res" != no; then :
30494 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
30495
30496 fi
30497
30498 if test x"$ac_cv_search_dlopen" = x"-ldl"; then
30499 pluginlibs="$pluginlibs -ldl"
30500 fi
30501 LIBS="$saved_LIBS"
30502
30503 # Check that we can build shared objects with -fPIC -shared
30504 saved_LDFLAGS="$LDFLAGS"
30505 saved_CFLAGS="$CFLAGS"
30506 case "${host}" in
30507 *-*-darwin*)
30508 CFLAGS=`echo $CFLAGS | sed s/-mdynamic-no-pic//g`
30509 CFLAGS="$CFLAGS -fPIC"
30510 LDFLAGS="$LDFLAGS -shared -undefined dynamic_lookup"
30511 ;;
30512 *)
30513 CFLAGS="$CFLAGS -fPIC"
30514 LDFLAGS="$LDFLAGS -fPIC -shared"
30515 ;;
30516 esac
30517 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -fPIC -shared" >&5
30518 $as_echo_n "checking for -fPIC -shared... " >&6; }
30519 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
30520 /* end confdefs.h. */
30521 extern int X;
30522 int
30523 main ()
30524 {
30525 return X == 0;
30526 ;
30527 return 0;
30528 }
30529 _ACEOF
30530 if ac_fn_cxx_try_link "$LINENO"; then :
30531 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
30532 $as_echo "yes" >&6; }; have_pic_shared=yes
30533 else
30534 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
30535 $as_echo "no" >&6; }; have_pic_shared=no
30536 fi
30537 rm -f core conftest.err conftest.$ac_objext \
30538 conftest$ac_exeext conftest.$ac_ext
30539 if test x"$have_pic_shared" != x"yes" -o x"$ac_cv_search_dlopen" = x"no"; then
30540 pluginlibs=
30541 enable_plugin=no
30542 fi
30543 LDFLAGS="$saved_LDFLAGS"
30544 CFLAGS="$saved_CFLAGS"
30545
30546 # If plugin support had been requested but not available, fail.
30547 if test x"$enable_plugin" = x"no" ; then
30548 if test x"$default_plugin" != x"yes"; then
30549 as_fn_error $? "
30550 Building GCC with plugin support requires a host that supports
30551 -fPIC, -shared, -ldl and -rdynamic." "$LINENO" 5
30552 fi
30553 fi
30554 fi
30555
30556
30557
30558 if test x"$enable_plugin" = x"yes"; then
30559
30560 $as_echo "#define ENABLE_PLUGIN 1" >>confdefs.h
30561
30562 fi
30563
30564
30565 # Enable --enable-host-shared
30566 # Check whether --enable-host-shared was given.
30567 if test "${enable_host_shared+set}" = set; then :
30568 enableval=$enable_host_shared; PICFLAG=-fPIC
30569 else
30570 PICFLAG=
30571 fi
30572
30573
30574
30575
30576
30577 # Check whether --enable-libquadmath-support was given.
30578 if test "${enable_libquadmath_support+set}" = set; then :
30579 enableval=$enable_libquadmath_support; ENABLE_LIBQUADMATH_SUPPORT=$enableval
30580 else
30581 ENABLE_LIBQUADMATH_SUPPORT=yes
30582 fi
30583
30584 if test "${ENABLE_LIBQUADMATH_SUPPORT}" != "no" ; then
30585
30586 $as_echo "#define ENABLE_LIBQUADMATH_SUPPORT 1" >>confdefs.h
30587
30588 fi
30589
30590
30591 # Specify what hash style to use by default.
30592
30593 # Check whether --with-linker-hash-style was given.
30594 if test "${with_linker_hash_style+set}" = set; then :
30595 withval=$with_linker_hash_style; case x"$withval" in
30596 xsysv)
30597 LINKER_HASH_STYLE=sysv
30598 ;;
30599 xgnu)
30600 LINKER_HASH_STYLE=gnu
30601 ;;
30602 xboth)
30603 LINKER_HASH_STYLE=both
30604 ;;
30605 *)
30606 as_fn_error $? "$withval is an invalid option to --with-linker-hash-style" "$LINENO" 5
30607 ;;
30608 esac
30609 else
30610 LINKER_HASH_STYLE=''
30611 fi
30612
30613 if test x"${LINKER_HASH_STYLE}" != x; then
30614
30615 cat >>confdefs.h <<_ACEOF
30616 #define LINKER_HASH_STYLE "$LINKER_HASH_STYLE"
30617 _ACEOF
30618
30619 fi
30620
30621 # Specify what should be the default of -fdiagnostics-color option.
30622
30623 # Check whether --with-diagnostics-color was given.
30624 if test "${with_diagnostics_color+set}" = set; then :
30625 withval=$with_diagnostics_color; case x"$withval" in
30626 xnever)
30627 DIAGNOSTICS_COLOR_DEFAULT=DIAGNOSTICS_COLOR_NO
30628 ;;
30629 xauto)
30630 DIAGNOSTICS_COLOR_DEFAULT=DIAGNOSTICS_COLOR_AUTO
30631 ;;
30632 xauto-if-env)
30633 DIAGNOSTICS_COLOR_DEFAULT=-1
30634 ;;
30635 xalways)
30636 DIAGNOSTICS_COLOR_DEFAULT=DIAGNOSTICS_COLOR_YES
30637 ;;
30638 *)
30639 as_fn_error $? "$withval is an invalid option to --with-diagnostics-color" "$LINENO" 5
30640 ;;
30641 esac
30642 else
30643 DIAGNOSTICS_COLOR_DEFAULT=DIAGNOSTICS_COLOR_AUTO
30644 fi
30645
30646
30647 cat >>confdefs.h <<_ACEOF
30648 #define DIAGNOSTICS_COLOR_DEFAULT $DIAGNOSTICS_COLOR_DEFAULT
30649 _ACEOF
30650
30651
30652 # Specify what should be the default of -fdiagnostics-urls option.
30653
30654 # Check whether --with-diagnostics-urls was given.
30655 if test "${with_diagnostics_urls+set}" = set; then :
30656 withval=$with_diagnostics_urls; case x"$withval" in
30657 xnever)
30658 DIAGNOSTICS_URLS_DEFAULT=DIAGNOSTICS_URL_NO
30659 ;;
30660 xauto)
30661 DIAGNOSTICS_URLS_DEFAULT=DIAGNOSTICS_URL_AUTO
30662 ;;
30663 xauto-if-env)
30664 DIAGNOSTICS_URLS_DEFAULT=-1
30665 ;;
30666 xalways)
30667 DIAGNOSTICS_URLS_DEFAULT=DIAGNOSTICS_URL_YES
30668 ;;
30669 *)
30670 as_fn_error $? "$withval is an invalid option to --with-diagnostics-urls" "$LINENO" 5
30671 ;;
30672 esac
30673 else
30674 DIAGNOSTICS_URLS_DEFAULT=DIAGNOSTICS_URL_AUTO
30675 fi
30676
30677
30678 cat >>confdefs.h <<_ACEOF
30679 #define DIAGNOSTICS_URLS_DEFAULT $DIAGNOSTICS_URLS_DEFAULT
30680 _ACEOF
30681
30682
30683 # Generate gcc-driver-name.h containing GCC_DRIVER_NAME for the benefit
30684 # of jit/jit-playback.c.
30685 gcc_driver_version=`eval "${get_gcc_base_ver} $srcdir/BASE-VER"`
30686 echo "gcc_driver_version: ${gcc_driver_version}"
30687 cat > gcc-driver-name.h <<EOF
30688 #define GCC_DRIVER_NAME "${target_noncanonical}-gcc-${gcc_driver_version}${exeext}"
30689 EOF
30690
30691 # Check whether --enable-default-pie was given.
30692 # Check whether --enable-default-pie was given.
30693 if test "${enable_default_pie+set}" = set; then :
30694 enableval=$enable_default_pie; enable_default_pie=$enableval
30695 else
30696 enable_default_pie=no
30697 fi
30698
30699 if test x$enable_default_pie = xyes ; then
30700
30701 $as_echo "#define ENABLE_DEFAULT_PIE 1" >>confdefs.h
30702
30703 fi
30704
30705
30706 # Check if -fno-PIE works.
30707 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -fno-PIE option" >&5
30708 $as_echo_n "checking for -fno-PIE option... " >&6; }
30709 if ${gcc_cv_c_no_fpie+:} false; then :
30710 $as_echo_n "(cached) " >&6
30711 else
30712 saved_CXXFLAGS="$CXXFLAGS"
30713 CXXFLAGS="$CXXFLAGS -fno-PIE"
30714 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
30715 /* end confdefs.h. */
30716 int main(void) {return 0;}
30717 _ACEOF
30718 if ac_fn_cxx_try_compile "$LINENO"; then :
30719 gcc_cv_c_no_fpie=yes
30720 else
30721 gcc_cv_c_no_fpie=no
30722 fi
30723 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
30724 CXXFLAGS="$saved_CXXFLAGS"
30725 fi
30726 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_c_no_fpie" >&5
30727 $as_echo "$gcc_cv_c_no_fpie" >&6; }
30728 if test "$gcc_cv_c_no_fpie" = "yes"; then
30729 NO_PIE_CFLAGS="-fno-PIE"
30730 fi
30731
30732
30733 # Check if -no-pie works.
30734 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -no-pie option" >&5
30735 $as_echo_n "checking for -no-pie option... " >&6; }
30736 if ${gcc_cv_no_pie+:} false; then :
30737 $as_echo_n "(cached) " >&6
30738 else
30739 saved_LDFLAGS="$LDFLAGS"
30740 LDFLAGS="$LDFLAGS -no-pie"
30741 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
30742 /* end confdefs.h. */
30743 int main(void) {return 0;}
30744 _ACEOF
30745 if ac_fn_cxx_try_link "$LINENO"; then :
30746 gcc_cv_no_pie=yes
30747 else
30748 gcc_cv_no_pie=no
30749 fi
30750 rm -f core conftest.err conftest.$ac_objext \
30751 conftest$ac_exeext conftest.$ac_ext
30752 LDFLAGS="$saved_LDFLAGS"
30753 fi
30754 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_no_pie" >&5
30755 $as_echo "$gcc_cv_no_pie" >&6; }
30756 if test "$gcc_cv_no_pie" = "yes"; then
30757 NO_PIE_FLAG="-no-pie"
30758 fi
30759
30760
30761 # Enable Intel CET on Intel CET enabled host if jit is enabled.
30762 # Check whether --enable-cet was given.
30763 if test "${enable_cet+set}" = set; then :
30764 enableval=$enable_cet;
30765 case "$enableval" in
30766 yes|no|auto) ;;
30767 *) as_fn_error $? "Unknown argument to enable/disable cet" "$LINENO" 5 ;;
30768 esac
30769
30770 else
30771 enable_cet=auto
30772 fi
30773
30774
30775 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for CET support" >&5
30776 $as_echo_n "checking for CET support... " >&6; }
30777
30778 case "$host" in
30779 i[34567]86-*-linux* | x86_64-*-linux*)
30780 may_have_cet=yes
30781 cet_save_CFLAGS="$CFLAGS"
30782 CFLAGS="$CFLAGS -fcf-protection"
30783 case "$enable_cet" in
30784 auto)
30785 # Check if target supports multi-byte NOPs
30786 # and if compiler and assembler support CET.
30787 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
30788 /* end confdefs.h. */
30789
30790 int
30791 main ()
30792 {
30793
30794 #if !defined(__SSE2__)
30795 #error target does not support multi-byte NOPs
30796 #else
30797 asm ("setssbsy");
30798 #endif
30799
30800 ;
30801 return 0;
30802 }
30803 _ACEOF
30804 if ac_fn_cxx_try_compile "$LINENO"; then :
30805 enable_cet=yes
30806 else
30807 enable_cet=no
30808 fi
30809 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
30810 ;;
30811 yes)
30812 # Check if compiler and assembler support CET.
30813 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
30814 /* end confdefs.h. */
30815
30816 int
30817 main ()
30818 {
30819 asm ("setssbsy");
30820 ;
30821 return 0;
30822 }
30823 _ACEOF
30824 if ac_fn_cxx_try_compile "$LINENO"; then :
30825 support_cet=yes
30826 else
30827 support_cet=no
30828 fi
30829 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
30830 if test $support_cet = "no"; then
30831 if test x$enable_bootstrap != xno \
30832 && test -z "${with_build_subdir}" \
30833 && (test ! -f ../stage_current \
30834 || test `cat ../stage_current` != "stage1"); then
30835 # Require CET support only for the final GCC build.
30836 as_fn_error $? "compiler and assembler with CET support are required for --enable-cet" "$LINENO" 5
30837 else
30838 # Don't enable CET without CET support for non-bootstrap
30839 # build, in stage1 nor for build support.
30840 enable_cet=no
30841 fi
30842 fi
30843 ;;
30844 esac
30845 CFLAGS="$cet_save_CFLAGS"
30846 ;;
30847 *)
30848 may_have_cet=no
30849 enable_cet=no
30850 ;;
30851 esac
30852
30853 cet_save_CFLAGS="$CFLAGS"
30854 CFLAGS="$CFLAGS -fcf-protection=none"
30855 cet_save_LDFLAGS="$LDFLAGS"
30856 LDFLAGS="$LDFLAGS -Wl,-z,ibt,-z,shstk"
30857 if test x$may_have_cet = xyes; then
30858 # Check whether -fcf-protection=none -Wl,-z,ibt,-z,shstk work.
30859 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
30860 /* end confdefs.h. */
30861
30862 int
30863 main ()
30864 {
30865 return 0;
30866 ;
30867 return 0;
30868 }
30869 _ACEOF
30870 if ac_fn_cxx_try_link "$LINENO"; then :
30871 may_have_cet=yes
30872 else
30873 may_have_cet=no
30874 fi
30875 rm -f core conftest.err conftest.$ac_objext \
30876 conftest$ac_exeext conftest.$ac_ext
30877 fi
30878
30879 if test x$may_have_cet = xyes; then
30880 if test x$cross_compiling = xno; then
30881 if test "$cross_compiling" = yes; then :
30882 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
30883 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
30884 as_fn_error $? "cannot run test program while cross compiling
30885 See \`config.log' for more details" "$LINENO" 5; }
30886 else
30887 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
30888 /* end confdefs.h. */
30889
30890 static void
30891 foo (void)
30892 {
30893 }
30894
30895 static void
30896 __attribute__ ((noinline, noclone))
30897 xxx (void (*f) (void))
30898 {
30899 f ();
30900 }
30901
30902 static void
30903 __attribute__ ((noinline, noclone))
30904 bar (void)
30905 {
30906 xxx (foo);
30907 }
30908
30909 int
30910 main ()
30911 {
30912 bar ();
30913 return 0;
30914 }
30915
30916 _ACEOF
30917 if ac_fn_cxx_try_run "$LINENO"; then :
30918 have_cet=no
30919 else
30920 have_cet=yes
30921 fi
30922 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
30923 conftest.$ac_objext conftest.beam conftest.$ac_ext
30924 fi
30925
30926 if test x$enable_cet = xno -a x$have_cet = xyes; then
30927 as_fn_error $? "Intel CET must be enabled on Intel CET enabled host" "$LINENO" 5
30928 fi
30929 fi
30930 else
30931 # Enable CET in cross compiler if possible so that it will run on both
30932 # CET and non-CET hosts.
30933 have_cet=yes
30934 fi
30935 if test x$enable_cet = xyes; then
30936 CET_HOST_FLAGS="-fcf-protection"
30937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
30938 $as_echo "yes" >&6; }
30939 else
30940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
30941 $as_echo "no" >&6; }
30942 fi
30943 CFLAGS="$cet_save_CFLAGS"
30944 LDFLAGS="$cet_save_LDFLAGS"
30945
30946 case x$enable_languages in
30947 *jit*)
30948 ;;
30949 *)
30950 CET_HOST_FLAGS=
30951 ;;
30952 esac
30953
30954
30955 # Check linker supports '-z bndplt'
30956 ld_bndplt_support=no
30957 { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker -z bndplt option" >&5
30958 $as_echo_n "checking linker -z bndplt option... " >&6; }
30959 if test x"$ld_is_gold" = xno; then
30960 if test $in_tree_ld = yes ; then
30961 if test "$gcc_cv_gld_major_version" -eq 2 -a "$gcc_cv_gld_minor_version" -ge 25 -o "$gcc_cv_gld_major_version" -gt 2; then
30962 ld_bndplt_support=yes
30963 fi
30964 elif test x$gcc_cv_ld != x; then
30965 # Check if linker supports -a bndplt option
30966 if $gcc_cv_ld --help 2>&1 | grep -- '-z bndplt' > /dev/null; then
30967 ld_bndplt_support=yes
30968 fi
30969 fi
30970 fi
30971 if test x"$ld_bndplt_support" = xyes; then
30972
30973 $as_echo "#define HAVE_LD_BNDPLT_SUPPORT 1" >>confdefs.h
30974
30975 fi
30976 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_bndplt_support" >&5
30977 $as_echo "$ld_bndplt_support" >&6; }
30978
30979 # Check linker supports '--push-state'/'--pop-state'
30980 ld_pushpopstate_support=no
30981 { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker --push-state/--pop-state options" >&5
30982 $as_echo_n "checking linker --push-state/--pop-state options... " >&6; }
30983 if test x"$ld_is_gold" = xno; then
30984 if test $in_tree_ld = yes ; then
30985 if test "$gcc_cv_gld_major_version" -eq 2 -a "$gcc_cv_gld_minor_version" -ge 25 -o "$gcc_cv_gld_major_version" -gt 2; then
30986 ld_pushpopstate_support=yes
30987 fi
30988 elif test x$gcc_cv_ld != x; then
30989 # Check if linker supports --push-state/--pop-state options
30990 if $gcc_cv_ld --help 2>&1 | grep -- '--push-state' > /dev/null; then
30991 ld_pushpopstate_support=yes
30992 fi
30993 fi
30994 fi
30995 if test x"$ld_pushpopstate_support" = xyes; then
30996
30997 $as_echo "#define HAVE_LD_PUSHPOPSTATE_SUPPORT 1" >>confdefs.h
30998
30999 fi
31000 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_pushpopstate_support" >&5
31001 $as_echo "$ld_pushpopstate_support" >&6; }
31002
31003 # Configure the subdirectories
31004 # AC_CONFIG_SUBDIRS($subdirs)
31005
31006 # Create the Makefile
31007 # and configure language subdirectories
31008 ac_config_files="$ac_config_files $all_outputs"
31009
31010
31011 ac_config_commands="$ac_config_commands default"
31012
31013 cat >confcache <<\_ACEOF
31014 # This file is a shell script that caches the results of configure
31015 # tests run on this system so they can be shared between configure
31016 # scripts and configure runs, see configure's option --config-cache.
31017 # It is not useful on other systems. If it contains results you don't
31018 # want to keep, you may remove or edit it.
31019 #
31020 # config.status only pays attention to the cache file if you give it
31021 # the --recheck option to rerun configure.
31022 #
31023 # `ac_cv_env_foo' variables (set or unset) will be overridden when
31024 # loading this file, other *unset* `ac_cv_foo' will be assigned the
31025 # following values.
31026
31027 _ACEOF
31028
31029 # The following way of writing the cache mishandles newlines in values,
31030 # but we know of no workaround that is simple, portable, and efficient.
31031 # So, we kill variables containing newlines.
31032 # Ultrix sh set writes to stderr and can't be redirected directly,
31033 # and sets the high bit in the cache file unless we assign to the vars.
31034 (
31035 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
31036 eval ac_val=\$$ac_var
31037 case $ac_val in #(
31038 *${as_nl}*)
31039 case $ac_var in #(
31040 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
31041 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
31042 esac
31043 case $ac_var in #(
31044 _ | IFS | as_nl) ;; #(
31045 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
31046 *) { eval $ac_var=; unset $ac_var;} ;;
31047 esac ;;
31048 esac
31049 done
31050
31051 (set) 2>&1 |
31052 case $as_nl`(ac_space=' '; set) 2>&1` in #(
31053 *${as_nl}ac_space=\ *)
31054 # `set' does not quote correctly, so add quotes: double-quote
31055 # substitution turns \\\\ into \\, and sed turns \\ into \.
31056 sed -n \
31057 "s/'/'\\\\''/g;
31058 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
31059 ;; #(
31060 *)
31061 # `set' quotes correctly as required by POSIX, so do not add quotes.
31062 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
31063 ;;
31064 esac |
31065 sort
31066 ) |
31067 sed '
31068 /^ac_cv_env_/b end
31069 t clear
31070 :clear
31071 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
31072 t end
31073 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
31074 :end' >>confcache
31075 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
31076 if test -w "$cache_file"; then
31077 if test "x$cache_file" != "x/dev/null"; then
31078 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
31079 $as_echo "$as_me: updating cache $cache_file" >&6;}
31080 if test ! -f "$cache_file" || test -h "$cache_file"; then
31081 cat confcache >"$cache_file"
31082 else
31083 case $cache_file in #(
31084 */* | ?:*)
31085 mv -f confcache "$cache_file"$$ &&
31086 mv -f "$cache_file"$$ "$cache_file" ;; #(
31087 *)
31088 mv -f confcache "$cache_file" ;;
31089 esac
31090 fi
31091 fi
31092 else
31093 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
31094 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
31095 fi
31096 fi
31097 rm -f confcache
31098
31099 test "x$prefix" = xNONE && prefix=$ac_default_prefix
31100 # Let make expand exec_prefix.
31101 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
31102
31103 DEFS=-DHAVE_CONFIG_H
31104
31105 ac_libobjs=
31106 ac_ltlibobjs=
31107 U=
31108 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
31109 # 1. Remove the extension, and $U if already installed.
31110 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
31111 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
31112 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
31113 # will be set to the directory where LIBOBJS objects are built.
31114 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
31115 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
31116 done
31117 LIBOBJS=$ac_libobjs
31118
31119 LTLIBOBJS=$ac_ltlibobjs
31120
31121
31122
31123
31124 : "${CONFIG_STATUS=./config.status}"
31125 ac_write_fail=0
31126 ac_clean_files_save=$ac_clean_files
31127 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
31128 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
31129 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
31130 as_write_fail=0
31131 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
31132 #! $SHELL
31133 # Generated by $as_me.
31134 # Run this file to recreate the current configuration.
31135 # Compiler output produced by configure, useful for debugging
31136 # configure, is in config.log if it exists.
31137
31138 debug=false
31139 ac_cs_recheck=false
31140 ac_cs_silent=false
31141
31142 SHELL=\${CONFIG_SHELL-$SHELL}
31143 export SHELL
31144 _ASEOF
31145 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
31146 ## -------------------- ##
31147 ## M4sh Initialization. ##
31148 ## -------------------- ##
31149
31150 # Be more Bourne compatible
31151 DUALCASE=1; export DUALCASE # for MKS sh
31152 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
31153 emulate sh
31154 NULLCMD=:
31155 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
31156 # is contrary to our usage. Disable this feature.
31157 alias -g '${1+"$@"}'='"$@"'
31158 setopt NO_GLOB_SUBST
31159 else
31160 case `(set -o) 2>/dev/null` in #(
31161 *posix*) :
31162 set -o posix ;; #(
31163 *) :
31164 ;;
31165 esac
31166 fi
31167
31168
31169 as_nl='
31170 '
31171 export as_nl
31172 # Printing a long string crashes Solaris 7 /usr/bin/printf.
31173 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
31174 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
31175 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
31176 # Prefer a ksh shell builtin over an external printf program on Solaris,
31177 # but without wasting forks for bash or zsh.
31178 if test -z "$BASH_VERSION$ZSH_VERSION" \
31179 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
31180 as_echo='print -r --'
31181 as_echo_n='print -rn --'
31182 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
31183 as_echo='printf %s\n'
31184 as_echo_n='printf %s'
31185 else
31186 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
31187 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
31188 as_echo_n='/usr/ucb/echo -n'
31189 else
31190 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
31191 as_echo_n_body='eval
31192 arg=$1;
31193 case $arg in #(
31194 *"$as_nl"*)
31195 expr "X$arg" : "X\\(.*\\)$as_nl";
31196 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
31197 esac;
31198 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
31199 '
31200 export as_echo_n_body
31201 as_echo_n='sh -c $as_echo_n_body as_echo'
31202 fi
31203 export as_echo_body
31204 as_echo='sh -c $as_echo_body as_echo'
31205 fi
31206
31207 # The user is always right.
31208 if test "${PATH_SEPARATOR+set}" != set; then
31209 PATH_SEPARATOR=:
31210 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
31211 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
31212 PATH_SEPARATOR=';'
31213 }
31214 fi
31215
31216
31217 # IFS
31218 # We need space, tab and new line, in precisely that order. Quoting is
31219 # there to prevent editors from complaining about space-tab.
31220 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
31221 # splitting by setting IFS to empty value.)
31222 IFS=" "" $as_nl"
31223
31224 # Find who we are. Look in the path if we contain no directory separator.
31225 as_myself=
31226 case $0 in #((
31227 *[\\/]* ) as_myself=$0 ;;
31228 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
31229 for as_dir in $PATH
31230 do
31231 IFS=$as_save_IFS
31232 test -z "$as_dir" && as_dir=.
31233 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
31234 done
31235 IFS=$as_save_IFS
31236
31237 ;;
31238 esac
31239 # We did not find ourselves, most probably we were run as `sh COMMAND'
31240 # in which case we are not to be found in the path.
31241 if test "x$as_myself" = x; then
31242 as_myself=$0
31243 fi
31244 if test ! -f "$as_myself"; then
31245 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
31246 exit 1
31247 fi
31248
31249 # Unset variables that we do not need and which cause bugs (e.g. in
31250 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
31251 # suppresses any "Segmentation fault" message there. '((' could
31252 # trigger a bug in pdksh 5.2.14.
31253 for as_var in BASH_ENV ENV MAIL MAILPATH
31254 do eval test x\${$as_var+set} = xset \
31255 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
31256 done
31257 PS1='$ '
31258 PS2='> '
31259 PS4='+ '
31260
31261 # NLS nuisances.
31262 LC_ALL=C
31263 export LC_ALL
31264 LANGUAGE=C
31265 export LANGUAGE
31266
31267 # CDPATH.
31268 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
31269
31270
31271 # as_fn_error STATUS ERROR [LINENO LOG_FD]
31272 # ----------------------------------------
31273 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
31274 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
31275 # script with STATUS, using 1 if that was 0.
31276 as_fn_error ()
31277 {
31278 as_status=$1; test $as_status -eq 0 && as_status=1
31279 if test "$4"; then
31280 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
31281 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
31282 fi
31283 $as_echo "$as_me: error: $2" >&2
31284 as_fn_exit $as_status
31285 } # as_fn_error
31286
31287
31288 # as_fn_set_status STATUS
31289 # -----------------------
31290 # Set $? to STATUS, without forking.
31291 as_fn_set_status ()
31292 {
31293 return $1
31294 } # as_fn_set_status
31295
31296 # as_fn_exit STATUS
31297 # -----------------
31298 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
31299 as_fn_exit ()
31300 {
31301 set +e
31302 as_fn_set_status $1
31303 exit $1
31304 } # as_fn_exit
31305
31306 # as_fn_unset VAR
31307 # ---------------
31308 # Portably unset VAR.
31309 as_fn_unset ()
31310 {
31311 { eval $1=; unset $1;}
31312 }
31313 as_unset=as_fn_unset
31314 # as_fn_append VAR VALUE
31315 # ----------------------
31316 # Append the text in VALUE to the end of the definition contained in VAR. Take
31317 # advantage of any shell optimizations that allow amortized linear growth over
31318 # repeated appends, instead of the typical quadratic growth present in naive
31319 # implementations.
31320 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
31321 eval 'as_fn_append ()
31322 {
31323 eval $1+=\$2
31324 }'
31325 else
31326 as_fn_append ()
31327 {
31328 eval $1=\$$1\$2
31329 }
31330 fi # as_fn_append
31331
31332 # as_fn_arith ARG...
31333 # ------------------
31334 # Perform arithmetic evaluation on the ARGs, and store the result in the
31335 # global $as_val. Take advantage of shells that can avoid forks. The arguments
31336 # must be portable across $(()) and expr.
31337 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
31338 eval 'as_fn_arith ()
31339 {
31340 as_val=$(( $* ))
31341 }'
31342 else
31343 as_fn_arith ()
31344 {
31345 as_val=`expr "$@" || test $? -eq 1`
31346 }
31347 fi # as_fn_arith
31348
31349
31350 if expr a : '\(a\)' >/dev/null 2>&1 &&
31351 test "X`expr 00001 : '.*\(...\)'`" = X001; then
31352 as_expr=expr
31353 else
31354 as_expr=false
31355 fi
31356
31357 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
31358 as_basename=basename
31359 else
31360 as_basename=false
31361 fi
31362
31363 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
31364 as_dirname=dirname
31365 else
31366 as_dirname=false
31367 fi
31368
31369 as_me=`$as_basename -- "$0" ||
31370 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
31371 X"$0" : 'X\(//\)$' \| \
31372 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
31373 $as_echo X/"$0" |
31374 sed '/^.*\/\([^/][^/]*\)\/*$/{
31375 s//\1/
31376 q
31377 }
31378 /^X\/\(\/\/\)$/{
31379 s//\1/
31380 q
31381 }
31382 /^X\/\(\/\).*/{
31383 s//\1/
31384 q
31385 }
31386 s/.*/./; q'`
31387
31388 # Avoid depending upon Character Ranges.
31389 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
31390 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
31391 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
31392 as_cr_digits='0123456789'
31393 as_cr_alnum=$as_cr_Letters$as_cr_digits
31394
31395 ECHO_C= ECHO_N= ECHO_T=
31396 case `echo -n x` in #(((((
31397 -n*)
31398 case `echo 'xy\c'` in
31399 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
31400 xy) ECHO_C='\c';;
31401 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
31402 ECHO_T=' ';;
31403 esac;;
31404 *)
31405 ECHO_N='-n';;
31406 esac
31407
31408 rm -f conf$$ conf$$.exe conf$$.file
31409 if test -d conf$$.dir; then
31410 rm -f conf$$.dir/conf$$.file
31411 else
31412 rm -f conf$$.dir
31413 mkdir conf$$.dir 2>/dev/null
31414 fi
31415 if (echo >conf$$.file) 2>/dev/null; then
31416 if ln -s conf$$.file conf$$ 2>/dev/null; then
31417 as_ln_s='ln -s'
31418 # ... but there are two gotchas:
31419 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
31420 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
31421 # In both cases, we have to default to `cp -pR'.
31422 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
31423 as_ln_s='cp -pR'
31424 elif ln conf$$.file conf$$ 2>/dev/null; then
31425 as_ln_s=ln
31426 else
31427 as_ln_s='cp -pR'
31428 fi
31429 else
31430 as_ln_s='cp -pR'
31431 fi
31432 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
31433 rmdir conf$$.dir 2>/dev/null
31434
31435
31436 # as_fn_mkdir_p
31437 # -------------
31438 # Create "$as_dir" as a directory, including parents if necessary.
31439 as_fn_mkdir_p ()
31440 {
31441
31442 case $as_dir in #(
31443 -*) as_dir=./$as_dir;;
31444 esac
31445 test -d "$as_dir" || eval $as_mkdir_p || {
31446 as_dirs=
31447 while :; do
31448 case $as_dir in #(
31449 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
31450 *) as_qdir=$as_dir;;
31451 esac
31452 as_dirs="'$as_qdir' $as_dirs"
31453 as_dir=`$as_dirname -- "$as_dir" ||
31454 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
31455 X"$as_dir" : 'X\(//\)[^/]' \| \
31456 X"$as_dir" : 'X\(//\)$' \| \
31457 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
31458 $as_echo X"$as_dir" |
31459 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
31460 s//\1/
31461 q
31462 }
31463 /^X\(\/\/\)[^/].*/{
31464 s//\1/
31465 q
31466 }
31467 /^X\(\/\/\)$/{
31468 s//\1/
31469 q
31470 }
31471 /^X\(\/\).*/{
31472 s//\1/
31473 q
31474 }
31475 s/.*/./; q'`
31476 test -d "$as_dir" && break
31477 done
31478 test -z "$as_dirs" || eval "mkdir $as_dirs"
31479 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
31480
31481
31482 } # as_fn_mkdir_p
31483 if mkdir -p . 2>/dev/null; then
31484 as_mkdir_p='mkdir -p "$as_dir"'
31485 else
31486 test -d ./-p && rmdir ./-p
31487 as_mkdir_p=false
31488 fi
31489
31490
31491 # as_fn_executable_p FILE
31492 # -----------------------
31493 # Test if FILE is an executable regular file.
31494 as_fn_executable_p ()
31495 {
31496 test -f "$1" && test -x "$1"
31497 } # as_fn_executable_p
31498 as_test_x='test -x'
31499 as_executable_p=as_fn_executable_p
31500
31501 # Sed expression to map a string onto a valid CPP name.
31502 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
31503
31504 # Sed expression to map a string onto a valid variable name.
31505 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
31506
31507
31508 exec 6>&1
31509 ## ----------------------------------- ##
31510 ## Main body of $CONFIG_STATUS script. ##
31511 ## ----------------------------------- ##
31512 _ASEOF
31513 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
31514
31515 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
31516 # Save the log message, to keep $0 and so on meaningful, and to
31517 # report actual input values of CONFIG_FILES etc. instead of their
31518 # values after options handling.
31519 ac_log="
31520 This file was extended by $as_me, which was
31521 generated by GNU Autoconf 2.69. Invocation command line was
31522
31523 CONFIG_FILES = $CONFIG_FILES
31524 CONFIG_HEADERS = $CONFIG_HEADERS
31525 CONFIG_LINKS = $CONFIG_LINKS
31526 CONFIG_COMMANDS = $CONFIG_COMMANDS
31527 $ $0 $@
31528
31529 on `(hostname || uname -n) 2>/dev/null | sed 1q`
31530 "
31531
31532 _ACEOF
31533
31534 case $ac_config_files in *"
31535 "*) set x $ac_config_files; shift; ac_config_files=$*;;
31536 esac
31537
31538 case $ac_config_headers in *"
31539 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
31540 esac
31541
31542
31543 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
31544 # Files that config.status was made for.
31545 config_files="$ac_config_files"
31546 config_headers="$ac_config_headers"
31547 config_links="$ac_config_links"
31548 config_commands="$ac_config_commands"
31549
31550 _ACEOF
31551
31552 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
31553 ac_cs_usage="\
31554 \`$as_me' instantiates files and other configuration actions
31555 from templates according to the current configuration. Unless the files
31556 and actions are specified as TAGs, all are instantiated by default.
31557
31558 Usage: $0 [OPTION]... [TAG]...
31559
31560 -h, --help print this help, then exit
31561 -V, --version print version number and configuration settings, then exit
31562 --config print configuration, then exit
31563 -q, --quiet, --silent
31564 do not print progress messages
31565 -d, --debug don't remove temporary files
31566 --recheck update $as_me by reconfiguring in the same conditions
31567 --file=FILE[:TEMPLATE]
31568 instantiate the configuration file FILE
31569 --header=FILE[:TEMPLATE]
31570 instantiate the configuration header FILE
31571
31572 Configuration files:
31573 $config_files
31574
31575 Configuration headers:
31576 $config_headers
31577
31578 Configuration links:
31579 $config_links
31580
31581 Configuration commands:
31582 $config_commands
31583
31584 Report bugs to the package provider."
31585
31586 _ACEOF
31587 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
31588 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
31589 ac_cs_version="\\
31590 config.status
31591 configured by $0, generated by GNU Autoconf 2.69,
31592 with options \\"\$ac_cs_config\\"
31593
31594 Copyright (C) 2012 Free Software Foundation, Inc.
31595 This config.status script is free software; the Free Software Foundation
31596 gives unlimited permission to copy, distribute and modify it."
31597
31598 ac_pwd='$ac_pwd'
31599 srcdir='$srcdir'
31600 AWK='$AWK'
31601 test -n "\$AWK" || AWK=awk
31602 _ACEOF
31603
31604 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
31605 # The default lists apply if the user does not specify any file.
31606 ac_need_defaults=:
31607 while test $# != 0
31608 do
31609 case $1 in
31610 --*=?*)
31611 ac_option=`expr "X$1" : 'X\([^=]*\)='`
31612 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
31613 ac_shift=:
31614 ;;
31615 --*=)
31616 ac_option=`expr "X$1" : 'X\([^=]*\)='`
31617 ac_optarg=
31618 ac_shift=:
31619 ;;
31620 *)
31621 ac_option=$1
31622 ac_optarg=$2
31623 ac_shift=shift
31624 ;;
31625 esac
31626
31627 case $ac_option in
31628 # Handling of the options.
31629 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
31630 ac_cs_recheck=: ;;
31631 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
31632 $as_echo "$ac_cs_version"; exit ;;
31633 --config | --confi | --conf | --con | --co | --c )
31634 $as_echo "$ac_cs_config"; exit ;;
31635 --debug | --debu | --deb | --de | --d | -d )
31636 debug=: ;;
31637 --file | --fil | --fi | --f )
31638 $ac_shift
31639 case $ac_optarg in
31640 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
31641 '') as_fn_error $? "missing file argument" ;;
31642 esac
31643 as_fn_append CONFIG_FILES " '$ac_optarg'"
31644 ac_need_defaults=false;;
31645 --header | --heade | --head | --hea )
31646 $ac_shift
31647 case $ac_optarg in
31648 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
31649 esac
31650 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
31651 ac_need_defaults=false;;
31652 --he | --h)
31653 # Conflict between --help and --header
31654 as_fn_error $? "ambiguous option: \`$1'
31655 Try \`$0 --help' for more information.";;
31656 --help | --hel | -h )
31657 $as_echo "$ac_cs_usage"; exit ;;
31658 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
31659 | -silent | --silent | --silen | --sile | --sil | --si | --s)
31660 ac_cs_silent=: ;;
31661
31662 # This is an error.
31663 -*) as_fn_error $? "unrecognized option: \`$1'
31664 Try \`$0 --help' for more information." ;;
31665
31666 *) as_fn_append ac_config_targets " $1"
31667 ac_need_defaults=false ;;
31668
31669 esac
31670 shift
31671 done
31672
31673 ac_configure_extra_args=
31674
31675 if $ac_cs_silent; then
31676 exec 6>/dev/null
31677 ac_configure_extra_args="$ac_configure_extra_args --silent"
31678 fi
31679
31680 _ACEOF
31681 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
31682 if \$ac_cs_recheck; then
31683 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
31684 shift
31685 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
31686 CONFIG_SHELL='$SHELL'
31687 export CONFIG_SHELL
31688 exec "\$@"
31689 fi
31690
31691 _ACEOF
31692 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
31693 exec 5>>config.log
31694 {
31695 echo
31696 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
31697 ## Running $as_me. ##
31698 _ASBOX
31699 $as_echo "$ac_log"
31700 } >&5
31701
31702 _ACEOF
31703 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
31704 #
31705 # INIT-COMMANDS
31706 #
31707 ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
31708 subdirs="$subdirs" ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
31709 subdirs='$subdirs'
31710
31711 _ACEOF
31712
31713 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
31714
31715 # Handling of arguments.
31716 for ac_config_target in $ac_config_targets
31717 do
31718 case $ac_config_target in
31719 "auto-host.h") CONFIG_HEADERS="$CONFIG_HEADERS auto-host.h:config.in" ;;
31720 "depdir") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir" ;;
31721 "gccdepdir") CONFIG_COMMANDS="$CONFIG_COMMANDS gccdepdir" ;;
31722 "as") CONFIG_FILES="$CONFIG_FILES as:exec-tool.in" ;;
31723 "collect-ld") CONFIG_FILES="$CONFIG_FILES collect-ld:exec-tool.in" ;;
31724 "nm") CONFIG_FILES="$CONFIG_FILES nm:exec-tool.in" ;;
31725 "clearcap.map") CONFIG_LINKS="$CONFIG_LINKS clearcap.map:${srcdir}/config/$clearcap_map" ;;
31726 "$all_outputs") CONFIG_FILES="$CONFIG_FILES $all_outputs" ;;
31727 "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
31728
31729 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
31730 esac
31731 done
31732
31733
31734 # If the user did not use the arguments to specify the items to instantiate,
31735 # then the envvar interface is used. Set only those that are not.
31736 # We use the long form for the default assignment because of an extremely
31737 # bizarre bug on SunOS 4.1.3.
31738 if $ac_need_defaults; then
31739 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
31740 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
31741 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
31742 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
31743 fi
31744
31745 # Have a temporary directory for convenience. Make it in the build tree
31746 # simply because there is no reason against having it here, and in addition,
31747 # creating and moving files from /tmp can sometimes cause problems.
31748 # Hook for its removal unless debugging.
31749 # Note that there is a small window in which the directory will not be cleaned:
31750 # after its creation but before its name has been assigned to `$tmp'.
31751 $debug ||
31752 {
31753 tmp= ac_tmp=
31754 trap 'exit_status=$?
31755 : "${ac_tmp:=$tmp}"
31756 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
31757 ' 0
31758 trap 'as_fn_exit 1' 1 2 13 15
31759 }
31760 # Create a (secure) tmp directory for tmp files.
31761
31762 {
31763 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
31764 test -d "$tmp"
31765 } ||
31766 {
31767 tmp=./conf$$-$RANDOM
31768 (umask 077 && mkdir "$tmp")
31769 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
31770 ac_tmp=$tmp
31771
31772 # Set up the scripts for CONFIG_FILES section.
31773 # No need to generate them if there are no CONFIG_FILES.
31774 # This happens for instance with `./config.status config.h'.
31775 if test -n "$CONFIG_FILES"; then
31776
31777 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
31778 ac_cs_awk_getline=:
31779 ac_cs_awk_pipe_init=
31780 ac_cs_awk_read_file='
31781 while ((getline aline < (F[key])) > 0)
31782 print(aline)
31783 close(F[key])'
31784 ac_cs_awk_pipe_fini=
31785 else
31786 ac_cs_awk_getline=false
31787 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
31788 ac_cs_awk_read_file='
31789 print "|#_!!_#|"
31790 print "cat " F[key] " &&"
31791 '$ac_cs_awk_pipe_init
31792 # The final `:' finishes the AND list.
31793 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
31794 fi
31795 ac_cr=`echo X | tr X '\015'`
31796 # On cygwin, bash can eat \r inside `` if the user requested igncr.
31797 # But we know of no other shell where ac_cr would be empty at this
31798 # point, so we can use a bashism as a fallback.
31799 if test "x$ac_cr" = x; then
31800 eval ac_cr=\$\'\\r\'
31801 fi
31802 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
31803 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
31804 ac_cs_awk_cr='\\r'
31805 else
31806 ac_cs_awk_cr=$ac_cr
31807 fi
31808
31809 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
31810 _ACEOF
31811
31812 # Create commands to substitute file output variables.
31813 {
31814 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
31815 echo 'cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&' &&
31816 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
31817 echo "_ACAWK" &&
31818 echo "_ACEOF"
31819 } >conf$$files.sh &&
31820 . ./conf$$files.sh ||
31821 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
31822 rm -f conf$$files.sh
31823
31824 {
31825 echo "cat >conf$$subs.awk <<_ACEOF" &&
31826 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
31827 echo "_ACEOF"
31828 } >conf$$subs.sh ||
31829 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
31830 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
31831 ac_delim='%!_!# '
31832 for ac_last_try in false false false false false :; do
31833 . ./conf$$subs.sh ||
31834 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
31835
31836 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
31837 if test $ac_delim_n = $ac_delim_num; then
31838 break
31839 elif $ac_last_try; then
31840 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
31841 else
31842 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
31843 fi
31844 done
31845 rm -f conf$$subs.sh
31846
31847 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
31848 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
31849 _ACEOF
31850 sed -n '
31851 h
31852 s/^/S["/; s/!.*/"]=/
31853 p
31854 g
31855 s/^[^!]*!//
31856 :repl
31857 t repl
31858 s/'"$ac_delim"'$//
31859 t delim
31860 :nl
31861 h
31862 s/\(.\{148\}\)..*/\1/
31863 t more1
31864 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
31865 p
31866 n
31867 b repl
31868 :more1
31869 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
31870 p
31871 g
31872 s/.\{148\}//
31873 t nl
31874 :delim
31875 h
31876 s/\(.\{148\}\)..*/\1/
31877 t more2
31878 s/["\\]/\\&/g; s/^/"/; s/$/"/
31879 p
31880 b
31881 :more2
31882 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
31883 p
31884 g
31885 s/.\{148\}//
31886 t delim
31887 ' <conf$$subs.awk | sed '
31888 /^[^""]/{
31889 N
31890 s/\n//
31891 }
31892 ' >>$CONFIG_STATUS || ac_write_fail=1
31893 rm -f conf$$subs.awk
31894 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
31895 _ACAWK
31896 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
31897 for (key in S) S_is_set[key] = 1
31898 FS = "\a"
31899 \$ac_cs_awk_pipe_init
31900 }
31901 {
31902 line = $ 0
31903 nfields = split(line, field, "@")
31904 substed = 0
31905 len = length(field[1])
31906 for (i = 2; i < nfields; i++) {
31907 key = field[i]
31908 keylen = length(key)
31909 if (S_is_set[key]) {
31910 value = S[key]
31911 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
31912 len += length(value) + length(field[++i])
31913 substed = 1
31914 } else
31915 len += 1 + keylen
31916 }
31917 if (nfields == 3 && !substed) {
31918 key = field[2]
31919 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
31920 \$ac_cs_awk_read_file
31921 next
31922 }
31923 }
31924 print line
31925 }
31926 \$ac_cs_awk_pipe_fini
31927 _ACAWK
31928 _ACEOF
31929 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
31930 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
31931 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
31932 else
31933 cat
31934 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
31935 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
31936 _ACEOF
31937
31938 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
31939 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
31940 # trailing colons and then remove the whole line if VPATH becomes empty
31941 # (actually we leave an empty line to preserve line numbers).
31942 if test "x$srcdir" = x.; then
31943 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
31944 h
31945 s///
31946 s/^/:/
31947 s/[ ]*$/:/
31948 s/:\$(srcdir):/:/g
31949 s/:\${srcdir}:/:/g
31950 s/:@srcdir@:/:/g
31951 s/^:*//
31952 s/:*$//
31953 x
31954 s/\(=[ ]*\).*/\1/
31955 G
31956 s/\n//
31957 s/^[^=]*=[ ]*$//
31958 }'
31959 fi
31960
31961 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
31962 fi # test -n "$CONFIG_FILES"
31963
31964 # Set up the scripts for CONFIG_HEADERS section.
31965 # No need to generate them if there are no CONFIG_HEADERS.
31966 # This happens for instance with `./config.status Makefile'.
31967 if test -n "$CONFIG_HEADERS"; then
31968 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
31969 BEGIN {
31970 _ACEOF
31971
31972 # Transform confdefs.h into an awk script `defines.awk', embedded as
31973 # here-document in config.status, that substitutes the proper values into
31974 # config.h.in to produce config.h.
31975
31976 # Create a delimiter string that does not exist in confdefs.h, to ease
31977 # handling of long lines.
31978 ac_delim='%!_!# '
31979 for ac_last_try in false false :; do
31980 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
31981 if test -z "$ac_tt"; then
31982 break
31983 elif $ac_last_try; then
31984 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
31985 else
31986 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
31987 fi
31988 done
31989
31990 # For the awk script, D is an array of macro values keyed by name,
31991 # likewise P contains macro parameters if any. Preserve backslash
31992 # newline sequences.
31993
31994 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
31995 sed -n '
31996 s/.\{148\}/&'"$ac_delim"'/g
31997 t rset
31998 :rset
31999 s/^[ ]*#[ ]*define[ ][ ]*/ /
32000 t def
32001 d
32002 :def
32003 s/\\$//
32004 t bsnl
32005 s/["\\]/\\&/g
32006 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
32007 D["\1"]=" \3"/p
32008 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
32009 d
32010 :bsnl
32011 s/["\\]/\\&/g
32012 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
32013 D["\1"]=" \3\\\\\\n"\\/p
32014 t cont
32015 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
32016 t cont
32017 d
32018 :cont
32019 n
32020 s/.\{148\}/&'"$ac_delim"'/g
32021 t clear
32022 :clear
32023 s/\\$//
32024 t bsnlc
32025 s/["\\]/\\&/g; s/^/"/; s/$/"/p
32026 d
32027 :bsnlc
32028 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
32029 b cont
32030 ' <confdefs.h | sed '
32031 s/'"$ac_delim"'/"\\\
32032 "/g' >>$CONFIG_STATUS || ac_write_fail=1
32033
32034 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
32035 for (key in D) D_is_set[key] = 1
32036 FS = "\a"
32037 }
32038 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
32039 line = \$ 0
32040 split(line, arg, " ")
32041 if (arg[1] == "#") {
32042 defundef = arg[2]
32043 mac1 = arg[3]
32044 } else {
32045 defundef = substr(arg[1], 2)
32046 mac1 = arg[2]
32047 }
32048 split(mac1, mac2, "(") #)
32049 macro = mac2[1]
32050 prefix = substr(line, 1, index(line, defundef) - 1)
32051 if (D_is_set[macro]) {
32052 # Preserve the white space surrounding the "#".
32053 print prefix "define", macro P[macro] D[macro]
32054 next
32055 } else {
32056 # Replace #undef with comments. This is necessary, for example,
32057 # in the case of _POSIX_SOURCE, which is predefined and required
32058 # on some systems where configure will not decide to define it.
32059 if (defundef == "undef") {
32060 print "/*", prefix defundef, macro, "*/"
32061 next
32062 }
32063 }
32064 }
32065 { print }
32066 _ACAWK
32067 _ACEOF
32068 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
32069 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
32070 fi # test -n "$CONFIG_HEADERS"
32071
32072
32073 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
32074 shift
32075 for ac_tag
32076 do
32077 case $ac_tag in
32078 :[FHLC]) ac_mode=$ac_tag; continue;;
32079 esac
32080 case $ac_mode$ac_tag in
32081 :[FHL]*:*);;
32082 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
32083 :[FH]-) ac_tag=-:-;;
32084 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
32085 esac
32086 ac_save_IFS=$IFS
32087 IFS=:
32088 set x $ac_tag
32089 IFS=$ac_save_IFS
32090 shift
32091 ac_file=$1
32092 shift
32093
32094 case $ac_mode in
32095 :L) ac_source=$1;;
32096 :[FH])
32097 ac_file_inputs=
32098 for ac_f
32099 do
32100 case $ac_f in
32101 -) ac_f="$ac_tmp/stdin";;
32102 *) # Look for the file first in the build tree, then in the source tree
32103 # (if the path is not absolute). The absolute path cannot be DOS-style,
32104 # because $ac_f cannot contain `:'.
32105 test -f "$ac_f" ||
32106 case $ac_f in
32107 [\\/$]*) false;;
32108 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
32109 esac ||
32110 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
32111 esac
32112 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
32113 as_fn_append ac_file_inputs " '$ac_f'"
32114 done
32115
32116 # Let's still pretend it is `configure' which instantiates (i.e., don't
32117 # use $as_me), people would be surprised to read:
32118 # /* config.h. Generated by config.status. */
32119 configure_input='Generated from '`
32120 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
32121 `' by configure.'
32122 if test x"$ac_file" != x-; then
32123 configure_input="$ac_file. $configure_input"
32124 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
32125 $as_echo "$as_me: creating $ac_file" >&6;}
32126 fi
32127 # Neutralize special characters interpreted by sed in replacement strings.
32128 case $configure_input in #(
32129 *\&* | *\|* | *\\* )
32130 ac_sed_conf_input=`$as_echo "$configure_input" |
32131 sed 's/[\\\\&|]/\\\\&/g'`;; #(
32132 *) ac_sed_conf_input=$configure_input;;
32133 esac
32134
32135 case $ac_tag in
32136 *:-:* | *:-) cat >"$ac_tmp/stdin" \
32137 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
32138 esac
32139 ;;
32140 esac
32141
32142 ac_dir=`$as_dirname -- "$ac_file" ||
32143 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
32144 X"$ac_file" : 'X\(//\)[^/]' \| \
32145 X"$ac_file" : 'X\(//\)$' \| \
32146 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
32147 $as_echo X"$ac_file" |
32148 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
32149 s//\1/
32150 q
32151 }
32152 /^X\(\/\/\)[^/].*/{
32153 s//\1/
32154 q
32155 }
32156 /^X\(\/\/\)$/{
32157 s//\1/
32158 q
32159 }
32160 /^X\(\/\).*/{
32161 s//\1/
32162 q
32163 }
32164 s/.*/./; q'`
32165 as_dir="$ac_dir"; as_fn_mkdir_p
32166 ac_builddir=.
32167
32168 case "$ac_dir" in
32169 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
32170 *)
32171 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
32172 # A ".." for each directory in $ac_dir_suffix.
32173 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
32174 case $ac_top_builddir_sub in
32175 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
32176 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
32177 esac ;;
32178 esac
32179 ac_abs_top_builddir=$ac_pwd
32180 ac_abs_builddir=$ac_pwd$ac_dir_suffix
32181 # for backward compatibility:
32182 ac_top_builddir=$ac_top_build_prefix
32183
32184 case $srcdir in
32185 .) # We are building in place.
32186 ac_srcdir=.
32187 ac_top_srcdir=$ac_top_builddir_sub
32188 ac_abs_top_srcdir=$ac_pwd ;;
32189 [\\/]* | ?:[\\/]* ) # Absolute name.
32190 ac_srcdir=$srcdir$ac_dir_suffix;
32191 ac_top_srcdir=$srcdir
32192 ac_abs_top_srcdir=$srcdir ;;
32193 *) # Relative name.
32194 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
32195 ac_top_srcdir=$ac_top_build_prefix$srcdir
32196 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
32197 esac
32198 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
32199
32200
32201 case $ac_mode in
32202 :F)
32203 #
32204 # CONFIG_FILE
32205 #
32206
32207 _ACEOF
32208
32209 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
32210 # If the template does not know about datarootdir, expand it.
32211 # FIXME: This hack should be removed a few years after 2.60.
32212 ac_datarootdir_hack=; ac_datarootdir_seen=
32213 ac_sed_dataroot='
32214 /datarootdir/ {
32215 p
32216 q
32217 }
32218 /@datadir@/p
32219 /@docdir@/p
32220 /@infodir@/p
32221 /@localedir@/p
32222 /@mandir@/p'
32223 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
32224 *datarootdir*) ac_datarootdir_seen=yes;;
32225 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
32226 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
32227 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
32228 _ACEOF
32229 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
32230 ac_datarootdir_hack='
32231 s&@datadir@&$datadir&g
32232 s&@docdir@&$docdir&g
32233 s&@infodir@&$infodir&g
32234 s&@localedir@&$localedir&g
32235 s&@mandir@&$mandir&g
32236 s&\\\${datarootdir}&$datarootdir&g' ;;
32237 esac
32238 _ACEOF
32239
32240 # Neutralize VPATH when `$srcdir' = `.'.
32241 # Shell code in configure.ac might set extrasub.
32242 # FIXME: do we really want to maintain this feature?
32243 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
32244 ac_sed_extra="$ac_vpsub
32245 $extrasub
32246 _ACEOF
32247 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
32248 :t
32249 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
32250 s|@configure_input@|$ac_sed_conf_input|;t t
32251 s&@top_builddir@&$ac_top_builddir_sub&;t t
32252 s&@top_build_prefix@&$ac_top_build_prefix&;t t
32253 s&@srcdir@&$ac_srcdir&;t t
32254 s&@abs_srcdir@&$ac_abs_srcdir&;t t
32255 s&@top_srcdir@&$ac_top_srcdir&;t t
32256 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
32257 s&@builddir@&$ac_builddir&;t t
32258 s&@abs_builddir@&$ac_abs_builddir&;t t
32259 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
32260 $ac_datarootdir_hack
32261 "
32262 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
32263 if $ac_cs_awk_getline; then
32264 $AWK -f "$ac_tmp/subs.awk"
32265 else
32266 $AWK -f "$ac_tmp/subs.awk" | $SHELL
32267 fi \
32268 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
32269
32270 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
32271 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
32272 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
32273 "$ac_tmp/out"`; test -z "$ac_out"; } &&
32274 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
32275 which seems to be undefined. Please make sure it is defined" >&5
32276 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
32277 which seems to be undefined. Please make sure it is defined" >&2;}
32278
32279 rm -f "$ac_tmp/stdin"
32280 case $ac_file in
32281 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
32282 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
32283 esac \
32284 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
32285 ;;
32286 :H)
32287 #
32288 # CONFIG_HEADER
32289 #
32290 if test x"$ac_file" != x-; then
32291 {
32292 $as_echo "/* $configure_input */" \
32293 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
32294 } >"$ac_tmp/config.h" \
32295 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
32296 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
32297 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
32298 $as_echo "$as_me: $ac_file is unchanged" >&6;}
32299 else
32300 rm -f "$ac_file"
32301 mv "$ac_tmp/config.h" "$ac_file" \
32302 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
32303 fi
32304 else
32305 $as_echo "/* $configure_input */" \
32306 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
32307 || as_fn_error $? "could not create -" "$LINENO" 5
32308 fi
32309 ;;
32310 :L)
32311 #
32312 # CONFIG_LINK
32313 #
32314
32315 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
32316 :
32317 else
32318 # Prefer the file from the source tree if names are identical.
32319 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
32320 ac_source=$srcdir/$ac_source
32321 fi
32322
32323 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
32324 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
32325
32326 if test ! -r "$ac_source"; then
32327 as_fn_error $? "$ac_source: file not found" "$LINENO" 5
32328 fi
32329 rm -f "$ac_file"
32330
32331 # Try a relative symlink, then a hard link, then a copy.
32332 case $ac_source in
32333 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
32334 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
32335 esac
32336 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
32337 ln "$ac_source" "$ac_file" 2>/dev/null ||
32338 cp -p "$ac_source" "$ac_file" ||
32339 as_fn_error $? "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
32340 fi
32341 ;;
32342 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
32343 $as_echo "$as_me: executing $ac_file commands" >&6;}
32344 ;;
32345 esac
32346
32347
32348 case $ac_file$ac_mode in
32349 "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
32350 "gccdepdir":C)
32351 ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/mkinstalldirs build/$DEPDIR
32352 for lang in $subdirs c-family common analyzer
32353 do
32354 ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/mkinstalldirs $lang/$DEPDIR
32355 done ;;
32356 "as":F) chmod +x as ;;
32357 "collect-ld":F) chmod +x collect-ld ;;
32358 "nm":F) chmod +x nm ;;
32359 "default":C)
32360 case ${CONFIG_HEADERS} in
32361 *auto-host.h:config.in*)
32362 echo > cstamp-h ;;
32363 esac
32364 # Make sure all the subdirs exist.
32365 for d in $subdirs doc build common c-family
32366 do
32367 test -d $d || mkdir $d
32368 done
32369 ;;
32370
32371 esac
32372 done # for ac_tag
32373
32374
32375 as_fn_exit 0
32376 _ACEOF
32377 ac_clean_files=$ac_clean_files_save
32378
32379 test $ac_write_fail = 0 ||
32380 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
32381
32382
32383 # configure is writing to config.log, and then calls config.status.
32384 # config.status does its own redirection, appending to config.log.
32385 # Unfortunately, on DOS this fails, as config.log is still kept open
32386 # by configure, so config.status won't be able to write to it; its
32387 # output is simply discarded. So we exec the FD to /dev/null,
32388 # effectively closing config.log, so it can be properly (re)opened and
32389 # appended to by config.status. When coming back to configure, we
32390 # need to make the FD available again.
32391 if test "$no_create" != yes; then
32392 ac_cs_success=:
32393 ac_config_status_args=
32394 test "$silent" = yes &&
32395 ac_config_status_args="$ac_config_status_args --quiet"
32396 exec 5>/dev/null
32397 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
32398 exec 5>>config.log
32399 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
32400 # would make configure fail if this is the last instruction.
32401 $ac_cs_success || as_fn_exit 1
32402 fi
32403 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
32404 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
32405 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
32406 fi
32407
32408