* ppc-linux-nat.c (check_condition): Add len output parameter.
[deliverable/binutils-gdb.git] / configure.ac
CommitLineData
92f01d61 1# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
7837304f 2# 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
ba98da75 3# Free Software Foundation, Inc.
252b5132
RH
4#
5# This file is free software; you can redistribute it and/or modify it
6# under the terms of the GNU General Public License as published by
e8a5fa9c 7# the Free Software Foundation; either version 3 of the License, or
252b5132
RH
8# (at your option) any later version.
9#
10# This program is distributed in the hope that it will be useful, but
11# WITHOUT ANY WARRANTY; without even the implied warranty of
12# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13# General Public License for more details.
14#
15# You should have received a copy of the GNU General Public License
e8a5fa9c
RW
16# along with this program; see the file COPYING3. If not see
17# <http://www.gnu.org/licenses/>.
252b5132
RH
18
19##############################################################################
a0da8069
NN
20### WARNING: this file contains embedded tabs. Do not run untabify on this file.
21
266df637
PB
22m4_include(config/acx.m4)
23m4_include(config/override.m4)
58c85be7 24m4_include(config/proginstall.m4)
143754cd 25m4_include(config/elf.m4)
d5f2ee2e
KG
26m4_include([libtool.m4])
27m4_include([ltoptions.m4])
28m4_include([ltsugar.m4])
29m4_include([ltversion.m4])
30m4_include([lt~obsolete.m4])
e552509b 31m4_include([config/cloog.m4])
656fdd47 32
a0da8069 33AC_INIT(move-if-change)
d444d2ba 34AC_PREREQ(2.64)
34a0f3cf 35AC_DISABLE_OPTION_CHECKING
c6b750e1 36
5b553f7e
RW
37progname=$0
38# if PWD already has a value, it is probably wrong.
39if test -n "$PWD" ; then PWD=`${PWDCMD-pwd}`; fi
40
41# Export original configure arguments for use by sub-configures.
42# Quote arguments with shell meta charatcers.
43TOPLEVEL_CONFIGURE_ARGUMENTS=
44set -- "$progname" "$@"
45for ac_arg
46do
47 case "$ac_arg" in
48 *" "*|*" "*|*[[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\']]*)
49 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"`
50 # if the argument is of the form -foo=baz, quote the baz part only
51 ac_arg=`echo "'$ac_arg'" | sed "s/^'\([[-a-zA-Z0-9]]*=\)/\\1'/"` ;;
52 *) ;;
53 esac
54 # Add the quoted argument to the list.
55 TOPLEVEL_CONFIGURE_ARGUMENTS="$TOPLEVEL_CONFIGURE_ARGUMENTS $ac_arg"
56done
57if test "$silent" = yes; then
58 TOPLEVEL_CONFIGURE_ARGUMENTS="$TOPLEVEL_CONFIGURE_ARGUMENTS --silent"
59fi
60# Remove the initial space we just introduced and, as these will be
61# expanded by make, quote '$'.
62TOPLEVEL_CONFIGURE_ARGUMENTS=`echo "x$TOPLEVEL_CONFIGURE_ARGUMENTS" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
63AC_SUBST(TOPLEVEL_CONFIGURE_ARGUMENTS)
64
c6b750e1
DJ
65# Find the build, host, and target systems.
66ACX_NONCANONICAL_BUILD
67ACX_NONCANONICAL_HOST
68ACX_NONCANONICAL_TARGET
69
70dnl Autoconf 2.5x and later will set a default program prefix if
71dnl --target was used, even if it was the same as --host. Disable
72dnl that behavior. This must be done before AC_CANONICAL_SYSTEM
73dnl to take effect.
74test "$host_noncanonical" = "$target_noncanonical" &&
75 test "$program_prefix$program_suffix$program_transform_name" = \
76 NONENONEs,x,x, &&
77 program_transform_name=s,y,y,
78
a0da8069
NN
79AC_CANONICAL_SYSTEM
80AC_ARG_PROGRAM
81
c6b750e1 82m4_pattern_allow([^AS_FOR_TARGET$])dnl
b5714970 83m4_pattern_allow([^AS_FOR_BUILD$])dnl
c6b750e1 84
e5c3f801
NN
85# Get 'install' or 'install-sh' and its variants.
86AC_PROG_INSTALL
656fdd47 87ACX_PROG_LN
dfdffa2c 88AC_PROG_LN_S
8e957354
PB
89AC_PROG_SED
90AC_PROG_AWK
e5c3f801 91
0fdbe983
DJ
92srcpwd=`cd ${srcdir} ; ${PWDCMD-pwd}`
93
94# We pass INSTALL explicitly to sub-makes. Make sure that it is not
95# a relative path.
96if test "$INSTALL" = "${srcdir}/install-sh -c"; then
97 INSTALL="${srcpwd}/install-sh -c"
98fi
99
a0da8069
NN
100# Set srcdir to "." if that's what it is.
101# This is important for multilib support.
102pwd=`${PWDCMD-pwd}`
a0da8069
NN
103if test "${pwd}" = "${srcpwd}" ; then
104 srcdir=.
105fi
106
107topsrcdir=$srcpwd
252b5132 108
ae831be5 109extra_host_args=
afefada0 110
252b5132
RH
111### To add a new directory to the tree, first choose whether it is a target
112### or a host dependent tool. Then put it into the appropriate list
a2cc058a 113### (library or tools, host or target), doing a dependency sort.
252b5132 114
a2cc058a
NN
115# Subdirs will be configured in the order listed in build_configdirs,
116# configdirs, or target_configdirs; see the serialization section below.
117
118# Dependency sorting is only needed when *configuration* must be done in
119# a particular order. In all cases a dependency should be specified in
120# the Makefile, whether or not it's implicitly specified here.
121
122# Double entries in build_configdirs, configdirs, or target_configdirs may
123# cause circular dependencies and break everything horribly.
252b5132 124
6a9cf61e
PB
125# these library is used by various programs built for the build
126# environment
127#
128build_libs="build-libiberty"
129
130# these tools are built for the build environment
ee025550 131build_tools="build-texinfo build-byacc build-flex build-bison build-m4 build-fixincludes"
6a9cf61e 132
252b5132
RH
133# these libraries are used by various programs built for the host environment
134#
1f53ca9a 135host_libs="intl mmalloc libiberty opcodes bfd readline tcl tk itcl libgui zlib libcpp libdecnumber gmp mpfr mpc ppl cloog libelf libiconv"
252b5132 136
252b5132
RH
137# these tools are built for the host environment
138# Note, the powerpc-eabi build depends on sim occurring before gdb in order to
139# know that we are building the simulator.
2af579c4
NN
140# binutils, gas and ld appear in that order because it makes sense to run
141# "make check" in that particular order.
e6de499b 142# If --enable-gold is used, "gold" may replace "ld".
f9806fa5 143host_tools="texinfo byacc flex bison binutils gas ld fixincludes gcc cgen sid sim gdb make patch prms send-pr gprof etc expect dejagnu ash bash bzip2 m4 autoconf automake libtool diff rcs fileutils shellutils time textutils wdiff find uudecode hello tar gzip indent recode release sed utils guile perl gawk findutils gettext zip fastjar gnattools"
75205f78
DD
144
145# libgcj represents the runtime libraries only used by gcj.
146libgcj="target-libffi \
75205f78
DD
147 target-zlib \
148 target-qthreads \
149 target-libjava"
252b5132
RH
150
151# these libraries are built for the target environment, and are built after
152# the host libraries and the host tools (which may be a cross compiler)
153#
b1299c4e
DJ
154target_libraries="target-libgcc \
155 target-libiberty \
252b5132
RH
156 target-libgloss \
157 target-newlib \
cff87f51 158 target-libgomp \
b9459e83 159 target-libstdc++-v3 \
4b1cb4fe 160 target-libmudflap \
bb780410 161 target-libssp \
e552509b 162 target-libquadmath \
4b1cb4fe 163 target-libgfortran \
4f0ef2d8 164 target-boehm-gc \
83326456 165 ${libgcj} \
a2592b1b 166 target-libobjc \
e552509b
ILT
167 target-libada \
168 target-libgo"
252b5132 169
9c14acb8
NN
170# these tools are built using the target libraries, and are intended to
171# run only in the target environment
252b5132 172#
9c14acb8 173# note: any program that *uses* libraries that are in the "target_libraries"
0377a422 174# list belongs in this list.
252b5132 175#
2354b38b 176target_tools="target-examples target-gperf target-rda"
252b5132
RH
177
178################################################################################
179
252b5132
RH
180## All tools belong in one of the four categories, and are assigned above
181## We assign ${configdirs} this way to remove all embedded newlines. This
182## is important because configure will choke if they ever get through.
183## ${configdirs} is directories we build using the host tools.
184## ${target_configdirs} is directories we build using the target tools.
252b5132 185configdirs=`echo ${host_libs} ${host_tools}`
9c14acb8 186target_configdirs=`echo ${target_libraries} ${target_tools}`
ee025550 187build_configdirs=`echo ${build_libs} ${build_tools}`
dd12c3a8 188
9cc8ae67 189m4_divert_text([PARSE_ARGS],
6d0cd39e
AM
190[case $srcdir in
191 *" "*)
192m4_pushdef([AS_MESSAGE_LOG_FD], [])dnl
193 AC_MSG_ERROR([path to source, $srcdir, contains spaces])
194m4_popdef([AS_MESSAGE_LOG_FD])dnl
195 ;;
196esac
197ac_subdirs_all=`cd $srcdir && echo */configure | sed 's,/configure,,g'`
9cc8ae67
PB
198])
199
252b5132
RH
200################################################################################
201
252b5132
RH
202srcname="gnu development package"
203
204# This gets set non-empty for some net releases of packages.
205appdirs=""
206
c712250a
DD
207# Define is_cross_compiler to save on calls to 'test'.
208is_cross_compiler=
209if test x"${host}" = x"${target}" ; then
210 is_cross_compiler=no
211else
212 is_cross_compiler=yes
213fi
214
9175bfc0 215# Find the build and target subdir names.
dd12c3a8 216GCC_TOPLEV_SUBDIRS
2fd0b40b
RW
217# Be sure to cover against remnants of an in-tree build.
218if test $srcdir != . && test -d $srcdir/host-${host_noncanonical}; then
219 AC_MSG_ERROR([building out of tree but $srcdir contains host-${host_noncanonical}.
220Use a pristine source tree when building in a separate tree])
221fi
252b5132 222
f48556b1
DD
223# Skipdirs are removed silently.
224skipdirs=
225# Noconfigdirs are removed loudly.
226noconfigdirs=""
252b5132 227
f48556b1
DD
228use_gnu_ld=
229# Make sure we don't let GNU ld be added if we didn't want it.
230if test x$with_gnu_ld = xno ; then
231 use_gnu_ld=no
93f9b408 232 noconfigdirs="$noconfigdirs ld gold"
252b5132
RH
233fi
234
f48556b1
DD
235use_gnu_as=
236# Make sure we don't let GNU as be added if we didn't want it.
237if test x$with_gnu_as = xno ; then
238 use_gnu_as=no
239 noconfigdirs="$noconfigdirs gas"
252b5132
RH
240fi
241
700d40ca
ILT
242use_included_zlib=
243# Make sure we don't let ZLIB be added if we didn't want it.
244if test x$with_system_zlib = xyes ; then
245 use_included_zlib=no
246 noconfigdirs="$noconfigdirs zlib"
247fi
248
f48556b1
DD
249# some tools are so dependent upon X11 that if we're not building with X,
250# it's not even worth trying to configure, much less build, that tool.
252b5132 251
f48556b1
DD
252case ${with_x} in
253 yes | "") ;; # the default value for this tree is that X11 is available
ff0a3bf8 254 no)
675c6968 255 skipdirs="${skipdirs} tk itcl libgui"
ff0a3bf8
DD
256 # We won't be able to build gdbtk without X.
257 enable_gdbtk=no
258 ;;
f48556b1
DD
259 *) echo "*** bad value \"${with_x}\" for -with-x flag; ignored" 1>&2 ;;
260esac
252b5132 261
0377a422 262# Some are only suitable for cross toolchains.
405ea7a0
NN
263# Remove these if host=target.
264cross_only="target-libgloss target-newlib target-opcodes"
252b5132 265
f48556b1
DD
266case $is_cross_compiler in
267 no) skipdirs="${skipdirs} ${cross_only}" ;;
f48556b1 268esac
252b5132 269
a32d391c
DD
270# If both --with-headers and --with-libs are specified, default to
271# --without-newlib.
32be62b5
RS
272if test x"${with_headers}" != x && test x"${with_headers}" != xno \
273 && test x"${with_libs}" != x && test x"${with_libs}" != xno ; then
a32d391c
DD
274 if test x"${with_newlib}" = x ; then
275 with_newlib=no
276 fi
277fi
278
279# Recognize --with-newlib/--without-newlib.
280case ${with_newlib} in
281 no) skipdirs="${skipdirs} target-newlib" ;;
282 yes) skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'` ;;
283esac
284
c7791212
NC
285# Handle --enable-gold, --enable-ld.
286# --disable-gold [--enable-ld]
287# Build only ld. Default option.
d3b50760
L
288# --enable-gold [--enable-ld]
289# Build both gold and ld. Install gold as "ld.gold", install ld
290# as "ld.bfd" and "ld".
291# --enable-gold=default [--enable-ld]
c7791212
NC
292# Build both gold and ld. Install gold as "ld.gold" and "ld",
293# install ld as "ld.bfd".
294# --enable-gold[=default] --disable-ld
295# Build only gold, which is then installed as both "ld.gold" and "ld".
296# --enable-gold --enable-ld=default
d3b50760
L
297# Build both gold (installed as "ld.gold") and ld (installed as "ld"
298# and ld.bfd).
c7791212
NC
299# In other words, ld is default
300# --enable-gold=default --enable-ld=default
301# Error.
302
303default_ld=
93f9b408 304AC_ARG_ENABLE(gold,
7837304f
AS
305[AS_HELP_STRING([[--enable-gold[=ARG]]],
306 [build gold @<:@ARG={default,yes,no}@:>@])],
93f9b408
ILT
307ENABLE_GOLD=$enableval,
308ENABLE_GOLD=no)
c7791212
NC
309case "${ENABLE_GOLD}" in
310 yes|default)
e6de499b
NC
311 # Check for ELF target.
312 is_elf=no
313 case "${target}" in
314 *-*-elf* | *-*-sysv4* | *-*-unixware* | *-*-eabi* | hppa*64*-*-hpux* \
315 | *-*-linux* | frv-*-uclinux* | *-*-irix5* | *-*-irix6* \
5b806d27
NC
316 | *-*-netbsd* | *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* \
317 | *-*-solaris2* | *-*-nto*)
e6de499b
NC
318 case "${target}" in
319 *-*-linux*aout* | *-*-linux*oldld*)
320 ;;
321 *)
322 is_elf=yes
323 ;;
324 esac
325 esac
326
327 if test "$is_elf" = "yes"; then
328 # Check for target supported by gold.
93f9b408 329 case "${target}" in
e6de499b 330 i?86-*-* | x86_64-*-* | sparc*-*-* | powerpc*-*-* | arm*-*-*)
c7791212
NC
331 configdirs="$configdirs gold"
332 if test x${ENABLE_GOLD} = xdefault; then
333 default_ld=gold
334 fi
e6de499b 335 ENABLE_GOLD=yes
93f9b408
ILT
336 ;;
337 esac
e6de499b
NC
338 fi
339 ;;
340 no)
341 ;;
342 *)
343 AC_MSG_ERROR([invalid --enable-gold argument])
344 ;;
c7791212
NC
345esac
346
347AC_ARG_ENABLE(ld,
7837304f
AS
348[AS_HELP_STRING([[--enable-ld[=ARG]]],
349 [build ld @<:@ARG={default,yes,no}@:>@])],
c7791212
NC
350ENABLE_LD=$enableval,
351ENABLE_LD=yes)
352
353case "${ENABLE_LD}" in
354 default)
d3b50760 355 if test x${default_ld} != x; then
c7791212
NC
356 AC_MSG_ERROR([either gold or ld can be the default ld])
357 fi
358 ;;
359 yes)
360 ;;
361 no)
362 if test x${ENABLE_GOLD} != xyes; then
363 AC_MSG_WARN([neither ld nor gold are enabled])
364 fi
365 configdirs=`echo " ${configdirs} " | sed -e 's/ ld / /'`
366 ;;
367 *)
368 AC_MSG_ERROR([invalid --enable-ld argument])
369 ;;
370esac
93f9b408 371
252b5132
RH
372# Configure extra directories which are host specific
373
374case "${host}" in
f48556b1 375 *-cygwin*)
3866be5d 376 configdirs="$configdirs libtermcap" ;;
252b5132
RH
377esac
378
59f7ec45
HPN
379# A target can indicate whether a language isn't supported for some reason.
380# Only spaces may be used in this macro; not newlines or tabs.
381unsupported_languages=
382
252b5132
RH
383# Remove more programs from consideration, based on the host or
384# target this usually means that a port of the program doesn't
385# exist yet.
386
252b5132 387case "${host}" in
3516a403 388 i[[3456789]]86-*-msdosdjgpp*)
6a608608 389 noconfigdirs="$noconfigdirs tcl tk itcl"
252b5132 390 ;;
252b5132
RH
391esac
392
4b1cb4fe 393
89a1e9c3
PB
394AC_ARG_ENABLE(libquadmath,
395AS_HELP_STRING([--disable-libquadmath],
396 [do not build libquadmath directory]),
397ENABLE_LIBQUADMATH=$enableval,
398ENABLE_LIBQUADMATH=yes)
399if test "${ENABLE_LIBQUADMATH}" = "no" ; then
400 noconfigdirs="$noconfigdirs target-libquadmath"
401fi
402
403
404AC_ARG_ENABLE(libquadmath-support,
405AS_HELP_STRING([--disable-libquadmath-support],
406 [disable libquadmath support for Fortran]),
407ENABLE_LIBQUADMATH_SUPPORT=$enableval,
408ENABLE_LIBQUADMATH_SUPPORT=yes)
409enable_libquadmath_support=
410if test "${ENABLE_LIBQUADMATH_SUPPORT}" = "no" ; then
411 enable_libquadmath_support=no
412fi
413
414
a2592b1b 415AC_ARG_ENABLE(libada,
7837304f 416[AS_HELP_STRING([--enable-libada], [build libada directory])],
a2592b1b
DD
417ENABLE_LIBADA=$enableval,
418ENABLE_LIBADA=yes)
419if test "${ENABLE_LIBADA}" != "yes" ; then
b00612cc 420 noconfigdirs="$noconfigdirs gnattools"
a2592b1b
DD
421fi
422
5f128533 423AC_ARG_ENABLE(libssp,
7837304f 424[AS_HELP_STRING([--enable-libssp], [build libssp directory])],
5f128533
KH
425ENABLE_LIBSSP=$enableval,
426ENABLE_LIBSSP=yes)
5f128533 427
96111c10
AO
428# Save it here so that, even in case of --enable-libgcj, if the Java
429# front-end isn't enabled, we still get libgcj disabled.
430libgcj_saved=$libgcj
431case $enable_libgcj in
432yes)
433 # If we reset it here, it won't get added to noconfigdirs in the
434 # target-specific build rules, so it will be forcibly enabled
435 # (unless the Java language itself isn't enabled).
436 libgcj=
437 ;;
438no)
439 # Make sure we get it printed in the list of not supported target libs.
9e1a94f4
ILT
440 # Don't disable libffi, though, other languages use it.
441 noconfigdirs="$noconfigdirs `echo ${libgcj} | sed -e 's/target-libffi//'`"
33d23ee8
ILT
442 # Clear libgcj_saved so that even if java is enabled libffi won't be
443 # built.
444 libgcj_saved=
96111c10
AO
445 ;;
446esac
447
4b1cb4fe 448
a6df5a19
PB
449# Disable libmudflap on some systems.
450if test x$enable_libmudflap = x ; then
3e707e94 451 case "${target}" in
29383458 452 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | bfin*-*-uclinux* | *-*-kopensolaris*-gnu)
3d6dfe0f 453 # Enable libmudflap by default in GNU and friends.
3e707e94
PB
454 ;;
455 *-*-freebsd*)
456 # Enable libmudflap by default in FreeBSD.
457 ;;
458 *)
459 # Disable it by default everywhere else.
460 noconfigdirs="$noconfigdirs target-libmudflap"
461 ;;
462 esac
a6df5a19 463fi
4b1cb4fe 464
a6df5a19
PB
465# Disable libgomp on non POSIX hosted systems.
466if test x$enable_libgomp = x ; then
b3ded179
PB
467 # Enable libgomp by default on hosted POSIX systems.
468 case "${target}" in
29383458 469 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
b3ded179 470 ;;
5b806d27 471 *-*-netbsd* | *-*-freebsd* | *-*-openbsd* | *-*-dragonfly*)
b3ded179 472 ;;
1f111696 473 *-*-solaris2* | *-*-irix6* | *-*-osf* | *-*-hpux11*)
b3ded179
PB
474 ;;
475 *-*-darwin* | *-*-aix*)
476 ;;
477 *)
478 noconfigdirs="$noconfigdirs target-libgomp"
479 ;;
480 esac
a6df5a19 481fi
b3ded179 482
065a5627
JM
483# Disable libssp for some systems.
484case "${target}" in
485 avr-*-*)
c5f5c3c2 486 # No hosted I/O support.
065a5627
JM
487 noconfigdirs="$noconfigdirs target-libssp"
488 ;;
489 powerpc-*-aix* | rs6000-*-aix*)
490 noconfigdirs="$noconfigdirs target-libssp"
491 ;;
065a5627
JM
492esac
493
494# Disable target libiberty for some systems.
495case "${target}" in
496 *-*-kaos*)
497 # Remove unsupported stuff on all kaOS configurations.
498 skipdirs="target-libiberty"
499 ;;
500 *-*-netbsd*)
501 # Skip some stuff on all NetBSD configurations.
502 noconfigdirs="$noconfigdirs target-libiberty"
503 ;;
504 *-*-netware*)
505 noconfigdirs="$noconfigdirs target-libiberty"
506 ;;
507 *-*-rtems*)
508 skipdirs="${skipdirs} target-libiberty"
509 ;;
510 *-*-tpf*)
511 noconfigdirs="$noconfigdirs target-libiberty"
512 ;;
513 *-*-vxworks*)
514 noconfigdirs="$noconfigdirs target-libiberty"
515 ;;
516 sh*-*-pe|mips*-*-pe|*arm-wince-pe)
517 noconfigdirs="$noconfigdirs target-libiberty"
518 ;;
519 arm*-*-symbianelf*)
520 noconfigdirs="$noconfigdirs target-libiberty"
521 ;;
522 avr-*-*)
523 noconfigdirs="$noconfigdirs target-libiberty"
524 ;;
525 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*)
526 noconfigdirs="$noconfigdirs target-libiberty"
527 ;;
528 picochip-*-*)
529 noconfigdirs="$noconfigdirs target-libiberty"
530 ;;
531 mips*-sde-elf*)
532 skipdirs="$skipdirs target-libiberty"
533 ;;
534 ip2k-*-*)
535 noconfigdirs="$noconfigdirs target-libiberty"
536 ;;
537esac
538
539# Disable libstdc++-v3 for some systems.
540case "${target}" in
541 *-*-vxworks*)
542 # VxWorks uses the Dinkumware C++ library.
543 noconfigdirs="$noconfigdirs target-libstdc++-v3"
544 ;;
545 arm*-wince-pe*)
546 # the C++ libraries don't build on top of CE's C libraries
547 noconfigdirs="$noconfigdirs target-libstdc++-v3"
548 ;;
549 avr-*-*)
550 noconfigdirs="$noconfigdirs target-libstdc++-v3"
551 ;;
552esac
553
554# Disable Fortran for some systems.
555case "${target}" in
556 mmix-*-*)
557 # See <http://gcc.gnu.org/ml/gcc-patches/2004-11/msg00572.html>.
558 unsupported_languages="$unsupported_languages fortran"
559 ;;
560esac
561
691bb5a1
DD
562# Default libgloss CPU subdirectory.
563libgloss_dir="$target_cpu"
4b1cb4fe 564
252b5132 565case "${target}" in
75205f78 566 *-*-chorusos)
b2f14e4a 567 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
75205f78 568 ;;
24741ab2 569 powerpc-*-darwin*)
9d39db92 570 noconfigdirs="$noconfigdirs ld gas gdb gprof"
4e3fc8e5 571 noconfigdirs="$noconfigdirs sim target-rda"
b3f16a9b 572 ;;
85bd1942
TG
573 i[[3456789]]86-*-darwin*)
574 noconfigdirs="$noconfigdirs ld gprof"
575 noconfigdirs="$noconfigdirs sim target-rda"
576 ;;
e8a5fa9c 577 x86_64-*-darwin[[912]]*)
652dec25
TG
578 noconfigdirs="$noconfigdirs ld gas gprof"
579 noconfigdirs="$noconfigdirs sim target-rda"
580 ;;
04d1ab34 581 *-*-darwin*)
d320aacb 582 noconfigdirs="$noconfigdirs ld gas gdb gprof"
4e3fc8e5 583 noconfigdirs="$noconfigdirs sim target-rda"
54d1c879 584 noconfigdirs="$noconfigdirs ${libgcj}"
04d1ab34 585 ;;
5b806d27
NC
586 *-*-dragonfly*)
587 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
588 ;;
de0b4a87 589 *-*-freebsd*)
4b1cb4fe
DD
590 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
591 if test "x$with_gmp" = x && test "x$with_gmp_dir" = x \
592 && test -f /usr/local/include/gmp.h; then
593 with_gmp=/usr/local
594 fi
595
596 # Skip some stuff that's unsupported on some FreeBSD configurations.
597 case "${target}" in
598 i*86-*-*) ;;
599 alpha*-*-*) ;;
143754cd 600 x86_64-*-*) ;;
4b1cb4fe 601 *)
54d1c879 602 noconfigdirs="$noconfigdirs ${libgcj}"
4b1cb4fe
DD
603 ;;
604 esac
605 ;;
f8a495c8
NC
606 *-*-kaos*)
607 # Remove unsupported stuff on all kaOS configurations.
f8a495c8
NC
608 noconfigdirs="$noconfigdirs target-libgloss"
609 ;;
e82380cc
JT
610 *-*-netbsd*)
611 # Skip some stuff on all NetBSD configurations.
065a5627 612 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
e82380cc
JT
613
614 # Skip some stuff that's unsupported on some NetBSD configurations.
615 case "${target}" in
75205f78 616 i*86-*-netbsdelf*) ;;
5b474aa8 617 arm*-*-netbsdelf*) ;;
e82380cc 618 *)
54d1c879 619 noconfigdirs="$noconfigdirs ${libgcj}"
e82380cc
JT
620 ;;
621 esac
622 ;;
2a3124ca 623 *-*-netware*)
065a5627 624 noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
252b5132
RH
625 ;;
626 *-*-rtems*)
54d1c879 627 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
252b5132 628 ;;
1587117a
EC
629 # The tpf target doesn't support gdb yet.
630 *-*-tpf*)
065a5627 631 noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj} gdb tcl tk libgui itcl"
1587117a 632 ;;
c1968181 633 *-*-uclinux*)
54d1c879 634 noconfigdirs="$noconfigdirs target-newlib target-libgloss target-rda ${libgcj}"
c1968181 635 ;;
252b5132 636 *-*-vxworks*)
065a5627 637 noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
252b5132
RH
638 ;;
639 alpha*-dec-osf*)
e99daf2b 640 # ld works, but does not support shared libraries.
0377a422 641 # newlib is not 64 bit ready.
252b5132 642 # gas doesn't generate exception information.
0377a422 643 noconfigdirs="$noconfigdirs gas ld target-newlib target-libgloss"
252b5132
RH
644 ;;
645 alpha*-*-*vms*)
d594eacc 646 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss ${libgcj}"
75205f78
DD
647 ;;
648 alpha*-*-linux*)
649 # newlib is not 64 bit ready
650 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
252b5132
RH
651 ;;
652 alpha*-*-*)
653 # newlib is not 64 bit ready
54d1c879 654 noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
252b5132 655 ;;
4a18bd6b 656 am33_2.0-*-linux*)
54d1c879 657 noconfigdirs="$noconfigdirs ${libgcj} target-newlib target-libgloss"
4a18bd6b 658 ;;
75205f78 659 sh-*-linux*)
54d1c879 660 noconfigdirs="$noconfigdirs ${libgcj} target-newlib target-libgloss"
75205f78 661 ;;
2fb651f6 662 sh*-*-pe|mips*-*-pe|*arm-wince-pe)
54d1c879 663 noconfigdirs="$noconfigdirs ${libgcj}"
675c6968 664 noconfigdirs="$noconfigdirs tcl tk itcl libgui sim"
ae03d6e2 665 noconfigdirs="$noconfigdirs target-newlib"
691bb5a1 666 libgloss_dir=wince
2fb651f6 667 ;;
252b5132 668 arc-*-*)
782cb41f 669 noconfigdirs="$noconfigdirs target-libgloss"
252b5132 670 ;;
93cc359e 671 arm-*-coff)
691bb5a1 672 libgloss_dir=arm
f03b4789 673 ;;
93cc359e 674 arm-*-elf* | arm*-*-eabi* )
0377a422 675 noconfigdirs="$noconfigdirs target-libffi"
691bb5a1 676 libgloss_dir=arm
f03b4789 677 ;;
bd70a46f 678 arm*-*-linux-gnueabi)
a5b3b4dd
DD
679 case ${with_newlib} in
680 no) noconfigdirs="$noconfigdirs target-newlib target-libgloss"
681 esac
691bb5a1 682 libgloss_dir=arm
bd70a46f 683 ;;
df4a6958 684 arm*-*-symbianelf*)
065a5627 685 noconfigdirs="$noconfigdirs ${libgcj}"
691bb5a1 686 libgloss_dir=arm
df4a6958 687 ;;
252b5132 688 arm-*-pe*)
54d1c879 689 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
252b5132 690 ;;
252b5132 691 arm-*-riscix*)
b2f14e4a 692 noconfigdirs="$noconfigdirs ld target-libgloss"
252b5132 693 ;;
c95f53ae 694 avr-*-*)
065a5627 695 noconfigdirs="$noconfigdirs ${libgcj}"
c95f53ae 696 ;;
376a0e54 697 bfin-*-*)
df51e4e1 698 unsupported_languages="$unsupported_languages java"
7837304f 699 noconfigdirs="$noconfigdirs target-boehm-gc"
376a0e54 700 ;;
ff72e302 701 c4x-*-* | tic4x-*-*)
b2f14e4a 702 noconfigdirs="$noconfigdirs target-libgloss"
077b8428 703 ;;
b2f14e4a
JM
704 tic54x-*-*)
705 noconfigdirs="$noconfigdirs target-libgloss gdb"
75205f78 706 ;;
52310858
NC
707 cr16-*-*)
708 noconfigdirs="$noconfigdirs ${libgcj} gdb"
709 ;;
c7e66c6d 710 cris-*-* | crisv32-*-*)
59f7ec45 711 unsupported_languages="$unsupported_languages java"
c7e66c6d 712 case "${target}" in
2faa2958 713 *-*-linux*)
5e818318 714 noconfigdirs="$noconfigdirs target-newlib target-libgloss";;
b2f14e4a
JM
715 *) # See PR46792 regarding target-libffi.
716 noconfigdirs="$noconfigdirs target-libffi target-boehm-gc";;
c7e66c6d 717 esac
691bb5a1 718 libgloss_dir=cris
077b8428 719 ;;
252b5132 720 d10v-*-*)
b2f14e4a 721 noconfigdirs="$noconfigdirs target-libgloss"
252b5132 722 ;;
252b5132 723 d30v-*-*)
b2f14e4a 724 noconfigdirs="$noconfigdirs gdb"
252b5132 725 ;;
252b5132 726 fr30-*-elf*)
54d1c879 727 noconfigdirs="$noconfigdirs ${libgcj} gdb"
252b5132 728 ;;
d2a86414 729 frv-*-*)
54d1c879 730 noconfigdirs="$noconfigdirs ${libgcj}"
d2a86414 731 ;;
20135e4c
NC
732 moxie-*-*)
733 noconfigdirs="$noconfigdirs ${libgcj}"
734 noconfigdirs="$noconfigdirs gprof"
735 ;;
dd1e52a4 736 h8300*-*-*)
54d1c879 737 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
dd1e52a4 738 ;;
252b5132 739 h8500-*-*)
b2f14e4a 740 noconfigdirs="$noconfigdirs target-libgloss"
75205f78 741 ;;
caeba88f 742 hppa1.1-*-osf* | hppa1.1-*-bsd* )
caeba88f 743 ;;
93cc359e 744 hppa*64*-*-linux*)
75205f78
DD
745 # In this case, it's because the hppa64-linux target is for
746 # the kernel only at this point and has no libc, and thus no
747 # headers, crt*.o, etc., all of which are needed by these.
748 noconfigdirs="$noconfigdirs target-zlib"
252b5132 749 ;;
f0ff0f90 750 hppa*-*-linux*)
5dcac624 751 ;;
252b5132 752 hppa*-*-*elf* | \
09e90eb4 753 hppa*-*-lites* | \
17240c1f 754 hppa*-*-openbsd* | \
09e90eb4 755 hppa*64*-*-*)
54d1c879 756 noconfigdirs="$noconfigdirs ${libgcj}"
4f0ef2d8
CD
757 ;;
758 hppa*-hp-hpux11*)
0377a422 759 noconfigdirs="$noconfigdirs ld"
252b5132 760 ;;
691bb5a1
DD
761 hppa*-*-pro*)
762 libgloss_dir=pa
763 ;;
252b5132 764 hppa*-*-*)
b3ed1d6b
AO
765 # According to Alexandre Oliva <aoliva@redhat.com>, libjava won't
766 # build on HP-UX 10.20.
0377a422 767 noconfigdirs="$noconfigdirs ld ${libgcj}"
252b5132 768 ;;
b07c2aad 769 i960-*-*)
b2f14e4a 770 noconfigdirs="$noconfigdirs gdb"
b07c2aad 771 ;;
2315914d
JW
772 ia64*-*-elf*)
773 # No gdb support yet.
0377a422 774 noconfigdirs="$noconfigdirs readline libgui itcl gdb"
2315914d 775 ;;
a0c1c920 776 ia64*-**-hpux*)
92c9a463
JB
777 # No ld support yet.
778 noconfigdirs="$noconfigdirs ${libgcj} libgui itcl ld"
a0c1c920 779 ;;
19e99079
NC
780 ia64*-*-*vms*)
781 # No gdb or ld support yet.
0377a422 782 noconfigdirs="$noconfigdirs ${libgcj} readline libgui itcl gdb ld"
19e99079 783 ;;
ec11bdc6 784 i[[3456789]]86-*-coff | i[[3456789]]86-*-elf)
54d1c879 785 noconfigdirs="$noconfigdirs ${libgcj}"
691bb5a1 786 libgloss_dir=i386
252b5132 787 ;;
ec11bdc6 788 i[[3456789]]86-*-linux*)
c72f388d
TF
789 # This section makes it possible to build newlib natively on linux.
790 # If we are using a cross compiler then don't configure newlib.
a018e15b 791 if test x${is_cross_compiler} != xno ; then
bba45b8b 792 noconfigdirs="$noconfigdirs target-newlib"
c72f388d
TF
793 fi
794 noconfigdirs="$noconfigdirs target-libgloss"
795 # If we are not using a cross compiler, do configure newlib.
796 # Note however, that newlib will only be configured in this situation
797 # if the --with-newlib option has been given, because otherwise
798 # 'target-newlib' will appear in skipdirs.
c72f388d 799 ;;
1f53ca9a 800 i[[3456789]]86-w64-mingw*)
0377a422 801 noconfigdirs="$noconfigdirs target-libgloss target-newlib ${libgcj}"
1f53ca9a
AO
802 ;;
803 i[[3456789]]86-*-mingw*)
45055374 804 target_configdirs="$target_configdirs target-winsup"
0377a422 805 noconfigdirs="$noconfigdirs target-libgloss target-newlib ${libgcj}"
1f53ca9a 806 ;;
80f6dcbc 807 x86_64-*-mingw*)
0377a422 808 noconfigdirs="$noconfigdirs target-libgloss target-newlib ${libgcj}"
1f53ca9a 809 ;;
252b5132
RH
810 *-*-cygwin*)
811 target_configdirs="$target_configdirs target-libtermcap target-winsup"
0377a422 812 noconfigdirs="$noconfigdirs target-libgloss"
b76d7de0 813 # always build newlib if winsup directory is present.
45055374 814 if test -d "$srcdir/winsup/cygwin"; then
b76d7de0 815 skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
ac0fa625 816 elif test -d "$srcdir/newlib"; then
45055374 817 echo "Warning: winsup/cygwin is missing so newlib can't be built."
b76d7de0 818 fi
1f53ca9a 819 ;;
f0ff0f90 820 i[[3456789]]86-*-interix* )
caeba88f 821 ;;
ec11bdc6 822 i[[3456789]]86-*-pe)
782cb41f 823 noconfigdirs="$noconfigdirs target-libgloss"
252b5132 824 ;;
ec11bdc6 825 i[[3456789]]86-*-sco3.2v5*)
252b5132
RH
826 # The linker does not yet know about weak symbols in COFF,
827 # and is not configured to handle mixed ELF and COFF.
b2f14e4a 828 noconfigdirs="$noconfigdirs ld target-libgloss"
252b5132 829 ;;
ec11bdc6 830 i[[3456789]]86-*-sco*)
b2f14e4a 831 noconfigdirs="$noconfigdirs gprof target-libgloss"
252b5132 832 ;;
ec11bdc6 833 i[[3456789]]86-*-solaris2*)
252b5132
RH
834 noconfigdirs="$noconfigdirs target-libgloss"
835 ;;
ec11bdc6 836 i[[3456789]]86-*-sysv4*)
b2f14e4a 837 noconfigdirs="$noconfigdirs target-libgloss"
252b5132 838 ;;
ec11bdc6 839 i[[3456789]]86-*-beos*)
b2f14e4a 840 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss"
bba45b8b 841 ;;
b59bea8a 842 i[[3456789]]86-*-rdos*)
80911fe1
PB
843 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss"
844 ;;
b07c2aad 845 m32r-*-*)
54d1c879 846 noconfigdirs="$noconfigdirs ${libgcj}"
b07c2aad 847 ;;
75205f78 848 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*)
691bb5a1 849 libgloss_dir=m68hc11
f9e0997d 850 ;;
75205f78 851 m68k-*-elf*)
54d1c879 852 noconfigdirs="$noconfigdirs ${libgcj}"
252b5132 853 ;;
691bb5a1
DD
854 m68*-*-* | fido-*-*)
855 libgloss_dir=m68k
856 ;;
75205f78 857 mmix-*-*)
b2f14e4a 858 noconfigdirs="$noconfigdirs target-libffi target-boehm-gc gdb"
065a5627 859 unsupported_languages="$unsupported_languages java"
75205f78 860 ;;
4970f871 861 mt-*-*)
cdb9b172
AH
862 noconfigdirs="$noconfigdirs sim"
863 ;;
252b5132
RH
864 powerpc-*-aix*)
865 # copied from rs6000-*-* entry
065a5627 866 noconfigdirs="$noconfigdirs gprof target-libgloss target-newlib ${libgcj}"
252b5132 867 ;;
93cc359e 868 powerpc*-*-winnt* | powerpc*-*-pe*)
252b5132 869 target_configdirs="$target_configdirs target-winsup"
b2f14e4a 870 noconfigdirs="$noconfigdirs gdb tcl tk target-libgloss itcl"
252b5132
RH
871 # always build newlib.
872 skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
873 ;;
874 # This is temporary until we can link against shared libraries
875 powerpcle-*-solaris*)
b2f14e4a 876 noconfigdirs="$noconfigdirs gdb sim tcl tk itcl"
691bb5a1 877 libgloss_dir=rs6000
ba73c63f
JM
878 ;;
879 powerpc-*-beos*)
b2f14e4a 880 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss"
252b5132
RH
881 ;;
882 powerpc-*-eabi)
54d1c879 883 noconfigdirs="$noconfigdirs ${libgcj}"
691bb5a1 884 libgloss_dir=rs6000
caeba88f
AL
885 ;;
886 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems* )
691bb5a1 887 libgloss_dir=rs6000
252b5132
RH
888 ;;
889 rs6000-*-lynxos*)
54d1c879 890 noconfigdirs="$noconfigdirs target-newlib gprof ${libgcj}"
252b5132
RH
891 ;;
892 rs6000-*-aix*)
065a5627 893 noconfigdirs="$noconfigdirs gprof target-libgloss target-newlib ${libgcj}"
252b5132
RH
894 ;;
895 rs6000-*-*)
54d1c879 896 noconfigdirs="$noconfigdirs gprof ${libgcj}"
252b5132
RH
897 ;;
898 m68k-apollo-*)
b2f14e4a 899 noconfigdirs="$noconfigdirs ld binutils gprof target-libgloss"
252b5132 900 ;;
25a07265 901 microblaze*)
065a5627 902 noconfigdirs="$noconfigdirs gprof ${libgcj}"
25a07265 903 ;;
5bd8be13 904 mips*-sde-elf*)
5bd8be13
RS
905 noconfigdirs="$noconfigdirs ${libgcj}"
906 if test x$with_newlib = xyes; then
907 noconfigdirs="$noconfigdirs gprof"
908 fi
909 libgloss_dir=mips
910 ;;
252b5132 911 mips*-*-irix5*)
b2f14e4a 912 noconfigdirs="$noconfigdirs gprof target-libgloss"
252b5132
RH
913 ;;
914 mips*-*-irix6*)
b3ed1d6b
AO
915 # Linking libjava exceeds command-line length limits on at least
916 # IRIX 6.2, but not on IRIX 6.5.
917 # Also, boehm-gc won't build on IRIX 6.5, according to Jeffrey Oldham
918 # <oldham@codesourcery.com>
54d1c879 919 noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
252b5132 920 ;;
252b5132 921 mips*-*-bsd*)
b2f14e4a 922 noconfigdirs="$noconfigdirs gprof target-libgloss"
252b5132 923 ;;
fad93c55 924 mips*-*-linux*)
574e6d11 925 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
fad93c55 926 ;;
252b5132 927 mips*-*-*)
54d1c879 928 noconfigdirs="$noconfigdirs gprof ${libgcj}"
691bb5a1 929 libgloss_dir=mips
252b5132 930 ;;
dbf85af7 931 sh-*-* | sh64-*-*)
e8a5fa9c
RW
932 case "${target}" in
933 sh*-*-elf)
934 noconfigdirs="$noconfigdirs ${libgcj}" ;;
935 *)
936 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}" ;;
937 esac
252b5132 938 ;;
691bb5a1
DD
939 sparclet-*-aout* | sparc86x-*-*)
940 libgloss_dir=sparc
941 ;;
252b5132 942 sparc-*-elf*)
54d1c879 943 noconfigdirs="$noconfigdirs ${libgcj}"
252b5132
RH
944 ;;
945 sparc64-*-elf*)
54d1c879 946 noconfigdirs="$noconfigdirs ${libgcj}"
691bb5a1 947 libgloss_dir=sparc
252b5132
RH
948 ;;
949 sparclite-*-*)
691bb5a1 950 libgloss_dir=sparc
252b5132
RH
951 ;;
952 sparc-*-sunos4*)
a0c4f3a0 953 if test x${is_cross_compiler} != xno ; then
c74222f7 954 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss"
252b5132
RH
955 else
956 use_gnu_ld=no
957 fi
958 ;;
3a036cdc 959 sparc-*-solaris* | sparc64-*-solaris* | sparcv9-*-solaris*)
b3ed1d6b 960 ;;
619a3713
JM
961 tic6x-*-*)
962 noconfigdirs="$noconfigdirs gdb sim ${libgcj}"
963 ;;
252b5132 964 v810-*-*)
b2f14e4a 965 noconfigdirs="$noconfigdirs bfd binutils gas gdb ld opcodes target-libgloss"
252b5132
RH
966 ;;
967 vax-*-*)
54d1c879 968 noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
96ce09a7 969 ;;
29383458 970 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
574e6d11
DD
971 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
972 ;;
252b5132 973 *-*-lynxos*)
54d1c879 974 noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
252b5132 975 ;;
75205f78 976 *-*-*)
54d1c879 977 noconfigdirs="$noconfigdirs ${libgcj}"
75205f78 978 ;;
252b5132
RH
979esac
980
981# If we aren't building newlib, then don't build libgloss, since libgloss
982# depends upon some newlib header files.
983case "${noconfigdirs}" in
984 *target-libgloss*) ;;
985 *target-newlib*) noconfigdirs="$noconfigdirs target-libgloss" ;;
f48556b1 986esac
252b5132 987
f48556b1 988# Work in distributions that contain no compiler tools, like Autoconf.
a0da8069 989host_makefile_frag=/dev/null
f48556b1
DD
990if test -d ${srcdir}/config ; then
991case "${host}" in
ec11bdc6 992 i[[3456789]]86-*-msdosdjgpp*)
f48556b1
DD
993 host_makefile_frag="config/mh-djgpp"
994 ;;
995 *-cygwin*)
e33b51a6 996 ACX_CHECK_CYGWIN_CAT_WORKS
f48556b1
DD
997 host_makefile_frag="config/mh-cygwin"
998 ;;
8a1599ab 999 *-mingw*)
84e7906e 1000 host_makefile_frag="config/mh-mingw"
80f6dcbc 1001 ;;
f48556b1
DD
1002 *-interix*)
1003 host_makefile_frag="config/mh-interix"
1004 ;;
da888c87 1005 hppa*-hp-hpux10*)
da888c87 1006 host_makefile_frag="config/mh-pa-hpux10"
f48556b1 1007 ;;
3516a403 1008 hppa*-hp-hpux*)
da888c87
PB
1009 host_makefile_frag="config/mh-pa"
1010 ;;
1011 hppa*-*)
1012 host_makefile_frag="config/mh-pa"
1013 ;;
e552509b
ILT
1014 *-*-darwin*)
1015 host_makefile_frag="config/mh-darwin"
0df3d27f 1016 ;;
f6d183c0
PB
1017 powerpc-*-aix*)
1018 host_makefile_frag="config/mh-ppc-aix"
1019 ;;
1020 rs6000-*-aix*)
1021 host_makefile_frag="config/mh-ppc-aix"
1022 ;;
f48556b1
DD
1023esac
1024fi
1025
9e07f89d 1026if test "${build}" != "${host}" ; then
b5714970
PB
1027 AR_FOR_BUILD=${AR_FOR_BUILD-ar}
1028 AS_FOR_BUILD=${AS_FOR_BUILD-as}
9e07f89d 1029 CC_FOR_BUILD=${CC_FOR_BUILD-gcc}
b5714970
PB
1030 CXX_FOR_BUILD=${CXX_FOR_BUILD-g++}
1031 GCJ_FOR_BUILD=${GCJ_FOR_BUILD-gcj}
1032 GFORTRAN_FOR_BUILD=${GFORTRAN_FOR_BUILD-gfortran}
e552509b 1033 GOC_FOR_BUILD=${GOC_FOR_BUILD-gccgo}
b5714970
PB
1034 DLLTOOL_FOR_BUILD=${DLLTOOL_FOR_BUILD-dlltool}
1035 LD_FOR_BUILD=${LD_FOR_BUILD-ld}
1036 NM_FOR_BUILD=${NM_FOR_BUILD-nm}
1037 RANLIB_FOR_BUILD=${RANLIB_FOR_BUILD-ranlib}
1038 WINDRES_FOR_BUILD=${WINDRES_FOR_BUILD-windres}
1039 WINDMC_FOR_BUILD=${WINDMC_FOR_BUILD-windmc}
9e07f89d 1040else
b5714970
PB
1041 AR_FOR_BUILD="\$(AR)"
1042 AS_FOR_BUILD="\$(AS)"
9e07f89d 1043 CC_FOR_BUILD="\$(CC)"
b5714970
PB
1044 CXX_FOR_BUILD="\$(CXX)"
1045 GCJ_FOR_BUILD="\$(GCJ)"
1046 GFORTRAN_FOR_BUILD="\$(GFORTRAN)"
e552509b 1047 GOC_FOR_BUILD="\$(GOC)"
b5714970
PB
1048 DLLTOOL_FOR_BUILD="\$(DLLTOOL)"
1049 LD_FOR_BUILD="\$(LD)"
1050 NM_FOR_BUILD="\$(NM)"
1051 RANLIB_FOR_BUILD="\$(RANLIB)"
1052 WINDRES_FOR_BUILD="\$(WINDRES)"
1053 WINDMC_FOR_BUILD="\$(WINDMC)"
24ff9987 1054fi
9e07f89d 1055
24ff9987
DJ
1056AC_PROG_CC
1057AC_PROG_CXX
1058
1059# We must set the default linker to the linker used by gcc for the correct
1060# operation of libtool. If LD is not defined and we are using gcc, try to
1061# set the LD default to the ld used by gcc.
1062if test -z "$LD"; then
1063 if test "$GCC" = yes; then
1064 case $build in
1065 *-*-mingw*)
1066 gcc_prog_ld=`$CC -print-prog-name=ld 2>&1 | tr -d '\015'` ;;
1067 *)
1068 gcc_prog_ld=`$CC -print-prog-name=ld 2>&1` ;;
1069 esac
1070 case $gcc_prog_ld in
1071 # Accept absolute paths.
1072 [[\\/]* | [A-Za-z]:[\\/]*)]
1073 LD="$gcc_prog_ld" ;;
1074 esac
1075 fi
9e07f89d
NN
1076fi
1077
1078ACX_PROG_GNAT
b8908782 1079ACX_PROG_CMP_IGNORE_INITIAL
9e07f89d 1080
e8a5fa9c
RW
1081# See if we are building gcc with C++.
1082AC_ARG_ENABLE(build-with-cxx,
7837304f
AS
1083[AS_HELP_STRING([--enable-build-with-cxx],
1084 [build with C++ compiler instead of C compiler])],
e8a5fa9c
RW
1085ENABLE_BUILD_WITH_CXX=$enableval,
1086ENABLE_BUILD_WITH_CXX=no)
1087
d5f2ee2e
KG
1088# Used for setting $lt_cv_objdir
1089_LT_CHECK_OBJDIR
1090
e8a5fa9c 1091# Check for GMP, MPFR and MPC
d9b76ff9 1092gmplibs="-lmpc -lmpfr -lgmp"
4b1cb4fe 1093gmpinc=
4b900473 1094have_gmp=no
e8a5fa9c
RW
1095
1096# Specify a location for mpc
1097# check for this first so it ends up on the link line before mpfr.
7837304f
AS
1098AC_ARG_WITH(mpc,
1099[AS_HELP_STRING([--with-mpc=PATH],
1100 [specify prefix directory for installed MPC package.
1101 Equivalent to --with-mpc-include=PATH/include
1102 plus --with-mpc-lib=PATH/lib])])
1103AC_ARG_WITH(mpc-include,
1104[AS_HELP_STRING([--with-mpc-include=PATH],
1105 [specify directory for installed MPC include files])])
1106AC_ARG_WITH(mpc-lib,
1107[AS_HELP_STRING([--with-mpc-lib=PATH],
1108 [specify directory for the installed MPC library])])
e8a5fa9c
RW
1109
1110if test "x$with_mpc" != x; then
d9b76ff9
KG
1111 gmplibs="-L$with_mpc/lib $gmplibs"
1112 gmpinc="-I$with_mpc/include $gmpinc"
e8a5fa9c
RW
1113fi
1114if test "x$with_mpc_include" != x; then
d9b76ff9 1115 gmpinc="-I$with_mpc_include $gmpinc"
e8a5fa9c
RW
1116fi
1117if test "x$with_mpc_lib" != x; then
d9b76ff9 1118 gmplibs="-L$with_mpc_lib $gmplibs"
e8a5fa9c
RW
1119fi
1120if test "x$with_mpc$with_mpc_include$with_mpc_lib" = x && test -d ${srcdir}/mpc; then
d5f2ee2e 1121 gmplibs='-L$$r/$(HOST_SUBDIR)/mpc/src/'"$lt_cv_objdir $gmplibs"
d9b76ff9 1122 gmpinc='-I$$s/mpc/src '"$gmpinc"
e8a5fa9c
RW
1123 # Do not test the mpc version. Assume that it is sufficient, since
1124 # it is in the source tree, and the library has not been built yet
1125 # but it would be included on the link line in the version check below
1126 # hence making the test fail.
d9b76ff9 1127 have_gmp=yes
e8a5fa9c 1128fi
4b900473 1129
11b04d1f
DD
1130# Specify a location for mpfr
1131# check for this first so it ends up on the link line before gmp.
7837304f
AS
1132AC_ARG_WITH(mpfr-dir,
1133[AS_HELP_STRING([--with-mpfr-dir=PATH], [this option has been REMOVED])],
1134[AC_MSG_ERROR([The --with-mpfr-dir=PATH option has been removed.
1135Use --with-mpfr=PATH or --with-mpfr-include=PATH plus --with-mpfr-lib=PATH])])
1136
1137AC_ARG_WITH(mpfr,
1138[AS_HELP_STRING([--with-mpfr=PATH],
1139 [specify prefix directory for installed MPFR package.
1140 Equivalent to --with-mpfr-include=PATH/include
1141 plus --with-mpfr-lib=PATH/lib])])
1142AC_ARG_WITH(mpfr-include,
1143[AS_HELP_STRING([--with-mpfr-include=PATH],
1144 [specify directory for installed MPFR include files])])
1145AC_ARG_WITH(mpfr-lib,
1146[AS_HELP_STRING([--with-mpfr-lib=PATH],
1147 [specify directory for the installed MPFR library])])
11b04d1f
DD
1148
1149if test "x$with_mpfr" != x; then
1150 gmplibs="-L$with_mpfr/lib $gmplibs"
d9b76ff9 1151 gmpinc="-I$with_mpfr/include $gmpinc"
11b04d1f 1152fi
8a0d8a5c 1153if test "x$with_mpfr_include" != x; then
d9b76ff9 1154 gmpinc="-I$with_mpfr_include $gmpinc"
8a0d8a5c
PB
1155fi
1156if test "x$with_mpfr_lib" != x; then
1157 gmplibs="-L$with_mpfr_lib $gmplibs"
1158fi
4b900473 1159if test "x$with_mpfr$with_mpfr_include$with_mpfr_lib" = x && test -d ${srcdir}/mpfr; then
d5f2ee2e 1160 gmplibs='-L$$r/$(HOST_SUBDIR)/mpfr/'"$lt_cv_objdir $gmplibs"
4b900473 1161 gmpinc='-I$$r/$(HOST_SUBDIR)/mpfr -I$$s/mpfr '"$gmpinc"
d5f2ee2e 1162 extra_mpc_mpfr_configure_flags='--with-mpfr-include=$$s/mpfr --with-mpfr-lib=$$r/$(HOST_SUBDIR)/mpfr/'"$lt_cv_objdir"
4b900473
PB
1163 # Do not test the mpfr version. Assume that it is sufficient, since
1164 # it is in the source tree, and the library has not been built yet
1165 # but it would be included on the link line in the version check below
1166 # hence making the test fail.
1167 have_gmp=yes
1168fi
11b04d1f 1169
4b1cb4fe 1170# Specify a location for gmp
7837304f
AS
1171AC_ARG_WITH(gmp-dir,
1172[AS_HELP_STRING([--with-gmp-dir=PATH], [this option has been REMOVED])],
1173[AC_MSG_ERROR([The --with-gmp-dir=PATH option has been removed.
1174Use --with-gmp=PATH or --with-gmp-include=PATH plus --with-gmp-lib=PATH])])
1175
1176AC_ARG_WITH(gmp,
1177[AS_HELP_STRING([--with-gmp=PATH],
1178 [specify prefix directory for the installed GMP package.
1179 Equivalent to --with-gmp-include=PATH/include
1180 plus --with-gmp-lib=PATH/lib])])
1181AC_ARG_WITH(gmp-include,
1182[AS_HELP_STRING([--with-gmp-include=PATH],
1183 [specify directory for installed GMP include files])])
1184AC_ARG_WITH(gmp-lib,
1185[AS_HELP_STRING([--with-gmp-lib=PATH],
1186 [specify directory for the installed GMP library])])
4b1cb4fe 1187
4b1cb4fe 1188
11b04d1f
DD
1189if test "x$with_gmp" != x; then
1190 gmplibs="-L$with_gmp/lib $gmplibs"
1191 gmpinc="-I$with_gmp/include $gmpinc"
4b1cb4fe 1192fi
8a0d8a5c
PB
1193if test "x$with_gmp_include" != x; then
1194 gmpinc="-I$with_gmp_include $gmpinc"
1195fi
1196if test "x$with_gmp_lib" != x; then
1197 gmplibs="-L$with_gmp_lib $gmplibs"
1198fi
4b900473 1199if test "x$with_gmp$with_gmp_include$with_gmp_lib" = x && test -d ${srcdir}/gmp; then
d5f2ee2e 1200 gmplibs='-L$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir $gmplibs"
4b900473 1201 gmpinc='-I$$r/$(HOST_SUBDIR)/gmp -I$$s/gmp '"$gmpinc"
29821356 1202 extra_mpfr_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir"
d5f2ee2e 1203 extra_mpc_gmp_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir"
4b900473
PB
1204 # Do not test the gmp version. Assume that it is sufficient, since
1205 # it is in the source tree, and the library has not been built yet
1206 # but it would be included on the link line in the version check below
1207 # hence making the test fail.
1208 have_gmp=yes
1209fi
4b1cb4fe 1210
ceb92e78 1211if test -d ${srcdir}/gcc && test "x$have_gmp" = xno; then
4b900473
PB
1212 have_gmp=yes
1213 saved_CFLAGS="$CFLAGS"
1214 CFLAGS="$CFLAGS $gmpinc"
a6b5846e
KG
1215 # Check for the recommended and required versions of GMP.
1216 AC_MSG_CHECKING([for the correct version of gmp.h])
4b900473 1217 AC_TRY_COMPILE([#include "gmp.h"],[
a6b5846e
KG
1218 #define GCC_GMP_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c))
1219 #define GCC_GMP_VERSION GCC_GMP_VERSION_NUM(__GNU_MP_VERSION,__GNU_MP_VERSION_MINOR,__GNU_MP_VERSION_PATCHLEVEL)
1220 #if GCC_GMP_VERSION < GCC_GMP_VERSION_NUM(4,2,0)
9dbaa842 1221 choke me
4b900473 1222 #endif
a009f2e7 1223 ], [AC_TRY_COMPILE([#include <gmp.h>],[
a6b5846e
KG
1224 #define GCC_GMP_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c))
1225 #define GCC_GMP_VERSION GCC_GMP_VERSION_NUM(__GNU_MP_VERSION,__GNU_MP_VERSION_MINOR,__GNU_MP_VERSION_PATCHLEVEL)
1226 #if GCC_GMP_VERSION < GCC_GMP_VERSION_NUM(4,3,2)
1227 choke me
1228 #endif
a009f2e7 1229 ], [AC_MSG_RESULT([yes])], [AC_MSG_RESULT([buggy but acceptable])])],
a6b5846e 1230 [AC_MSG_RESULT([no]); have_gmp=no])
4b900473 1231
e8a5fa9c 1232 # If we have GMP, check the MPFR version.
4b900473 1233 if test x"$have_gmp" = xyes; then
a6b5846e
KG
1234 # Check for the recommended and required versions of MPFR.
1235 AC_MSG_CHECKING([for the correct version of mpfr.h])
e8a5fa9c 1236 AC_TRY_COMPILE([#include <gmp.h>
4b900473 1237 #include <mpfr.h>],[
ef699244 1238 #if MPFR_VERSION < MPFR_VERSION_NUM(2,3,1)
4b900473
PB
1239 choke me
1240 #endif
a009f2e7 1241 ], [AC_TRY_COMPILE([#include <gmp.h>
e8a5fa9c 1242 #include <mpfr.h>],[
a6b5846e 1243 #if MPFR_VERSION < MPFR_VERSION_NUM(2,4,2)
e8a5fa9c
RW
1244 choke me
1245 #endif
a009f2e7 1246 ], [AC_MSG_RESULT([yes])], [AC_MSG_RESULT([buggy but acceptable])])],
e8a5fa9c
RW
1247 [AC_MSG_RESULT([no]); have_gmp=no])
1248 fi
1249
1250 # Check for the MPC header version.
d9b76ff9 1251 if test x"$have_gmp" = xyes ; then
a6b5846e 1252 # Check for the recommended and required versions of MPC.
e8a5fa9c
RW
1253 AC_MSG_CHECKING([for the correct version of mpc.h])
1254 AC_TRY_COMPILE([#include <mpc.h>],[
a6b5846e 1255 #if MPC_VERSION < MPC_VERSION_NUM(0,8,0)
e8a5fa9c
RW
1256 choke me
1257 #endif
a009f2e7 1258 ], [AC_TRY_COMPILE([#include <mpc.h>],[
a6b5846e
KG
1259 #if MPC_VERSION < MPC_VERSION_NUM(0,8,1)
1260 choke me
1261 #endif
a009f2e7 1262 ], [AC_MSG_RESULT([yes])], [AC_MSG_RESULT([buggy but acceptable])])],
a6b5846e 1263 [AC_MSG_RESULT([no]); have_gmp=no])
e8a5fa9c
RW
1264 fi
1265
1266 # Now check the MPFR library.
1267 if test x"$have_gmp" = xyes; then
1268 saved_LIBS="$LIBS"
1269 LIBS="$LIBS $gmplibs"
d9b76ff9
KG
1270 AC_MSG_CHECKING([for the correct version of the gmp/mpfr/mpc libraries])
1271 AC_TRY_LINK([#include <mpc.h>],[
a3ca38d2
DD
1272 mpfr_t n;
1273 mpfr_t x;
d9b76ff9 1274 mpc_t c;
4b900473 1275 int t;
a3ca38d2
DD
1276 mpfr_init (n);
1277 mpfr_init (x);
4b900473
PB
1278 mpfr_atan2 (n, n, x, GMP_RNDN);
1279 mpfr_erfc (n, x, GMP_RNDN);
1280 mpfr_subnormalize (x, t, GMP_RNDN);
d9b76ff9
KG
1281 mpfr_clear(n);
1282 mpfr_clear(x);
1283 mpc_init2 (c, 53);
1284 mpc_set_ui_ui (c, 1, 1, MPC_RNDNN);
1285 mpc_cosh (c, c, MPC_RNDNN);
1286 mpc_pow (c, c, c, MPC_RNDNN);
1287 mpc_acosh (c, c, MPC_RNDNN);
1288 mpc_clear (c);
e8a5fa9c
RW
1289 ], [AC_MSG_RESULT([yes])], [AC_MSG_RESULT([no]); have_gmp=no])
1290 LIBS="$saved_LIBS"
4b900473 1291 fi
e8a5fa9c 1292
4b900473 1293 CFLAGS="$saved_CFLAGS"
4b1cb4fe 1294
a6b5846e
KG
1295# The library versions listed in the error message below should match
1296# the HARD-minimums enforced above.
4b900473 1297 if test x$have_gmp != xyes; then
a6b5846e 1298 AC_MSG_ERROR([Building GCC requires GMP 4.2+, MPFR 2.3.1+ and MPC 0.8.0+.
d9b76ff9
KG
1299Try the --with-gmp, --with-mpfr and/or --with-mpc options to specify
1300their locations. Source code for these libraries can be found at
1301their respective hosting sites as well as at
1302ftp://gcc.gnu.org/pub/gcc/infrastructure/. See also
1303http://gcc.gnu.org/install/prerequisites.html for additional info. If
1304you obtained GMP, MPFR and/or MPC from a vendor distribution package,
1305make sure that you have installed both the libraries and the header
1306files. They may be located in separate packages.])
4b900473 1307 fi
9dbaa842
DD
1308fi
1309
e8a5fa9c 1310# Flags needed for both GMP, MPFR and/or MPC.
4b1cb4fe
DD
1311AC_SUBST(gmplibs)
1312AC_SUBST(gmpinc)
e8a5fa9c
RW
1313AC_SUBST(extra_mpfr_configure_flags)
1314AC_SUBST(extra_mpc_gmp_configure_flags)
1315AC_SUBST(extra_mpc_mpfr_configure_flags)
4b1cb4fe 1316
29383458 1317# Allow host libstdc++ to be specified for static linking with PPL.
7837304f
AS
1318AC_ARG_WITH(host-libstdcxx,
1319[AS_HELP_STRING([--with-host-libstdcxx=L],
1320 [use linker arguments L to link with libstdc++
1321 when linking with PPL])])
29383458
JM
1322
1323case $with_host_libstdcxx in
1324 no|yes)
1325 AC_MSG_ERROR([-with-host-libstdcxx needs an argument])
1326 ;;
1327esac
e28c595f 1328
e8a5fa9c
RW
1329# Linker flags to use for stage1 or when not boostrapping.
1330AC_ARG_WITH(stage1-ldflags,
7837304f 1331[AS_HELP_STRING([--with-stage1-ldflags=FLAGS], [linker flags for stage1])],
e8a5fa9c
RW
1332[if test "$withval" = "no" -o "$withval" = "yes"; then
1333 stage1_ldflags=
1334 else
1335 stage1_ldflags=$withval
1336 fi],
1337[stage1_ldflags=])
1338AC_SUBST(stage1_ldflags)
1339
1340# Libraries to use for stage1 or when not bootstrapping.
1341AC_ARG_WITH(stage1-libs,
7837304f 1342[AS_HELP_STRING([--with-stage1-libs=LIBS], [libraries for stage1])],
e8a5fa9c
RW
1343[if test "$withval" = "no" -o "$withval" = "yes"; then
1344 stage1_libs=
1345 else
1346 stage1_libs=$withval
1347 fi],
1348[stage1_libs=$with_host_libstdcxx])
1349AC_SUBST(stage1_libs)
1350
e8a5fa9c
RW
1351# Libraries to use for stage2 and later builds. This defaults to the
1352# argument passed to --with-host-libstdcxx.
1353AC_ARG_WITH(boot-libs,
7837304f 1354[AS_HELP_STRING([--with-boot-libs=LIBS], [libraries for stage2 and later])],
e8a5fa9c
RW
1355[if test "$withval" = "no" -o "$withval" = "yes"; then
1356 poststage1_libs=
1357 else
1358 poststage1_libs=$withval
1359 fi],
1360[poststage1_libs=$with_host_libstdcxx])
1361AC_SUBST(poststage1_libs)
1362
143754cd
NC
1363# Linker flags to use for stage2 and later builds.
1364AC_ARG_WITH(boot-ldflags,
7837304f
AS
1365[AS_HELP_STRING([--with-boot-ldflags=FLAGS],
1366 [linker flags for stage2 and later])],
143754cd
NC
1367[if test "$withval" = "no" -o "$withval" = "yes"; then
1368 poststage1_ldflags=
1369 else
1370 poststage1_ldflags=$withval
1371 fi],
1372[poststage1_ldflags=
4f11b223
ILT
1373 # In stages 2 and 3, default to linking libstdc++ and libgcc
1374 # statically. But if the user explicitly specified the libraries to
1375 # use, trust that they are doing what they want.
1376 if test "$poststage1_libs" = ""; then
143754cd
NC
1377 poststage1_ldflags="-static-libstdc++ -static-libgcc"
1378 fi])
1379AC_SUBST(poststage1_ldflags)
1380
e28c595f 1381# Check for PPL
b123da99 1382ppllibs=
e28c595f 1383pplinc=
b123da99 1384pwllib=
e28c595f 1385
7837304f
AS
1386AC_ARG_WITH(ppl,
1387[AS_HELP_STRING([--with-ppl=PATH],
1388 [specify prefix directory for the installed PPL package.
1389 Equivalent to --with-ppl-include=PATH/include
1390 plus --with-ppl-lib=PATH/lib])])
1391AC_ARG_WITH(ppl-include,
1392[AS_HELP_STRING([--with-ppl-include=PATH],
1393 [specify directory for installed PPL include files])])
1394AC_ARG_WITH(ppl-lib,
1395[AS_HELP_STRING([--with-ppl-lib=PATH],
1396 [specify directory for the installed PPL library])])
e28c595f 1397
b123da99
SP
1398AC_ARG_ENABLE(ppl-version-check,
1399[AS_HELP_STRING([--disable-ppl-version-check],
1400 [disable check for PPL version])])
1401
1402case $with_ppl in
1403 yes | no | "")
1f53ca9a 1404 ;;
29383458 1405 *)
b123da99 1406 ppllibs="-L$with_ppl/lib"
29383458 1407 pplinc="-I$with_ppl/include $pplinc"
b123da99
SP
1408 if test -d "$with_ppl/lib" && test -d "$with_ppl/include"; then
1409 with_ppl=yes
1410 else
1411 AC_MSG_ERROR([cannot find directories "$with_ppl/lib" or "$with_ppl/include"])
1412 fi
29383458
JM
1413 ;;
1414esac
b123da99
SP
1415
1416if test x"$with_ppl_include" != x; then
e28c595f 1417 pplinc="-I$with_ppl_include $pplinc"
b123da99 1418 with_ppl=yes
e28c595f 1419fi
b123da99 1420
e28c595f 1421if test "x$with_ppl_lib" != x; then
b123da99
SP
1422 ppllibs="-L$with_ppl_lib"
1423 with_ppl=yes
e28c595f 1424fi
b123da99
SP
1425
1426if test x"$with_ppl$with_ppl_include$with_ppl_lib" = x && test -d ${srcdir}/ppl; then
1427 if test x"$enable_watchdog" = xyes; then
1428 pwllib="-lpwl"
1429 fi
1430 ppllibs='-L$$r/$(HOST_SUBDIR)/ppl/interfaces/C/'"$lt_cv_objdir"' -L$$r/$(HOST_SUBDIR)/ppl/src/'"$lt_cv_objdir"
1f53ca9a
AO
1431 pplinc='-I$$r/$(HOST_SUBDIR)/ppl/src -I$$r/$(HOST_SUBDIR)/ppl/interfaces/C '
1432 enable_ppl_version_check=no
b123da99 1433 with_ppl=yes
e28c595f
JM
1434fi
1435
86ed8cf6 1436if test "x$with_ppl" != xno; then
b123da99 1437 if test "x$pwllib" = x; then
0e8ad34f
RO
1438 saved_LIBS="$LIBS"
1439 LIBS="$LIBS $ppllibs -lstdc++ -lm"
1440 AC_CHECK_LIB(pwl, PWL_handle_timeout, [pwllib="-lpwl"])
1441 LIBS="$saved_LIBS"
b123da99 1442 fi
e28c595f 1443
b123da99
SP
1444 ppllibs="$ppllibs -lppl_c -lppl $pwllib -lgmpxx"
1445
1446 if test "$enable_ppl_version_check" != no; then
1447 saved_CFLAGS="$CFLAGS"
1448 CFLAGS="$CFLAGS $pplinc $gmpinc"
1449 AC_MSG_CHECKING([for version 0.11 (revision 0 or later) of PPL])
1450 AC_TRY_COMPILE([#include "ppl_c.h"],[
1451 #if PPL_VERSION_MAJOR != 0 || PPL_VERSION_MINOR < 11
1452 choke me
1453 #endif
1454 ], [AC_MSG_RESULT([yes])], [AC_MSG_RESULT([no]); ppllibs= ; pplinc= ; with_ppl=no ])
1455 CFLAGS="$saved_CFLAGS"
1456 fi
e28c595f
JM
1457fi
1458
1459# Flags needed for PPL
1460AC_SUBST(ppllibs)
1461AC_SUBST(pplinc)
1462
1463
1464# Check for CLOOG
e28c595f 1465
e552509b
ILT
1466dnl Provide configure switches and initialize clooginc & clooglibs
1467dnl with user input.
1468CLOOG_INIT_FLAGS
1f53ca9a 1469if test "x$with_ppl" = "xno"; then
8d8eef9a
RW
1470 dnl Only execute fail-action, if CLooG has been requested.
1471 CLOOG_REQUESTED([graphite_requested=yes], [graphite_requested=no])
1472 if test "${graphite_requested}" = yes; then
1473 AC_MSG_ERROR([Unable to find a usable PPL. See config.log for details.])
1474 fi
1f53ca9a
AO
1475 with_cloog=no
1476fi
e552509b
ILT
1477if test "x${with_cloog}" = x && test "x${with_cloog_include}" = x \
1478 && test "x${with_cloog_lib}" = x && test -d ${srcdir}/cloog; then
1479 clooglibs='-L$$r/$(HOST_SUBDIR)/cloog/'"$lt_cv_objdir"' '
1480 clooginc='-I$$r/$(HOST_SUBDIR)/cloog/include -I$$s/cloog/include '
e28c595f 1481fi
e552509b 1482if test "x$with_cloog" != "xno"; then
8d8eef9a 1483 dnl The minimal version of CLooG required for Graphite.
e552509b 1484 dnl
8d8eef9a
RW
1485 dnl If we use CLooG-Legacy, the provided version information is
1486 dnl ignored.
1487 CLOOG_CHECK_VERSION(0,16,1)
e552509b 1488
8d8eef9a 1489 dnl Only execute fail-action, if CLooG has been requested.
e552509b 1490 CLOOG_IF_FAILED([
8d8eef9a 1491 AC_MSG_ERROR([Unable to find a usable CLooG. See config.log for details.])])
e28c595f
JM
1492fi
1493
700d40ca
ILT
1494# Check for LTO support.
1495AC_ARG_ENABLE(lto,
7837304f 1496[AS_HELP_STRING([--enable-lto], [enable link time optimization support])],
700d40ca
ILT
1497enable_lto=$enableval,
1498enable_lto=yes; default_enable_lto=yes)
1499
74cea91b
DK
1500ACX_ELF_TARGET_IFELSE([# ELF platforms build the lto-plugin always.
1501 build_lto_plugin=yes
1502],[if test x"$default_enable_lto" = x"yes" ; then
29821356 1503 case $target in
dbbe5f95 1504 *-apple-darwin9 | *-cygwin* | *-mingw*) ;;
74cea91b 1505 # On other non-ELF platforms, LTO has yet to be validated.
29821356
RW
1506 *) enable_lto=no ;;
1507 esac
e49e5c92 1508 else
29821356
RW
1509 # Apart from ELF platforms, only Windows and Darwin support LTO so far.
1510 # It would also be nice to check the binutils support, but we don't
e49e5c92
DK
1511 # have gcc_GAS_CHECK_FEATURE available here. For now, we'll just
1512 # warn during gcc/ subconfigure; unless you're bootstrapping with
1513 # -flto it won't be needed until after installation anyway.
1514 case $target in
a8eb3f0a 1515 *-cygwin* | *-mingw* | *-apple-darwin*) ;;
e49e5c92
DK
1516 *) if test x"$enable_lto" = x"yes"; then
1517 AC_MSG_ERROR([LTO support is not enabled for this target.])
1518 fi
1519 ;;
1520 esac
1521 fi
a8eb3f0a 1522 # Among non-ELF, only Windows platforms support the lto-plugin so far.
74cea91b 1523 # Build it unless LTO was explicitly disabled.
a8eb3f0a 1524 case $target in
74cea91b 1525 *-cygwin* | *-mingw*) build_lto_plugin=$enable_lto ;;
a8eb3f0a
DK
1526 *) ;;
1527 esac
74cea91b 1528])
700d40ca 1529
e28c595f 1530
947f426e 1531# By default, C is the only stage 1 language.
9b134994 1532stage1_languages=,c,
1d39f329 1533
e8a5fa9c 1534# Target libraries that we bootstrap.
2aa2364a 1535bootstrap_target_libs=,target-libgcc,
e8a5fa9c 1536
9e07f89d
NN
1537# Figure out what language subdirectories are present.
1538# Look if the user specified --enable-languages="..."; if not, use
1539# the environment variable $LANGUAGES if defined. $LANGUAGES might
1540# go away some day.
1541# NB: embedded tabs in this IF block -- do not untabify
1542if test -d ${srcdir}/gcc; then
1543 if test x"${enable_languages+set}" != xset; then
1544 if test x"${LANGUAGES+set}" = xset; then
1545 enable_languages="${LANGUAGES}"
1546 echo configure.in: warning: setting LANGUAGES is deprecated, use --enable-languages instead 1>&2
1547 else
1548 enable_languages=all
1549 fi
1550 else
1551 if test x"${enable_languages}" = x ||
1552 test x"${enable_languages}" = xyes;
1553 then
1554 echo configure.in: --enable-languages needs at least one language argument 1>&2
1555 exit 1
1556 fi
1557 fi
1558 enable_languages=`echo "${enable_languages}" | sed -e 's/[[ ,]][[ ,]]*/,/g' -e 's/,$//'`
1559
096f7d00
DE
1560 # 'f95' is the old name for the 'fortran' language. We issue a warning
1561 # and make the substitution.
1562 case ,${enable_languages}, in
1563 *,f95,*)
1564 echo configure.in: warning: 'f95' as language name is deprecated, use 'fortran' instead 1>&2
1565 enable_languages=`echo "${enable_languages}" | sed -e 's/f95/fortran/g'`
1566 ;;
1567 esac
1568
9e07f89d
NN
1569 # First scan to see if an enabled language requires some other language.
1570 # We assume that a given config-lang.in will list all the language
1571 # front ends it requires, even if some are required indirectly.
1572 for lang_frag in ${srcdir}/gcc/*/config-lang.in .. ; do
1573 case ${lang_frag} in
1574 ..) ;;
1575 # The odd quoting in the next line works around
1576 # an apparent bug in bash 1.12 on linux.
1577 ${srcdir}/gcc/[[*]]/config-lang.in) ;;
1578 *)
e552509b
ILT
1579 # From the config-lang.in, get $language, $lang_requires, and
1580 # $lang_requires_boot_languages.
9e07f89d
NN
1581 language=
1582 lang_requires=
e552509b 1583 lang_requires_boot_languages=
9e07f89d 1584 . ${lang_frag}
e552509b 1585 for other in ${lang_requires} ${lang_requires_boot_languages}; do
9e07f89d
NN
1586 case ,${enable_languages}, in
1587 *,$other,*) ;;
1588 *,all,*) ;;
1589 *,$language,*)
1590 echo " \`$other' language required by \`$language'; enabling" 1>&2
1591 enable_languages="${enable_languages},${other}"
1592 ;;
1593 esac
1594 done
e552509b
ILT
1595 for other in ${lang_requires_boot_languages} ; do
1596 if test "$other" != "c"; then
1597 case ,${enable_stage1_languages}, in
1598 *,$other,*) ;;
1599 *,all,*) ;;
1600 *)
1601 case ,${enable_languages}, in
1602 *,$language,*)
1603 echo " '$other' language required by '$language' in stage 1; enabling" 1>&2
1604 enable_stage1_languages="$enable_stage1_languages,${other}"
1605 ;;
1606 esac
1607 ;;
1608 esac
1609 fi
1610 done
9e07f89d
NN
1611 ;;
1612 esac
1613 done
1614
9b134994 1615 new_enable_languages=,c,
700d40ca
ILT
1616
1617 # If LTO is enabled, add the LTO front end.
1618 extra_host_libiberty_configure_flags=
1619 if test "$enable_lto" = "yes" ; then
6811fb56
RW
1620 case ,${enable_languages}, in
1621 *,lto,*) ;;
1622 *) enable_languages="${enable_languages},lto" ;;
1623 esac
a8eb3f0a 1624 if test "${build_lto_plugin}" = "yes" ; then
700d40ca
ILT
1625 configdirs="$configdirs lto-plugin"
1626 extra_host_libiberty_configure_flags=--enable-shared
1627 fi
1628 fi
1629 AC_SUBST(extra_host_libiberty_configure_flags)
1630
9e07f89d 1631 missing_languages=`echo ",$enable_languages," | sed -e s/,all,/,/ -e s/,c,/,/ `
9b134994 1632 potential_languages=,c,
9e07f89d 1633
9e1a94f4
ILT
1634 enabled_target_libs=
1635 disabled_target_libs=
1636
9e07f89d
NN
1637 for lang_frag in ${srcdir}/gcc/*/config-lang.in .. ; do
1638 case ${lang_frag} in
1639 ..) ;;
1640 # The odd quoting in the next line works around
1641 # an apparent bug in bash 1.12 on linux.
1642 ${srcdir}/gcc/[[*]]/config-lang.in) ;;
1643 *)
1644 # From the config-lang.in, get $language, $target_libs,
1d39f329 1645 # $lang_dirs, $boot_language, and $build_by_default
9e07f89d
NN
1646 language=
1647 target_libs=
1648 lang_dirs=
64ce424c 1649 subdir_requires=
9b134994
PB
1650 boot_language=no
1651 build_by_default=yes
9e07f89d 1652 . ${lang_frag}
9b134994
PB
1653 if test x${language} = x; then
1654 echo "${lang_frag} doesn't set \$language." 1>&2
1655 exit 1
1656 fi
1657
1f53ca9a
AO
1658 if test "$language" = "c++" \
1659 && test "$ENABLE_BUILD_WITH_CXX" = "yes"; then
e8a5fa9c
RW
1660 boot_language=yes
1661 fi
1662
9b134994
PB
1663 case ,${enable_languages}, in
1664 *,${language},*)
9e07f89d
NN
1665 # Language was explicitly selected; include it.
1666 add_this_lang=yes
1667 ;;
9b134994
PB
1668 *,all,*)
1669 # 'all' was selected, select it if it is a default language
1670 add_this_lang=${build_by_default}
9e07f89d
NN
1671 ;;
1672 *)
1673 add_this_lang=no
1674 ;;
1675 esac
4b1cb4fe 1676
64ce424c 1677 # Disable languages that need other directories if these aren't available.
1f3f1bbf 1678 for i in $subdir_requires; do
3d3adb43 1679 test -f "$srcdir/gcc/$i/config-lang.in" && continue
64ce424c
PB
1680 case ,${enable_languages}, in
1681 *,${language},*)
1682 # Specifically requested language; tell them.
1683 AC_MSG_ERROR([The gcc/$i directory contains parts of $language but is missing])
1684 ;;
1685 *)
1686 # Silently disable.
9b134994 1687 add_this_lang=unsupported
64ce424c
PB
1688 ;;
1689 esac
1690 done
1691
9b134994
PB
1692 # Disable Ada if no preexisting GNAT is available.
1693 case ,${enable_languages},:${language}:${have_gnat} in
1694 *,${language},*:ada:no)
1695 # Specifically requested language; tell them.
1696 AC_MSG_ERROR([GNAT is required to build $language])
1697 ;;
1698 *:ada:no)
1699 # Silently disable.
1700 add_this_lang=unsupported
1701 ;;
1702 esac
1703
59f7ec45
HPN
1704 # Disable a language that is unsupported by the target.
1705 case " $unsupported_languages " in
1706 *" $language "*)
9b134994 1707 add_this_lang=unsupported
59f7ec45
HPN
1708 ;;
1709 esac
1710
4b1cb4fe 1711 case $add_this_lang in
9b134994 1712 unsupported)
9e07f89d 1713 # Remove language-dependent dirs.
9e1a94f4
ILT
1714 disabled_target_libs="$disabled_target_libs $target_libs"
1715 noconfigdirs="$noconfigdirs $lang_dirs"
1d39f329 1716 ;;
9b134994
PB
1717 no)
1718 # Remove language-dependent dirs; still show language as supported.
9e1a94f4
ILT
1719 disabled_target_libs="$disabled_target_libs $target_libs"
1720 noconfigdirs="$noconfigdirs $lang_dirs"
9b134994
PB
1721 potential_languages="${potential_languages}${language},"
1722 ;;
1723 yes)
1724 new_enable_languages="${new_enable_languages}${language},"
1725 potential_languages="${potential_languages}${language},"
1d39f329 1726 missing_languages=`echo "$missing_languages" | sed "s/,$language,/,/"`
9e1a94f4 1727 enabled_target_libs="$enabled_target_libs $target_libs"
f8dc745f
RW
1728 case "${boot_language}:,$enable_stage1_languages," in
1729 yes:* | *:*,$language,* | *:*,yes, | *:*,all,)
4fa63067 1730 # Add to (comma-separated) list of stage 1 languages.
f8dc745f
RW
1731 case ",$stage1_languages," in
1732 *,$language,* | ,yes, | ,all,) ;;
1733 *) stage1_languages="${stage1_languages}${language}," ;;
1734 esac
e8a5fa9c
RW
1735 # We need to bootstrap any supporting libraries.
1736 bootstrap_target_libs="${bootstrap_target_libs}${target_libs},"
1d39f329
NN
1737 ;;
1738 esac
1739 ;;
9e07f89d
NN
1740 esac
1741 ;;
1742 esac
1743 done
1744
9e1a94f4
ILT
1745 # Add target libraries which are only needed for disabled languages
1746 # to noconfigdirs.
1747 if test -n "$disabled_target_libs"; then
1748 for dir in $disabled_target_libs; do
1749 case " $enabled_target_libs " in
1750 *" ${dir} "*) ;;
1751 *) noconfigdirs="$noconfigdirs $dir" ;;
1752 esac
1753 done
1754 fi
1755
9b134994 1756 AC_ARG_ENABLE(stage1-languages,
7837304f
AS
1757 [AS_HELP_STRING([[--enable-stage1-languages[=all]]],
1758 [choose additional languages to build during
1759 stage1. Mostly useful for compiler development])],
9b134994
PB
1760 [case ,${enable_stage1_languages}, in
1761 ,no,|,,)
1762 # Set it to something that will have no effect in the loop below
1763 enable_stage1_languages=c ;;
1764 ,yes,)
1765 enable_stage1_languages=`echo $new_enable_languages | \
1766 sed -e "s/^,//" -e "s/,$//" ` ;;
1767 *,all,*)
1768 enable_stage1_languages=`echo ,$enable_stage1_languages, | \
1769 sed -e "s/,all,/$new_enable_languages/" -e "s/^,//" -e "s/,$//" ` ;;
1770 esac
1771
1772 # Add "good" languages from enable_stage1_languages to stage1_languages,
1773 # while "bad" languages go in missing_languages. Leave no duplicates.
1774 for i in `echo $enable_stage1_languages | sed 's/,/ /g' `; do
1775 case $potential_languages in
1776 *,$i,*)
1777 case $stage1_languages in
1778 *,$i,*) ;;
1779 *) stage1_languages="$stage1_languages$i," ;;
1780 esac ;;
1781 *)
1782 case $missing_languages in
1783 *,$i,*) ;;
1784 *) missing_languages="$missing_languages$i," ;;
1785 esac ;;
1786 esac
1787 done])
1788
1789 # Remove leading/trailing commas that were added for simplicity
1790 potential_languages=`echo "$potential_languages" | sed -e "s/^,//" -e "s/,$//"`
4b0ac75d 1791 missing_languages=`echo "$missing_languages" | sed -e "s/^,//" -e "s/,$//"`
9b134994
PB
1792 stage1_languages=`echo "$stage1_languages" | sed -e "s/^,//" -e "s/,$//"`
1793 new_enable_languages=`echo "$new_enable_languages" | sed -e "s/^,//" -e "s/,$//"`
1794
9e07f89d
NN
1795 if test "x$missing_languages" != x; then
1796 AC_MSG_ERROR([
27258dd4 1797The following requested languages could not be built: ${missing_languages}
9b134994 1798Supported languages are: ${potential_languages}])
9e07f89d 1799 fi
9e07f89d
NN
1800 if test "x$new_enable_languages" != "x$enable_languages"; then
1801 echo The following languages will be built: ${new_enable_languages}
9b134994 1802 enable_languages="$new_enable_languages"
9e07f89d 1803 fi
9b134994
PB
1804
1805 AC_SUBST(stage1_languages)
81ec575a 1806 ac_configure_args=`echo " $ac_configure_args" | sed -e "s/ '--enable-languages=[[^ ]]*'//g" -e "s/$/ '--enable-languages="$enable_languages"'/" `
9e07f89d
NN
1807fi
1808
a6df5a19
PB
1809# Handle --disable-<component> generically.
1810for dir in $configdirs $build_configdirs $target_configdirs ; do
1811 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g -e s/-/_/g`
9cc8ae67
PB
1812 varname=`echo $dirname | sed -e s/+/_/g`
1813 if eval test x\${enable_${varname}} "=" xno ; then
a6df5a19
PB
1814 noconfigdirs="$noconfigdirs $dir"
1815 fi
1816done
1817
4f0ef2d8
CD
1818# Check for Boehm's garbage collector
1819AC_ARG_ENABLE(objc-gc,
7837304f
AS
1820[AS_HELP_STRING([--enable-objc-gc],
1821 [enable use of Boehm's garbage collector with the
1822 GNU Objective-C runtime])],
4f0ef2d8
CD
1823[case ,${enable_languages},:${enable_objc_gc}:${noconfigdirs} in
1824 *,objc,*:*:yes:*target-boehm-gc*)
1825 AC_MSG_ERROR([Boehm's garbage collector was requested yet not supported in this configuration])
1826 ;;
1827esac])
1828
1829# Make sure we only build Boehm's garbage collector if required.
d42c4017
DA
1830case ,${enable_languages},:${enable_objc_gc} in
1831 *,objc,*:yes)
4f0ef2d8
CD
1832 # Keep target-boehm-gc if requested for Objective-C.
1833 ;;
4f0ef2d8 1834 *)
d42c4017
DA
1835 # Otherwise remove target-boehm-gc depending on target-libjava.
1836 if echo " ${noconfigdirs} " | grep "target-libjava" >/dev/null 2>&1; then
1837 noconfigdirs="$noconfigdirs target-boehm-gc"
1838 fi
4f0ef2d8
CD
1839 ;;
1840esac
1841
caeba88f
AL
1842# Remove the entries in $skipdirs and $noconfigdirs from $configdirs,
1843# $build_configdirs and $target_configdirs.
9e07f89d
NN
1844# If we have the source for $noconfigdirs entries, add them to $notsupp.
1845
1846notsupp=""
1847for dir in . $skipdirs $noconfigdirs ; do
caeba88f 1848 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g`
9e07f89d
NN
1849 if test $dir != . && echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
1850 configdirs=`echo " ${configdirs} " | sed -e "s/ ${dir} / /"`
1851 if test -r $srcdir/$dirname/configure ; then
1852 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
1853 true
1854 else
1855 notsupp="$notsupp $dir"
1856 fi
1857 fi
1858 fi
caeba88f
AL
1859 if test $dir != . && echo " ${build_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
1860 build_configdirs=`echo " ${build_configdirs} " | sed -e "s/ ${dir} / /"`
1861 if test -r $srcdir/$dirname/configure ; then
1862 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
1863 true
1864 else
1865 notsupp="$notsupp $dir"
1866 fi
1867 fi
1868 fi
9e07f89d
NN
1869 if test $dir != . && echo " ${target_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
1870 target_configdirs=`echo " ${target_configdirs} " | sed -e "s/ ${dir} / /"`
1871 if test -r $srcdir/$dirname/configure ; then
1872 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
1873 true
1874 else
1875 notsupp="$notsupp $dir"
1876 fi
1877 fi
1878 fi
1879done
1880
1881# Sometimes the tools are distributed with libiberty but with no other
1882# libraries. In that case, we don't want to build target-libiberty.
f86e35b8 1883# Don't let libgcc imply libiberty either.
9e07f89d 1884if test -n "${target_configdirs}" ; then
f86e35b8 1885 libgcc=
9e07f89d
NN
1886 others=
1887 for i in `echo ${target_configdirs} | sed -e s/target-//g` ; do
f86e35b8
NC
1888 if test "$i" = "libgcc"; then
1889 libgcc=target-libgcc
1890 elif test "$i" != "libiberty" ; then
9e07f89d
NN
1891 if test -r $srcdir/$i/configure ; then
1892 others=yes;
1893 break;
1894 fi
1895 fi
1896 done
1897 if test -z "${others}" ; then
f86e35b8 1898 target_configdirs=$libgcc
9e07f89d
NN
1899 fi
1900fi
1901
1902# Quietly strip out all directories which aren't configurable in this tree.
1903# This relies on all configurable subdirectories being autoconfiscated, which
1904# is now the case.
6a9cf61e
PB
1905build_configdirs_all="$build_configdirs"
1906build_configdirs=
1907for i in ${build_configdirs_all} ; do
1908 j=`echo $i | sed -e s/build-//g`
1909 if test -f ${srcdir}/$j/configure ; then
1910 build_configdirs="${build_configdirs} $i"
1911 fi
1912done
1913
9e07f89d
NN
1914configdirs_all="$configdirs"
1915configdirs=
1916for i in ${configdirs_all} ; do
1917 if test -f ${srcdir}/$i/configure ; then
1918 configdirs="${configdirs} $i"
1919 fi
1920done
6a9cf61e 1921
9e07f89d
NN
1922target_configdirs_all="$target_configdirs"
1923target_configdirs=
1924for i in ${target_configdirs_all} ; do
1925 j=`echo $i | sed -e s/target-//g`
1926 if test -f ${srcdir}/$j/configure ; then
1927 target_configdirs="${target_configdirs} $i"
1928 fi
1929done
1930
1931# Produce a warning message for the subdirs we can't configure.
1932# This isn't especially interesting in the Cygnus tree, but in the individual
1933# FSF releases, it's important to let people know when their machine isn't
1934# supported by the one or two programs in a package.
1935
1936if test -n "${notsupp}" && test -z "${norecursion}" ; then
1937 # If $appdirs is non-empty, at least one of those directories must still
1938 # be configured, or we error out. (E.g., if the gas release supports a
1939 # specified target in some subdirs but not the gas subdir, we shouldn't
1940 # pretend that all is well.)
1941 if test -n "$appdirs" ; then
1942 for dir in $appdirs ; do
1943 if test -r $dir/Makefile.in ; then
1944 if echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
1945 appdirs=""
1946 break
1947 fi
6a9cf61e 1948 if echo " ${target_configdirs} " | grep " target-${dir} " >/dev/null 2>&1; then
9e07f89d
NN
1949 appdirs=""
1950 break
1951 fi
1952 fi
1953 done
1954 if test -n "$appdirs" ; then
1955 echo "*** This configuration is not supported by this package." 1>&2
1956 exit 1
1957 fi
1958 fi
1959 # Okay, some application will build, or we don't care to check. Still
1960 # notify of subdirs not getting built.
1961 echo "*** This configuration is not supported in the following subdirectories:" 1>&2
1962 echo " ${notsupp}" 1>&2
1963 echo " (Any other directories should still work fine.)" 1>&2
1964fi
1965
1966case "$host" in
1967 *msdosdjgpp*)
1968 enable_gdbtk=no ;;
1969esac
1970
24ff9987
DJ
1971# To find our prefix, in gcc_cv_tool_prefix.
1972ACX_TOOL_DIRS
1973
9e07f89d
NN
1974copy_dirs=
1975
a19b6204 1976AC_ARG_WITH([build-sysroot],
7837304f
AS
1977 [AS_HELP_STRING([--with-build-sysroot=SYSROOT],
1978 [use sysroot as the system root during the build])],
a19b6204
MM
1979 [if test x"$withval" != x ; then
1980 SYSROOT_CFLAGS_FOR_TARGET="--sysroot=$withval"
1981 fi],
1982 [SYSROOT_CFLAGS_FOR_TARGET=])
1983AC_SUBST(SYSROOT_CFLAGS_FOR_TARGET)
1984
8a6ee3ab 1985AC_ARG_WITH([debug-prefix-map],
7837304f
AS
1986 [AS_HELP_STRING([--with-debug-prefix-map='A=B C=D ...'],
1987 [map A to B, C to D ... in debug information])],
8a6ee3ab
JM
1988 [if test x"$withval" != x; then
1989 DEBUG_PREFIX_CFLAGS_FOR_TARGET=
1990 for debug_map in $withval; do
1991 DEBUG_PREFIX_CFLAGS_FOR_TARGET="$DEBUG_PREFIX_CFLAGS_FOR_TARGET -fdebug-prefix-map=$debug_map"
1992 done
1993 fi],
1994 [DEBUG_PREFIX_CFLAGS_FOR_TARGET=])
1995AC_SUBST(DEBUG_PREFIX_CFLAGS_FOR_TARGET)
1996
7f6ef0c0
PB
1997# During gcc bootstrap, if we use some random cc for stage1 then CFLAGS
1998# might be empty or "-g". We don't require a C++ compiler, so CXXFLAGS
1999# might also be empty (or "-g", if a non-GCC C++ compiler is in the path).
2000# We want to ensure that TARGET libraries (which we know are built with
2001# gcc) are built with "-O2 -g", so include those options when setting
2002# CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
2003if test "x$CFLAGS_FOR_TARGET" = x; then
2004 CFLAGS_FOR_TARGET=$CFLAGS
2005 case " $CFLAGS " in
2006 *" -O2 "*) ;;
2007 *) CFLAGS_FOR_TARGET="-O2 $CFLAGS" ;;
2008 esac
2009 case " $CFLAGS " in
2010 *" -g "* | *" -g3 "*) ;;
2011 *) CFLAGS_FOR_TARGET="-g $CFLAGS" ;;
2012 esac
2013fi
2014AC_SUBST(CFLAGS_FOR_TARGET)
2015
2016if test "x$CXXFLAGS_FOR_TARGET" = x; then
2017 CXXFLAGS_FOR_TARGET=$CXXFLAGS
2018 case " $CXXFLAGS " in
2019 *" -O2 "*) ;;
2020 *) CXXFLAGS_FOR_TARGET="-O2 $CXXFLAGS" ;;
2021 esac
2022 case " $CXXFLAGS " in
2023 *" -g "* | *" -g3 "*) ;;
2024 *) CXXFLAGS_FOR_TARGET="-g $CXXFLAGS" ;;
2025 esac
2026fi
2027AC_SUBST(CXXFLAGS_FOR_TARGET)
2028
9e07f89d
NN
2029# Handle --with-headers=XXX. If the value is not "yes", the contents of
2030# the named directory are copied to $(tooldir)/sys-include.
2031if test x"${with_headers}" != x && test x"${with_headers}" != xno ; then
2032 if test x${is_cross_compiler} = xno ; then
2033 echo 1>&2 '***' --with-headers is only supported when cross compiling
2034 exit 1
2035 fi
2036 if test x"${with_headers}" != xyes ; then
24ff9987 2037 x=${gcc_cv_tool_prefix}
c6b750e1 2038 copy_dirs="${copy_dirs} ${with_headers} $x/${target_noncanonical}/sys-include"
9e07f89d
NN
2039 fi
2040fi
2041
2042# Handle --with-libs=XXX. If the value is not "yes", the contents of
2043# the name directories are copied to $(tooldir)/lib. Multiple directories
2044# are permitted.
2045if test x"${with_libs}" != x && test x"${with_libs}" != xno ; then
2046 if test x${is_cross_compiler} = xno ; then
2047 echo 1>&2 '***' --with-libs is only supported when cross compiling
2048 exit 1
2049 fi
2050 if test x"${with_libs}" != xyes ; then
2051 # Copy the libraries in reverse order, so that files in the first named
2052 # library override files in subsequent libraries.
24ff9987 2053 x=${gcc_cv_tool_prefix}
9e07f89d 2054 for l in ${with_libs}; do
c6b750e1 2055 copy_dirs="$l $x/${target_noncanonical}/lib ${copy_dirs}"
9e07f89d
NN
2056 done
2057 fi
2058fi
2059
700d40ca 2060# Set with_gnu_as, with_gnu_ld, and with_system_zlib as appropriate.
2429c060
PB
2061#
2062# This is done by determining whether or not the appropriate directory
2063# is available, and by checking whether or not specific configurations
2064# have requested that this magic not happen.
2065#
2066# The command line options always override the explicit settings in
2067# configure.in, and the settings in configure.in override this magic.
2068#
2069# If the default for a toolchain is to use GNU as and ld, and you don't
2070# want to do that, then you should use the --without-gnu-as and
700d40ca
ILT
2071# --without-gnu-ld options for the configure script. Similarly, if
2072# the default is to use the included zlib and you don't want to do that,
2073# you should use the --with-system-zlib option for the configure script.
2429c060
PB
2074
2075if test x${use_gnu_as} = x &&
2076 echo " ${configdirs} " | grep " gas " > /dev/null 2>&1 ; then
2077 with_gnu_as=yes
2078 extra_host_args="$extra_host_args --with-gnu-as"
2079fi
2080
2081if test x${use_gnu_ld} = x &&
93f9b408 2082 echo " ${configdirs} " | egrep " (go)?ld " > /dev/null 2>&1 ; then
2429c060
PB
2083 with_gnu_ld=yes
2084 extra_host_args="$extra_host_args --with-gnu-ld"
2085fi
2086
700d40ca
ILT
2087if test x${use_included_zlib} = x &&
2088 echo " ${configdirs} " | grep " zlib " > /dev/null 2>&1 ; then
2089 :
2090else
2091 with_system_zlib=yes
2092 extra_host_args="$extra_host_args --with-system-zlib"
2093fi
2094
2429c060
PB
2095# If using newlib, add --with-newlib to the extra_host_args so that gcc/configure
2096# can detect this case.
2097
2098if test x${with_newlib} != xno && echo " ${target_configdirs} " | grep " target-newlib " > /dev/null 2>&1 ; then
2099 with_newlib=yes
2100 extra_host_args="$extra_host_args --with-newlib"
2101fi
2102
9e07f89d
NN
2103# Handle ${copy_dirs}
2104set fnord ${copy_dirs}
2105shift
2106while test $# != 0 ; do
2107 if test -f $2/COPIED && test x"`cat $2/COPIED`" = x"$1" ; then
2108 :
2109 else
2110 echo Copying $1 to $2
2111
2112 # Use the install script to create the directory and all required
2113 # parent directories.
2114 if test -d $2 ; then
2115 :
2116 else
2117 echo >config.temp
2118 ${srcdir}/install-sh -c -m 644 config.temp $2/COPIED
2119 fi
2120
2121 # Copy the directory, assuming we have tar.
2122 # FIXME: Should we use B in the second tar? Not all systems support it.
2123 (cd $1; tar -cf - .) | (cd $2; tar -xpf -)
2124
2125 # It is the responsibility of the user to correctly adjust all
2126 # symlinks. If somebody can figure out how to handle them correctly
2127 # here, feel free to add the code.
2128
2129 echo $1 > $2/COPIED
2130 fi
2131 shift; shift
2132done
2133
2429c060
PB
2134# Determine a target-dependent exec_prefix that the installed
2135# gcc will search in. Keep this list sorted by triplet, with
2136# the *-*-osname triplets last.
2137md_exec_prefix=
2138case "${target}" in
521ec477 2139 i[[34567]]86-pc-msdosdjgpp*)
2429c060
PB
2140 md_exec_prefix=/dev/env/DJDIR/bin
2141 ;;
2429c060 2142 *-*-hpux* | \
2429c060 2143 *-*-nto-qnx* | \
1f111696 2144 *-*-solaris2*)
2429c060
PB
2145 md_exec_prefix=/usr/ccs/bin
2146 ;;
2147esac
2148
874e38b4
NN
2149extra_arflags_for_target=
2150extra_nmflags_for_target=
1086bc09 2151extra_ranlibflags_for_target=
a0da8069 2152target_makefile_frag=/dev/null
f48556b1 2153case "${target}" in
77d7106f
AM
2154 spu-*-*)
2155 target_makefile_frag="config/mt-spu"
2156 ;;
429acdec
RS
2157 mips*-sde-elf*)
2158 target_makefile_frag="config/mt-sde"
2159 ;;
f3b1e08e
RS
2160 mipsisa*-*-elfoabi*)
2161 target_makefile_frag="config/mt-mips-elfoabi"
2162 ;;
e7c8859c
RS
2163 mips*-*-*linux* | mips*-*-gnu*)
2164 target_makefile_frag="config/mt-mips-gnu"
2165 ;;
29383458 2166 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
3d6dfe0f 2167 target_makefile_frag="config/mt-gnu"
f48556b1 2168 ;;
a0da8069 2169 *-*-aix4.[[3456789]]* | *-*-aix[[56789]].*)
874e38b4
NN
2170 # nm and ar from AIX 4.3 and above require -X32_64 flag to all ar and nm
2171 # commands to handle both 32-bit and 64-bit objects. These flags are
2172 # harmless if we're using GNU nm or ar.
2173 extra_arflags_for_target=" -X32_64"
2174 extra_nmflags_for_target=" -B -X32_64"
f48556b1 2175 ;;
92f4e989
JM
2176 *-*-darwin[[3-9]]*)
2177 # ranlib before Darwin10 requires the -c flag to look at common symbols.
1086bc09
NN
2178 extra_ranlibflags_for_target=" -c"
2179 ;;
b6f83f2a
DD
2180esac
2181
a0da8069 2182alphaieee_frag=/dev/null
b6f83f2a
DD
2183case $target in
2184 alpha*-*-*)
2185 # This just makes sure to use the -mieee option to build target libs.
2186 # This should probably be set individually by each library.
2187 alphaieee_frag="config/mt-alphaieee"
f48556b1
DD
2188 ;;
2189esac
a0a2c6c6 2190
f48556b1
DD
2191# If --enable-target-optspace always use -Os instead of -O2 to build
2192# the target libraries, similarly if it is not specified, use -Os
2193# on selected platforms.
a0da8069 2194ospace_frag=/dev/null
f48556b1
DD
2195case "${enable_target_optspace}:${target}" in
2196 yes:*)
b6f83f2a 2197 ospace_frag="config/mt-ospace"
f48556b1
DD
2198 ;;
2199 :d30v-*)
b6f83f2a 2200 ospace_frag="config/mt-d30v"
f48556b1
DD
2201 ;;
2202 :m32r-* | :d10v-* | :fr30-*)
b6f83f2a 2203 ospace_frag="config/mt-ospace"
f48556b1
DD
2204 ;;
2205 no:* | :*)
2206 ;;
2207 *)
2208 echo "*** bad value \"${enable_target_optspace}\" for --enable-target-optspace flag; ignored" 1>&2
2209 ;;
2210esac
252b5132 2211
f48556b1
DD
2212# Default to using --with-stabs for certain targets.
2213if test x${with_stabs} = x ; then
2214 case "${target}" in
e31d1ea3 2215 mips*-*-irix[[56]]*)
f48556b1
DD
2216 ;;
2217 mips*-*-* | alpha*-*-osf*)
2218 with_stabs=yes;
ae831be5 2219 extra_host_args="${extra_host_args} --with-stabs"
f48556b1
DD
2220 ;;
2221 esac
2222fi
2223
2224# hpux11 in 64bit mode has libraries in a weird place. Arrange to find
2225# them automatically.
2226case "${host}" in
2227 hppa*64*-*-hpux11*)
ae831be5 2228 extra_host_args="$extra_host_args -x-libraries=/usr/lib/pa20_64 -x-includes=/usr/X11R6/include"
f48556b1 2229 ;;
c92a0210
DD
2230esac
2231
a0da8069
NN
2232# Some systems (e.g., one of the i386-aix systems the gas testers are
2233# using) don't handle "\$" correctly, so don't use it here.
c6b750e1 2234tooldir='${exec_prefix}'/${target_noncanonical}
a0da8069
NN
2235build_tooldir=${tooldir}
2236
a0da8069
NN
2237# Create a .gdbinit file which runs the one in srcdir
2238# and tells GDB to look there for source files.
2239
2240if test -r ${srcdir}/.gdbinit ; then
2241 case ${srcdir} in
2242 .) ;;
2243 *) cat > ./.gdbinit <<EOF
2244# ${NO_EDIT}
2245dir ${srcdir}
2246dir .
2247source ${srcdir}/.gdbinit
2248EOF
2249 ;;
2250 esac
2251fi
2252
252b5132
RH
2253# Make sure that the compiler is able to generate an executable. If it
2254# can't, we are probably in trouble. We don't care whether we can run the
2255# executable--we might be using a cross compiler--we only care whether it
2256# can be created. At this point the main configure script has set CC.
a0c4f3a0 2257we_are_ok=no
252b5132
RH
2258echo "int main () { return 0; }" > conftest.c
2259${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c
a0c4f3a0
DD
2260if test $? = 0 ; then
2261 if test -s conftest || test -s conftest.exe ; then
2262 we_are_ok=yes
2263 fi
2264fi
2265case $we_are_ok in
2266 no)
2267 echo 1>&2 "*** The command '${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c' failed."
2268 echo 1>&2 "*** You must set the environment variable CC to a working compiler."
2269 rm -f conftest*
2270 exit 1
2271 ;;
2272esac
252b5132
RH
2273rm -f conftest*
2274
2275# The Solaris /usr/ucb/cc compiler does not appear to work.
2276case "${host}" in
2277 sparc-sun-solaris2*)
2278 CCBASE="`echo ${CC-cc} | sed 's/ .*$//'`"
a0da8069 2279 if test "`type $CCBASE | sed 's/^[[^/]]*//'`" = "/usr/ucb/cc" ; then
252b5132 2280 could_use=
a0c4f3a0
DD
2281 test -d /opt/SUNWspro/bin && could_use="/opt/SUNWspro/bin"
2282 if test -d /opt/cygnus/bin ; then
2283 if test "$could_use" = "" ; then
252b5132
RH
2284 could_use="/opt/cygnus/bin"
2285 else
2286 could_use="$could_use or /opt/cygnus/bin"
2287 fi
2288 fi
a0c4f3a0 2289 if test "$could_use" = "" ; then
252b5132
RH
2290 echo "Warning: compilation may fail because you're using"
2291 echo "/usr/ucb/cc. You should change your PATH or CC "
2292 echo "variable and rerun configure."
2293 else
2294 echo "Warning: compilation may fail because you're using"
2295 echo "/usr/ucb/cc, when you should use the C compiler from"
2296 echo "$could_use. You should change your"
2297 echo "PATH or CC variable and rerun configure."
2298 fi
2299 fi
2300 ;;
2301esac
2302
3bbd2f8f 2303# Decide which environment variable is used to find dynamic libraries.
8607b6c9
NN
2304case "${host}" in
2305 *-*-hpux*) RPATH_ENVVAR=SHLIB_PATH ;;
3516a403 2306 *-*-darwin*) RPATH_ENVVAR=DYLD_LIBRARY_PATH ;;
3bbd2f8f 2307 *-*-mingw* | *-*-cygwin ) RPATH_ENVVAR=PATH ;;
8607b6c9
NN
2308 *) RPATH_ENVVAR=LD_LIBRARY_PATH ;;
2309esac
8607b6c9 2310
3bbd2f8f 2311# On systems where the dynamic library environment variable is PATH,
e28c595f
JM
2312# gcc/ will put dynamic libraries into a subdirectory to avoid adding
2313# built executables to PATH.
3bbd2f8f
AL
2314if test "$RPATH_ENVVAR" = PATH; then
2315 GCC_SHLIB_SUBDIR=/shlib
2316else
2317 GCC_SHLIB_SUBDIR=
2318fi
2319
3866be5d
NN
2320# Record target_configdirs and the configure arguments for target and
2321# build configuration in Makefile.
2322target_configdirs=`echo "${target_configdirs}" | sed -e 's/target-//g'`
6a9cf61e 2323build_configdirs=`echo "${build_configdirs}" | sed -e 's/build-//g'`
930314a4 2324
2aa2364a
JR
2325# If we are building libgomp, bootstrap it.
2326if echo " ${target_configdirs} " | grep " libgomp " > /dev/null 2>&1 ; then
2327 bootstrap_target_libs=${bootstrap_target_libs}target-libgomp,
2328fi
2329
930314a4
NN
2330# Determine whether gdb needs tk/tcl or not.
2331# Use 'maybe' since enable_gdbtk might be true even if tk isn't available
2332# and in that case we want gdb to be built without tk. Ugh!
2333# In fact I believe gdb is the *only* package directly dependent on tk,
2334# so we should be able to put the 'maybe's in unconditionally and
2335# leave out the maybe dependencies when enable_gdbtk is false. I'm not
2336# 100% sure that that's safe though.
c180f501 2337
675c6968 2338gdb_tk="maybe-all-tcl maybe-all-tk maybe-all-itcl maybe-all-libgui"
930314a4
NN
2339case "$enable_gdbtk" in
2340 no)
2341 GDB_TK="" ;;
c180f501
AC
2342 yes)
2343 GDB_TK="${gdb_tk}" ;;
930314a4 2344 *)
c180f501
AC
2345 # Only add the dependency on gdbtk when GDBtk is part of the gdb
2346 # distro. Eventually someone will fix this and move Insight, nee
2347 # gdbtk to a separate directory.
2348 if test -d ${srcdir}/gdb/gdbtk ; then
2349 GDB_TK="${gdb_tk}"
2350 else
2351 GDB_TK=""
2352 fi
2353 ;;
930314a4 2354esac
907be67c
DJ
2355CONFIGURE_GDB_TK=`echo ${GDB_TK} | sed s/-all-/-configure-/g`
2356INSTALL_GDB_TK=`echo ${GDB_TK} | sed s/-all-/-install-/g`
930314a4 2357
6bd3dfaa 2358# Strip out unwanted targets.
dd12c3a8
NN
2359
2360# While at that, we remove Makefiles if we were started for recursive
2361# configuration, so that the top-level Makefile reconfigures them,
2362# like we used to do when configure itself was recursive.
dd12c3a8 2363
06a51eac
RW
2364# Loop over modules. We used to use the "$extrasub" feature from Autoconf
2365# but now we're fixing up the Makefile ourselves with the additional
2366# commands passed to AC_CONFIG_FILES. Use separate variables
2367# extrasub-{build,host,target} not because there is any reason to split
2368# the substitutions up that way, but only to remain below the limit of
2369# 99 commands in a script, for HP-UX sed.
2370# Do not nest @if/@endif pairs, because configure will not warn you at all.
dd12c3a8 2371
498d4a71 2372AC_ARG_ENABLE([bootstrap],
7837304f
AS
2373[AS_HELP_STRING([--enable-bootstrap],
2374 [enable bootstrapping @<:@yes if native build@:>@])],,
9cb3fa6f
PB
2375enable_bootstrap=default)
2376
2377# Issue errors and warnings for invalid/strange bootstrap combinations.
2378case "$configdirs" in
2379 *gcc*) have_compiler=yes ;;
2380 *) have_compiler=no ;;
2381esac
2382
2383case "$have_compiler:$host:$target:$enable_bootstrap" in
2384 *:*:*:no) ;;
2385
0aed8855 2386 # Default behavior. Enable bootstrap if we have a compiler
9cb3fa6f
PB
2387 # and we are in a native configuration.
2388 yes:$build:$build:default)
0aed8855 2389 enable_bootstrap=yes ;;
9cb3fa6f
PB
2390
2391 *:*:*:default)
2392 enable_bootstrap=no ;;
2393
2394 # We have a compiler and we are in a native configuration, bootstrap is ok
80911fe1 2395 yes:$build:$build:yes)
9cb3fa6f
PB
2396 ;;
2397
2398 # Other configurations, but we have a compiler. Assume the user knows
2399 # what he's doing.
80911fe1 2400 yes:*:*:yes)
9cb3fa6f
PB
2401 AC_MSG_WARN([trying to bootstrap a cross compiler])
2402 ;;
498d4a71 2403
9cb3fa6f 2404 # No compiler: if they passed --enable-bootstrap explicitly, fail
80911fe1 2405 no:*:*:yes)
9cb3fa6f
PB
2406 AC_MSG_ERROR([cannot bootstrap without a compiler]) ;;
2407
2408 # Fail if wrong command line
2409 *)
2410 AC_MSG_ERROR([invalid option for --enable-bootstrap])
2411 ;;
2412esac
2413
4385ad3c
RW
2414case ",$enable_languages,:$ENABLE_BUILD_WITH_CXX:$enable_bootstrap" in
2415 *,c++,*:yes:yes) ;;
2416 *:yes:yes)
2417 AC_MSG_ERROR([bootstrapping with --enable-build-with-cxx requires c++ in --enable-languages])
2418 ;;
2419esac
2420
16b1ad29
RW
2421case "$enable_bootstrap:$ENABLE_GOLD: $configdirs :,$stage1_languages," in
2422 yes:yes:*\ gold\ *:*,c++,*) ;;
2423 yes:yes:*\ gold\ *:*)
2424 AC_MSG_ERROR([in a combined tree, bootstrapping with --enable-gold requires c++ in stage1_languages])
2425 ;;
2426esac
2427
9cb3fa6f 2428# Adjust the toplevel makefile according to whether bootstrap was selected.
96655cc4 2429case $enable_bootstrap in
498d4a71 2430 yes)
96655cc4
AO
2431 bootstrap_suffix=bootstrap
2432 BUILD_CONFIG=bootstrap-debug
2433 ;;
498d4a71 2434 no)
96655cc4
AO
2435 bootstrap_suffix=no-bootstrap
2436 BUILD_CONFIG=
2437 ;;
498d4a71 2438esac
498d4a71 2439
96655cc4
AO
2440AC_MSG_CHECKING(for default BUILD_CONFIG)
2441
2442AC_ARG_WITH([build-config],
7837304f
AS
2443 [AS_HELP_STRING([--with-build-config='NAME NAME2...'],
2444 [use config/NAME.mk build configuration])],
96655cc4
AO
2445 [case $with_build_config in
2446 yes) with_build_config= ;;
2447 no) with_build_config= BUILD_CONFIG= ;;
2448 esac])
2449
2450if test "x${with_build_config}" != x; then
2451 BUILD_CONFIG=$with_build_config
2452else
2453 case $BUILD_CONFIG in
2454 bootstrap-debug)
2455 if echo "int f (void) { return 0; }" > conftest.c &&
2456 ${CC} -c conftest.c &&
2457 mv conftest.o conftest.o.g0 &&
2458 ${CC} -c -g conftest.c &&
2459 mv conftest.o conftest.o.g &&
a009f2e7 2460 ${srcdir}/contrib/compare-debug conftest.o.g0 conftest.o.g > /dev/null 2>&1; then
96655cc4
AO
2461 :
2462 else
2463 BUILD_CONFIG=
2464 fi
2465 rm -f conftest.c conftest.o conftest.o.g0 conftest.o.g
2466 ;;
2467 esac
2468fi
2469AC_MSG_RESULT($BUILD_CONFIG)
2470AC_SUBST(BUILD_CONFIG)
2471
06a51eac 2472extrasub_build=
6a9cf61e 2473for module in ${build_configdirs} ; do
dd12c3a8
NN
2474 if test -z "${no_recursion}" \
2475 && test -f ${build_subdir}/${module}/Makefile; then
2476 echo 1>&2 "*** removing ${build_subdir}/${module}/Makefile to force reconfigure"
2477 rm -f ${build_subdir}/${module}/Makefile
2478 fi
06a51eac 2479 extrasub_build="$extrasub_build
6bd3dfaa 2480/^@if build-$module\$/d
498d4a71
CF
2481/^@endif build-$module\$/d
2482/^@if build-$module-$bootstrap_suffix\$/d
2483/^@endif build-$module-$bootstrap_suffix\$/d"
dd12c3a8 2484done
06a51eac 2485extrasub_host=
dd12c3a8 2486for module in ${configdirs} ; do
80911fe1 2487 if test -z "${no_recursion}"; then
8cf39b1b 2488 for file in stage*-${module}/Makefile prev-${module}/Makefile ${module}/Makefile; do
80911fe1
PB
2489 if test -f ${file}; then
2490 echo 1>&2 "*** removing ${file} to force reconfigure"
2491 rm -f ${file}
2492 fi
2493 done
dd12c3a8 2494 fi
06a51eac 2495 extrasub_host="$extrasub_host
6bd3dfaa 2496/^@if $module\$/d
498d4a71
CF
2497/^@endif $module\$/d
2498/^@if $module-$bootstrap_suffix\$/d
2499/^@endif $module-$bootstrap_suffix\$/d"
dd12c3a8 2500done
06a51eac 2501extrasub_target=
dd12c3a8
NN
2502for module in ${target_configdirs} ; do
2503 if test -z "${no_recursion}" \
2504 && test -f ${target_subdir}/${module}/Makefile; then
2505 echo 1>&2 "*** removing ${target_subdir}/${module}/Makefile to force reconfigure"
2506 rm -f ${target_subdir}/${module}/Makefile
2507 fi
e8a5fa9c
RW
2508
2509 # We only bootstrap target libraries listed in bootstrap_target_libs.
2510 case $bootstrap_target_libs in
2511 *,target-$module,*) target_bootstrap_suffix=$bootstrap_suffix ;;
2512 *) target_bootstrap_suffix=no-bootstrap ;;
2513 esac
2514
06a51eac 2515 extrasub_target="$extrasub_target
6bd3dfaa 2516/^@if target-$module\$/d
498d4a71 2517/^@endif target-$module\$/d
e8a5fa9c
RW
2518/^@if target-$module-$target_bootstrap_suffix\$/d
2519/^@endif target-$module-$target_bootstrap_suffix\$/d"
930314a4 2520done
319cab08 2521
06a51eac
RW
2522# Do the final fixup along with target modules.
2523extrasub_target="$extrasub_target
6bd3dfaa 2524/^@if /,/^@endif /d"
930314a4 2525
a2cc058a
NN
2526# Create the serialization dependencies. This uses a temporary file.
2527
e6bfb94a 2528AC_ARG_ENABLE([serial-configure],
7837304f
AS
2529[AS_HELP_STRING([[--enable-serial-[{host,target,build}-]configure]],
2530 [force sequential configuration of
2531 sub-packages for the host, target or build
2532 machine, or all sub-packages])])
1047cb91
DD
2533
2534case ${enable_serial_configure} in
2535 yes)
2536 enable_serial_build_configure=yes
2537 enable_serial_host_configure=yes
2538 enable_serial_target_configure=yes
2539 ;;
2540esac
e6bfb94a 2541
a2cc058a
NN
2542# These force 'configure's to be done one at a time, to avoid problems
2543# with contention over a shared config.cache.
2544rm -f serdep.tmp
e6bfb94a 2545echo '# serdep.tmp' > serdep.tmp
a2cc058a 2546olditem=
1047cb91 2547test "x${enable_serial_build_configure}" = xyes &&
a2cc058a
NN
2548for item in ${build_configdirs} ; do
2549 case ${olditem} in
2550 "") ;;
e6bfb94a 2551 *) echo "configure-build-${item}: configure-build-${olditem}" >> serdep.tmp ;;
a2cc058a
NN
2552 esac
2553 olditem=${item}
2554done
2555olditem=
1047cb91 2556test "x${enable_serial_host_configure}" = xyes &&
a2cc058a
NN
2557for item in ${configdirs} ; do
2558 case ${olditem} in
2559 "") ;;
e6bfb94a 2560 *) echo "configure-${item}: configure-${olditem}" >> serdep.tmp ;;
a2cc058a
NN
2561 esac
2562 olditem=${item}
2563done
2564olditem=
1047cb91 2565test "x${enable_serial_target_configure}" = xyes &&
a2cc058a
NN
2566for item in ${target_configdirs} ; do
2567 case ${olditem} in
2568 "") ;;
e6bfb94a 2569 *) echo "configure-target-${item}: configure-target-${olditem}" >> serdep.tmp ;;
a2cc058a
NN
2570 esac
2571 olditem=${item}
2572done
a0da8069
NN
2573serialization_dependencies=serdep.tmp
2574AC_SUBST_FILE(serialization_dependencies)
a2cc058a 2575
e6bfb94a 2576# Base args. Strip norecursion, cache-file, srcdir, host, build,
c6b750e1 2577# target, nonopt, and variable assignments. These are the ones we
30167e0a
NC
2578# might not want to pass down to subconfigures. The exception being
2579# --cache-file=/dev/null, which is used to turn off the use of cache
2580# files altogether, and which should be passed on to subconfigures.
2581# Also strip program-prefix, program-suffix, and program-transform-name,
2582# so that we can pass down a consistent program-transform-name.
c6b750e1 2583baseargs=
65b4571a 2584tbaseargs=
c6b750e1
DJ
2585keep_next=no
2586skip_next=no
2587eval "set -- $ac_configure_args"
b0aaa663
DJ
2588for ac_arg
2589do
c6b750e1
DJ
2590 if test X"$skip_next" = X"yes"; then
2591 skip_next=no
2592 continue
2593 fi
2594 if test X"$keep_next" = X"yes"; then
2595 case $ac_arg in
2596 *\'*)
2597 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2598 esac
2599 baseargs="$baseargs '$ac_arg'"
65b4571a 2600 tbaseargs="$tbaseargs '$ac_arg'"
c6b750e1
DJ
2601 keep_next=no
2602 continue
2603 fi
2604
2605 # Handle separated arguments. Based on the logic generated by
2606 # autoconf 2.59.
2607 case $ac_arg in
2608 *=* | --config-cache | -C | -disable-* | --disable-* \
2609 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2610 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2611 | -with-* | --with-* | -without-* | --without-* | --x)
2612 separate_arg=no
2613 ;;
2614 -*)
2615 separate_arg=yes
2616 ;;
2617 *)
2618 separate_arg=no
2619 ;;
2620 esac
2621
65b4571a
AO
2622 skip_targ=no
2623 case $ac_arg in
2624changequote(,)
2625 --with-* | --without-*)
2626 libopt=`echo "$ac_arg" | sed -e 's,^--[^-_]*[-_],,' -e 's,=.*$,,'`
2627
2628 case $libopt in
2629 *[-_]include)
2630 lib=`echo "$libopt" | sed 's,[-_]include$,,'`
2631 ;;
2632 *[-_]lib)
2633 lib=`echo "$libopt" | sed 's,[-_]lib$,,'`
2634 ;;
2635 *)
2636 lib=$libopt
2637 ;;
2638 esac
2639changequote([,])
2640
2641 case $lib in
2642 mpc | mpfr | gmp | ppl | cloog)
2643 # If we're processing --with-$lib, --with-$lib-include or
2644 # --with-$lib-lib, for one of the libs above, and target is
2645 # different from host, don't pass the current argument to any
2646 # target library's configure.
2647 if test x$is_cross_compiler = xyes; then
2648 skip_targ=yes
2649 fi
2650 ;;
2651 esac
2652 ;;
2653 esac
2654
c6b750e1 2655 case "$ac_arg" in
30167e0a
NC
2656 --cache-file=/dev/null | \
2657 -cache-file=/dev/null )
2658 # Handled here to avoid the test to skip args below.
2659 baseargs="$baseargs '$ac_arg'"
65b4571a 2660 tbaseargs="$tbaseargs '$ac_arg'"
30167e0a
NC
2661 # Assert: $separate_arg should always be no.
2662 keep_next=$separate_arg
2663 ;;
c6b750e1
DJ
2664 --no*)
2665 continue
2666 ;;
2667 --c* | \
2668 --sr* | \
2669 --ho* | \
2670 --bu* | \
2671 --t* | \
2672 --program-* | \
2673 -cache_file* | \
2674 -srcdir* | \
2675 -host* | \
2676 -build* | \
2677 -target* | \
2678 -program-prefix* | \
2679 -program-suffix* | \
2680 -program-transform-name* )
2681 skip_next=$separate_arg
2682 continue
2683 ;;
2684 -*)
2685 # An option. Add it.
2686 case $ac_arg in
2687 *\'*)
2688 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2689 esac
2690 baseargs="$baseargs '$ac_arg'"
65b4571a
AO
2691 if test X"$skip_targ" = Xno; then
2692 tbaseargs="$tbaseargs '$ac_arg'"
2693 fi
c6b750e1
DJ
2694 keep_next=$separate_arg
2695 ;;
2696 *)
2697 # Either a variable assignment, or a nonopt (triplet). Don't
2698 # pass it down; let the Makefile handle this.
2699 continue
2700 ;;
2701 esac
2702done
2703# Remove the initial space we just introduced and, as these will be
2704# expanded by make, quote '$'.
2705baseargs=`echo "x$baseargs" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
252b5132 2706
f27d4f92
DJ
2707# Add in --program-transform-name, after --program-prefix and
2708# --program-suffix have been applied to it. Autoconf has already
2709# doubled dollar signs and backslashes in program_transform_name; we want
2710# the backslashes un-doubled, and then the entire thing wrapped in single
2711# quotes, because this will be expanded first by make and then by the shell.
2712# Also, because we want to override the logic in subdir configure scripts to
2713# choose program_transform_name, replace any s,x,x, with s,y,y,.
2714sed -e "s,\\\\\\\\,\\\\,g; s,','\\\\'',g; s/s,x,x,/s,y,y,/" <<EOF_SED > conftestsed.out
2715${program_transform_name}
2716EOF_SED
2717gcc_transform_name=`cat conftestsed.out`
2718rm -f conftestsed.out
2719baseargs="$baseargs --program-transform-name='${gcc_transform_name}'"
65b4571a 2720tbaseargs="$tbaseargs --program-transform-name='${gcc_transform_name}'"
2444379b
BE
2721if test "$silent" = yes; then
2722 baseargs="$baseargs --silent"
65b4571a 2723 tbaseargs="$tbaseargs --silent"
2444379b 2724fi
34a0f3cf 2725baseargs="$baseargs --disable-option-checking"
65b4571a 2726tbaseargs="$tbaseargs --disable-option-checking"
f27d4f92 2727
4074d5f2
RW
2728# Record and document user additions to sub configure arguments.
2729AC_ARG_VAR([build_configargs],
2730 [additional configure arguments for build directories])
2731AC_ARG_VAR([host_configargs],
2732 [additional configure arguments for host directories])
2733AC_ARG_VAR([target_configargs],
2734 [additional configure arguments for target directories])
2735
49b7683b
DD
2736# For the build-side libraries, we just need to pretend we're native,
2737# and not use the same cache file. Multilibs are neither needed nor
2738# desired.
4074d5f2 2739build_configargs="$build_configargs --cache-file=../config.cache ${baseargs}"
91e060aa 2740
ae831be5
NN
2741# For host modules, accept cache file option, or specification as blank.
2742case "${cache_file}" in
2743"") # empty
2744 cache_file_option="" ;;
a0da8069 2745/* | [[A-Za-z]]:[[\\/]]* ) # absolute path
ae831be5
NN
2746 cache_file_option="--cache-file=${cache_file}" ;;
2747*) # relative path
2748 cache_file_option="--cache-file=../${cache_file}" ;;
2749esac
2750
82252c06
NN
2751# Host dirs don't like to share a cache file either, horribly enough.
2752# This seems to be due to autoconf 2.5x stupidity.
4074d5f2 2753host_configargs="$host_configargs --cache-file=./config.cache ${extra_host_args} ${baseargs}"
ae831be5 2754
65b4571a 2755target_configargs="$target_configargs ${tbaseargs}"
49b7683b 2756
252b5132
RH
2757# Passing a --with-cross-host argument lets the target libraries know
2758# whether they are being built with a cross-compiler or being built
2759# native. However, it would be better to use other mechanisms to make the
2760# sorts of decisions they want to make on this basis. Please consider
2761# this option to be deprecated. FIXME.
a0c4f3a0 2762if test x${is_cross_compiler} = xyes ; then
c6b750e1 2763 target_configargs="--with-cross-host=${host_noncanonical} ${target_configargs}"
252b5132
RH
2764fi
2765
938d2b74
RW
2766# Default to --enable-multilib.
2767if test x${enable_multilib} = x ; then
a0da8069 2768 target_configargs="--enable-multilib ${target_configargs}"
938d2b74 2769fi
252b5132
RH
2770
2771# Pass --with-newlib if appropriate. Note that target_configdirs has
2772# changed from the earlier setting of with_newlib.
a0c4f3a0 2773if test x${with_newlib} != xno && echo " ${target_configdirs} " | grep " newlib " > /dev/null 2>&1 && test -d ${srcdir}/newlib ; then
a0da8069 2774 target_configargs="--with-newlib ${target_configargs}"
252b5132
RH
2775fi
2776
95036d20
NN
2777# Different target subdirs use different values of certain variables
2778# (notably CXX). Worse, multilibs use *lots* of different values.
2779# Worse yet, autoconf 2.5x makes some of these 'precious', meaning that
2780# it doesn't automatically accept command-line overrides of them.
2781# This means it's not safe for target subdirs to share a cache file,
2782# which is disgusting, but there you have it. Hopefully this can be
2783# fixed in future. It's still worthwhile to use a cache file for each
2784# directory. I think.
2785
ae380b45
MS
2786# Pass the appropriate --build, --host, --target and --cache-file arguments.
2787# We need to pass --target, as newer autoconf's requires consistency
2788# for target_alias and gcc doesn't manage it consistently.
4b900473 2789target_configargs="--cache-file=./config.cache ${target_configargs}"
49b7683b 2790
9e449d3e 2791FLAGS_FOR_TARGET=
7c1f909c 2792case " $target_configdirs " in
75205f78 2793 *" newlib "*)
a0da8069 2794 case " $target_configargs " in
75205f78 2795 *" --with-newlib "*)
9e449d3e 2796 case "$target" in
1f53ca9a
AO
2797 *-cygwin*)
2798 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/winsup -L$$r/$(TARGET_SUBDIR)/winsup/cygwin -L$$r/$(TARGET_SUBDIR)/winsup/w32api/lib -isystem $$s/winsup/include -isystem $$s/winsup/cygwin/include -isystem $$s/winsup/w32api/include'
2799 ;;
9e449d3e
AO
2800 esac
2801
7450026c 2802 # If we're not building GCC, don't discard standard headers.
4d5fd396 2803 if test -d ${srcdir}/gcc; then
63266560 2804 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -nostdinc'
7450026c
AO
2805
2806 if test "${build}" != "${host}"; then
2807 # On Canadian crosses, CC_FOR_TARGET will have already been set
2808 # by `configure', so we won't have an opportunity to add -Bgcc/
2809 # to it. This is right: we don't want to search that directory
2810 # for binaries, but we want the header files in there, so add
2811 # them explicitly.
e552509b 2812 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -isystem $$r/$(HOST_SUBDIR)/gcc/include -isystem $$r/$(HOST_SUBDIR)/gcc/include-fixed'
7450026c
AO
2813
2814 # Someone might think of using the pre-installed headers on
2815 # Canadian crosses, in case the installed compiler is not fully
2816 # compatible with the compiler being built. In this case, it
2817 # would be better to flag an error than risking having
2818 # incompatible object files being constructed. We can't
2819 # guarantee that an error will be flagged, but let's hope the
2820 # compiler will do it, when presented with incompatible header
2821 # files.
2822 fi
63266560
DD
2823 fi
2824
0a0d0041 2825 case "${target}-${is_cross_compiler}" in
ec11bdc6 2826 i[[3456789]]86-*-linux*-no)
0a0d0041
TF
2827 # Here host == target, so we don't need to build gcc,
2828 # so we don't want to discard standard headers.
2829 FLAGS_FOR_TARGET=`echo " $FLAGS_FOR_TARGET " | sed -e 's/ -nostdinc / /'`
0a0d0041
TF
2830 ;;
2831 *)
2832 # If we're building newlib, use its generic headers last, but search
2833 # for any libc-related directories first (so make it the last -B
2834 # switch).
2835 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/newlib/ -isystem $$r/$(TARGET_SUBDIR)/newlib/targ-include -isystem $$s/newlib/libc/include'
691bb5a1
DD
2836
2837 # If we're building libgloss, find the startup file, simulator library
2838 # and linker script.
2839 case " $target_configdirs " in
2840 *" libgloss "*)
2841 # Look for startup file, simulator library and maybe linker script.
2842 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/libgloss/'"$libgloss_dir"
2843 # Look for libnosys.a in case the target needs it.
2844 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/libgloss/libnosys'
2845 # Most targets have the linker script in the source directory.
2846 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$s/libgloss/'"$libgloss_dir"
2847 ;;
2848 esac
0a0d0041
TF
2849 ;;
2850 esac
9e449d3e 2851 ;;
75205f78
DD
2852 esac
2853 ;;
9e449d3e 2854esac
1f53ca9a 2855
45055374 2856case "$target" in
1f53ca9a
AO
2857 x86_64-*mingw* | *-w64-mingw*)
2858 # MinGW-w64 does not use newlib, nor does it use winsup. It may,
2859 # however, use a symlink named 'mingw' in ${prefix} .
2860 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L${prefix}/${target}/lib -L${prefix}/mingw/lib -isystem ${prefix}/${target}/include -isystem ${prefix}/mingw/include'
2861 ;;
2862 *-mingw*)
2863 # MinGW can't be handled as Cygwin above since it does not use newlib.
2864 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/winsup/mingw -L$$r/$(TARGET_SUBDIR)/winsup/w32api/lib -isystem $$s/winsup/mingw/include -isystem $$s/winsup/w32api/include'
2865 ;;
45055374 2866esac
63266560 2867
5fbad20a
DD
2868# Allow the user to override the flags for
2869# our build compiler if desired.
c66487f8
NC
2870if test x"${build}" = x"${host}" ; then
2871 CFLAGS_FOR_BUILD=${CFLAGS_FOR_BUILD-${CFLAGS}}
2872 CXXFLAGS_FOR_BUILD=${CXXFLAGS_FOR_BUILD-${CXXFLAGS}}
2873 LDFLAGS_FOR_BUILD=${LDFLAGS_FOR_BUILD-${LDFLAGS}}
2874fi
5fbad20a 2875
63266560
DD
2876# On Canadian crosses, we'll be searching the right directories for
2877# the previously-installed cross compiler, so don't bother to add
2878# flags for directories within the install tree of the compiler
2879# being built; programs in there won't even run.
4d5fd396 2880if test "${build}" = "${host}" && test -d ${srcdir}/gcc; then
9e449d3e 2881 # Search for pre-installed headers if nothing else fits.
bba45b8b 2882 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ -isystem $(build_tooldir)/include -isystem $(build_tooldir)/sys-include'
9e449d3e 2883fi
63266560 2884
7c1f909c 2885if test "x${use_gnu_ld}" = x &&
f48556b1 2886 echo " ${configdirs} " | grep " ld " > /dev/null ; then
9e449d3e 2887 # Arrange for us to find uninstalled linker scripts.
b00612cc 2888 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(HOST_SUBDIR)/ld'
9e449d3e
AO
2889fi
2890
a481dbb7
DD
2891# Search for other target-specific linker scripts and such.
2892case "${target}" in
4e206d7e
DB
2893 mep*)
2894 FLAGS_FOR_TARGET="$FLAGS_FOR_TARGET -mlibrary"
2895 ;;
2896esac
2897
a0da8069 2898# Makefile fragments.
3e707e94
PB
2899for frag in host_makefile_frag target_makefile_frag alphaieee_frag ospace_frag;
2900do
2901 eval fragval=\$$frag
2902 if test $fragval != /dev/null; then
2903 eval $frag=${srcdir}/$fragval
2904 fi
2905done
a0da8069
NN
2906AC_SUBST_FILE(host_makefile_frag)
2907AC_SUBST_FILE(target_makefile_frag)
2908AC_SUBST_FILE(alphaieee_frag)
2909AC_SUBST_FILE(ospace_frag)
2910
2911# Miscellanea: directories, flags, etc.
a0da8069 2912AC_SUBST(RPATH_ENVVAR)
3bbd2f8f 2913AC_SUBST(GCC_SHLIB_SUBDIR)
a0da8069
NN
2914AC_SUBST(tooldir)
2915AC_SUBST(build_tooldir)
907be67c 2916AC_SUBST(CONFIGURE_GDB_TK)
a0da8069 2917AC_SUBST(GDB_TK)
907be67c 2918AC_SUBST(INSTALL_GDB_TK)
a0da8069
NN
2919
2920# Build module lists & subconfigure args.
a0da8069 2921AC_SUBST(build_configargs)
6a9cf61e 2922AC_SUBST(build_configdirs)
a0da8069
NN
2923
2924# Host module lists & subconfigure args.
2925AC_SUBST(host_configargs)
2926AC_SUBST(configdirs)
911e63d0 2927AC_SUBST(target_configdirs)
a0da8069
NN
2928
2929# Target module lists & subconfigure args.
a0da8069 2930AC_SUBST(target_configargs)
a6df5a19 2931
a0da8069
NN
2932
2933# Build tools.
b5714970
PB
2934AC_SUBST(AR_FOR_BUILD)
2935AC_SUBST(AS_FOR_BUILD)
a0da8069 2936AC_SUBST(CC_FOR_BUILD)
b5714970
PB
2937AC_SUBST(CFLAGS_FOR_BUILD)
2938AC_SUBST(CXXFLAGS_FOR_BUILD)
2939AC_SUBST(CXX_FOR_BUILD)
2940AC_SUBST(DLLTOOL_FOR_BUILD)
2941AC_SUBST(GCJ_FOR_BUILD)
2942AC_SUBST(GFORTRAN_FOR_BUILD)
e552509b 2943AC_SUBST(GOC_FOR_BUILD)
b5714970
PB
2944AC_SUBST(LDFLAGS_FOR_BUILD)
2945AC_SUBST(LD_FOR_BUILD)
2946AC_SUBST(NM_FOR_BUILD)
2947AC_SUBST(RANLIB_FOR_BUILD)
2948AC_SUBST(WINDMC_FOR_BUILD)
2949AC_SUBST(WINDRES_FOR_BUILD)
a0da8069 2950
be01d343
PB
2951# Generate default definitions for YACC, M4, LEX and other programs that run
2952# on the build machine. These are used if the Makefile can't locate these
2953# programs in objdir.
2954MISSING=`cd $ac_aux_dir && ${PWDCMD-pwd}`/missing
2955
2956AC_CHECK_PROGS([YACC], ['bison -y' byacc yacc], [$MISSING bison -y])
2957case " $build_configdirs " in
2958 *" bison "*) YACC='$$r/$(BUILD_SUBDIR)/bison/tests/bison -y' ;;
2959 *" byacc "*) YACC='$$r/$(BUILD_SUBDIR)/byacc/byacc' ;;
2960esac
2961
2962AC_CHECK_PROGS([BISON], [bison], [$MISSING bison])
2963case " $build_configdirs " in
2964 *" bison "*) BISON='$$r/$(BUILD_SUBDIR)/bison/tests/bison' ;;
2965esac
2966
2967AC_CHECK_PROGS([M4], [gm4 gnum4 m4], [$MISSING m4])
2968case " $build_configdirs " in
2969 *" m4 "*) M4='$$r/$(BUILD_SUBDIR)/m4/m4' ;;
2970esac
2971
2972AC_CHECK_PROGS([LEX], [flex lex], [$MISSING flex])
2973case " $build_configdirs " in
2974 *" flex "*) LEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
2975 *" lex "*) LEX='$$r/$(BUILD_SUBDIR)/lex/lex' ;;
2976esac
2977
2978AC_CHECK_PROGS([FLEX], [flex], [$MISSING flex])
2979case " $build_configdirs " in
2980 *" flex "*) FLEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
2981esac
2982
2983AC_CHECK_PROGS([MAKEINFO], makeinfo, [$MISSING makeinfo])
2984case " $build_configdirs " in
2985 *" texinfo "*) MAKEINFO='$$r/$(BUILD_SUBDIR)/texinfo/makeinfo/makeinfo' ;;
2986 *)
2987changequote(,)
10ad8ef3 2988 # For an installed makeinfo, we require it to be from texinfo 4.7 or
be01d343
PB
2989 # higher, else we use the "missing" dummy.
2990 if ${MAKEINFO} --version \
10ad8ef3 2991 | egrep 'texinfo[^0-9]*(4\.([7-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
be01d343
PB
2992 :
2993 else
2994 MAKEINFO="$MISSING makeinfo"
2995 fi
2996 ;;
2997changequote([,])
2998esac
2999
3000# FIXME: expect and dejagnu may become build tools?
3001
3002AC_CHECK_PROGS(EXPECT, expect, expect)
3003case " $configdirs " in
3004 *" expect "*)
3005 test $host = $build && EXPECT='$$r/$(HOST_SUBDIR)/expect/expect'
3006 ;;
3007esac
3008
3009AC_CHECK_PROGS(RUNTEST, runtest, runtest)
3010case " $configdirs " in
3011 *" dejagnu "*)
6b89cc21 3012 test $host = $build && RUNTEST='$$s/$(HOST_SUBDIR)/dejagnu/runtest'
be01d343
PB
3013 ;;
3014esac
3015
3016
a0da8069 3017# Host tools.
05cbd757
PB
3018NCN_STRICT_CHECK_TOOLS(AR, ar)
3019NCN_STRICT_CHECK_TOOLS(AS, as)
3020NCN_STRICT_CHECK_TOOLS(DLLTOOL, dlltool)
3021NCN_STRICT_CHECK_TOOLS(LD, ld)
be01d343 3022NCN_STRICT_CHECK_TOOLS(LIPO, lipo)
05cbd757 3023NCN_STRICT_CHECK_TOOLS(NM, nm)
ba98da75
RO
3024NCN_STRICT_CHECK_TOOLS(RANLIB, ranlib, true)
3025NCN_STRICT_CHECK_TOOLS(STRIP, strip, true)
05cbd757 3026NCN_STRICT_CHECK_TOOLS(WINDRES, windres)
0c24b341 3027NCN_STRICT_CHECK_TOOLS(WINDMC, windmc)
05cbd757
PB
3028NCN_STRICT_CHECK_TOOLS(OBJCOPY, objcopy)
3029NCN_STRICT_CHECK_TOOLS(OBJDUMP, objdump)
a0da8069
NN
3030AC_SUBST(CC)
3031AC_SUBST(CXX)
3032AC_SUBST(CFLAGS)
3033AC_SUBST(CXXFLAGS)
a0da8069 3034
be01d343 3035# Target tools.
2429c060 3036AC_ARG_WITH([build-time-tools],
7837304f
AS
3037 [AS_HELP_STRING([--with-build-time-tools=PATH],
3038 [use given path to find target tools during the build])],
2429c060
PB
3039 [case x"$withval" in
3040 x/*) ;;
3041 *)
3042 with_build_time_tools=
3043 AC_MSG_WARN([argument to --with-build-time-tools must be an absolute path])
3044 ;;
3045 esac],
3046 [with_build_time_tools=])
3047
05cbd757
PB
3048NCN_STRICT_CHECK_TARGET_TOOLS(CC_FOR_TARGET, cc gcc)
3049NCN_STRICT_CHECK_TARGET_TOOLS(CXX_FOR_TARGET, c++ g++ cxx gxx)
05cbd757
PB
3050NCN_STRICT_CHECK_TARGET_TOOLS(GCC_FOR_TARGET, gcc, ${CC_FOR_TARGET})
3051NCN_STRICT_CHECK_TARGET_TOOLS(GCJ_FOR_TARGET, gcj)
3052NCN_STRICT_CHECK_TARGET_TOOLS(GFORTRAN_FOR_TARGET, gfortran)
e552509b 3053NCN_STRICT_CHECK_TARGET_TOOLS(GOC_FOR_TARGET, gccgo)
2429c060
PB
3054
3055ACX_CHECK_INSTALLED_TARGET_TOOL(AR_FOR_TARGET, ar)
3056ACX_CHECK_INSTALLED_TARGET_TOOL(AS_FOR_TARGET, as)
3057ACX_CHECK_INSTALLED_TARGET_TOOL(DLLTOOL_FOR_TARGET, dlltool)
3058ACX_CHECK_INSTALLED_TARGET_TOOL(LD_FOR_TARGET, ld)
3059ACX_CHECK_INSTALLED_TARGET_TOOL(LIPO_FOR_TARGET, lipo)
3060ACX_CHECK_INSTALLED_TARGET_TOOL(NM_FOR_TARGET, nm)
3061ACX_CHECK_INSTALLED_TARGET_TOOL(OBJDUMP_FOR_TARGET, objdump)
ba98da75 3062ACX_CHECK_INSTALLED_TARGET_TOOL(RANLIB_FOR_TARGET, ranlib)
2429c060
PB
3063ACX_CHECK_INSTALLED_TARGET_TOOL(STRIP_FOR_TARGET, strip)
3064ACX_CHECK_INSTALLED_TARGET_TOOL(WINDRES_FOR_TARGET, windres)
0c24b341 3065ACX_CHECK_INSTALLED_TARGET_TOOL(WINDMC_FOR_TARGET, windmc)
55db4b87 3066
be01d343
PB
3067RAW_CXX_FOR_TARGET="$CXX_FOR_TARGET"
3068
3069GCC_TARGET_TOOL(ar, AR_FOR_TARGET, AR, [binutils/ar])
3070GCC_TARGET_TOOL(as, AS_FOR_TARGET, AS, [gas/as-new])
3071GCC_TARGET_TOOL(cc, CC_FOR_TARGET, CC, [gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/])
950386c6 3072dnl see comments for CXX_FOR_TARGET_FLAG_TO_PASS
be01d343 3073GCC_TARGET_TOOL(c++, CXX_FOR_TARGET, CXX,
950386c6 3074 [gcc/g++ -B$$r/$(HOST_SUBDIR)/gcc/ -nostdinc++ `if test -f $$r/$(TARGET_SUBDIR)/libstdc++-v3/scripts/testsuite_flags; then $(SHELL) $$r/$(TARGET_SUBDIR)/libstdc++-v3/scripts/testsuite_flags --build-includes; else echo -funconfigured-libstdc++-v3 ; fi` -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src/.libs],
be01d343
PB
3075 c++)
3076GCC_TARGET_TOOL(c++ for libstdc++, RAW_CXX_FOR_TARGET, CXX,
3077 [gcc/xgcc -shared-libgcc -B$$r/$(HOST_SUBDIR)/gcc -nostdinc++ -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src/.libs],
3078 c++)
3079GCC_TARGET_TOOL(dlltool, DLLTOOL_FOR_TARGET, DLLTOOL, [binutils/dlltool])
3080GCC_TARGET_TOOL(gcc, GCC_FOR_TARGET, , [gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/])
3081GCC_TARGET_TOOL(gcj, GCJ_FOR_TARGET, GCJ,
3082 [gcc/gcj -B$$r/$(HOST_SUBDIR)/gcc/], java)
3083GCC_TARGET_TOOL(gfortran, GFORTRAN_FOR_TARGET, GFORTRAN,
3084 [gcc/gfortran -B$$r/$(HOST_SUBDIR)/gcc/], fortran)
e552509b
ILT
3085GCC_TARGET_TOOL(gccgo, GOC_FOR_TARGET, GOC,
3086 [gcc/gccgo -B$$r/$(HOST_SUBDIR)/gcc/], go)
be01d343
PB
3087GCC_TARGET_TOOL(ld, LD_FOR_TARGET, LD, [ld/ld-new])
3088GCC_TARGET_TOOL(lipo, LIPO_FOR_TARGET, LIPO)
3089GCC_TARGET_TOOL(nm, NM_FOR_TARGET, NM, [binutils/nm-new])
3090GCC_TARGET_TOOL(objdump, OBJDUMP_FOR_TARGET, OBJDUMP, [binutils/objdump])
3091GCC_TARGET_TOOL(ranlib, RANLIB_FOR_TARGET, RANLIB, [binutils/ranlib])
9b980aa1 3092GCC_TARGET_TOOL(strip, STRIP_FOR_TARGET, STRIP, [binutils/strip-new])
be01d343 3093GCC_TARGET_TOOL(windres, WINDRES_FOR_TARGET, WINDRES, [binutils/windres])
0c24b341 3094GCC_TARGET_TOOL(windmc, WINDMC_FOR_TARGET, WINDMC, [binutils/windmc])
55db4b87 3095
be01d343 3096AC_SUBST(FLAGS_FOR_TARGET)
55db4b87 3097AC_SUBST(RAW_CXX_FOR_TARGET)
54752a6b 3098
a0da8069
NN
3099# Certain tools may need extra flags.
3100AR_FOR_TARGET=${AR_FOR_TARGET}${extra_arflags_for_target}
3101RANLIB_FOR_TARGET=${RANLIB_FOR_TARGET}${extra_ranlibflags_for_target}
3102NM_FOR_TARGET=${NM_FOR_TARGET}${extra_nmflags_for_target}
252b5132 3103
be01d343
PB
3104# When building target libraries, except in a Canadian cross, we use
3105# the same toolchain as the compiler we just built.
3106COMPILER_AS_FOR_TARGET='$(AS_FOR_TARGET)'
3107COMPILER_LD_FOR_TARGET='$(LD_FOR_TARGET)'
3108COMPILER_NM_FOR_TARGET='$(NM_FOR_TARGET)'
3109if test $host = $build; then
3110 case " $configdirs " in
3111 *" gcc "*)
3112 COMPILER_AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/as'
3113 COMPILER_LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/collect-ld'
3114 COMPILER_NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/nm'${extra_nmflags_for_target}
3115 ;;
3116 esac
3117fi
3118
3119AC_SUBST(COMPILER_AS_FOR_TARGET)
3120AC_SUBST(COMPILER_LD_FOR_TARGET)
3121AC_SUBST(COMPILER_NM_FOR_TARGET)
3122
6b784d9f
AO
3123AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
3124AC_ARG_ENABLE(maintainer-mode,
7837304f
AS
3125[AS_HELP_STRING([--enable-maintainer-mode],
3126 [enable make rules and dependencies not useful
3127 (and sometimes confusing) to the casual installer])],
6b784d9f
AO
3128 USE_MAINTAINER_MODE=$enableval,
3129 USE_MAINTAINER_MODE=no)
3130AC_MSG_RESULT($USE_MAINTAINER_MODE)
3131AC_SUBST(MAINTAINER_MODE_TRUE)
3132AC_SUBST(MAINTAINER_MODE_FALSE)
3133if test "$USE_MAINTAINER_MODE" = yes; then
3134 MAINTAINER_MODE_TRUE=
3135 MAINTAINER_MODE_FALSE='#'
3136else
3137 MAINTAINER_MODE_TRUE='#'
3138 MAINTAINER_MODE_FALSE=
3139fi
3140MAINT=$MAINTAINER_MODE_TRUE
3141AC_SUBST(MAINT)dnl
3142
1d39f329
NN
3143# ---------------------
3144# GCC bootstrap support
3145# ---------------------
3146
3147# Stage specific cflags for build.
3148stage1_cflags="-g"
3149case $build in
3150 vax-*-*)
3151 case ${GCC} in
3152 yes) stage1_cflags="-g -Wa,-J" ;;
3153 *) stage1_cflags="-g -J" ;;
3154 esac ;;
1d39f329 3155esac
1d89b610
PB
3156
3157# This is aimed to mimic bootstrap with a non-GCC compiler to catch problems.
e8a5fa9c 3158if test "$GCC" = yes -a "$ENABLE_BUILD_WITH_CXX" != yes; then
1d89b610
PB
3159 saved_CFLAGS="$CFLAGS"
3160
3161 # Pass -fkeep-inline-functions for stage 1 if the GCC version supports it.
3162 CFLAGS="$CFLAGS -fkeep-inline-functions"
3163 AC_MSG_CHECKING([whether -fkeep-inline-functions is supported])
2038f525
PB
3164 AC_TRY_COMPILE([
3165#if (__GNUC__ < 3) \
3166 || (__GNUC__ == 3 && (__GNUC_MINOR__ < 3 \
3167 || (__GNUC_MINOR__ == 3 && __GNUC_PATCHLEVEL__ < 1)))
3168#error http://gcc.gnu.org/PR29382
3169#endif
3170 ],,
1d89b610
PB
3171 [AC_MSG_RESULT([yes]); stage1_cflags="$stage1_cflags -fkeep-inline-functions"],
3172 [AC_MSG_RESULT([no])])
3173
3174 CFLAGS="$saved_CFLAGS"
3175fi
3176
1d39f329
NN
3177AC_SUBST(stage1_cflags)
3178
8a0d8a5c
PB
3179# Enable --enable-checking in stage1 of the compiler.
3180AC_ARG_ENABLE(stage1-checking,
7837304f
AS
3181[AS_HELP_STRING([[--enable-stage1-checking[=all]]],
3182 [choose additional checking for stage1 of the compiler])],
8a0d8a5c 3183[stage1_checking=--enable-checking=${enable_stage1_checking}],
5566c1fa 3184[if test "x$enable_checking" = xno || test "x$enable_checking" = x; then
2abc4e65 3185 stage1_checking=--enable-checking=yes,types
8a0d8a5c 3186else
5566c1fa 3187 stage1_checking=--enable-checking=$enable_checking,types
8a0d8a5c
PB
3188fi])
3189AC_SUBST(stage1_checking)
3190
1d39f329 3191# Enable -Werror in bootstrap stage2 and later.
1d39f329 3192AC_ARG_ENABLE(werror,
7837304f
AS
3193[AS_HELP_STRING([--enable-werror],
3194 [enable -Werror in bootstrap stage2 and later])], [],
a0323144 3195[if test -d ${srcdir}/gcc && test x"`cat $srcdir/gcc/DEV-PHASE`" = xexperimental; then
79fcd0ec
PB
3196 enable_werror=yes
3197else
3198 enable_werror=no
3199fi])
1a6f2dc7
NN
3200case ${enable_werror} in
3201 yes) stage2_werror_flag="--enable-werror-always" ;;
3202 *) stage2_werror_flag="" ;;
1d39f329 3203esac
1a6f2dc7 3204AC_SUBST(stage2_werror_flag)
1d39f329 3205
e8a5fa9c
RW
3206# Specify what files to not compare during bootstrap.
3207
3208compare_exclusions="gcc/cc*-checksum\$(objext) | gcc/ada/*tools/*"
3209case "$target" in
3210 hppa*64*-*-hpux*) ;;
3211 hppa*-*-hpux*) compare_exclusions="gcc/cc*-checksum\$(objext) | */libgcc/lib2funcs* | gcc/ada/*tools/*" ;;
3212esac
1f53ca9a
AO
3213case " $configdirs " in
3214*" ppl "*) compare_exclusions="$compare_exclusions | ppl/src/ppl-config.o" ;;
3215esac
e8a5fa9c
RW
3216AC_SUBST(compare_exclusions)
3217
06a51eac
RW
3218AC_CONFIG_FILES([Makefile],
3219 [sed "$extrasub_build" Makefile |
3220 sed "$extrasub_host" |
3221 sed "$extrasub_target" > mf$$
3222 mv -f mf$$ Makefile],
3223 [extrasub_build="$extrasub_build"
3224 extrasub_host="$extrasub_host"
3225 extrasub_target="$extrasub_target"])
3226AC_OUTPUT
This page took 0.70276 seconds and 4 git commands to generate.