]> git.ipfire.org Git - thirdparty/gcc.git/blame - configure.ac
Add overflow API for plus minus mult on range
[thirdparty/gcc.git] / configure.ac
CommitLineData
beeaf216 1# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
ec8fd1c0 2# 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012,
88252529 3# 2014, 2015, 2016, 2019, 2022 Free Software Foundation, Inc.
6599da04
JM
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
309c24a9 7# the Free Software Foundation; either version 3 of the License, or
6599da04
JM
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
309c24a9
JJ
16# along with this program; see the file COPYING3. If not see
17# <http://www.gnu.org/licenses/>.
6599da04
JM
18
19##############################################################################
671aa708
NN
20### WARNING: this file contains embedded tabs. Do not run untabify on this file.
21
7142fb32
PB
22m4_include(config/acx.m4)
23m4_include(config/override.m4)
38d24731 24m4_include(config/proginstall.m4)
7413962d 25m4_include(config/elf.m4)
ffac9597 26m4_include(config/ax_cxx_compile_stdcxx.m4)
126f707e 27m4_include(config/gcc-plugin.m4)
592c90ff
KG
28m4_include([libtool.m4])
29m4_include([ltoptions.m4])
30m4_include([ltsugar.m4])
31m4_include([ltversion.m4])
32m4_include([lt~obsolete.m4])
33ad93b9 33m4_include([config/isl.m4])
ad6717df 34
671aa708 35AC_INIT(move-if-change)
0115d4a3 36AC_DISABLE_OPTION_CHECKING
1c710c3c 37
ad33ff57
RW
38progname=$0
39# if PWD already has a value, it is probably wrong.
40if test -n "$PWD" ; then PWD=`${PWDCMD-pwd}`; fi
41
42# Export original configure arguments for use by sub-configures.
43# Quote arguments with shell meta charatcers.
44TOPLEVEL_CONFIGURE_ARGUMENTS=
45set -- "$progname" "$@"
46for ac_arg
47do
48 case "$ac_arg" in
49 *" "*|*" "*|*[[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\']]*)
50 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"`
51 # if the argument is of the form -foo=baz, quote the baz part only
52 ac_arg=`echo "'$ac_arg'" | sed "s/^'\([[-a-zA-Z0-9]]*=\)/\\1'/"` ;;
53 *) ;;
54 esac
55 # Add the quoted argument to the list.
56 TOPLEVEL_CONFIGURE_ARGUMENTS="$TOPLEVEL_CONFIGURE_ARGUMENTS $ac_arg"
57done
58if test "$silent" = yes; then
59 TOPLEVEL_CONFIGURE_ARGUMENTS="$TOPLEVEL_CONFIGURE_ARGUMENTS --silent"
60fi
61# Remove the initial space we just introduced and, as these will be
62# expanded by make, quote '$'.
63TOPLEVEL_CONFIGURE_ARGUMENTS=`echo "x$TOPLEVEL_CONFIGURE_ARGUMENTS" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
64AC_SUBST(TOPLEVEL_CONFIGURE_ARGUMENTS)
65
1c710c3c
DJ
66# Find the build, host, and target systems.
67ACX_NONCANONICAL_BUILD
68ACX_NONCANONICAL_HOST
69ACX_NONCANONICAL_TARGET
70
71dnl Autoconf 2.5x and later will set a default program prefix if
72dnl --target was used, even if it was the same as --host. Disable
73dnl that behavior. This must be done before AC_CANONICAL_SYSTEM
74dnl to take effect.
75test "$host_noncanonical" = "$target_noncanonical" &&
76 test "$program_prefix$program_suffix$program_transform_name" = \
77 NONENONEs,x,x, &&
78 program_transform_name=s,y,y,
79
671aa708
NN
80AC_CANONICAL_SYSTEM
81AC_ARG_PROGRAM
82
1c710c3c 83m4_pattern_allow([^AS_FOR_TARGET$])dnl
0999159b 84m4_pattern_allow([^AS_FOR_BUILD$])dnl
1c710c3c 85
775956d0
NN
86# Get 'install' or 'install-sh' and its variants.
87AC_PROG_INSTALL
ad6717df 88ACX_PROG_LN
148907ea 89AC_PROG_LN_S
87264276
PB
90AC_PROG_SED
91AC_PROG_AWK
775956d0 92
fc45f3fe
DJ
93srcpwd=`cd ${srcdir} ; ${PWDCMD-pwd}`
94
95# We pass INSTALL explicitly to sub-makes. Make sure that it is not
96# a relative path.
97if test "$INSTALL" = "${srcdir}/install-sh -c"; then
98 INSTALL="${srcpwd}/install-sh -c"
99fi
100
671aa708
NN
101# Set srcdir to "." if that's what it is.
102# This is important for multilib support.
103pwd=`${PWDCMD-pwd}`
671aa708
NN
104if test "${pwd}" = "${srcpwd}" ; then
105 srcdir=.
106fi
107
108topsrcdir=$srcpwd
6599da04 109
4977bab6 110extra_host_args=
afabd8e6 111
6599da04
JM
112### To add a new directory to the tree, first choose whether it is a target
113### or a host dependent tool. Then put it into the appropriate list
4977bab6
ZW
114### (library or tools, host or target), doing a dependency sort.
115
116# Subdirs will be configured in the order listed in build_configdirs,
117# configdirs, or target_configdirs; see the serialization section below.
118
119# Dependency sorting is only needed when *configuration* must be done in
120# a particular order. In all cases a dependency should be specified in
121# the Makefile, whether or not it's implicitly specified here.
6599da04 122
4977bab6
ZW
123# Double entries in build_configdirs, configdirs, or target_configdirs may
124# cause circular dependencies and break everything horribly.
6599da04 125
23f6b2f9
PB
126# these library is used by various programs built for the build
127# environment
128#
929315a9 129build_libs="build-libiberty build-libcpp"
23f6b2f9
PB
130
131# these tools are built for the build environment
85bfb75e 132build_tools="build-texinfo build-flex build-bison build-m4 build-fixincludes"
23f6b2f9 133
6599da04 134# these libraries are used by various programs built for the host environment
eae1a5d4 135#f
3de627ff 136host_libs="intl libiberty opcodes bfd readline tcl tk itcl libgui zlib libbacktrace libcpp libcody libdecnumber gmp mpfr mpc isl libiconv libctf libsframe"
6599da04 137
6599da04
JM
138# these tools are built for the host environment
139# Note, the powerpc-eabi build depends on sim occurring before gdb in order to
140# know that we are building the simulator.
4977bab6
ZW
141# binutils, gas and ld appear in that order because it makes sense to run
142# "make check" in that particular order.
38e3d868 143# If --enable-gold is used, "gold" may replace "ld".
1eee94d3 144host_tools="texinfo flex bison binutils gas ld fixincludes gcc cgen sid sim gdb gdbserver gprof etc expect dejagnu m4 utils guile fastjar gnattools libcc1 gm2tools gotools c++tools"
5d4a5ee6 145
6599da04
JM
146# these libraries are built for the target environment, and are built after
147# the host libraries and the host tools (which may be a cross compiler)
8499116a 148# Note that libiberty is not a target library.
291f172e 149target_libraries="target-libgcc \
eff02e4f 150 target-libbacktrace \
5d4a5ee6
JL
151 target-libgloss \
152 target-newlib \
6d3b5aea 153 target-libgomp \
48310492 154 target-libatomic \
0a35513e 155 target-libitm \
cb543528 156 target-libstdc++-v3 \
f35db108 157 target-libsanitizer \
2077db1b 158 target-libvtv \
77008252 159 target-libssp \
1ec601bf 160 target-libquadmath \
6de9cd9a 161 target-libgfortran \
012447ea 162 target-libffi \
d9cdb878 163 target-libobjc \
632e2a07 164 target-libada \
1eee94d3 165 target-libgm2 \
b4c522fa 166 target-libgo \
bb50312e
IB
167 target-libphobos \
168 target-zlib"
6599da04 169
4dbda6f0
NN
170# these tools are built using the target libraries, and are intended to
171# run only in the target environment
6599da04 172#
4dbda6f0 173# note: any program that *uses* libraries that are in the "target_libraries"
1bcce263 174# list belongs in this list.
6599da04 175#
85bfb75e 176target_tools="target-rda"
6599da04
JM
177
178################################################################################
179
6599da04
JM
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.
6599da04 185configdirs=`echo ${host_libs} ${host_tools}`
4dbda6f0 186target_configdirs=`echo ${target_libraries} ${target_tools}`
71b5d516 187build_configdirs=`echo ${build_libs} ${build_tools}`
8b87bb96 188
ac9e6043 189m4_divert_text([PARSE_ARGS],
87841584
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'`
ac9e6043
RW
198])
199
6599da04
JM
200################################################################################
201
6599da04
JM
202srcname="gnu development package"
203
204# This gets set non-empty for some net releases of packages.
205appdirs=""
206
e1848dde
NN
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
b4acb5ef 215# Find the build and target subdir names.
8b87bb96 216GCC_TOPLEV_SUBDIRS
0db770bd
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
f653f0ab 222
55380b08
NN
223# Skipdirs are removed silently.
224skipdirs=
225# Noconfigdirs are removed loudly.
226noconfigdirs=""
6599da04 227
55380b08
NN
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
5afab7ad 232 noconfigdirs="$noconfigdirs ld gold"
6599da04
JM
233fi
234
55380b08
NN
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"
6599da04
JM
240fi
241
d7f09764 242use_included_zlib=
a05c2c75
L
243AC_ARG_WITH(system-zlib,
244[AS_HELP_STRING([--with-system-zlib], [use installed libz])])
d7f09764
DN
245# Make sure we don't let ZLIB be added if we didn't want it.
246if test x$with_system_zlib = xyes ; then
247 use_included_zlib=no
248 noconfigdirs="$noconfigdirs zlib"
249fi
250
36ba9851
ДП
251# Don't compile the bundled readline/libreadline.a if --with-system-readline
252# is provided.
253if test x$with_system_readline = xyes ; then
254 noconfigdirs="$noconfigdirs readline"
255fi
256
407a2c9a
FS
257AC_ARG_WITH(zstd,
258[AS_HELP_STRING([--with-zstd], [Support zstd compressed debug sections (default=auto)])])
259
55380b08
NN
260# some tools are so dependent upon X11 that if we're not building with X,
261# it's not even worth trying to configure, much less build, that tool.
6599da04 262
55380b08
NN
263case ${with_x} in
264 yes | "") ;; # the default value for this tree is that X11 is available
423ce3eb 265 no)
b4f96efe 266 skipdirs="${skipdirs} tk itcl libgui"
423ce3eb
NN
267 # We won't be able to build gdbtk without X.
268 enable_gdbtk=no
269 ;;
55380b08
NN
270 *) echo "*** bad value \"${with_x}\" for -with-x flag; ignored" 1>&2 ;;
271esac
6599da04 272
1bcce263 273# Some are only suitable for cross toolchains.
95ddd785
NN
274# Remove these if host=target.
275cross_only="target-libgloss target-newlib target-opcodes"
6599da04 276
55380b08
NN
277case $is_cross_compiler in
278 no) skipdirs="${skipdirs} ${cross_only}" ;;
55380b08 279esac
6599da04 280
0c639b89
DD
281# If both --with-headers and --with-libs are specified, default to
282# --without-newlib.
9082a750
MR
283if test x"${with_headers}" != x && test x"${with_headers}" != xno \
284 && test x"${with_libs}" != x && test x"${with_libs}" != xno ; then
0c639b89
DD
285 if test x"${with_newlib}" = x ; then
286 with_newlib=no
287 fi
288fi
289
290# Recognize --with-newlib/--without-newlib.
291case ${with_newlib} in
292 no) skipdirs="${skipdirs} target-newlib" ;;
293 yes) skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'` ;;
294esac
295
85c64bbe
BS
296AC_ARG_ENABLE(as-accelerator-for,
297[AS_HELP_STRING([--enable-as-accelerator-for=ARG],
298 [build as offload target compiler.
4b4f2e35 299 Specify offload host triple by ARG])])
85c64bbe
BS
300
301AC_ARG_ENABLE(offload-targets,
302[AS_HELP_STRING([--enable-offload-targets=LIST],
303 [enable offloading to devices from comma-separated LIST of
304 TARGET[=DIR]. Use optional path to find offload target compiler
305 during the build])],
306[
307 if test x"$enable_offload_targets" = x; then
308 AC_MSG_ERROR([no offload targets specified])
309 fi
310], [enable_offload_targets=])
311
fe5bfa67
TB
312AC_ARG_ENABLE(offload-defaulted,
313[AS_HELP_STRING([--enable-offload-defaulted]
314 [If enabled, configured but not installed offload compilers and
315 libgomp plugins are silently ignored. Useful for distribution
316 compilers where those are in separate optional packages.])],
317[enable_offload_defaulted=$enableval],
318[enable_offload_defaulted=])
319
21539e2e
MK
320# Handle --enable-gold, --enable-ld.
321# --disable-gold [--enable-ld]
322# Build only ld. Default option.
9580395f
L
323# --enable-gold [--enable-ld]
324# Build both gold and ld. Install gold as "ld.gold", install ld
325# as "ld.bfd" and "ld".
326# --enable-gold=default [--enable-ld]
21539e2e
MK
327# Build both gold and ld. Install gold as "ld.gold" and "ld",
328# install ld as "ld.bfd".
329# --enable-gold[=default] --disable-ld
330# Build only gold, which is then installed as both "ld.gold" and "ld".
331# --enable-gold --enable-ld=default
9580395f
L
332# Build both gold (installed as "ld.gold") and ld (installed as "ld"
333# and ld.bfd).
21539e2e
MK
334# In other words, ld is default
335# --enable-gold=default --enable-ld=default
336# Error.
337
338default_ld=
5afab7ad 339AC_ARG_ENABLE(gold,
33e39b66
AS
340[AS_HELP_STRING([[--enable-gold[=ARG]]],
341 [build gold @<:@ARG={default,yes,no}@:>@])],
5afab7ad
ILT
342ENABLE_GOLD=$enableval,
343ENABLE_GOLD=no)
21539e2e
MK
344case "${ENABLE_GOLD}" in
345 yes|default)
38e3d868
RM
346 # Check for ELF target.
347 is_elf=no
348 case "${target}" in
349 *-*-elf* | *-*-sysv4* | *-*-unixware* | *-*-eabi* | hppa*64*-*-hpux* \
0e76460f 350 | *-*-linux* | *-*-gnu* | frv-*-uclinux* | *-*-irix5* | *-*-irix6* \
8c6d158a 351 | *-*-netbsd* | *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* \
ead5103c 352 | *-*-solaris2* | *-*-nto* | *-*-nacl* | *-*-haiku*)
38e3d868
RM
353 case "${target}" in
354 *-*-linux*aout* | *-*-linux*oldld*)
355 ;;
356 *)
357 is_elf=yes
358 ;;
359 esac
360 esac
361
362 if test "$is_elf" = "yes"; then
363 # Check for target supported by gold.
5afab7ad 364 case "${target}" in
7705dfd1 365 i?86-*-* | x86_64-*-* | sparc*-*-* | powerpc*-*-* | arm*-*-* \
a885ec24 366 | aarch64*-*-* | tilegx*-*-* | mips*-*-* | s390*-*-* | loongarch*-*-*)
21539e2e
MK
367 configdirs="$configdirs gold"
368 if test x${ENABLE_GOLD} = xdefault; then
369 default_ld=gold
370 fi
38e3d868 371 ENABLE_GOLD=yes
5afab7ad
ILT
372 ;;
373 esac
38e3d868
RM
374 fi
375 ;;
376 no)
377 ;;
378 *)
379 AC_MSG_ERROR([invalid --enable-gold argument])
380 ;;
21539e2e
MK
381esac
382
383AC_ARG_ENABLE(ld,
33e39b66
AS
384[AS_HELP_STRING([[--enable-ld[=ARG]]],
385 [build ld @<:@ARG={default,yes,no}@:>@])],
21539e2e
MK
386ENABLE_LD=$enableval,
387ENABLE_LD=yes)
388
389case "${ENABLE_LD}" in
390 default)
9580395f 391 if test x${default_ld} != x; then
21539e2e
MK
392 AC_MSG_ERROR([either gold or ld can be the default ld])
393 fi
394 ;;
395 yes)
396 ;;
397 no)
398 if test x${ENABLE_GOLD} != xyes; then
399 AC_MSG_WARN([neither ld nor gold are enabled])
400 fi
401 configdirs=`echo " ${configdirs} " | sed -e 's/ ld / /'`
402 ;;
403 *)
404 AC_MSG_ERROR([invalid --enable-ld argument])
405 ;;
406esac
5afab7ad 407
24552056
VM
408AC_ARG_ENABLE(gprofng,
409[AS_HELP_STRING([[--enable-gprofng[=ARG]]],
410 [build gprofng @<:@ARG={yes,no}@:>@])],
411enable_gprofng=$enableval,
412enable_gprofng=yes)
413if test "$enable_gprofng" = "yes"; then
414 case "${target}" in
415 x86_64-*-linux* | i?86-*-linux* | aarch64-*-linux*)
416 configdirs="$configdirs gprofng"
417 ;;
418 esac
419fi
420
421
78edb32f
L
422# PR gas/19109
423# Decide the default method for compressing debug sections.
424# Provide a configure time option to override our default.
425AC_ARG_ENABLE(compressed_debug_sections,
324402a0 426[AS_HELP_STRING([--enable-compressed-debug-sections={all,gas,gold,ld,none}],
78edb32f
L
427 [Enable compressed debug sections for gas, gold or ld by
428 default])],
429[
430 if test x"$enable_compressed_debug_sections" = xyes; then
431 AC_MSG_ERROR([no program with compressed debug sections specified])
432 fi
433], [enable_compressed_debug_sections=])
434
c9884636
ML
435# Select default compression algorithm.
436AC_ARG_ENABLE(default_compressed_debug_sections_algorithm,
437[AS_HELP_STRING([--enable-default-compressed-debug-sections-algorithm={zlib,zstd}],
438 [Default compression algorithm for --enable-compressed-debug-sections.])],
439[], [default_compressed_debug_sections_algorithm=])
440
6599da04
JM
441# Configure extra directories which are host specific
442
443case "${host}" in
55380b08 444 *-cygwin*)
4977bab6 445 configdirs="$configdirs libtermcap" ;;
6599da04
JM
446esac
447
4fab7234
HPN
448# A target can indicate whether a language isn't supported for some reason.
449# Only spaces may be used in this macro; not newlines or tabs.
450unsupported_languages=
451
6599da04
JM
452# Remove more programs from consideration, based on the host or
453# target this usually means that a port of the program doesn't
454# exist yet.
455
6599da04 456case "${host}" in
111eeb6e 457 i[[3456789]]86-*-msdosdjgpp*)
c9bdb152 458 noconfigdirs="$noconfigdirs tcl tk itcl"
5d4a5ee6 459 ;;
6599da04
JM
460esac
461
a49d42e8
LM
462# Default to --disable-year2038 until we can handle differences between
463# projects that use gnulib (which understands year 2038) and projects that
464# do not (like BFD).
465AC_ARG_ENABLE(year2038,
466AS_HELP_STRING([--enable-year2038],
467 [enable support for timestamps past the year 2038]),
468ENABLE_YEAR2038=$enableval,
469ENABLE_YEAR2038=no)
470enable_year2038=
471if test "${ENABLE_YEAR2038}" = "no" ; then
472 enable_year2038=no
473fi
6de9cd9a 474
87e6d9dc
TB
475AC_ARG_ENABLE(libquadmath,
476AS_HELP_STRING([--disable-libquadmath],
477 [do not build libquadmath directory]),
478ENABLE_LIBQUADMATH=$enableval,
479ENABLE_LIBQUADMATH=yes)
480if test "${ENABLE_LIBQUADMATH}" = "no" ; then
481 noconfigdirs="$noconfigdirs target-libquadmath"
482fi
483
484
485AC_ARG_ENABLE(libquadmath-support,
486AS_HELP_STRING([--disable-libquadmath-support],
487 [disable libquadmath support for Fortran]),
488ENABLE_LIBQUADMATH_SUPPORT=$enableval,
489ENABLE_LIBQUADMATH_SUPPORT=yes)
490enable_libquadmath_support=
491if test "${ENABLE_LIBQUADMATH_SUPPORT}" = "no" ; then
492 enable_libquadmath_support=no
493fi
494
495
d9cdb878 496AC_ARG_ENABLE(libada,
33e39b66 497[AS_HELP_STRING([--enable-libada], [build libada directory])],
d9cdb878
AC
498ENABLE_LIBADA=$enableval,
499ENABLE_LIBADA=yes)
500if test "${ENABLE_LIBADA}" != "yes" ; then
5395b47b 501 noconfigdirs="$noconfigdirs gnattools"
d9cdb878
AC
502fi
503
1eee94d3
GM
504AC_ARG_ENABLE(libgm2,
505[AS_HELP_STRING([--enable-libgm2], [build libgm2 directory])],
506ENABLE_LIBGM2=$enableval,
507ENABLE_LIBGM2=no)
508if test "${ENABLE_LIBGM2}" != "yes" ; then
509 noconfigdirs="$noconfigdirs gm2tools"
510fi
511
ef0087a7 512AC_ARG_ENABLE(libssp,
33e39b66 513[AS_HELP_STRING([--enable-libssp], [build libssp directory])],
ef0087a7
KH
514ENABLE_LIBSSP=$enableval,
515ENABLE_LIBSSP=yes)
ef0087a7 516
2588b26e
RM
517AC_ARG_ENABLE(libstdcxx,
518AS_HELP_STRING([--disable-libstdcxx],
519 [do not build libstdc++-v3 directory]),
520ENABLE_LIBSTDCXX=$enableval,
521ENABLE_LIBSTDCXX=default)
522[if test "${ENABLE_LIBSTDCXX}" = "no" ; then
1007a55c 523 noconfigdirs="$noconfigdirs target-libstdc++-v3"
2588b26e
RM
524fi]
525
44a7d18d 526# Enable libgomp by default on hosted POSIX systems, and a few others.
27079765 527if test x$enable_libgomp = x ; then
953ff289 528 case "${target}" in
416ac4d4 529 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
953ff289 530 ;;
8c6d158a 531 *-*-netbsd* | *-*-freebsd* | *-*-openbsd* | *-*-dragonfly*)
953ff289 532 ;;
b24513a1 533 *-*-solaris2* | *-*-hpux11*)
953ff289 534 ;;
cac90078 535 *-*-darwin* | *-*-aix*)
953ff289 536 ;;
29b1533a 537 nvptx*-*-* | amdgcn*-*-*)
44a7d18d 538 ;;
953ff289
DN
539 *)
540 noconfigdirs="$noconfigdirs target-libgomp"
541 ;;
542 esac
27079765 543fi
953ff289 544
48310492
RH
545# Disable libatomic on unsupported systems.
546if test -d ${srcdir}/libatomic; then
547 if test x$enable_libatomic = x; then
548 AC_MSG_CHECKING([for libatomic support])
549 if (srcdir=${srcdir}/libatomic; \
550 . ${srcdir}/configure.tgt; \
551 test -n "$UNSUPPORTED")
552 then
553 AC_MSG_RESULT([no])
554 noconfigdirs="$noconfigdirs target-libatomic"
555 else
556 AC_MSG_RESULT([yes])
557 fi
558 fi
559fi
560
e948157d
RH
561# Disable libitm on unsupported systems.
562if test -d ${srcdir}/libitm; then
563 if test x$enable_libitm = x; then
564 AC_MSG_CHECKING([for libitm support])
565 if (srcdir=${srcdir}/libitm; \
566 . ${srcdir}/configure.tgt; \
567 test -n "$UNSUPPORTED")
568 then
569 AC_MSG_RESULT([no])
570 noconfigdirs="$noconfigdirs target-libitm"
571 else
572 AC_MSG_RESULT([yes])
573 fi
574 fi
0a35513e
AH
575fi
576
93bf5390
RH
577# Disable libsanitizer on unsupported systems.
578if test -d ${srcdir}/libsanitizer; then
579 if test x$enable_libsanitizer = x; then
580 AC_MSG_CHECKING([for libsanitizer support])
581 if (srcdir=${srcdir}/libsanitizer; \
582 . ${srcdir}/configure.tgt; \
583 test -n "$UNSUPPORTED")
584 then
585 AC_MSG_RESULT([no])
586 noconfigdirs="$noconfigdirs target-libsanitizer"
587 else
588 AC_MSG_RESULT([yes])
589 fi
590 fi
591fi
592
2077db1b
CT
593# Disable libvtv on unsupported systems.
594if test -d ${srcdir}/libvtv; then
595 if test x$enable_libvtv = x; then
596 AC_MSG_CHECKING([for libvtv support])
597 if (srcdir=${srcdir}/libvtv; \
598 . ${srcdir}/configure.tgt; \
1e74b850 599 test "$VTV_SUPPORTED" != "yes")
2077db1b
CT
600 then
601 AC_MSG_RESULT([no])
602 noconfigdirs="$noconfigdirs target-libvtv"
603 else
604 AC_MSG_RESULT([yes])
605 fi
606 fi
607fi
608
d7a29167
DE
609# Disable libquadmath for some systems.
610case "${target}" in
e7fae550
DE
611 avr-*-*)
612 noconfigdirs="$noconfigdirs target-libquadmath"
613 ;;
d7a29167
DE
614 # libquadmath is unused on AIX and libquadmath build process use of
615 # LD_LIBRARY_PATH can break AIX bootstrap.
616 powerpc-*-aix* | rs6000-*-aix*)
617 noconfigdirs="$noconfigdirs target-libquadmath"
618 ;;
619esac
620
1e9e0e23
JM
621# Disable libssp for some systems.
622case "${target}" in
623 avr-*-*)
b318fb4b 624 # No hosted I/O support.
1e9e0e23
JM
625 noconfigdirs="$noconfigdirs target-libssp"
626 ;;
91dfef96
JM
627 bpf-*-*)
628 noconfigdirs="$noconfigdirs target-libssp"
629 ;;
1e9e0e23
JM
630 powerpc-*-aix* | rs6000-*-aix*)
631 noconfigdirs="$noconfigdirs target-libssp"
632 ;;
8d2af3a2
DD
633 pru-*-*)
634 # No hosted I/O support.
635 noconfigdirs="$noconfigdirs target-libssp"
636 ;;
85b8555e
DD
637 rl78-*-*)
638 # libssp uses a misaligned load to trigger a fault, but the RL78
639 # doesn't fault for those - instead, it gives a build-time error
640 # for explicit misaligned loads.
641 noconfigdirs="$noconfigdirs target-libssp"
642 ;;
0969ec7d
EB
643 visium-*-*)
644 # No hosted I/O support.
645 noconfigdirs="$noconfigdirs target-libssp"
646 ;;
1e9e0e23
JM
647esac
648
1e9e0e23 649# Disable libstdc++-v3 for some systems.
67a1cb2a 650# Allow user to override this if they pass --enable-libstdcxx
2588b26e
RM
651if test "${ENABLE_LIBSTDCXX}" = "default" ; then
652 case "${target}" in
653 *-*-vxworks*)
654 # VxWorks uses the Dinkumware C++ library.
655 noconfigdirs="$noconfigdirs target-libstdc++-v3"
656 ;;
afa3d80e
TS
657 amdgcn*-*-*)
658 # Not ported/fails to build when using newlib.
659 noconfigdirs="$noconfigdirs target-libstdc++-v3"
660 ;;
2588b26e
RM
661 arm*-wince-pe*)
662 # the C++ libraries don't build on top of CE's C libraries
663 noconfigdirs="$noconfigdirs target-libstdc++-v3"
664 ;;
665 avr-*-*)
666 noconfigdirs="$noconfigdirs target-libstdc++-v3"
667 ;;
91dfef96
JM
668 bpf-*-*)
669 noconfigdirs="$noconfigdirs target-libstdc++-v3"
670 ;;
fef939d6
JB
671 ft32-*-*)
672 noconfigdirs="$noconfigdirs target-libstdc++-v3"
673 ;;
2588b26e
RM
674 esac
675fi
1e9e0e23 676
91dfef96
JM
677# Disable C++ on systems where it is known to not work.
678# For testing, you can override this with --enable-languages=c++.
679case ,${enable_languages}, in
680 *,c++,*)
681 ;;
682 *)
683 case "${target}" in
684 bpf-*-*)
685 unsupported_languages="$unsupported_languages c++"
686 ;;
687 esac
688 ;;
689esac
690
691# Disable Objc on systems where it is known to not work.
692# For testing, you can override this with --enable-languages=objc.
693case ,${enable_languages}, in
694 *,objc,*)
695 ;;
696 *)
697 case "${target}" in
698 bpf-*-*)
699 unsupported_languages="$unsupported_languages objc"
700 ;;
701 esac
702 ;;
703esac
704
260eedb9
IB
705# Disable D on systems where it is known to not work.
706# For testing, you can override this with --enable-languages=d.
707case ,${enable_languages}, in
708 *,d,*)
709 ;;
710 *)
711 case "${target}" in
91dfef96 712 bpf-*-*)
260eedb9
IB
713 unsupported_languages="$unsupported_languages d"
714 ;;
715 esac
716 ;;
717esac
718
719# Disable libphobos on unsupported systems.
720# For testing, you can override this with --enable-libphobos.
721if test -d ${srcdir}/libphobos; then
722 if test x$enable_libphobos = x; then
723 AC_MSG_CHECKING([for libphobos support])
724 if (srcdir=${srcdir}/libphobos; \
725 . ${srcdir}/configure.tgt; \
7d31d331 726 test "$LIBPHOBOS_SUPPORTED" != "yes")
260eedb9
IB
727 then
728 AC_MSG_RESULT([no])
729 noconfigdirs="$noconfigdirs target-libphobos"
730 else
731 AC_MSG_RESULT([yes])
732 fi
733 fi
734fi
735
1e9e0e23
JM
736# Disable Fortran for some systems.
737case "${target}" in
738 mmix-*-*)
739 # See <http://gcc.gnu.org/ml/gcc-patches/2004-11/msg00572.html>.
740 unsupported_languages="$unsupported_languages fortran"
741 ;;
91dfef96
JM
742 bpf-*-*)
743 unsupported_languages="$unsupported_languages fortran"
744 ;;
1e9e0e23
JM
745esac
746
012447ea
JJ
747# Disable libffi for some systems.
748case "${target}" in
749 powerpc-*-darwin*)
750 ;;
751 i[[3456789]]86-*-darwin*)
752 ;;
753 x86_64-*-darwin[[912]]*)
754 ;;
755 *-*-darwin*)
756 noconfigdirs="$noconfigdirs target-libffi"
757 ;;
758 *-*-netware*)
759 noconfigdirs="$noconfigdirs target-libffi"
760 ;;
761 *-*-phoenix*)
762 noconfigdirs="$noconfigdirs target-libffi"
763 ;;
764 *-*-rtems*)
765 noconfigdirs="$noconfigdirs target-libffi"
766 ;;
767 *-*-tpf*)
768 noconfigdirs="$noconfigdirs target-libffi"
769 ;;
770 *-*-uclinux*)
771 noconfigdirs="$noconfigdirs target-libffi"
772 ;;
773 *-*-vxworks*)
774 noconfigdirs="$noconfigdirs target-libffi"
775 ;;
b20e7532
AT
776 aarch64*-*-freebsd*)
777 noconfigdirs="$noconfigdirs target-libffi"
778 ;;
012447ea
JJ
779 alpha*-*-*vms*)
780 noconfigdirs="$noconfigdirs target-libffi"
781 ;;
782 arm*-*-freebsd*)
783 noconfigdirs="$noconfigdirs target-libffi"
784 ;;
785 arm-wince-pe)
786 noconfigdirs="$noconfigdirs target-libffi"
787 ;;
788 arm*-*-symbianelf*)
789 noconfigdirs="$noconfigdirs target-libffi"
790 ;;
91dfef96
JM
791 bpf-*-*)
792 noconfigdirs="$noconfigdirs target-libffi"
793 ;;
012447ea
JJ
794 cris-*-* | crisv32-*-*)
795 case "${target}" in
796 *-*-linux*)
797 ;;
798 *) # See PR46792 regarding target-libffi.
799 noconfigdirs="$noconfigdirs target-libffi";;
800 esac
801 ;;
802 hppa*64*-*-hpux*)
803 noconfigdirs="$noconfigdirs target-libffi"
804 ;;
b48e9940
AA
805 hppa*-hp-hpux11*)
806 ;;
807 hppa*-*-hpux*)
808 noconfigdirs="$noconfigdirs target-libffi"
809 ;;
012447ea
JJ
810 ia64*-*-*vms*)
811 noconfigdirs="$noconfigdirs target-libffi"
812 ;;
813 i[[3456789]]86-w64-mingw*)
814 noconfigdirs="$noconfigdirs target-libffi"
815 ;;
816 i[[3456789]]86-*-mingw*)
817 noconfigdirs="$noconfigdirs target-libffi"
818 ;;
819 x86_64-*-mingw*)
820 noconfigdirs="$noconfigdirs target-libffi"
821 ;;
822 mmix-*-*)
823 noconfigdirs="$noconfigdirs target-libffi"
824 ;;
825 powerpc-*-aix*)
012447ea
JJ
826 ;;
827 rs6000-*-aix*)
012447ea
JJ
828 ;;
829 ft32-*-*)
830 noconfigdirs="$noconfigdirs target-libffi"
831 ;;
832 *-*-lynxos*)
833 noconfigdirs="$noconfigdirs target-libffi"
834 ;;
835esac
836
837# Disable the go frontend on systems where it is known to not work. Please keep
838# this in sync with contrib/config-list.mk.
839case "${target}" in
91dfef96 840*-*-darwin* | *-*-cygwin* | *-*-mingw* | bpf-* )
012447ea
JJ
841 unsupported_languages="$unsupported_languages go"
842 ;;
843esac
844
f9d09df0
TT
845# Only allow gdbserver on some systems.
846if test -d ${srcdir}/gdbserver; then
847 if test x$enable_gdbserver = x; then
848 AC_MSG_CHECKING([for gdbserver support])
849 if (srcdir=${srcdir}/gdbserver; \
850 . ${srcdir}/configure.srv; \
851 test -n "$UNSUPPORTED")
852 then
853 AC_MSG_RESULT([no])
854 noconfigdirs="$noconfigdirs gdbserver"
855 else
856 AC_MSG_RESULT([yes])
857 fi
858 fi
859fi
860
cdbc9e92
ILT
861# Disable libgo for some systems where it is known to not work.
862# For testing, you can easily override this with --enable-libgo.
863if test x$enable_libgo = x; then
864 case "${target}" in
865 *-*-darwin*)
866 # PR 46986
867 noconfigdirs="$noconfigdirs target-libgo"
868 ;;
869 *-*-cygwin* | *-*-mingw*)
870 noconfigdirs="$noconfigdirs target-libgo"
871 ;;
91dfef96
JM
872 bpf-*-*)
873 noconfigdirs="$noconfigdirs target-libgo"
874 ;;
cdbc9e92
ILT
875 esac
876fi
877
c03353e2
RIL
878# Default libgloss CPU subdirectory.
879libgloss_dir="$target_cpu"
6de9cd9a 880
fbcf0dca
JM
881case "${target}" in
882 sh*-*-pe|mips*-*-pe|*arm-wince-pe)
883 libgloss_dir=wince
884 ;;
4dddfc74
YZ
885 aarch64*-*-* )
886 libgloss_dir=aarch64
887 ;;
fbcf0dca
JM
888 arm*-*-*)
889 libgloss_dir=arm
890 ;;
891 cris-*-* | crisv32-*-*)
892 libgloss_dir=cris
893 ;;
894 hppa*-*-*)
895 libgloss_dir=pa
896 ;;
897 i[[3456789]]86-*-*)
898 libgloss_dir=i386
899 ;;
c6c0594e 900 loongarch*-*-*)
901 libgloss_dir=loongarch
902 ;;
fbcf0dca
JM
903 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*)
904 libgloss_dir=m68hc11
905 ;;
906 m68*-*-* | fido-*-*)
907 libgloss_dir=m68k
908 ;;
909 mips*-*-*)
910 libgloss_dir=mips
911 ;;
912 powerpc*-*-*)
913 libgloss_dir=rs6000
914 ;;
8d2af3a2
DD
915 pru-*-*)
916 libgloss_dir=pru
917 ;;
fbcf0dca
JM
918 sparc*-*-*)
919 libgloss_dir=sparc
920 ;;
921esac
922
6a789d5e 923# Disable newlib and libgloss for various target OSes.
6599da04 924case "${target}" in
6a789d5e
JM
925 alpha*-dec-osf*)
926 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
927 ;;
928 i[[3456789]]86-*-linux*)
929 # This section makes it possible to build newlib natively on linux.
930 # If we are using a cross compiler then don't configure newlib.
931 if test x${is_cross_compiler} != xno ; then
932 noconfigdirs="$noconfigdirs target-newlib"
933 fi
934 noconfigdirs="$noconfigdirs target-libgloss"
935 # If we are not using a cross compiler, do configure newlib.
936 # Note however, that newlib will only be configured in this situation
937 # if the --with-newlib option has been given, because otherwise
938 # 'target-newlib' will appear in skipdirs.
939 ;;
940 i[[3456789]]86-*-rdos*)
941 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
942 ;;
943 sh*-*-pe|mips*-*-pe|arm-wince-pe)
944 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
945 ;;
946 sparc-*-sunos4*)
947 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
948 ;;
91dfef96
JM
949 bpf-*-*)
950 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
951 ;;
6a789d5e
JM
952 *-*-aix*)
953 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
954 ;;
955 *-*-beos*)
956 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
957 ;;
3fa03ff9 958 *-*-chorusos)
0036370f 959 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3fa03ff9 960 ;;
6a789d5e
JM
961 *-*-dragonfly*)
962 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
963 ;;
964 *-*-freebsd*)
965 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
966 ;;
967 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
968 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
969 ;;
970 *-*-lynxos*)
971 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
972 ;;
973 *-*-mingw*)
974 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
975 ;;
976 *-*-netbsd*)
977 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
978 ;;
979 *-*-netware*)
980 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
981 ;;
982 *-*-tpf*)
983 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
984 ;;
985 *-*-uclinux*)
986 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
987 ;;
988 *-*-vxworks*)
989 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
990 ;;
991esac
992
993case "${target}" in
994 *-*-chorusos)
995 ;;
3be96231
TG
996 aarch64-*-darwin*)
997 noconfigdirs="$noconfigdirs ld gas gdb gprof"
998 noconfigdirs="$noconfigdirs sim target-rda"
999 ;;
7431c1a1
AS
1000 amdgcn*-*-*)
1001 ;;
3be96231
TG
1002 arm-*-darwin*)
1003 noconfigdirs="$noconfigdirs ld gas gdb gprof"
1004 noconfigdirs="$noconfigdirs sim target-rda"
1005 ;;
75eeae1a 1006 powerpc-*-darwin*)
e1514c3f 1007 noconfigdirs="$noconfigdirs ld gas gdb gprof"
9c8f9ec2 1008 noconfigdirs="$noconfigdirs sim target-rda"
940cde4d 1009 ;;
354ebf88
RW
1010 i[[3456789]]86-*-darwin*)
1011 noconfigdirs="$noconfigdirs ld gprof"
1012 noconfigdirs="$noconfigdirs sim target-rda"
1013 ;;
1014 x86_64-*-darwin[[912]]*)
0db3a858
TG
1015 noconfigdirs="$noconfigdirs ld gas gprof"
1016 noconfigdirs="$noconfigdirs sim target-rda"
1017 ;;
42c1cd8a
AT
1018 *-*-darwin*)
1019 noconfigdirs="$noconfigdirs ld gas gdb gprof"
1020 noconfigdirs="$noconfigdirs sim target-rda"
42c1cd8a 1021 ;;
8c6d158a 1022 *-*-dragonfly*)
8c6d158a 1023 ;;
c3f84f61 1024 *-*-freebsd*)
88252529 1025 if test "x$with_gmp" = x \
c0d0a722 1026 && ! test -d ${srcdir}/gmp \
6de9cd9a
DN
1027 && test -f /usr/local/include/gmp.h; then
1028 with_gmp=/usr/local
1029 fi
6de9cd9a 1030 ;;
ef4e7569
US
1031 *-*-kaos*)
1032 # Remove unsupported stuff on all kaOS configurations.
ef4e7569
US
1033 noconfigdirs="$noconfigdirs target-libgloss"
1034 ;;
51584787 1035 *-*-netbsd*)
51584787 1036 ;;
61fec9ff 1037 *-*-netware*)
6599da04 1038 ;;
fd6487af
JS
1039 *-*-phoenix*)
1040 noconfigdirs="$noconfigdirs target-libgloss"
1041 ;;
3fbc0b70 1042 *-*-rtems*)
2909494b 1043 noconfigdirs="$noconfigdirs target-libgloss"
3fbc0b70 1044 ;;
a8ba31f2
EC
1045 # The tpf target doesn't support gdb yet.
1046 *-*-tpf*)
6a789d5e 1047 noconfigdirs="$noconfigdirs gdb tcl tk libgui itcl"
a8ba31f2 1048 ;;
5785c0ed 1049 *-*-uclinux*)
6a789d5e 1050 noconfigdirs="$noconfigdirs target-rda"
5785c0ed 1051 ;;
6599da04 1052 *-*-vxworks*)
6599da04 1053 ;;
b104e095 1054 alpha*-dec-osf*)
603606e7 1055 # ld works, but does not support shared libraries.
6599da04 1056 # gas doesn't generate exception information.
6a789d5e 1057 noconfigdirs="$noconfigdirs gas ld"
6599da04
JM
1058 ;;
1059 alpha*-*-*vms*)
2909494b 1060 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss"
6599da04
JM
1061 ;;
1062 alpha*-*-*)
1063 # newlib is not 64 bit ready
2909494b 1064 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
6599da04 1065 ;;
91dfef96
JM
1066 bpf-*-*)
1067 noconfigdirs="$noconfigdirs target-libobjc target-libbacktrace"
1068 ;;
3a685f6f 1069 sh*-*-pe|mips*-*-pe|*arm-wince-pe)
b4f96efe 1070 noconfigdirs="$noconfigdirs tcl tk itcl libgui sim"
3a685f6f 1071 ;;
2fd88f4f
AK
1072 arc*-*-*)
1073 noconfigdirs="$noconfigdirs sim"
1074 ;;
6599da04 1075 arm-*-pe*)
2909494b 1076 noconfigdirs="$noconfigdirs target-libgloss"
6599da04 1077 ;;
5d4a5ee6 1078 arm-*-riscix*)
0036370f 1079 noconfigdirs="$noconfigdirs ld target-libgloss"
5d4a5ee6 1080 ;;
b588ae30
GJL
1081 avr-*-*)
1082 if test x${with_avrlibc} != xno; then
1083 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
1084 fi
1085 ;;
a5a438f5 1086 c4x-*-* | tic4x-*-*)
0036370f 1087 noconfigdirs="$noconfigdirs target-libgloss"
ab50d72b 1088 ;;
0036370f
JM
1089 tic54x-*-*)
1090 noconfigdirs="$noconfigdirs target-libgloss gdb"
ab50d72b 1091 ;;
6599da04 1092 d10v-*-*)
0036370f 1093 noconfigdirs="$noconfigdirs target-libgloss"
d207ebef
JM
1094 ;;
1095 d30v-*-*)
0036370f 1096 noconfigdirs="$noconfigdirs gdb"
6599da04 1097 ;;
09b5f8bf 1098 fr30-*-elf*)
2909494b 1099 noconfigdirs="$noconfigdirs gdb"
09b5f8bf 1100 ;;
a05c2c75
L
1101 ft32-*-*)
1102 noconfigdirs="$noconfigdirs target-rda gprof"
1103 ;;
55f2d967 1104 moxie-*-*)
a05c2c75 1105 noconfigdirs="$noconfigdirs"
55f2d967 1106 ;;
ab50d72b 1107 h8300*-*-*)
2909494b 1108 noconfigdirs="$noconfigdirs target-libgloss"
ab50d72b 1109 ;;
6599da04 1110 h8500-*-*)
0036370f 1111 noconfigdirs="$noconfigdirs target-libgloss"
6599da04 1112 ;;
b48e9940
AA
1113 hppa1.1-*-osf* | hppa1.1-*-bsd* )
1114 ;;
a05c2c75
L
1115 hppa*64*-*-hpux*)
1116 noconfigdirs="$noconfigdirs gdb"
1117 ;;
b48e9940
AA
1118 hppa*-*-hpux11*)
1119 noconfigdirs="$noconfigdirs gdb ld"
1120 ;;
4569f85e 1121 hppa*64*-*-linux*)
cdbff0ab 1122 ;;
56f8587a 1123 hppa*-*-linux*)
3e732ba0 1124 ;;
6599da04 1125 hppa*-*-*elf* | \
bae29210 1126 hppa*-*-lites* | \
66350331 1127 hppa*-*-openbsd* | \
bae29210 1128 hppa*64*-*-*)
6599da04 1129 ;;
c03353e2 1130 hppa*-*-pro*)
c03353e2 1131 ;;
6599da04 1132 hppa*-*-*)
2909494b 1133 noconfigdirs="$noconfigdirs ld"
d207ebef 1134 ;;
fb87ad5d 1135 i960-*-*)
0036370f 1136 noconfigdirs="$noconfigdirs gdb"
fb87ad5d 1137 ;;
d207ebef
JM
1138 ia64*-*-elf*)
1139 # No gdb support yet.
1bcce263 1140 noconfigdirs="$noconfigdirs readline libgui itcl gdb"
d207ebef 1141 ;;
ab50d72b 1142 ia64*-**-hpux*)
5a2931d1 1143 # No ld support yet.
a05c2c75 1144 noconfigdirs="$noconfigdirs gdb libgui itcl ld"
ab50d72b 1145 ;;
52535a64 1146 ia64*-*-*vms*)
091fe9ca
TG
1147 # No ld support yet.
1148 noconfigdirs="$noconfigdirs libgui itcl ld"
52535a64 1149 ;;
ef4c4300 1150 i[[3456789]]86-w64-mingw*)
ef4c4300
KT
1151 ;;
1152 i[[3456789]]86-*-mingw*)
b91f0a41 1153 target_configdirs="$target_configdirs target-winsup"
5d571eaa 1154 ;;
d207ebef
JM
1155 *-*-cygwin*)
1156 target_configdirs="$target_configdirs target-libtermcap target-winsup"
1bcce263 1157 noconfigdirs="$noconfigdirs target-libgloss"
801e2270 1158 # always build newlib if winsup directory is present.
b91f0a41 1159 if test -d "$srcdir/winsup/cygwin"; then
801e2270 1160 skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
c8e6cd41 1161 elif test -d "$srcdir/newlib"; then
b91f0a41 1162 echo "Warning: winsup/cygwin is missing so newlib can't be built."
801e2270 1163 fi
5d571eaa 1164 ;;
f2a0e225 1165 i[[3456789]]86-*-pe)
ebb9f8b0 1166 noconfigdirs="$noconfigdirs target-libgloss"
6599da04 1167 ;;
f2a0e225 1168 i[[3456789]]86-*-sco3.2v5*)
6599da04
JM
1169 # The linker does not yet know about weak symbols in COFF,
1170 # and is not configured to handle mixed ELF and COFF.
0036370f 1171 noconfigdirs="$noconfigdirs ld target-libgloss"
6599da04 1172 ;;
f2a0e225 1173 i[[3456789]]86-*-sco*)
0036370f 1174 noconfigdirs="$noconfigdirs gprof target-libgloss"
6599da04 1175 ;;
fbdd5d87 1176 i[[3456789]]86-*-solaris2* | x86_64-*-solaris2.1[[0-9]]*)
7c01b2b5 1177 noconfigdirs="$noconfigdirs target-libgloss"
6599da04 1178 ;;
f2a0e225 1179 i[[3456789]]86-*-sysv4*)
0036370f 1180 noconfigdirs="$noconfigdirs target-libgloss"
6599da04 1181 ;;
f2a0e225 1182 i[[3456789]]86-*-beos*)
6a789d5e 1183 noconfigdirs="$noconfigdirs gdb"
3aa83176 1184 ;;
d1f8db0c 1185 i[[3456789]]86-*-rdos*)
6a789d5e 1186 noconfigdirs="$noconfigdirs gdb"
c03353e2 1187 ;;
d344dce9 1188 mmix-*-*)
2909494b 1189 noconfigdirs="$noconfigdirs gdb"
d344dce9 1190 ;;
ab34901f 1191 mt-*-*)
79dd769c
AH
1192 noconfigdirs="$noconfigdirs sim"
1193 ;;
58b40a67
FT
1194 nfp-*-*)
1195 noconfigdirs="$noconfigdirs ld gas gdb gprof sim"
1196 noconfigdirs="$noconfigdirs $target_libraries"
1197 ;;
e6cbe965
SC
1198 pdp11-*-*)
1199 noconfigdirs="$noconfigdirs gdb gprof"
1200 ;;
6599da04
JM
1201 powerpc-*-aix*)
1202 # copied from rs6000-*-* entry
6a789d5e 1203 noconfigdirs="$noconfigdirs gprof"
6599da04 1204 ;;
4569f85e 1205 powerpc*-*-winnt* | powerpc*-*-pe*)
6599da04 1206 target_configdirs="$target_configdirs target-winsup"
0036370f 1207 noconfigdirs="$noconfigdirs gdb tcl tk target-libgloss itcl"
6599da04
JM
1208 # always build newlib.
1209 skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
1210 ;;
1211 # This is temporary until we can link against shared libraries
1212 powerpcle-*-solaris*)
0036370f 1213 noconfigdirs="$noconfigdirs gdb sim tcl tk itcl"
6599da04 1214 ;;
0da3b5a7 1215 powerpc-*-beos*)
6a789d5e 1216 noconfigdirs="$noconfigdirs gdb"
d207ebef 1217 ;;
6599da04 1218 rs6000-*-lynxos*)
6a789d5e 1219 noconfigdirs="$noconfigdirs gprof"
6599da04
JM
1220 ;;
1221 rs6000-*-aix*)
6a789d5e 1222 noconfigdirs="$noconfigdirs gprof"
6599da04
JM
1223 ;;
1224 rs6000-*-*)
2909494b 1225 noconfigdirs="$noconfigdirs gprof"
6599da04
JM
1226 ;;
1227 m68k-apollo-*)
0036370f 1228 noconfigdirs="$noconfigdirs ld binutils gprof target-libgloss"
6599da04 1229 ;;
ca9fe997 1230 microblaze*)
2909494b 1231 noconfigdirs="$noconfigdirs gprof"
ca9fe997 1232 ;;
74ae587e 1233 mips*-sde-elf* | mips*-mti-elf* | mips*-img-elf*)
d9dced13
RS
1234 if test x$with_newlib = xyes; then
1235 noconfigdirs="$noconfigdirs gprof"
1236 fi
d9dced13 1237 ;;
6599da04 1238 mips*-*-irix5*)
0036370f 1239 noconfigdirs="$noconfigdirs gprof target-libgloss"
6599da04
JM
1240 ;;
1241 mips*-*-irix6*)
2909494b 1242 noconfigdirs="$noconfigdirs gprof target-libgloss"
6599da04 1243 ;;
6599da04 1244 mips*-*-bsd*)
bc98bcc4 1245 noconfigdirs="$noconfigdirs ld gas gprof target-libgloss"
6599da04 1246 ;;
9bec4bf0 1247 mips*-*-linux*)
9bec4bf0 1248 ;;
bc98bcc4
JBG
1249 mips*-*-ultrix* | mips*-*-osf* | mips*-*-ecoff* | mips*-*-pe* \
1250 | mips*-*-irix* | mips*-*-lnews* | mips*-*-riscos*)
1251 noconfigdirs="$noconfigdirs ld gas gprof"
1252 ;;
6599da04 1253 mips*-*-*)
2909494b 1254 noconfigdirs="$noconfigdirs gprof"
6599da04 1255 ;;
738f2522 1256 nvptx*-*-*)
738f2522
BS
1257 noconfigdirs="$noconfigdirs target-libssp target-libstdc++-v3 target-libobjc"
1258 ;;
bc6d9014 1259 sh-*-*)
ea2002ba
CB
1260 case "${target}" in
1261 sh*-*-elf)
2909494b 1262 ;;
ea2002ba 1263 *)
2909494b 1264 noconfigdirs="$noconfigdirs target-libgloss" ;;
ea2002ba 1265 esac
6599da04
JM
1266 ;;
1267 sparc-*-sunos4*)
6a789d5e 1268 if test x${is_cross_compiler} = xno ; then
6599da04
JM
1269 use_gnu_ld=no
1270 fi
1271 ;;
b42f0d7e 1272 tic6x-*-*)
0d557ff8 1273 noconfigdirs="$noconfigdirs sim"
b42f0d7e 1274 ;;
a885ec24
AA
1275 tilepro*-*-* | tilegx*-*-*)
1276 noconfigdirs="$noconfigdirs sim"
1277 ;;
6599da04 1278 v810-*-*)
0036370f 1279 noconfigdirs="$noconfigdirs bfd binutils gas gdb ld opcodes target-libgloss"
6599da04
JM
1280 ;;
1281 vax-*-*)
2909494b 1282 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
6599da04 1283 ;;
1fc1d82e
MR
1284 wasm32-*-*)
1285 noconfigdirs="$noconfigdirs ld"
1286 ;;
c6c0594e 1287 loongarch*-*-linux*)
1288 ;;
1289 loongarch*-*-*)
1290 noconfigdirs="$noconfigdirs gprof"
1291 ;;
6599da04
JM
1292esac
1293
6599da04
JM
1294# If we aren't building newlib, then don't build libgloss, since libgloss
1295# depends upon some newlib header files.
1296case "${noconfigdirs}" in
1297 *target-libgloss*) ;;
1298 *target-newlib*) noconfigdirs="$noconfigdirs target-libgloss" ;;
55380b08 1299esac
6599da04 1300
55380b08 1301# Work in distributions that contain no compiler tools, like Autoconf.
671aa708 1302host_makefile_frag=/dev/null
55380b08
NN
1303if test -d ${srcdir}/config ; then
1304case "${host}" in
f2a0e225 1305 i[[3456789]]86-*-msdosdjgpp*)
55380b08
NN
1306 host_makefile_frag="config/mh-djgpp"
1307 ;;
1308 *-cygwin*)
2a79c47f 1309 ACX_CHECK_CYGWIN_CAT_WORKS
55380b08
NN
1310 host_makefile_frag="config/mh-cygwin"
1311 ;;
c53a18d3 1312 *-mingw*)
1f5a6b84 1313 host_makefile_frag="config/mh-mingw"
738a52d3 1314 ;;
cabb9d59 1315 alpha*-linux*)
13be44ed
UB
1316 host_makefile_frag="config/mh-alpha-linux"
1317 ;;
111eeb6e 1318 hppa*-hp-hpux*)
00afcaa0
PB
1319 host_makefile_frag="config/mh-pa"
1320 ;;
1321 hppa*-*)
1322 host_makefile_frag="config/mh-pa"
1323 ;;
54258e22 1324 i?86-*-darwin[[89]]* | i?86-*-darwin1[[0-7]]* | powerpc*-*-darwin*)
d8ed14ce 1325 host_makefile_frag="config/mh-darwin"
be8fff81 1326 ;;
d19bca38
PB
1327 powerpc-*-aix*)
1328 host_makefile_frag="config/mh-ppc-aix"
1329 ;;
1330 rs6000-*-aix*)
1331 host_makefile_frag="config/mh-ppc-aix"
1332 ;;
55380b08
NN
1333esac
1334fi
1335
e4c9c075 1336if test "${build}" != "${host}" ; then
0999159b
PB
1337 AR_FOR_BUILD=${AR_FOR_BUILD-ar}
1338 AS_FOR_BUILD=${AS_FOR_BUILD-as}
e4c9c075 1339 CC_FOR_BUILD=${CC_FOR_BUILD-gcc}
c841dc0a 1340 CPP_FOR_BUILD="${CPP_FOR_BUILD-\$(CC_FOR_BUILD) -E}"
0999159b 1341 CXX_FOR_BUILD=${CXX_FOR_BUILD-g++}
3b5e8ee4 1342 DSYMUTIL_FOR_BUILD=${DSYMUTIL_FOR_BUILD-dsymutil}
0999159b 1343 GFORTRAN_FOR_BUILD=${GFORTRAN_FOR_BUILD-gfortran}
632e2a07 1344 GOC_FOR_BUILD=${GOC_FOR_BUILD-gccgo}
b4c522fa 1345 GDC_FOR_BUILD=${GDC_FOR_BUILD-gdc}
0999159b
PB
1346 DLLTOOL_FOR_BUILD=${DLLTOOL_FOR_BUILD-dlltool}
1347 LD_FOR_BUILD=${LD_FOR_BUILD-ld}
1348 NM_FOR_BUILD=${NM_FOR_BUILD-nm}
1349 RANLIB_FOR_BUILD=${RANLIB_FOR_BUILD-ranlib}
1350 WINDRES_FOR_BUILD=${WINDRES_FOR_BUILD-windres}
1351 WINDMC_FOR_BUILD=${WINDMC_FOR_BUILD-windmc}
e4c9c075 1352else
0999159b
PB
1353 AR_FOR_BUILD="\$(AR)"
1354 AS_FOR_BUILD="\$(AS)"
e4c9c075 1355 CC_FOR_BUILD="\$(CC)"
0999159b 1356 CXX_FOR_BUILD="\$(CXX)"
3b5e8ee4 1357 DSYMUTIL_FOR_BUILD="\$(DSYMUTIL)"
0999159b 1358 GFORTRAN_FOR_BUILD="\$(GFORTRAN)"
632e2a07 1359 GOC_FOR_BUILD="\$(GOC)"
b4c522fa 1360 GDC_FOR_BUILD="\$(GDC)"
0999159b
PB
1361 DLLTOOL_FOR_BUILD="\$(DLLTOOL)"
1362 LD_FOR_BUILD="\$(LD)"
1363 NM_FOR_BUILD="\$(NM)"
1364 RANLIB_FOR_BUILD="\$(RANLIB)"
1365 WINDRES_FOR_BUILD="\$(WINDRES)"
1366 WINDMC_FOR_BUILD="\$(WINDMC)"
c3a86da9 1367fi
e4c9c075 1368
91743432 1369AC_PROG_CC_C99
c3a86da9
DJ
1370AC_PROG_CXX
1371
1372# We must set the default linker to the linker used by gcc for the correct
1373# operation of libtool. If LD is not defined and we are using gcc, try to
1374# set the LD default to the ld used by gcc.
1375if test -z "$LD"; then
1376 if test "$GCC" = yes; then
1377 case $build in
1378 *-*-mingw*)
1379 gcc_prog_ld=`$CC -print-prog-name=ld 2>&1 | tr -d '\015'` ;;
1380 *)
1381 gcc_prog_ld=`$CC -print-prog-name=ld 2>&1` ;;
1382 esac
1383 case $gcc_prog_ld in
1384 # Accept absolute paths.
1385 [[\\/]* | [A-Za-z]:[\\/]*)]
1386 LD="$gcc_prog_ld" ;;
1387 esac
1388 fi
e4c9c075
PB
1389fi
1390
0b21f5d3
EB
1391# Check whether -static-libstdc++ -static-libgcc is supported.
1392have_static_libs=no
1393if test "$GCC" = yes; then
1394 saved_LDFLAGS="$LDFLAGS"
1395
1396 LDFLAGS="$LDFLAGS -static-libstdc++ -static-libgcc"
1397 AC_MSG_CHECKING([whether g++ accepts -static-libstdc++ -static-libgcc])
1398 AC_LANG_PUSH(C++)
22e05272 1399 AC_LINK_IFELSE([AC_LANG_SOURCE([
0d6414b2
EB
1400#if (__GNUC__ < 4) || (__GNUC__ == 4 && __GNUC_MINOR__ < 5)
1401#error -static-libstdc++ not implemented
1402#endif
22e05272 1403int main() {}])],
0b21f5d3
EB
1404 [AC_MSG_RESULT([yes]); have_static_libs=yes],
1405 [AC_MSG_RESULT([no])])
1406 AC_LANG_POP(C++)
1407
1408 LDFLAGS="$saved_LDFLAGS"
1409fi
1410
e4c9c075 1411ACX_PROG_GNAT
5fee5ec3 1412ACX_PROG_GDC
a76494aa 1413ACX_PROG_CMP_IGNORE_INITIAL
e4c9c075 1414
ff3ac0f4
ILT
1415AC_ARG_ENABLE([bootstrap],
1416[AS_HELP_STRING([--enable-bootstrap],
1417 [enable bootstrapping @<:@yes if native build@:>@])],,
1418enable_bootstrap=default)
1419
1420# Issue errors and warnings for invalid/strange bootstrap combinations.
bf03b9ff
ILT
1421if test -r $srcdir/gcc/configure; then
1422 have_compiler=yes
1423else
1424 have_compiler=no
1425fi
ff3ac0f4
ILT
1426
1427case "$have_compiler:$host:$target:$enable_bootstrap" in
1428 *:*:*:no) ;;
1429
1430 # Default behavior. Enable bootstrap if we have a compiler
1431 # and we are in a native configuration.
1432 yes:$build:$build:default)
1433 enable_bootstrap=yes ;;
1434
1435 *:*:*:default)
1436 enable_bootstrap=no ;;
1437
1438 # We have a compiler and we are in a native configuration, bootstrap is ok
1439 yes:$build:$build:yes)
1440 ;;
1441
1442 # Other configurations, but we have a compiler. Assume the user knows
1443 # what he's doing.
1444 yes:*:*:yes)
1445 AC_MSG_WARN([trying to bootstrap a cross compiler])
1446 ;;
1447
1448 # No compiler: if they passed --enable-bootstrap explicitly, fail
1449 no:*:*:yes)
1450 AC_MSG_ERROR([cannot bootstrap without a compiler]) ;;
1451
1452 # Fail if wrong command line
1453 *)
1454 AC_MSG_ERROR([invalid option for --enable-bootstrap])
1455 ;;
1456esac
1457
5329b59a 1458# When bootstrapping with GCC, build stage 1 in C++11 mode to ensure that a
ffac9597
JM
1459# C++11 compiler can still start the bootstrap. Otherwise, if building GCC,
1460# require C++11 (or higher).
46070488 1461if test "$enable_bootstrap:$GXX" = "yes:yes"; then
5329b59a 1462 CXX="$CXX -std=c++11"
ffac9597
JM
1463elif test "$have_compiler" = yes; then
1464 AX_CXX_COMPILE_STDCXX(11)
7ffcf5d6
TB
1465
1466 if test "${build}" != "${host}"; then
1467 AX_CXX_COMPILE_STDCXX(11, [], [], [_FOR_BUILD])
1468 fi
46070488
JM
1469fi
1470
4a5e71f2
L
1471AC_ARG_ENABLE([pgo-build],
1472[AS_HELP_STRING([--enable-pgo-build[[=lto]]],
1473 [enable the PGO build])],
1474[enable_pgo_build=$enableval],
1475[enable_pgo_build=no])
1476
1477# Issue errors and warnings for invalid/strange PGO build combinations.
1478case "$have_compiler:$host:$target:$enable_pgo_build" in
1479 *:*:*:no) ;;
1480
1481 # Allow the PGO build only if we aren't building a compiler and
1482 # we are in a native configuration.
1483 no:$build:$build:yes | no:$build:$build:lto) ;;
1484
1485 # Disallow the PGO bootstrap if we are building a compiler.
1486 yes:*:*:yes | yes:*:*:lto)
1487 AC_MSG_ERROR([cannot perform the PGO bootstrap when building a compiler]) ;;
1488
1489 *)
1490 AC_MSG_ERROR([invalid option for --enable-pgo-build])
1491 ;;
1492esac
1493
1494if test "$enable_pgo_build" != "no"; then
1495 AC_MSG_CHECKING([whether the compiler supports -fprofile-generate])
1496 old_CFLAGS="$CFLAGS"
1497 PGO_BUILD_GEN_CFLAGS="-fprofile-generate"
1498 CFLAGS="$CFLAGS $PGO_BUILD_CFLAGS"
1499 AC_COMPILE_IFELSE([AC_LANG_SOURCE([int foo;])],,
1500 [PGO_BUILD_GEN_CFLAGS=])
1501 CFLAGS="$old_CFLAGS"
1502 if test -n "$PGO_BUILD_GEN_CFLAGS"; then
1503 AC_MSG_RESULT([yes])
1504 PGO_BUILD_USE_CFLAGS="-fprofile-use"
1505 else
1506 AC_MSG_RESULT([no])
1507 AC_MSG_ERROR([cannot perform the PGO build without -fprofile-generate])
1508 fi
1509
1510 if test "$enable_pgo_build" = "lto"; then
1511 AC_MSG_CHECKING([whether the compiler supports -flto=jobserver -ffat-lto-objects])
1512 old_CFLAGS="$CFLAGS"
1513 PGO_BUILD_LTO_CFLAGS="-flto=jobserver -ffat-lto-objects"
1514 CFLAGS="$CFLAGS $PGO_BUILD_LTO_CFLAGS"
1515 AC_COMPILE_IFELSE([AC_LANG_SOURCE([int foo;])],,
1516 [PGO_BUILD_LTO_CFLAGS=])
1517 CFLAGS="$old_CFLAGS"
1518 if test -n "$PGO_BUILD_LTO_CFLAGS"; then
1519 AC_MSG_RESULT([yes])
1520 else
1521 AC_MSG_RESULT([no])
1522 AC_MSG_WARN([LTO is disabled for the PGO build])
1523 fi
1524 fi
1525fi
1526AC_SUBST(PGO_BUILD_GEN_CFLAGS)
1527AC_SUBST(PGO_BUILD_USE_CFLAGS)
1528AC_SUBST(PGO_BUILD_LTO_CFLAGS)
1529
592c90ff
KG
1530# Used for setting $lt_cv_objdir
1531_LT_CHECK_OBJDIR
1532
acd26225 1533# Check for GMP, MPFR and MPC
91e0d220
AP
1534require_gmp=no
1535require_mpc=no
1536if test -d ${srcdir}/gcc ; then
1537 require_gmp=yes
1538 require_mpc=yes
1539fi
1540if test -d ${srcdir}/gdb ; then
5977d14a
CC
1541 if test "x$enable_gdb" != xno; then
1542 require_gmp=yes
1543 fi
91e0d220
AP
1544fi
1545
1546gmplibs="-lmpfr -lgmp"
1547if test x"$require_mpc" = "xyes" ; then
1548 gmplibs="-lmpc $gmplibs"
1549fi
6de9cd9a 1550gmpinc=
e69bf64b 1551have_gmp=no
acd26225
KG
1552
1553# Specify a location for mpc
1554# check for this first so it ends up on the link line before mpfr.
33e39b66
AS
1555AC_ARG_WITH(mpc,
1556[AS_HELP_STRING([--with-mpc=PATH],
1557 [specify prefix directory for installed MPC package.
1558 Equivalent to --with-mpc-include=PATH/include
1559 plus --with-mpc-lib=PATH/lib])])
1560AC_ARG_WITH(mpc-include,
1561[AS_HELP_STRING([--with-mpc-include=PATH],
1562 [specify directory for installed MPC include files])])
1563AC_ARG_WITH(mpc-lib,
1564[AS_HELP_STRING([--with-mpc-lib=PATH],
1565 [specify directory for the installed MPC library])])
acd26225
KG
1566
1567if test "x$with_mpc" != x; then
3a5729ea
KG
1568 gmplibs="-L$with_mpc/lib $gmplibs"
1569 gmpinc="-I$with_mpc/include $gmpinc"
acd26225
KG
1570fi
1571if test "x$with_mpc_include" != x; then
3a5729ea 1572 gmpinc="-I$with_mpc_include $gmpinc"
acd26225
KG
1573fi
1574if test "x$with_mpc_lib" != x; then
3a5729ea 1575 gmplibs="-L$with_mpc_lib $gmplibs"
acd26225
KG
1576fi
1577if test "x$with_mpc$with_mpc_include$with_mpc_lib" = x && test -d ${srcdir}/mpc; then
592c90ff 1578 gmplibs='-L$$r/$(HOST_SUBDIR)/mpc/src/'"$lt_cv_objdir $gmplibs"
3a5729ea 1579 gmpinc='-I$$s/mpc/src '"$gmpinc"
acd26225
KG
1580 # Do not test the mpc version. Assume that it is sufficient, since
1581 # it is in the source tree, and the library has not been built yet
1582 # but it would be included on the link line in the version check below
1583 # hence making the test fail.
3a5729ea 1584 have_gmp=yes
acd26225 1585fi
e69bf64b 1586
bebf829d
PB
1587# Specify a location for mpfr
1588# check for this first so it ends up on the link line before gmp.
33e39b66
AS
1589AC_ARG_WITH(mpfr,
1590[AS_HELP_STRING([--with-mpfr=PATH],
1591 [specify prefix directory for installed MPFR package.
1592 Equivalent to --with-mpfr-include=PATH/include
1593 plus --with-mpfr-lib=PATH/lib])])
1594AC_ARG_WITH(mpfr-include,
1595[AS_HELP_STRING([--with-mpfr-include=PATH],
1596 [specify directory for installed MPFR include files])])
1597AC_ARG_WITH(mpfr-lib,
1598[AS_HELP_STRING([--with-mpfr-lib=PATH],
1599 [specify directory for the installed MPFR library])])
bebf829d
PB
1600
1601if test "x$with_mpfr" != x; then
1602 gmplibs="-L$with_mpfr/lib $gmplibs"
3a5729ea 1603 gmpinc="-I$with_mpfr/include $gmpinc"
bebf829d 1604fi
8a877c9c 1605if test "x$with_mpfr_include" != x; then
3a5729ea 1606 gmpinc="-I$with_mpfr_include $gmpinc"
8a877c9c
KG
1607fi
1608if test "x$with_mpfr_lib" != x; then
1609 gmplibs="-L$with_mpfr_lib $gmplibs"
1610fi
e69bf64b 1611if test "x$with_mpfr$with_mpfr_include$with_mpfr_lib" = x && test -d ${srcdir}/mpfr; then
8f3675f8
MR
1612 # MPFR v3.1.0 moved the sources into a src sub-directory.
1613 if ! test -d ${srcdir}/mpfr/src; then
1614 AC_MSG_ERROR([dnl
1615Building GCC with MPFR in the source tree is only handled for MPFR 3.1.0+.])
1616 fi
00f35794
BE
1617 gmplibs='-L$$r/$(HOST_SUBDIR)/mpfr/src/'"$lt_cv_objdir $gmplibs"
1618 gmpinc='-I$$r/$(HOST_SUBDIR)/mpfr/src -I$$s/mpfr/src '"$gmpinc"
1619 extra_mpc_mpfr_configure_flags='--with-mpfr-include=$$s/mpfr/src --with-mpfr-lib=$$r/$(HOST_SUBDIR)/mpfr/src/'"$lt_cv_objdir"
e69bf64b
PB
1620 # Do not test the mpfr version. Assume that it is sufficient, since
1621 # it is in the source tree, and the library has not been built yet
1622 # but it would be included on the link line in the version check below
1623 # hence making the test fail.
1624 have_gmp=yes
1625fi
bebf829d 1626
6de9cd9a 1627# Specify a location for gmp
33e39b66
AS
1628AC_ARG_WITH(gmp,
1629[AS_HELP_STRING([--with-gmp=PATH],
1630 [specify prefix directory for the installed GMP package.
1631 Equivalent to --with-gmp-include=PATH/include
1632 plus --with-gmp-lib=PATH/lib])])
1633AC_ARG_WITH(gmp-include,
1634[AS_HELP_STRING([--with-gmp-include=PATH],
1635 [specify directory for installed GMP include files])])
1636AC_ARG_WITH(gmp-lib,
1637[AS_HELP_STRING([--with-gmp-lib=PATH],
1638 [specify directory for the installed GMP library])])
6de9cd9a 1639
6de9cd9a 1640
bebf829d
PB
1641if test "x$with_gmp" != x; then
1642 gmplibs="-L$with_gmp/lib $gmplibs"
1643 gmpinc="-I$with_gmp/include $gmpinc"
6de9cd9a 1644fi
8a877c9c
KG
1645if test "x$with_gmp_include" != x; then
1646 gmpinc="-I$with_gmp_include $gmpinc"
1647fi
1648if test "x$with_gmp_lib" != x; then
1649 gmplibs="-L$with_gmp_lib $gmplibs"
1650fi
e69bf64b 1651if test "x$with_gmp$with_gmp_include$with_gmp_lib" = x && test -d ${srcdir}/gmp; then
592c90ff 1652 gmplibs='-L$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir $gmplibs"
e69bf64b 1653 gmpinc='-I$$r/$(HOST_SUBDIR)/gmp -I$$s/gmp '"$gmpinc"
9183bdcf 1654 extra_mpfr_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir"
592c90ff 1655 extra_mpc_gmp_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir"
0ff2d841 1656 extra_isl_gmp_configure_flags='--with-gmp-builddir=$$r/$(HOST_SUBDIR)/gmp'
e69bf64b
PB
1657 # Do not test the gmp version. Assume that it is sufficient, since
1658 # it is in the source tree, and the library has not been built yet
1659 # but it would be included on the link line in the version check below
1660 # hence making the test fail.
1661 have_gmp=yes
1662fi
6de9cd9a 1663
91e0d220 1664if test "x$require_gmp" = xyes && test "x$have_gmp" = xno; then
e69bf64b
PB
1665 have_gmp=yes
1666 saved_CFLAGS="$CFLAGS"
1667 CFLAGS="$CFLAGS $gmpinc"
362c6d2f
KG
1668 # Check for the recommended and required versions of GMP.
1669 AC_MSG_CHECKING([for the correct version of gmp.h])
e69bf64b 1670 AC_TRY_COMPILE([#include "gmp.h"],[
362c6d2f
KG
1671 #define GCC_GMP_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c))
1672 #define GCC_GMP_VERSION GCC_GMP_VERSION_NUM(__GNU_MP_VERSION,__GNU_MP_VERSION_MINOR,__GNU_MP_VERSION_PATCHLEVEL)
385c0681 1673 #if GCC_GMP_VERSION < GCC_GMP_VERSION_NUM(4,2,3)
e48d66a9 1674 choke me
e69bf64b 1675 #endif
e8fd69bb 1676 ], [AC_TRY_COMPILE([#include <gmp.h>],[
362c6d2f
KG
1677 #define GCC_GMP_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c))
1678 #define GCC_GMP_VERSION GCC_GMP_VERSION_NUM(__GNU_MP_VERSION,__GNU_MP_VERSION_MINOR,__GNU_MP_VERSION_PATCHLEVEL)
1679 #if GCC_GMP_VERSION < GCC_GMP_VERSION_NUM(4,3,2)
1680 choke me
1681 #endif
e8fd69bb 1682 ], [AC_MSG_RESULT([yes])], [AC_MSG_RESULT([buggy but acceptable])])],
362c6d2f 1683 [AC_MSG_RESULT([no]); have_gmp=no])
e69bf64b 1684
acd26225 1685 # If we have GMP, check the MPFR version.
e69bf64b 1686 if test x"$have_gmp" = xyes; then
362c6d2f
KG
1687 # Check for the recommended and required versions of MPFR.
1688 AC_MSG_CHECKING([for the correct version of mpfr.h])
acd26225 1689 AC_TRY_COMPILE([#include <gmp.h>
e69bf64b 1690 #include <mpfr.h>],[
8be34204 1691 #if MPFR_VERSION < MPFR_VERSION_NUM(3,1,0)
e69bf64b
PB
1692 choke me
1693 #endif
e8fd69bb 1694 ], [AC_TRY_COMPILE([#include <gmp.h>
acd26225 1695 #include <mpfr.h>],[
8be34204 1696 #if MPFR_VERSION < MPFR_VERSION_NUM(3,1,6)
acd26225
KG
1697 choke me
1698 #endif
e8fd69bb 1699 ], [AC_MSG_RESULT([yes])], [AC_MSG_RESULT([buggy but acceptable])])],
acd26225
KG
1700 [AC_MSG_RESULT([no]); have_gmp=no])
1701 fi
1702
1703 # Check for the MPC header version.
91e0d220 1704 if test "x$require_mpc" = xyes && test x"$have_gmp" = xyes ; then
362c6d2f 1705 # Check for the recommended and required versions of MPC.
acd26225
KG
1706 AC_MSG_CHECKING([for the correct version of mpc.h])
1707 AC_TRY_COMPILE([#include <mpc.h>],[
362c6d2f 1708 #if MPC_VERSION < MPC_VERSION_NUM(0,8,0)
acd26225
KG
1709 choke me
1710 #endif
e8fd69bb 1711 ], [AC_TRY_COMPILE([#include <mpc.h>],[
362c6d2f
KG
1712 #if MPC_VERSION < MPC_VERSION_NUM(0,8,1)
1713 choke me
1714 #endif
e8fd69bb 1715 ], [AC_MSG_RESULT([yes])], [AC_MSG_RESULT([buggy but acceptable])])],
362c6d2f 1716 [AC_MSG_RESULT([no]); have_gmp=no])
acd26225
KG
1717 fi
1718
1719 # Now check the MPFR library.
1720 if test x"$have_gmp" = xyes; then
1721 saved_LIBS="$LIBS"
1722 LIBS="$LIBS $gmplibs"
91e0d220
AP
1723 AC_MSG_CHECKING([for the correct version of the gmp/mpfr libraries])
1724 AC_TRY_LINK([#include <mpfr.h>],[
54e433bc
MK
1725 mpfr_t n;
1726 mpfr_t x;
e69bf64b 1727 int t;
54e433bc
MK
1728 mpfr_init (n);
1729 mpfr_init (x);
90ca6847
TB
1730 mpfr_atan2 (n, n, x, MPFR_RNDN);
1731 mpfr_erfc (n, x, MPFR_RNDN);
1732 mpfr_subnormalize (x, t, MPFR_RNDN);
3a5729ea
KG
1733 mpfr_clear(n);
1734 mpfr_clear(x);
91e0d220
AP
1735 ], [AC_MSG_RESULT([yes])], [AC_MSG_RESULT([no]); have_gmp=no])
1736 LIBS="$saved_LIBS"
1737 fi
1738
1739 # Now check the MPC library
1740 if test "x$require_mpc" = xyes && test x"$have_gmp" = xyes; then
1741 saved_LIBS="$LIBS"
1742 LIBS="$LIBS $gmplibs"
1743 AC_MSG_CHECKING([for the correct version of the mpc libraries])
1744 AC_TRY_LINK([#include <mpc.h>],[
1745 mpc_t c;
3a5729ea
KG
1746 mpc_init2 (c, 53);
1747 mpc_set_ui_ui (c, 1, 1, MPC_RNDNN);
1748 mpc_cosh (c, c, MPC_RNDNN);
1749 mpc_pow (c, c, c, MPC_RNDNN);
1750 mpc_acosh (c, c, MPC_RNDNN);
1751 mpc_clear (c);
acd26225
KG
1752 ], [AC_MSG_RESULT([yes])], [AC_MSG_RESULT([no]); have_gmp=no])
1753 LIBS="$saved_LIBS"
e69bf64b 1754 fi
acd26225 1755
e69bf64b 1756 CFLAGS="$saved_CFLAGS"
6de9cd9a 1757
362c6d2f
KG
1758# The library versions listed in the error message below should match
1759# the HARD-minimums enforced above.
e69bf64b 1760 if test x$have_gmp != xyes; then
91e0d220
AP
1761 if test -d ${srcdir}/gcc ; then
1762 AC_MSG_ERROR([Building GCC requires GMP 4.2+, MPFR 3.1.0+ and MPC 0.8.0+.
3a5729ea
KG
1763Try the --with-gmp, --with-mpfr and/or --with-mpc options to specify
1764their locations. Source code for these libraries can be found at
1765their respective hosting sites as well as at
aeebd94c 1766https://gcc.gnu.org/pub/gcc/infrastructure/. See also
45ab87d4 1767http://gcc.gnu.org/install/prerequisites.html for additional info. If
3a5729ea
KG
1768you obtained GMP, MPFR and/or MPC from a vendor distribution package,
1769make sure that you have installed both the libraries and the header
1770files. They may be located in separate packages.])
91e0d220
AP
1771 else
1772 AC_MSG_ERROR([Building GDB requires GMP 4.2+, and MPFR 3.1.0+.
1773Try the --with-gmp and/or --with-mpfr options to specify
1774their locations. If you obtained GMP and/or MPFR from a vendor
1775distribution package, make sure that you have installed both the libraries
1776and the header files. They may be located in separate packages.])
1777 fi
e69bf64b 1778 fi
70ec446f
KG
1779fi
1780
acd26225 1781# Flags needed for both GMP, MPFR and/or MPC.
6de9cd9a
DN
1782AC_SUBST(gmplibs)
1783AC_SUBST(gmpinc)
9e3eba15 1784AC_SUBST(extra_mpfr_configure_flags)
acd26225
KG
1785AC_SUBST(extra_mpc_gmp_configure_flags)
1786AC_SUBST(extra_mpc_mpfr_configure_flags)
0ff2d841 1787AC_SUBST(extra_isl_gmp_configure_flags)
6de9cd9a 1788
00020c16
ILT
1789# Libraries to use for stage1 or when not bootstrapping.
1790AC_ARG_WITH(stage1-libs,
33e39b66 1791[AS_HELP_STRING([--with-stage1-libs=LIBS], [libraries for stage1])],
00020c16
ILT
1792[if test "$withval" = "no" -o "$withval" = "yes"; then
1793 stage1_libs=
1794 else
1795 stage1_libs=$withval
1796 fi],
5dc85f7e 1797[stage1_libs=])
00020c16
ILT
1798AC_SUBST(stage1_libs)
1799
aac9103b
TT
1800# Whether or not to use -static-libstdc++ and -static-libgcc. The
1801# default is yes if gcc is being built; no otherwise. The reason for
1802# this default is that gdb is sometimes linked against GNU Source
1803# Highlight, which is a shared library that uses C++ exceptions. In
1804# this case, -static-libstdc++ will cause crashes.
1805AC_ARG_WITH(static-standard-libraries,
1806[AS_HELP_STRING([--with-static-standard-libraries],
1807 [use -static-libstdc++ and -static-libgcc (default=auto)])],
1808[], [with_static_standard_libraries=auto])
1809if test "$with_static_standard_libraries" = auto; then
1810 with_static_standard_libraries=$have_compiler
1811fi
1812
0b21f5d3
EB
1813# Linker flags to use for stage1 or when not bootstrapping.
1814AC_ARG_WITH(stage1-ldflags,
1815[AS_HELP_STRING([--with-stage1-ldflags=FLAGS], [linker flags for stage1])],
1816[if test "$withval" = "no" -o "$withval" = "yes"; then
1817 stage1_ldflags=
1818 else
1819 stage1_ldflags=$withval
1820 fi],
1821[stage1_ldflags=
1822 # In stage 1, default to linking libstdc++ and libgcc statically with GCC
1823 # if supported. But if the user explicitly specified the libraries to use,
1824 # trust that they are doing what they want.
aac9103b
TT
1825 if test "$with_static_standard_libraries" = yes -a "$stage1_libs" = "" \
1826 -a "$have_static_libs" = yes; then
0b21f5d3
EB
1827 stage1_ldflags="-static-libstdc++ -static-libgcc"
1828 fi])
1829AC_SUBST(stage1_ldflags)
1830
5dc85f7e 1831# Libraries to use for stage2 and later builds.
00020c16 1832AC_ARG_WITH(boot-libs,
33e39b66 1833[AS_HELP_STRING([--with-boot-libs=LIBS], [libraries for stage2 and later])],
00020c16
ILT
1834[if test "$withval" = "no" -o "$withval" = "yes"; then
1835 poststage1_libs=
1836 else
e90e6bd7 1837 poststage1_libs=$withval
00020c16 1838 fi],
5dc85f7e 1839[poststage1_libs=])
00020c16
ILT
1840AC_SUBST(poststage1_libs)
1841
ed2eaa9f
ILT
1842# Linker flags to use for stage2 and later builds.
1843AC_ARG_WITH(boot-ldflags,
33e39b66
AS
1844[AS_HELP_STRING([--with-boot-ldflags=FLAGS],
1845 [linker flags for stage2 and later])],
ed2eaa9f
ILT
1846[if test "$withval" = "no" -o "$withval" = "yes"; then
1847 poststage1_ldflags=
1848 else
1849 poststage1_ldflags=$withval
1850 fi],
1851[poststage1_ldflags=
bec93d73
ILT
1852 # In stages 2 and 3, default to linking libstdc++ and libgcc
1853 # statically. But if the user explicitly specified the libraries to
1854 # use, trust that they are doing what they want.
1855 if test "$poststage1_libs" = ""; then
ed2eaa9f
ILT
1856 poststage1_ldflags="-static-libstdc++ -static-libgcc"
1857 fi])
1858AC_SUBST(poststage1_ldflags)
1859
e357a5e0 1860# GCC GRAPHITE dependency isl.
4a9bb2aa 1861# Basic setup is inlined here, actual checks are in config/isl.m4
625afa23 1862
625afa23
RG
1863AC_ARG_WITH(isl,
1864 [AS_HELP_STRING(
1865 [--with-isl=PATH],
e357a5e0 1866 [Specify prefix directory for the installed isl package.
625afa23
RG
1867 Equivalent to --with-isl-include=PATH/include
1868 plus --with-isl-lib=PATH/lib])])
1869
eae1a5d4 1870# Treat --without-isl as a request to disable
625afa23 1871# GRAPHITE support and skip all following checks.
eae1a5d4 1872if test "x$with_isl" != "xno"; then
e357a5e0 1873 # Check for isl
625afa23
RG
1874 dnl Provide configure switches and initialize islinc & isllibs
1875 dnl with user input.
1876 ISL_INIT_FLAGS
e357a5e0 1877 dnl The versions of isl that work for Graphite
e0c0c325 1878 ISL_CHECK_VERSION()
e357a5e0 1879 dnl Only execute fail-action, if isl has been requested.
33ad93b9 1880 ISL_IF_FAILED([
e357a5e0 1881 AC_MSG_ERROR([Unable to find a usable isl. See config.log for details.])])
f8bf9252 1882fi
f8bf9252 1883
e357a5e0 1884# If the isl check failed, disable builds of in-tree variant of isl
625afa23 1885if test "x$with_isl" = xno ||
625afa23 1886 test "x$gcc_cv_isl" = xno; then
4a9bb2aa 1887 noconfigdirs="$noconfigdirs isl"
625afa23 1888 islinc=
eae1a5d4
RG
1889fi
1890
1891AC_SUBST(isllibs)
625afa23 1892AC_SUBST(islinc)
625afa23 1893
d7f09764
DN
1894# Check for LTO support.
1895AC_ARG_ENABLE(lto,
33e39b66 1896[AS_HELP_STRING([--enable-lto], [enable link time optimization support])],
d7f09764
DN
1897enable_lto=$enableval,
1898enable_lto=yes; default_enable_lto=yes)
1899
48215350
DK
1900ACX_ELF_TARGET_IFELSE([# ELF platforms build the lto-plugin always.
1901 build_lto_plugin=yes
1902],[if test x"$default_enable_lto" = x"yes" ; then
bb79486c 1903 case $target in
deeba76a 1904 *-apple-darwin[[912]]* | *-cygwin* | *-mingw* | *djgpp*) ;;
48215350 1905 # On other non-ELF platforms, LTO has yet to be validated.
bb79486c
JH
1906 *) enable_lto=no ;;
1907 esac
3bec79c5 1908 else
db50fe7d
IS
1909 # Apart from ELF platforms, only Windows and Darwin support LTO so far.
1910 # It would also be nice to check the binutils support, but we don't
3bec79c5
DK
1911 # have gcc_GAS_CHECK_FEATURE available here. For now, we'll just
1912 # warn during gcc/ subconfigure; unless you're bootstrapping with
1913 # -flto it won't be needed until after installation anyway.
1914 case $target in
9e530bcd 1915 *-cygwin* | *-mingw* | *-apple-darwin* | *djgpp*) ;;
3bec79c5
DK
1916 *) if test x"$enable_lto" = x"yes"; then
1917 AC_MSG_ERROR([LTO support is not enabled for this target.])
1918 fi
1919 ;;
1920 esac
1921 fi
1cd0b716 1922 # Among non-ELF, only Windows platforms support the lto-plugin so far.
48215350 1923 # Build it unless LTO was explicitly disabled.
1cd0b716 1924 case $target in
48215350 1925 *-cygwin* | *-mingw*) build_lto_plugin=$enable_lto ;;
1cd0b716
DK
1926 *) ;;
1927 esac
48215350 1928])
d7f09764 1929
45b3824d
TS
1930AC_ARG_ENABLE(linker-plugin-configure-flags,
1931 [AS_HELP_STRING([[--enable-linker-plugin-configure-flags=FLAGS]],
1932 [additional flags for configuring linker plugins @<:@none@:>@])],
1933 extra_linker_plugin_configure_flags=$enableval,
1934 extra_linker_plugin_configure_flags=)
1935AC_SUBST(extra_linker_plugin_configure_flags)
1936AC_ARG_ENABLE(linker-plugin-flags,
1937 [AS_HELP_STRING([[--enable-linker-plugin-flags=FLAGS]],
1938 [additional flags for configuring and building linker plugins @<:@none@:>@])],
1939 extra_linker_plugin_flags=$enableval,
1940 extra_linker_plugin_flags=)
1941AC_SUBST(extra_linker_plugin_flags)
1942
c1fecabe
IS
1943# Handle --enable-host-pie
1944# If host PIE executables are the default (or must be forced on) for some host,
1945# we must pass that configuration to the gcc directory.
1946gcc_host_pie=
b6cb10af
MP
1947AC_ARG_ENABLE(host-pie,
1948[AS_HELP_STRING([--enable-host-pie],
1949 [build position independent host executables])],
1950[host_pie=$enableval
1951 case $host in
c1fecabe 1952 *-*-darwin2*)
b6cb10af 1953 if test x$host_pie != xyes ; then
c1fecabe
IS
1954 # for Darwin20+ this is required.
1955 AC_MSG_WARN([PIE executables are required for the configured host, host-pie setting ignored.])
b6cb10af 1956 host_pie=yes
c1fecabe 1957 gcc_host_pie=--enable-host-pie
b6cb10af
MP
1958 fi ;;
1959 *) ;;
1960 esac],
1961[case $host in
c1fecabe
IS
1962 *-*-darwin2*)
1963 # Default to PIE (mandatory for aarch64).
1964 host_pie=yes
1965 gcc_host_pie=--enable-host-pie
1966 ;;
b6cb10af
MP
1967 *) host_pie=no ;;
1968 esac])
1969
1970AC_SUBST(host_pie)
c1fecabe 1971AC_SUBST(gcc_host_pie)
b6cb10af 1972
cdfee50a
NS
1973# Enable --enable-host-shared.
1974# Checked early to determine whether jit is an 'all' language
1975AC_ARG_ENABLE(host-shared,
1976[AS_HELP_STRING([--enable-host-shared],
1977 [build host code as shared libraries])],
a1d2b162 1978[host_shared=$enableval
1edfc8f2 1979 case $host in
a1d2b162
IS
1980 x86_64-*-darwin* | aarch64-*-darwin*)
1981 if test x$host_shared != xyes ; then
1982 # PIC is the default, and actually cannot be switched off.
c1fecabe 1983 AC_MSG_WARN([PIC code is required for the configured host; host-shared setting ignored.])
a1d2b162
IS
1984 host_shared=yes
1985 fi ;;
b6cb10af 1986 *-*-darwin*)
c1fecabe
IS
1987 if test x$host_pie = xyes -a x$host_shared != xyes ; then
1988 AC_MSG_WARN([PIC code is required for PIE host executables host-shared setting ignored.])
b6cb10af
MP
1989 host_shared=yes
1990 fi ;;
a1d2b162
IS
1991 *) ;;
1992 esac],
1edfc8f2 1993[case $host in
c1fecabe 1994 # 64B x86_64 and Aarch64 Darwin default to PIC.
a1d2b162 1995 x86_64-*-darwin* | aarch64-*-darwin*) host_shared=yes ;;
c1fecabe
IS
1996 # 32B and powerpc64 Darwin must use PIC to link PIE exes.
1997 *-*-darwin*) host_shared=$host_pie ;;
b6cb10af 1998 *) host_shared=no;;
a1d2b162 1999 esac])
05048fc2 2000
cdfee50a 2001AC_SUBST(host_shared)
f8bf9252 2002
b6cb10af 2003if test x$host_shared = xyes; then
c1fecabe
IS
2004 case $host in
2005 *-*-darwin*)
2006 # Since host shared is the default for 64b Darwin, and also enabled for
2007 # host_pie, ensure that we present the PIE flag when host_pie is active.
2008 if test x$host_pie = xyes; then
2009 PICFLAG=-fPIE
2010 fi
2011 ;;
2012 *)
2013 PICFLAG=-fPIC
2014 ;;
2015 esac
b6cb10af
MP
2016elif test x$host_pie = xyes; then
2017 PICFLAG=-fPIE
2018else
2019 PICFLAG=
2020fi
2021
2022AC_SUBST(PICFLAG)
2023
05048fc2
IS
2024# If we are building PIC/PIE host executables, and we are building dependent
2025# libs (e.g. GMP) in-tree those libs need to be configured to generate PIC
2026# code.
2027host_libs_picflag=
b6cb10af 2028if test "$host_shared" = "yes" -o "$host_pie" = "yes"; then
05048fc2
IS
2029host_libs_picflag='--with-pic'
2030fi
2031AC_SUBST(host_libs_picflag)
2032
0823efed 2033# By default, C and C++ are the only stage 1 languages.
e1888513 2034stage1_languages=,c,
2805b53a 2035
00020c16 2036# Target libraries that we bootstrap.
ad1e5170 2037bootstrap_target_libs=,target-libgcc,
00020c16 2038
e4c9c075
PB
2039# Figure out what language subdirectories are present.
2040# Look if the user specified --enable-languages="..."; if not, use
2041# the environment variable $LANGUAGES if defined. $LANGUAGES might
2042# go away some day.
2043# NB: embedded tabs in this IF block -- do not untabify
2044if test -d ${srcdir}/gcc; then
2045 if test x"${enable_languages+set}" != xset; then
2046 if test x"${LANGUAGES+set}" = xset; then
2047 enable_languages="${LANGUAGES}"
6b1786aa 2048 echo configure.ac: warning: setting LANGUAGES is deprecated, use --enable-languages instead 1>&2
e4c9c075 2049 else
cdfee50a 2050 enable_languages=default
e4c9c075
PB
2051 fi
2052 else
2053 if test x"${enable_languages}" = x ||
2054 test x"${enable_languages}" = xyes;
2055 then
6b1786aa 2056 echo configure.ac: --enable-languages needs at least one language argument 1>&2
e4c9c075
PB
2057 exit 1
2058 fi
2059 fi
2060 enable_languages=`echo "${enable_languages}" | sed -e 's/[[ ,]][[ ,]]*/,/g' -e 's/,$//'`
2061
7f26dfa3
FXC
2062 # 'f95' is the old name for the 'fortran' language. We issue a warning
2063 # and make the substitution.
2064 case ,${enable_languages}, in
2065 *,f95,*)
6b1786aa 2066 echo configure.ac: warning: 'f95' as language name is deprecated, use 'fortran' instead 1>&2
7f26dfa3
FXC
2067 enable_languages=`echo "${enable_languages}" | sed -e 's/f95/fortran/g'`
2068 ;;
2069 esac
2070
0823efed
DN
2071 # If bootstrapping, C++ must be enabled.
2072 case ",$enable_languages,:$enable_bootstrap" in
2073 *,c++,*:*) ;;
2074 *:yes)
ff3ac0f4
ILT
2075 if test -f ${srcdir}/gcc/cp/config-lang.in; then
2076 enable_languages="${enable_languages},c++"
2077 else
0823efed 2078 AC_MSG_ERROR([bootstrapping requires c++ sources])
ff3ac0f4
ILT
2079 fi
2080 ;;
2081 esac
2082
e4c9c075
PB
2083 # First scan to see if an enabled language requires some other language.
2084 # We assume that a given config-lang.in will list all the language
2085 # front ends it requires, even if some are required indirectly.
2086 for lang_frag in ${srcdir}/gcc/*/config-lang.in .. ; do
2087 case ${lang_frag} in
2088 ..) ;;
2089 # The odd quoting in the next line works around
2090 # an apparent bug in bash 1.12 on linux.
2091 ${srcdir}/gcc/[[*]]/config-lang.in) ;;
2092 *)
69ecd18f
ILT
2093 # From the config-lang.in, get $language, $lang_requires, and
2094 # $lang_requires_boot_languages.
e4c9c075
PB
2095 language=
2096 lang_requires=
69ecd18f 2097 lang_requires_boot_languages=
d4360477
NS
2098 # set srcdir during sourcing lang_frag to the gcc dir.
2099 # Sadly overriding srcdir on the . line doesn't work in plain sh as it
2100 # polutes this shell
2101 saved_srcdir=${srcdir}
2102 srcdir=${srcdir}/gcc . ${lang_frag}
2103 srcdir=${saved_srcdir}
69ecd18f 2104 for other in ${lang_requires} ${lang_requires_boot_languages}; do
e4c9c075
PB
2105 case ,${enable_languages}, in
2106 *,$other,*) ;;
cdfee50a 2107 *,default,*) ;;
e4c9c075
PB
2108 *,all,*) ;;
2109 *,$language,*)
2110 echo " \`$other' language required by \`$language'; enabling" 1>&2
2111 enable_languages="${enable_languages},${other}"
2112 ;;
2113 esac
2114 done
69ecd18f
ILT
2115 for other in ${lang_requires_boot_languages} ; do
2116 if test "$other" != "c"; then
2117 case ,${enable_stage1_languages}, in
2118 *,$other,*) ;;
cdfee50a 2119 *,default,*) ;;
69ecd18f
ILT
2120 *,all,*) ;;
2121 *)
2122 case ,${enable_languages}, in
2123 *,$language,*)
2124 echo " '$other' language required by '$language' in stage 1; enabling" 1>&2
2125 enable_stage1_languages="$enable_stage1_languages,${other}"
2126 ;;
2127 esac
2128 ;;
2129 esac
2130 fi
2131 done
e4c9c075
PB
2132 ;;
2133 esac
2134 done
2135
e1888513 2136 new_enable_languages=,c,
d7f09764
DN
2137
2138 # If LTO is enabled, add the LTO front end.
d7f09764 2139 if test "$enable_lto" = "yes" ; then
e4c5bd48
RW
2140 case ,${enable_languages}, in
2141 *,lto,*) ;;
2142 *) enable_languages="${enable_languages},lto" ;;
2143 esac
1cd0b716 2144 if test "${build_lto_plugin}" = "yes" ; then
d7f09764 2145 configdirs="$configdirs lto-plugin"
d7f09764
DN
2146 fi
2147 fi
d7f09764 2148
426c1eb0
TS
2149 # If we're building an offloading compiler, add the LTO front end.
2150 if test x"$enable_as_accelerator_for" != x ; then
2151 case ,${enable_languages}, in
2152 *,lto,*) ;;
2153 *) enable_languages="${enable_languages},lto" ;;
2154 esac
2155 fi
2156
cdfee50a 2157 missing_languages=`echo ",$enable_languages," | sed -e s/,default,/,/ -e s/,all,/,/ -e s/,c,/,/ `
e1888513 2158 potential_languages=,c,
e4c9c075 2159
4da3b0f8
ILT
2160 enabled_target_libs=
2161 disabled_target_libs=
2162
e4c9c075
PB
2163 for lang_frag in ${srcdir}/gcc/*/config-lang.in .. ; do
2164 case ${lang_frag} in
2165 ..) ;;
2166 # The odd quoting in the next line works around
2167 # an apparent bug in bash 1.12 on linux.
2168 ${srcdir}/gcc/[[*]]/config-lang.in) ;;
2169 *)
2170 # From the config-lang.in, get $language, $target_libs,
2805b53a 2171 # $lang_dirs, $boot_language, and $build_by_default
e4c9c075
PB
2172 language=
2173 target_libs=
2174 lang_dirs=
1546bb64 2175 subdir_requires=
e1888513
PB
2176 boot_language=no
2177 build_by_default=yes
d4360477
NS
2178 # set srcdir during sourcing. See above about save & restore
2179 saved_srcdir=${srcdir}
2180 srcdir=${srcdir}/gcc . ${lang_frag}
2181 srcdir=${saved_srcdir}
e1888513
PB
2182 if test x${language} = x; then
2183 echo "${lang_frag} doesn't set \$language." 1>&2
2184 exit 1
2185 fi
2186
78767fd9 2187 if test "$language" = "c++"; then
0823efed 2188 boot_language=yes
00020c16
ILT
2189 fi
2190
178f875a 2191 add_this_lang=no
cdfee50a
NS
2192 # C is always enabled, so no need to add it again
2193 if test "$language" != "c"; then
2194 case ,${enable_languages}, in
2195 *,${language},*)
2196 # Language was explicitly selected; include it
d4a10d0a 2197 add_this_lang=yes
cdfee50a
NS
2198 ;;
2199 *,all,*)
2200 # All languages are enabled
2201 add_this_lang=all
2202 ;;
2203 *,default,*)
2204 # 'default' was selected, select it if it is a default language
178f875a 2205 add_this_lang=${build_by_default}
cdfee50a
NS
2206 ;;
2207 esac
2208 fi
6de9cd9a 2209
1546bb64 2210 # Disable languages that need other directories if these aren't available.
95695ad3 2211 for i in $subdir_requires; do
b6348cb3 2212 test -f "$srcdir/gcc/$i/config-lang.in" && continue
cdfee50a
NS
2213 case ${add_this_lang} in
2214 yes)
1546bb64
PB
2215 # Specifically requested language; tell them.
2216 AC_MSG_ERROR([The gcc/$i directory contains parts of $language but is missing])
2217 ;;
cdfee50a
NS
2218 all)
2219 AC_MSG_WARN([The gcc/$i directory contains parts of $language but is missing])
2220 add_this_lang=unsupported
2221 ;;
1546bb64
PB
2222 *)
2223 # Silently disable.
e1888513 2224 add_this_lang=unsupported
1546bb64
PB
2225 ;;
2226 esac
2227 done
2228
e1888513 2229 # Disable Ada if no preexisting GNAT is available.
cdfee50a
NS
2230 case ${add_this_lang}:${language}:${have_gnat} in
2231 yes:ada:no)
e1888513
PB
2232 # Specifically requested language; tell them.
2233 AC_MSG_ERROR([GNAT is required to build $language])
2234 ;;
cdfee50a
NS
2235 all:ada:no)
2236 AC_MSG_WARN([GNAT is required to build $language])
2237 add_this_lang=unsupported
2238 ;;
e1888513
PB
2239 *:ada:no)
2240 # Silently disable.
2241 add_this_lang=unsupported
2242 ;;
2243 esac
2244
5fee5ec3
IB
2245 # Disable D if no preexisting GDC is available.
2246 case ${add_this_lang}:${language}:${have_gdc} in
2247 yes:d:no)
2248 # Specifically requested language; tell them.
2249 AC_MSG_ERROR([GDC is required to build $language])
2250 ;;
2251 all:d:no)
2252 AC_MSG_WARN([GDC is required to build $language])
2253 add_this_lang=unsupported
2254 ;;
2255 *:d:no)
2256 # Silently disable.
2257 add_this_lang=unsupported
2258 ;;
2259 esac
2260
cdfee50a 2261 # Disable jit if -enable-host-shared not specified
c83027f3
NB
2262 # but not if building for Mingw. All code in Windows
2263 # is position independent code (PIC).
2264 case $target in
2265 *mingw*) ;;
2266 *)
2267 case ${add_this_lang}:${language}:${host_shared} in
2268 yes:jit:no)
2269 # PR jit/64780: explicitly specify --enable-host-shared
cdfee50a
NS
2270 AC_MSG_ERROR([
2271Enabling language "jit" requires --enable-host-shared.
2272
2273--enable-host-shared typically slows the rest of the compiler down by
2274a few %, so you must explicitly enable it.
2275
2276If you want to build both the jit and the regular compiler, it is often
2277best to do this via two separate configure/builds, in separate
2278directories, to avoid imposing the performance cost of
2279--enable-host-shared on the regular compiler.])
c83027f3
NB
2280 ;;
2281 all:jit:no)
2282 AC_MSG_WARN([--enable-host-shared required to build $language])
2283 add_this_lang=unsupported
2284 ;;
2285 *:jit:no)
2286 # Silently disable.
2287 add_this_lang=unsupported
2288 ;;
2289 esac
2290 ;;
2291 esac
cdfee50a
NS
2292
2293 # Disable a language that is unsupported by the target.
2294 case "${add_this_lang}: $unsupported_languages " in
2295 no:*) ;;
2296 unsupported:*) ;;
2297 *:*" $language "*)
2298 AC_MSG_WARN([${language} not supported for this target])
e1888513 2299 add_this_lang=unsupported
4fab7234
HPN
2300 ;;
2301 esac
2302
6de9cd9a 2303 case $add_this_lang in
e1888513 2304 unsupported)
e4c9c075 2305 # Remove language-dependent dirs.
4da3b0f8
ILT
2306 disabled_target_libs="$disabled_target_libs $target_libs"
2307 noconfigdirs="$noconfigdirs $lang_dirs"
2805b53a 2308 ;;
e1888513
PB
2309 no)
2310 # Remove language-dependent dirs; still show language as supported.
4da3b0f8
ILT
2311 disabled_target_libs="$disabled_target_libs $target_libs"
2312 noconfigdirs="$noconfigdirs $lang_dirs"
e1888513
PB
2313 potential_languages="${potential_languages}${language},"
2314 ;;
cdfee50a 2315 all|yes)
e1888513
PB
2316 new_enable_languages="${new_enable_languages}${language},"
2317 potential_languages="${potential_languages}${language},"
2805b53a 2318 missing_languages=`echo "$missing_languages" | sed "s/,$language,/,/"`
4da3b0f8 2319 enabled_target_libs="$enabled_target_libs $target_libs"
ab9dcd0c
RW
2320 case "${boot_language}:,$enable_stage1_languages," in
2321 yes:* | *:*,$language,* | *:*,yes, | *:*,all,)
340de83f 2322 # Add to (comma-separated) list of stage 1 languages.
ab9dcd0c
RW
2323 case ",$stage1_languages," in
2324 *,$language,* | ,yes, | ,all,) ;;
2325 *) stage1_languages="${stage1_languages}${language}," ;;
2326 esac
00020c16 2327 # We need to bootstrap any supporting libraries.
5fee5ec3 2328 bootstrap_target_libs=`echo "${bootstrap_target_libs}${target_libs}," | sed "s/ /,/g"`
2805b53a
NN
2329 ;;
2330 esac
2331 ;;
e4c9c075
PB
2332 esac
2333 ;;
2334 esac
2335 done
2336
4da3b0f8
ILT
2337 # Add target libraries which are only needed for disabled languages
2338 # to noconfigdirs.
2339 if test -n "$disabled_target_libs"; then
2340 for dir in $disabled_target_libs; do
2341 case " $enabled_target_libs " in
2342 *" ${dir} "*) ;;
2343 *) noconfigdirs="$noconfigdirs $dir" ;;
2344 esac
2345 done
2346 fi
2347
e1888513 2348 AC_ARG_ENABLE(stage1-languages,
33e39b66
AS
2349 [AS_HELP_STRING([[--enable-stage1-languages[=all]]],
2350 [choose additional languages to build during
2351 stage1. Mostly useful for compiler development])],
e1888513
PB
2352 [case ,${enable_stage1_languages}, in
2353 ,no,|,,)
2354 # Set it to something that will have no effect in the loop below
2355 enable_stage1_languages=c ;;
2356 ,yes,)
2357 enable_stage1_languages=`echo $new_enable_languages | \
2358 sed -e "s/^,//" -e "s/,$//" ` ;;
2359 *,all,*)
2360 enable_stage1_languages=`echo ,$enable_stage1_languages, | \
2361 sed -e "s/,all,/$new_enable_languages/" -e "s/^,//" -e "s/,$//" ` ;;
2362 esac
2363
2364 # Add "good" languages from enable_stage1_languages to stage1_languages,
2365 # while "bad" languages go in missing_languages. Leave no duplicates.
2366 for i in `echo $enable_stage1_languages | sed 's/,/ /g' `; do
2367 case $potential_languages in
2368 *,$i,*)
2369 case $stage1_languages in
2370 *,$i,*) ;;
2371 *) stage1_languages="$stage1_languages$i," ;;
2372 esac ;;
2373 *)
2374 case $missing_languages in
2375 *,$i,*) ;;
2376 *) missing_languages="$missing_languages$i," ;;
2377 esac ;;
2378 esac
2379 done])
2380
2381 # Remove leading/trailing commas that were added for simplicity
2382 potential_languages=`echo "$potential_languages" | sed -e "s/^,//" -e "s/,$//"`
79b4b7d2 2383 missing_languages=`echo "$missing_languages" | sed -e "s/^,//" -e "s/,$//"`
e1888513
PB
2384 stage1_languages=`echo "$stage1_languages" | sed -e "s/^,//" -e "s/,$//"`
2385 new_enable_languages=`echo "$new_enable_languages" | sed -e "s/^,//" -e "s/,$//"`
2386
e4c9c075
PB
2387 if test "x$missing_languages" != x; then
2388 AC_MSG_ERROR([
0cf085e4 2389The following requested languages could not be built: ${missing_languages}
e1888513 2390Supported languages are: ${potential_languages}])
e4c9c075 2391 fi
e4c9c075
PB
2392 if test "x$new_enable_languages" != "x$enable_languages"; then
2393 echo The following languages will be built: ${new_enable_languages}
e1888513 2394 enable_languages="$new_enable_languages"
e4c9c075 2395 fi
e1888513
PB
2396
2397 AC_SUBST(stage1_languages)
b2eaac4a 2398 ac_configure_args=`echo " $ac_configure_args" | sed -e "s/ '--enable-languages=[[^ ]]*'//g" -e "s/$/ '--enable-languages="$enable_languages"'/" `
e4c9c075
PB
2399fi
2400
27079765
AH
2401# Handle --disable-<component> generically.
2402for dir in $configdirs $build_configdirs $target_configdirs ; do
2403 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g -e s/-/_/g`
ac9e6043
RW
2404 varname=`echo $dirname | sed -e s/+/_/g`
2405 if eval test x\${enable_${varname}} "=" xno ; then
27079765
AH
2406 noconfigdirs="$noconfigdirs $dir"
2407 fi
2408done
2409
43c40f3e
RO
2410# Check for Boehm's garbage collector
2411AC_ARG_ENABLE(objc-gc,
2412[AS_HELP_STRING([--enable-objc-gc],
2413 [enable use of Boehm's garbage collector with the
114bf3f1
MK
2414 GNU Objective-C runtime])])
2415AC_ARG_WITH([target-bdw-gc],
2416[AS_HELP_STRING([--with-target-bdw-gc=PATHLIST],
2417 [specify prefix directory for installed bdw-gc package.
2418 Equivalent to --with-target-bdw-gc-include=PATH/include
2419 plus --with-target-bdw-gc-lib=PATH/lib])])
2420AC_ARG_WITH([target-bdw-gc-include],
2421[AS_HELP_STRING([--with-target-bdw-gc-include=PATHLIST],
2422 [specify directories for installed bdw-gc include files])])
2423AC_ARG_WITH([target-bdw-gc-lib],
2424[AS_HELP_STRING([--with-target-bdw-gc-lib=PATHLIST],
2425 [specify directories for installed bdw-gc library])])
2426
2427case ,${enable_languages},:${enable_objc_gc} in *,objc,*:yes|*,objc,*:auto)
2428 AC_MSG_CHECKING([for bdw garbage collector])
2429 if test "x$with_target_bdw_gc$with_target_bdw_gc_include$with_target_bdw_gc_lib" = x; then
825fba52
MK
2430 dnl no bdw-gw options, assume default locations
2431 AC_MSG_RESULT([using bdw-gc in default locations])
114bf3f1
MK
2432 else
2433 dnl bdw-gw options, first error checking, complete checking in libobjc
2434 if test "x$with_target_bdw_gc_include" = x && test "x$with_target_bdw_gc_lib" != x; then
2435 AC_MSG_ERROR([found --with-target-bdw-gc-lib but --with-target-bdw-gc-include missing])
2436 elif test "x$with_target_bdw_gc_include" != x && test "x$with_target_bdw_gc_lib" = x; then
2437 AC_MSG_ERROR([found --with-target-bdw-gc-include but --with-target-bdw-gc-lib missing])
2438 else
2439 AC_MSG_RESULT([using paths configured with --with-target-bdw-gc options])
2440 fi
2441 fi
43c40f3e
RO
2442esac
2443
e4cba494 2444# Disable libitm, libsanitizer, libvtv if we're not building C++
99776ebd 2445case ,${enable_languages}, in
1007a55c 2446 *,c++,*)
5e9d6aa4 2447 # Disable libitm, libsanitizer if we're not building libstdc++
1007a55c
JW
2448 case "${noconfigdirs}" in
2449 *target-libstdc++-v3*)
5e9d6aa4 2450 noconfigdirs="$noconfigdirs target-libitm target-libsanitizer"
1007a55c
JW
2451 ;;
2452 *) ;;
2453 esac
2454 ;;
99776ebd 2455 *)
e4cba494 2456 noconfigdirs="$noconfigdirs target-libitm target-libsanitizer target-libvtv"
99776ebd
RH
2457 ;;
2458esac
7cd0cf9c 2459
dc614a83
AB
2460# If gcc/ is not in the source tree then we'll not be building a
2461# target compiler, assume in that case we don't want to build any
2462# target libraries or tools.
2463#
2464# This was added primarily for the benefit for binutils-gdb who reuse
2465# this configure script, but don't always have target tools available.
2466if test ! -d ${srcdir}/gcc; then
2467 skipdirs="${skipdirs} ${target_configdirs}"
2468fi
2469
9d069a4f
PB
2470# Remove the entries in $skipdirs and $noconfigdirs from $configdirs,
2471# $build_configdirs and $target_configdirs.
e4c9c075
PB
2472# If we have the source for $noconfigdirs entries, add them to $notsupp.
2473
2474notsupp=""
2475for dir in . $skipdirs $noconfigdirs ; do
9d069a4f 2476 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g`
e4c9c075
PB
2477 if test $dir != . && echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
2478 configdirs=`echo " ${configdirs} " | sed -e "s/ ${dir} / /"`
2479 if test -r $srcdir/$dirname/configure ; then
2480 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
2481 true
2482 else
2483 notsupp="$notsupp $dir"
2484 fi
2485 fi
2486 fi
9d069a4f
PB
2487 if test $dir != . && echo " ${build_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
2488 build_configdirs=`echo " ${build_configdirs} " | sed -e "s/ ${dir} / /"`
2489 if test -r $srcdir/$dirname/configure ; then
2490 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
2491 true
2492 else
2493 notsupp="$notsupp $dir"
2494 fi
2495 fi
2496 fi
e4c9c075
PB
2497 if test $dir != . && echo " ${target_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
2498 target_configdirs=`echo " ${target_configdirs} " | sed -e "s/ ${dir} / /"`
2499 if test -r $srcdir/$dirname/configure ; then
2500 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
2501 true
2502 else
2503 notsupp="$notsupp $dir"
2504 fi
2505 fi
2506 fi
2507done
2508
e4c9c075
PB
2509# Quietly strip out all directories which aren't configurable in this tree.
2510# This relies on all configurable subdirectories being autoconfiscated, which
2511# is now the case.
23f6b2f9
PB
2512build_configdirs_all="$build_configdirs"
2513build_configdirs=
2514for i in ${build_configdirs_all} ; do
2515 j=`echo $i | sed -e s/build-//g`
2516 if test -f ${srcdir}/$j/configure ; then
2517 build_configdirs="${build_configdirs} $i"
2518 fi
2519done
2520
e4c9c075
PB
2521configdirs_all="$configdirs"
2522configdirs=
2523for i in ${configdirs_all} ; do
2524 if test -f ${srcdir}/$i/configure ; then
2525 configdirs="${configdirs} $i"
2526 fi
2527done
23f6b2f9 2528
e4c9c075
PB
2529target_configdirs_all="$target_configdirs"
2530target_configdirs=
2531for i in ${target_configdirs_all} ; do
2532 j=`echo $i | sed -e s/target-//g`
2533 if test -f ${srcdir}/$j/configure ; then
2534 target_configdirs="${target_configdirs} $i"
2535 fi
2536done
2537
45b3824d
TS
2538# libiberty-linker-plugin is special: it doesn't have its own source directory,
2539# so we have to add it after the preceding checks.
2540if test x"$extra_linker_plugin_flags$extra_linker_plugin_configure_flags" != x
2541then
2542 case " $configdirs " in
2543 *" libiberty "*)
2544 # If we can build libiberty, we can also build libiberty-linker-plugin.
2545 configdirs="$configdirs libiberty-linker-plugin"
2546 extra_linker_plugin_configure_flags="$extra_linker_plugin_configure_flags \
2547 --with-libiberty=../libiberty-linker-plugin";;
2548 *)
2549 AC_MSG_ERROR([libiberty missing]);;
2550 esac
2551fi
2552
fca38047
TS
2553# Sometimes we have special requirements for the host libiberty.
2554extra_host_libiberty_configure_flags=
2555case " $configdirs " in
15368960 2556 *" lto-plugin "* | *" libcc1 "* | *" gdbserver "*)
fca38047
TS
2557 # When these are to be built as shared libraries, the same applies to
2558 # libiberty.
2559 extra_host_libiberty_configure_flags=--enable-shared
2560 ;;
04bb15e4
TV
2561esac
2562AC_SUBST(extra_host_libiberty_configure_flags)
2563
2564# Sometimes we have special requirements for the host zlib.
2565extra_host_zlib_configure_flags=
2566case " $configdirs " in
1c01ebf6
L
2567 *" bfd "*)
2568 # When bfd is to be built as a shared library, the same applies to
2569 # zlib.
2570 if test "$enable_shared" = "yes"; then
2571 extra_host_zlib_configure_flags=--enable-host-shared
2572 fi
2573 ;;
fca38047 2574esac
1c01ebf6 2575AC_SUBST(extra_host_zlib_configure_flags)
fca38047 2576
e4c9c075
PB
2577# Produce a warning message for the subdirs we can't configure.
2578# This isn't especially interesting in the Cygnus tree, but in the individual
2579# FSF releases, it's important to let people know when their machine isn't
2580# supported by the one or two programs in a package.
2581
2582if test -n "${notsupp}" && test -z "${norecursion}" ; then
2583 # If $appdirs is non-empty, at least one of those directories must still
2584 # be configured, or we error out. (E.g., if the gas release supports a
2585 # specified target in some subdirs but not the gas subdir, we shouldn't
2586 # pretend that all is well.)
2587 if test -n "$appdirs" ; then
2588 for dir in $appdirs ; do
2589 if test -r $dir/Makefile.in ; then
2590 if echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
2591 appdirs=""
2592 break
2593 fi
23f6b2f9 2594 if echo " ${target_configdirs} " | grep " target-${dir} " >/dev/null 2>&1; then
e4c9c075
PB
2595 appdirs=""
2596 break
2597 fi
2598 fi
2599 done
2600 if test -n "$appdirs" ; then
2601 echo "*** This configuration is not supported by this package." 1>&2
2602 exit 1
2603 fi
2604 fi
2605 # Okay, some application will build, or we don't care to check. Still
2606 # notify of subdirs not getting built.
2607 echo "*** This configuration is not supported in the following subdirectories:" 1>&2
2608 echo " ${notsupp}" 1>&2
2609 echo " (Any other directories should still work fine.)" 1>&2
2610fi
2611
2612case "$host" in
2613 *msdosdjgpp*)
2614 enable_gdbtk=no ;;
2615esac
2616
c3a86da9
DJ
2617# To find our prefix, in gcc_cv_tool_prefix.
2618ACX_TOOL_DIRS
2619
e4c9c075
PB
2620copy_dirs=
2621
526635cb 2622AC_ARG_WITH([build-sysroot],
33e39b66
AS
2623 [AS_HELP_STRING([--with-build-sysroot=SYSROOT],
2624 [use sysroot as the system root during the build])],
526635cb
MM
2625 [if test x"$withval" != x ; then
2626 SYSROOT_CFLAGS_FOR_TARGET="--sysroot=$withval"
2627 fi],
2628 [SYSROOT_CFLAGS_FOR_TARGET=])
2629AC_SUBST(SYSROOT_CFLAGS_FOR_TARGET)
2630
c8aea42c 2631AC_ARG_WITH([debug-prefix-map],
33e39b66
AS
2632 [AS_HELP_STRING([--with-debug-prefix-map='A=B C=D ...'],
2633 [map A to B, C to D ... in debug information])],
c8aea42c
PB
2634 [if test x"$withval" != x; then
2635 DEBUG_PREFIX_CFLAGS_FOR_TARGET=
2636 for debug_map in $withval; do
2637 DEBUG_PREFIX_CFLAGS_FOR_TARGET="$DEBUG_PREFIX_CFLAGS_FOR_TARGET -fdebug-prefix-map=$debug_map"
2638 done
2639 fi],
2640 [DEBUG_PREFIX_CFLAGS_FOR_TARGET=])
2641AC_SUBST(DEBUG_PREFIX_CFLAGS_FOR_TARGET)
2642
1c8bd6a3
PB
2643# During gcc bootstrap, if we use some random cc for stage1 then CFLAGS
2644# might be empty or "-g". We don't require a C++ compiler, so CXXFLAGS
2645# might also be empty (or "-g", if a non-GCC C++ compiler is in the path).
2646# We want to ensure that TARGET libraries (which we know are built with
2647# gcc) are built with "-O2 -g", so include those options when setting
2648# CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
2649if test "x$CFLAGS_FOR_TARGET" = x; then
fc30054e
AH
2650 if test "x${is_cross_compiler}" = xyes; then
2651 CFLAGS_FOR_TARGET="-g -O2"
2652 else
2653 CFLAGS_FOR_TARGET=$CFLAGS
2654 case " $CFLAGS " in
2655 *" -O2 "*) ;;
2656 *) CFLAGS_FOR_TARGET="-O2 $CFLAGS_FOR_TARGET" ;;
2657 esac
2658 case " $CFLAGS " in
2659 *" -g "* | *" -g3 "*) ;;
2660 *) CFLAGS_FOR_TARGET="-g $CFLAGS_FOR_TARGET" ;;
2661 esac
2662 fi
1c8bd6a3
PB
2663fi
2664AC_SUBST(CFLAGS_FOR_TARGET)
2665
2666if test "x$CXXFLAGS_FOR_TARGET" = x; then
fc30054e
AH
2667 if test "x${is_cross_compiler}" = xyes; then
2668 CXXFLAGS_FOR_TARGET="-g -O2"
2669 else
2670 CXXFLAGS_FOR_TARGET=$CXXFLAGS
2671 case " $CXXFLAGS " in
2672 *" -O2 "*) ;;
2673 *) CXXFLAGS_FOR_TARGET="-O2 $CXXFLAGS_FOR_TARGET" ;;
2674 esac
2675 case " $CXXFLAGS " in
2676 *" -g "* | *" -g3 "*) ;;
2677 *) CXXFLAGS_FOR_TARGET="-g $CXXFLAGS_FOR_TARGET" ;;
2678 esac
2679 fi
1c8bd6a3
PB
2680fi
2681AC_SUBST(CXXFLAGS_FOR_TARGET)
2682
6f57bdf6
DK
2683AC_SUBST(LDFLAGS_FOR_TARGET)
2684
e4c9c075
PB
2685# Handle --with-headers=XXX. If the value is not "yes", the contents of
2686# the named directory are copied to $(tooldir)/sys-include.
2687if test x"${with_headers}" != x && test x"${with_headers}" != xno ; then
2688 if test x${is_cross_compiler} = xno ; then
2689 echo 1>&2 '***' --with-headers is only supported when cross compiling
2690 exit 1
2691 fi
2692 if test x"${with_headers}" != xyes ; then
c3a86da9 2693 x=${gcc_cv_tool_prefix}
1c710c3c 2694 copy_dirs="${copy_dirs} ${with_headers} $x/${target_noncanonical}/sys-include"
e4c9c075
PB
2695 fi
2696fi
2697
2698# Handle --with-libs=XXX. If the value is not "yes", the contents of
2699# the name directories are copied to $(tooldir)/lib. Multiple directories
2700# are permitted.
2701if test x"${with_libs}" != x && test x"${with_libs}" != xno ; then
2702 if test x${is_cross_compiler} = xno ; then
2703 echo 1>&2 '***' --with-libs is only supported when cross compiling
2704 exit 1
2705 fi
2706 if test x"${with_libs}" != xyes ; then
2707 # Copy the libraries in reverse order, so that files in the first named
2708 # library override files in subsequent libraries.
c3a86da9 2709 x=${gcc_cv_tool_prefix}
e4c9c075 2710 for l in ${with_libs}; do
1c710c3c 2711 copy_dirs="$l $x/${target_noncanonical}/lib ${copy_dirs}"
e4c9c075
PB
2712 done
2713 fi
2714fi
2715
d7f09764 2716# Set with_gnu_as, with_gnu_ld, and with_system_zlib as appropriate.
e8b05380
PB
2717#
2718# This is done by determining whether or not the appropriate directory
2719# is available, and by checking whether or not specific configurations
2720# have requested that this magic not happen.
2721#
2722# The command line options always override the explicit settings in
6b1786aa 2723# configure.ac, and the settings in configure.ac override this magic.
e8b05380
PB
2724#
2725# If the default for a toolchain is to use GNU as and ld, and you don't
2726# want to do that, then you should use the --without-gnu-as and
d7f09764
DN
2727# --without-gnu-ld options for the configure script. Similarly, if
2728# the default is to use the included zlib and you don't want to do that,
2729# you should use the --with-system-zlib option for the configure script.
e8b05380
PB
2730
2731if test x${use_gnu_as} = x &&
2732 echo " ${configdirs} " | grep " gas " > /dev/null 2>&1 ; then
2733 with_gnu_as=yes
2734 extra_host_args="$extra_host_args --with-gnu-as"
2735fi
2736
2737if test x${use_gnu_ld} = x &&
5afab7ad 2738 echo " ${configdirs} " | egrep " (go)?ld " > /dev/null 2>&1 ; then
e8b05380
PB
2739 with_gnu_ld=yes
2740 extra_host_args="$extra_host_args --with-gnu-ld"
2741fi
2742
d7f09764
DN
2743if test x${use_included_zlib} = x &&
2744 echo " ${configdirs} " | grep " zlib " > /dev/null 2>&1 ; then
2745 :
2746else
2747 with_system_zlib=yes
2748 extra_host_args="$extra_host_args --with-system-zlib"
2749fi
2750
e8b05380
PB
2751# If using newlib, add --with-newlib to the extra_host_args so that gcc/configure
2752# can detect this case.
2753
2754if test x${with_newlib} != xno && echo " ${target_configdirs} " | grep " target-newlib " > /dev/null 2>&1 ; then
2755 with_newlib=yes
2756 extra_host_args="$extra_host_args --with-newlib"
2757fi
2758
e4c9c075
PB
2759# Handle ${copy_dirs}
2760set fnord ${copy_dirs}
2761shift
2762while test $# != 0 ; do
2763 if test -f $2/COPIED && test x"`cat $2/COPIED`" = x"$1" ; then
2764 :
2765 else
2766 echo Copying $1 to $2
2767
2768 # Use the install script to create the directory and all required
2769 # parent directories.
2770 if test -d $2 ; then
2771 :
2772 else
2773 echo >config.temp
2774 ${srcdir}/install-sh -c -m 644 config.temp $2/COPIED
2775 fi
2776
2777 # Copy the directory, assuming we have tar.
2778 # FIXME: Should we use B in the second tar? Not all systems support it.
2779 (cd $1; tar -cf - .) | (cd $2; tar -xpf -)
2780
2781 # It is the responsibility of the user to correctly adjust all
2782 # symlinks. If somebody can figure out how to handle them correctly
2783 # here, feel free to add the code.
2784
2785 echo $1 > $2/COPIED
2786 fi
2787 shift; shift
2788done
2789
e8b05380
PB
2790# Determine a target-dependent exec_prefix that the installed
2791# gcc will search in. Keep this list sorted by triplet, with
2792# the *-*-osname triplets last.
2793md_exec_prefix=
2794case "${target}" in
30b74385 2795 i[[34567]]86-pc-msdosdjgpp*)
e8b05380
PB
2796 md_exec_prefix=/dev/env/DJDIR/bin
2797 ;;
e8b05380 2798 *-*-hpux* | \
e8b05380 2799 *-*-nto-qnx* | \
6de66370 2800 *-*-solaris2*)
e8b05380
PB
2801 md_exec_prefix=/usr/ccs/bin
2802 ;;
2803esac
2804
4977bab6
ZW
2805extra_arflags_for_target=
2806extra_nmflags_for_target=
2a726918 2807extra_ranlibflags_for_target=
671aa708 2808target_makefile_frag=/dev/null
55380b08 2809case "${target}" in
58e24147
AM
2810 spu-*-*)
2811 target_makefile_frag="config/mt-spu"
2812 ;;
74ae587e 2813 mips*-sde-elf* | mips*-mti-elf* | mips*-img-elf*)
4bf6c438
RS
2814 target_makefile_frag="config/mt-sde"
2815 ;;
1ec3b87b
RS
2816 mipsisa*-*-elfoabi*)
2817 target_makefile_frag="config/mt-mips-elfoabi"
2818 ;;
08d0963a
RS
2819 mips*-*-*linux* | mips*-*-gnu*)
2820 target_makefile_frag="config/mt-mips-gnu"
2821 ;;
707f1839
SL
2822 nios2-*-elf*)
2823 target_makefile_frag="config/mt-nios2-elf"
2824 ;;
76052545
EB
2825 *-*-linux-android*)
2826 target_makefile_frag="config/mt-android"
2827 ;;
416ac4d4 2828 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
98a5bb3b 2829 target_makefile_frag="config/mt-gnu"
55380b08 2830 ;;
671aa708 2831 *-*-aix4.[[3456789]]* | *-*-aix[[56789]].*)
4977bab6
ZW
2832 # nm and ar from AIX 4.3 and above require -X32_64 flag to all ar and nm
2833 # commands to handle both 32-bit and 64-bit objects. These flags are
2834 # harmless if we're using GNU nm or ar.
2835 extra_arflags_for_target=" -X32_64"
2836 extra_nmflags_for_target=" -B -X32_64"
55380b08 2837 ;;
c3b7d169
NN
2838esac
2839
671aa708 2840alphaieee_frag=/dev/null
c3b7d169
NN
2841case $target in
2842 alpha*-*-*)
2843 # This just makes sure to use the -mieee option to build target libs.
2844 # This should probably be set individually by each library.
2845 alphaieee_frag="config/mt-alphaieee"
55380b08
NN
2846 ;;
2847esac
701afd4d 2848
55380b08
NN
2849# If --enable-target-optspace always use -Os instead of -O2 to build
2850# the target libraries, similarly if it is not specified, use -Os
2851# on selected platforms.
671aa708 2852ospace_frag=/dev/null
55380b08
NN
2853case "${enable_target_optspace}:${target}" in
2854 yes:*)
c3b7d169 2855 ospace_frag="config/mt-ospace"
55380b08
NN
2856 ;;
2857 :d30v-*)
c3b7d169 2858 ospace_frag="config/mt-d30v"
55380b08 2859 ;;
d9063947 2860 :m32r-* | :d10v-* | :fr30-* | :i?86*-*-elfiamcu)
c3b7d169 2861 ospace_frag="config/mt-ospace"
55380b08
NN
2862 ;;
2863 no:* | :*)
2864 ;;
2865 *)
2866 echo "*** bad value \"${enable_target_optspace}\" for --enable-target-optspace flag; ignored" 1>&2
2867 ;;
2868esac
6599da04 2869
671aa708
NN
2870# Some systems (e.g., one of the i386-aix systems the gas testers are
2871# using) don't handle "\$" correctly, so don't use it here.
1c710c3c 2872tooldir='${exec_prefix}'/${target_noncanonical}
671aa708
NN
2873build_tooldir=${tooldir}
2874
671aa708
NN
2875# Create a .gdbinit file which runs the one in srcdir
2876# and tells GDB to look there for source files.
2877
2878if test -r ${srcdir}/.gdbinit ; then
2879 case ${srcdir} in
2880 .) ;;
2881 *) cat > ./.gdbinit <<EOF
2882# ${NO_EDIT}
2883dir ${srcdir}
2884dir .
2885source ${srcdir}/.gdbinit
2886EOF
2887 ;;
2888 esac
2889fi
2890
6599da04
JM
2891# Make sure that the compiler is able to generate an executable. If it
2892# can't, we are probably in trouble. We don't care whether we can run the
2893# executable--we might be using a cross compiler--we only care whether it
2894# can be created. At this point the main configure script has set CC.
aeaa0f2f 2895we_are_ok=no
6599da04
JM
2896echo "int main () { return 0; }" > conftest.c
2897${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c
aeaa0f2f
NN
2898if test $? = 0 ; then
2899 if test -s conftest || test -s conftest.exe ; then
2900 we_are_ok=yes
2901 fi
2902fi
2903case $we_are_ok in
2904 no)
2905 echo 1>&2 "*** The command '${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c' failed."
2906 echo 1>&2 "*** You must set the environment variable CC to a working compiler."
2907 rm -f conftest*
2908 exit 1
2909 ;;
2910esac
6599da04
JM
2911rm -f conftest*
2912
d89f0ad6 2913# Decide which environment variable is used to find dynamic libraries.
fe3d5b7f
NN
2914case "${host}" in
2915 *-*-hpux*) RPATH_ENVVAR=SHLIB_PATH ;;
111eeb6e 2916 *-*-darwin*) RPATH_ENVVAR=DYLD_LIBRARY_PATH ;;
d89f0ad6 2917 *-*-mingw* | *-*-cygwin ) RPATH_ENVVAR=PATH ;;
fe3d5b7f
NN
2918 *) RPATH_ENVVAR=LD_LIBRARY_PATH ;;
2919esac
fe3d5b7f 2920
d89f0ad6
AL
2921# On systems where the dynamic library environment variable is PATH,
2922# gcc/ will put dynamic libraries into a subdirectory to avoid adding
2923# built executables to PATH.
2924if test "$RPATH_ENVVAR" = PATH; then
2925 GCC_SHLIB_SUBDIR=/shlib
2926else
2927 GCC_SHLIB_SUBDIR=
2928fi
2929
beeda1d9
JJ
2930# Adjust the toplevel makefile according to whether bootstrap was selected.
2931case $enable_bootstrap in
2932 yes)
2933 bootstrap_suffix=bootstrap
2934 BUILD_CONFIG=bootstrap-debug
2935 ;;
2936 no)
2937 bootstrap_suffix=no-bootstrap
2938 BUILD_CONFIG=
2939 ;;
2940esac
2941
2942AC_MSG_CHECKING(for default BUILD_CONFIG)
2943
2944AC_ARG_WITH([build-config],
2945 [AS_HELP_STRING([--with-build-config='NAME NAME2...'],
2946 [use config/NAME.mk build configuration])],
2947 [case $with_build_config in
2948 yes) with_build_config= ;;
2949 no) with_build_config= BUILD_CONFIG= ;;
2950 esac])
2951
2952if test "x${with_build_config}" != x; then
2953 BUILD_CONFIG=$with_build_config
2954else
2955 case $BUILD_CONFIG in
2956 bootstrap-debug)
2957 if echo "int f (void) { return 0; }" > conftest.c &&
2958 ${CC} -c conftest.c &&
2959 mv conftest.o conftest.o.g0 &&
2960 ${CC} -c -g conftest.c &&
2961 mv conftest.o conftest.o.g &&
2962 ${srcdir}/contrib/compare-debug conftest.o.g0 conftest.o.g > /dev/null 2>&1; then
2963 :
2964 else
2965 BUILD_CONFIG=
2966 fi
2967 rm -f conftest.c conftest.o conftest.o.g0 conftest.o.g
2968 ;;
2969 esac
2970fi
2971AC_MSG_RESULT($BUILD_CONFIG)
2972AC_SUBST(BUILD_CONFIG)
2973
2974# Use same top-level configure hooks in libgcc/libstdc++/libvtv.
2975AC_MSG_CHECKING([for --enable-vtable-verify])
2976AC_ARG_ENABLE(vtable-verify,
318a4e6d
MF
2977[AS_HELP_STRING([--enable-vtable-verify],
2978 [Enable vtable verification feature])],
beeda1d9
JJ
2979[case "$enableval" in
2980 yes) enable_vtable_verify=yes ;;
2981 no) enable_vtable_verify=no ;;
2982 *) enable_vtable_verify=no;;
2983 esac],
2984[enable_vtable_verify=no])
2985AC_MSG_RESULT($enable_vtable_verify)
2986
4977bab6
ZW
2987# Record target_configdirs and the configure arguments for target and
2988# build configuration in Makefile.
2989target_configdirs=`echo "${target_configdirs}" | sed -e 's/target-//g'`
23f6b2f9 2990build_configdirs=`echo "${build_configdirs}" | sed -e 's/build-//g'`
9e1c8fc1 2991bootstrap_fixincludes=no
4977bab6 2992
ad1e5170
JR
2993# If we are building libgomp, bootstrap it.
2994if echo " ${target_configdirs} " | grep " libgomp " > /dev/null 2>&1 ; then
2995 bootstrap_target_libs=${bootstrap_target_libs}target-libgomp,
2996fi
2997
beeda1d9
JJ
2998# If we are building libsanitizer and $BUILD_CONFIG contains bootstrap-asan
2999# or bootstrap-ubsan, bootstrap it.
3000if echo " ${target_configdirs} " | grep " libsanitizer " > /dev/null 2>&1; then
3001 case "$BUILD_CONFIG" in
170e618e 3002 *bootstrap-hwasan* | *bootstrap-asan* | *bootstrap-ubsan* )
beeda1d9 3003 bootstrap_target_libs=${bootstrap_target_libs}target-libsanitizer,
9e1c8fc1 3004 bootstrap_fixincludes=yes
beeda1d9
JJ
3005 ;;
3006 esac
ac8701fe
L
3007fi
3008
beeda1d9
JJ
3009# If we are building libvtv and --enable-vtable-verify, bootstrap it.
3010if echo " ${target_configdirs} " | grep " libvtv " > /dev/null 2>&1 &&
3011 test "$enable_vtable_verify" != no; then
2077db1b
CT
3012 bootstrap_target_libs=${bootstrap_target_libs}target-libvtv,
3013fi
3014
5fee5ec3
IB
3015# If we are building libatomic and the list of enabled languages includes the
3016# D frontend, bootstrap it.
3017if echo " ${target_configdirs} " | grep " libatomic " > /dev/null 2>&1; then
3018 case ,${enable_languages}, in
3019 *,d,*)
3020 bootstrap_target_libs=${bootstrap_target_libs}target-libatomic,
3021 ;;
3022 esac
3023fi
3024
4977bab6
ZW
3025# Determine whether gdb needs tk/tcl or not.
3026# Use 'maybe' since enable_gdbtk might be true even if tk isn't available
3027# and in that case we want gdb to be built without tk. Ugh!
3028# In fact I believe gdb is the *only* package directly dependent on tk,
3029# so we should be able to put the 'maybe's in unconditionally and
3030# leave out the maybe dependencies when enable_gdbtk is false. I'm not
3031# 100% sure that that's safe though.
e914a571 3032
b4f96efe 3033gdb_tk="maybe-all-tcl maybe-all-tk maybe-all-itcl maybe-all-libgui"
4977bab6
ZW
3034case "$enable_gdbtk" in
3035 no)
3036 GDB_TK="" ;;
e914a571
AC
3037 yes)
3038 GDB_TK="${gdb_tk}" ;;
4977bab6 3039 *)
e914a571
AC
3040 # Only add the dependency on gdbtk when GDBtk is part of the gdb
3041 # distro. Eventually someone will fix this and move Insight, nee
3042 # gdbtk to a separate directory.
3043 if test -d ${srcdir}/gdb/gdbtk ; then
3044 GDB_TK="${gdb_tk}"
3045 else
3046 GDB_TK=""
3047 fi
3048 ;;
4977bab6 3049esac
ef9db8d5
DJ
3050CONFIGURE_GDB_TK=`echo ${GDB_TK} | sed s/-all-/-configure-/g`
3051INSTALL_GDB_TK=`echo ${GDB_TK} | sed s/-all-/-install-/g`
4977bab6 3052
f9d09df0
TT
3053# gdb and gdbserver depend on gnulib and gdbsupport, but as nothing
3054# else does, only include them if one of these is built. The Makefile
3055# provides the ordering, so it's enough here to add to the list.
3056case " ${configdirs} " in
3057 *\ gdb\ *)
3058 configdirs="${configdirs} gnulib gdbsupport"
3059 ;;
3060 *\ gdbserver\ *)
3061 configdirs="${configdirs} gnulib gdbsupport"
3062 ;;
f14c9bd4
MF
3063 *\ sim\ *)
3064 configdirs="${configdirs} gnulib"
3065 ;;
f9d09df0 3066esac
98e5be21 3067
60975492 3068# Strip out unwanted targets.
8b87bb96
NN
3069
3070# While at that, we remove Makefiles if we were started for recursive
3071# configuration, so that the top-level Makefile reconfigures them,
3072# like we used to do when configure itself was recursive.
8b87bb96 3073
3e54529c
RW
3074# Loop over modules. We used to use the "$extrasub" feature from Autoconf
3075# but now we're fixing up the Makefile ourselves with the additional
3076# commands passed to AC_CONFIG_FILES. Use separate variables
3077# extrasub-{build,host,target} not because there is any reason to split
3078# the substitutions up that way, but only to remain below the limit of
3079# 99 commands in a script, for HP-UX sed.
da34ca3f
AO
3080
3081# Do not nest @if/@endif or @unless/@endunless pairs, because
3082# configure will not warn you at all.
8b87bb96 3083
79cd2b23
RW
3084case "$enable_bootstrap:$ENABLE_GOLD: $configdirs :,$stage1_languages," in
3085 yes:yes:*\ gold\ *:*,c++,*) ;;
3086 yes:yes:*\ gold\ *:*)
3087 AC_MSG_ERROR([in a combined tree, bootstrapping with --enable-gold requires c++ in stage1_languages])
3088 ;;
3089esac
3090
3e54529c 3091extrasub_build=
23f6b2f9 3092for module in ${build_configdirs} ; do
8b87bb96
NN
3093 if test -z "${no_recursion}" \
3094 && test -f ${build_subdir}/${module}/Makefile; then
3095 echo 1>&2 "*** removing ${build_subdir}/${module}/Makefile to force reconfigure"
3096 rm -f ${build_subdir}/${module}/Makefile
3097 fi
3e54529c 3098 extrasub_build="$extrasub_build
60975492 3099/^@if build-$module\$/d
5607edfd 3100/^@endif build-$module\$/d
da34ca3f 3101/^@unless build-$module\$/,/^@endunless build-$module\$/d
5607edfd 3102/^@if build-$module-$bootstrap_suffix\$/d
da34ca3f
AO
3103/^@endif build-$module-$bootstrap_suffix\$/d
3104/^@unless build-$module-$bootstrap_suffix\$/,/^@endunless build-$module-$bootstrap_suffix\$/d"
8b87bb96 3105done
3e54529c 3106extrasub_host=
8b87bb96 3107for module in ${configdirs} ; do
a6fbc1e2 3108 if test -z "${no_recursion}"; then
f063a9ed 3109 for file in stage*-${module}/Makefile prev-${module}/Makefile ${module}/Makefile; do
a6fbc1e2
AS
3110 if test -f ${file}; then
3111 echo 1>&2 "*** removing ${file} to force reconfigure"
3112 rm -f ${file}
3113 fi
3114 done
8b87bb96 3115 fi
9e1c8fc1
JJ
3116 case ${module},${bootstrap_fixincludes} in
3117 fixincludes,no) host_bootstrap_suffix=no-bootstrap ;;
3118 *) host_bootstrap_suffix=$bootstrap_suffix ;;
3119 esac
3e54529c 3120 extrasub_host="$extrasub_host
60975492 3121/^@if $module\$/d
5607edfd 3122/^@endif $module\$/d
da34ca3f 3123/^@unless $module\$/,/^@endunless $module\$/d
9e1c8fc1 3124/^@if $module-$host_bootstrap_suffix\$/d
da34ca3f
AO
3125/^@endif $module-$host_bootstrap_suffix\$/d
3126/^@unless $module-$host_bootstrap_suffix\$/,/^@endunless $module-$host_bootstrap_suffix\$/d"
8b87bb96 3127done
3e54529c 3128extrasub_target=
8b87bb96
NN
3129for module in ${target_configdirs} ; do
3130 if test -z "${no_recursion}" \
3131 && test -f ${target_subdir}/${module}/Makefile; then
3132 echo 1>&2 "*** removing ${target_subdir}/${module}/Makefile to force reconfigure"
3133 rm -f ${target_subdir}/${module}/Makefile
3134 fi
00020c16
ILT
3135
3136 # We only bootstrap target libraries listed in bootstrap_target_libs.
3137 case $bootstrap_target_libs in
3138 *,target-$module,*) target_bootstrap_suffix=$bootstrap_suffix ;;
3139 *) target_bootstrap_suffix=no-bootstrap ;;
3140 esac
3141
3e54529c 3142 extrasub_target="$extrasub_target
60975492 3143/^@if target-$module\$/d
5607edfd 3144/^@endif target-$module\$/d
da34ca3f 3145/^@unless target-$module\$/,/^@endunless target-$module\$/d
00020c16 3146/^@if target-$module-$target_bootstrap_suffix\$/d
da34ca3f
AO
3147/^@endif target-$module-$target_bootstrap_suffix\$/d
3148/^@unless target-$module-$target_bootstrap_suffix\$/,/^@endunless target-$module-$target_bootstrap_suffix\$/d"
4977bab6 3149done
f516a7da 3150
3e54529c
RW
3151# Do the final fixup along with target modules.
3152extrasub_target="$extrasub_target
da34ca3f
AO
3153/^@if /,/^@endif /d
3154/^@unless /d
3155/^@endunless /d"
4977bab6 3156
4a5e71f2
L
3157if test "$enable_pgo_build" != "no"; then
3158 extrasub_build="$extrasub_build
3159/^@if pgo-build\$/d
3160/^@endif pgo-build\$/d"
3161fi
3162
4977bab6
ZW
3163# Create the serialization dependencies. This uses a temporary file.
3164
ade82b16 3165AC_ARG_ENABLE([serial-configure],
33e39b66
AS
3166[AS_HELP_STRING([[--enable-serial-[{host,target,build}-]configure]],
3167 [force sequential configuration of
3168 sub-packages for the host, target or build
3169 machine, or all sub-packages])])
bf1d3e81
NN
3170
3171case ${enable_serial_configure} in
3172 yes)
3173 enable_serial_build_configure=yes
3174 enable_serial_host_configure=yes
3175 enable_serial_target_configure=yes
3176 ;;
3177esac
ade82b16 3178
4977bab6
ZW
3179# These force 'configure's to be done one at a time, to avoid problems
3180# with contention over a shared config.cache.
3181rm -f serdep.tmp
7d115e01 3182if test "x${enable_serial_build_configure}" = xyes || test "x${enable_serial_host_configure}" = xyes || test "x${enable_serial_target_configure}" = xyes; then
ade82b16 3183echo '# serdep.tmp' > serdep.tmp
7d115e01 3184fi
4977bab6 3185olditem=
bf1d3e81 3186test "x${enable_serial_build_configure}" = xyes &&
4977bab6
ZW
3187for item in ${build_configdirs} ; do
3188 case ${olditem} in
3189 "") ;;
ade82b16 3190 *) echo "configure-build-${item}: configure-build-${olditem}" >> serdep.tmp ;;
4977bab6
ZW
3191 esac
3192 olditem=${item}
3193done
3194olditem=
bf1d3e81 3195test "x${enable_serial_host_configure}" = xyes &&
4977bab6
ZW
3196for item in ${configdirs} ; do
3197 case ${olditem} in
3198 "") ;;
ade82b16 3199 *) echo "configure-${item}: configure-${olditem}" >> serdep.tmp ;;
4977bab6
ZW
3200 esac
3201 olditem=${item}
3202done
3203olditem=
bf1d3e81 3204test "x${enable_serial_target_configure}" = xyes &&
4977bab6
ZW
3205for item in ${target_configdirs} ; do
3206 case ${olditem} in
3207 "") ;;
ade82b16 3208 *) echo "configure-target-${item}: configure-target-${olditem}" >> serdep.tmp ;;
4977bab6
ZW
3209 esac
3210 olditem=${item}
3211done
671aa708
NN
3212serialization_dependencies=serdep.tmp
3213AC_SUBST_FILE(serialization_dependencies)
fe3d5b7f 3214
ade82b16 3215# Base args. Strip norecursion, cache-file, srcdir, host, build,
1c710c3c 3216# target, nonopt, and variable assignments. These are the ones we
f1a036e4
NC
3217# might not want to pass down to subconfigures. The exception being
3218# --cache-file=/dev/null, which is used to turn off the use of cache
3219# files altogether, and which should be passed on to subconfigures.
3220# Also strip program-prefix, program-suffix, and program-transform-name,
3221# so that we can pass down a consistent program-transform-name.
1c710c3c 3222baseargs=
29a63921 3223tbaseargs=
1c710c3c
DJ
3224keep_next=no
3225skip_next=no
3226eval "set -- $ac_configure_args"
44bfc3ac
DJ
3227for ac_arg
3228do
1c710c3c
DJ
3229 if test X"$skip_next" = X"yes"; then
3230 skip_next=no
3231 continue
3232 fi
3233 if test X"$keep_next" = X"yes"; then
3234 case $ac_arg in
3235 *\'*)
3236 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
3237 esac
3238 baseargs="$baseargs '$ac_arg'"
29a63921 3239 tbaseargs="$tbaseargs '$ac_arg'"
1c710c3c
DJ
3240 keep_next=no
3241 continue
3242 fi
3243
3244 # Handle separated arguments. Based on the logic generated by
3245 # autoconf 2.59.
3246 case $ac_arg in
3247 *=* | --config-cache | -C | -disable-* | --disable-* \
3248 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
3249 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
3250 | -with-* | --with-* | -without-* | --without-* | --x)
3251 separate_arg=no
3252 ;;
3253 -*)
3254 separate_arg=yes
3255 ;;
3256 *)
3257 separate_arg=no
3258 ;;
3259 esac
3260
29a63921
AO
3261 skip_targ=no
3262 case $ac_arg in
3263changequote(,)
3264 --with-* | --without-*)
3265 libopt=`echo "$ac_arg" | sed -e 's,^--[^-_]*[-_],,' -e 's,=.*$,,'`
3266
3267 case $libopt in
3268 *[-_]include)
3269 lib=`echo "$libopt" | sed 's,[-_]include$,,'`
3270 ;;
3271 *[-_]lib)
3272 lib=`echo "$libopt" | sed 's,[-_]lib$,,'`
3273 ;;
3274 *)
3275 lib=$libopt
3276 ;;
3277 esac
3278changequote([,])
3279
3280 case $lib in
4a9bb2aa 3281 mpc | mpfr | gmp | isl)
29a63921
AO
3282 # If we're processing --with-$lib, --with-$lib-include or
3283 # --with-$lib-lib, for one of the libs above, and target is
3284 # different from host, don't pass the current argument to any
3285 # target library's configure.
3286 if test x$is_cross_compiler = xyes; then
3287 skip_targ=yes
3288 fi
3289 ;;
3290 esac
3291 ;;
3292 esac
3293
1c710c3c 3294 case "$ac_arg" in
f1a036e4
NC
3295 --cache-file=/dev/null | \
3296 -cache-file=/dev/null )
3297 # Handled here to avoid the test to skip args below.
3298 baseargs="$baseargs '$ac_arg'"
29a63921 3299 tbaseargs="$tbaseargs '$ac_arg'"
f1a036e4
NC
3300 # Assert: $separate_arg should always be no.
3301 keep_next=$separate_arg
3302 ;;
1c710c3c
DJ
3303 --no*)
3304 continue
3305 ;;
3306 --c* | \
3307 --sr* | \
3308 --ho* | \
3309 --bu* | \
3310 --t* | \
3311 --program-* | \
3312 -cache_file* | \
3313 -srcdir* | \
3314 -host* | \
3315 -build* | \
3316 -target* | \
3317 -program-prefix* | \
3318 -program-suffix* | \
3319 -program-transform-name* )
3320 skip_next=$separate_arg
3321 continue
3322 ;;
3323 -*)
3324 # An option. Add it.
3325 case $ac_arg in
3326 *\'*)
3327 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
3328 esac
3329 baseargs="$baseargs '$ac_arg'"
29a63921
AO
3330 if test X"$skip_targ" = Xno; then
3331 tbaseargs="$tbaseargs '$ac_arg'"
3332 fi
1c710c3c
DJ
3333 keep_next=$separate_arg
3334 ;;
3335 *)
3336 # Either a variable assignment, or a nonopt (triplet). Don't
3337 # pass it down; let the Makefile handle this.
3338 continue
3339 ;;
3340 esac
3341done
3342# Remove the initial space we just introduced and, as these will be
3343# expanded by make, quote '$'.
3344baseargs=`echo "x$baseargs" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
6599da04 3345
43bb47c2
DJ
3346# Add in --program-transform-name, after --program-prefix and
3347# --program-suffix have been applied to it. Autoconf has already
3348# doubled dollar signs and backslashes in program_transform_name; we want
3349# the backslashes un-doubled, and then the entire thing wrapped in single
3350# quotes, because this will be expanded first by make and then by the shell.
3351# Also, because we want to override the logic in subdir configure scripts to
3352# choose program_transform_name, replace any s,x,x, with s,y,y,.
3353sed -e "s,\\\\\\\\,\\\\,g; s,','\\\\'',g; s/s,x,x,/s,y,y,/" <<EOF_SED > conftestsed.out
3354${program_transform_name}
3355EOF_SED
3356gcc_transform_name=`cat conftestsed.out`
3357rm -f conftestsed.out
3358baseargs="$baseargs --program-transform-name='${gcc_transform_name}'"
29a63921 3359tbaseargs="$tbaseargs --program-transform-name='${gcc_transform_name}'"
d9acb717
RW
3360if test "$silent" = yes; then
3361 baseargs="$baseargs --silent"
29a63921 3362 tbaseargs="$tbaseargs --silent"
d9acb717 3363fi
a49d42e8 3364
0115d4a3 3365baseargs="$baseargs --disable-option-checking"
29a63921 3366tbaseargs="$tbaseargs --disable-option-checking"
43bb47c2 3367
a49d42e8
LM
3368if test "$enable_year2038" = no; then
3369 baseargs="$baseargs --disable-year2038"
3370 tbaseargs="$tbaseargs --disable-year2038"
3371fi
3372
ffedf511
RW
3373# Record and document user additions to sub configure arguments.
3374AC_ARG_VAR([build_configargs],
3375 [additional configure arguments for build directories])
3376AC_ARG_VAR([host_configargs],
3377 [additional configure arguments for host directories])
3378AC_ARG_VAR([target_configargs],
3379 [additional configure arguments for target directories])
3380
e490616e
ZW
3381# For the build-side libraries, we just need to pretend we're native,
3382# and not use the same cache file. Multilibs are neither needed nor
3d96b0d0
HPN
3383# desired. We can't even use the same cache file for all build-side
3384# libraries, as they're compiled differently; some with C, some with
3385# C++ or with different feature-enabling options.
3386build_configargs="$build_configargs --cache-file=./config.cache ${baseargs}"
e254d6b5 3387
4977bab6
ZW
3388# For host modules, accept cache file option, or specification as blank.
3389case "${cache_file}" in
3390"") # empty
3391 cache_file_option="" ;;
671aa708 3392/* | [[A-Za-z]]:[[\\/]]* ) # absolute path
4977bab6
ZW
3393 cache_file_option="--cache-file=${cache_file}" ;;
3394*) # relative path
3395 cache_file_option="--cache-file=../${cache_file}" ;;
3396esac
3397
09438bde
NN
3398# Host dirs don't like to share a cache file either, horribly enough.
3399# This seems to be due to autoconf 2.5x stupidity.
ffedf511 3400host_configargs="$host_configargs --cache-file=./config.cache ${extra_host_args} ${baseargs}"
4977bab6 3401
29a63921 3402target_configargs="$target_configargs ${tbaseargs}"
e490616e 3403
6599da04
JM
3404# Passing a --with-cross-host argument lets the target libraries know
3405# whether they are being built with a cross-compiler or being built
3406# native. However, it would be better to use other mechanisms to make the
3407# sorts of decisions they want to make on this basis. Please consider
3408# this option to be deprecated. FIXME.
aeaa0f2f 3409if test x${is_cross_compiler} = xyes ; then
1c710c3c 3410 target_configargs="--with-cross-host=${host_noncanonical} ${target_configargs}"
6599da04
JM
3411fi
3412
79e0604d
FXC
3413# Special user-friendly check for native x86_64-linux build, if
3414# multilib is not explicitly enabled.
3415case "$target:$have_compiler:$host:$target:$enable_multilib" in
3416 x86_64-*linux*:yes:$build:$build:)
e640447c 3417 # Make sure we have a development environment that handles 32-bit
79e0604d
FXC
3418 dev64=no
3419 echo "int main () { return 0; }" > conftest.c
3420 ${CC} -m32 -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c
3421 if test $? = 0 ; then
3422 if test -s conftest || test -s conftest.exe ; then
3423 dev64=yes
3424 fi
3425 fi
3426 rm -f conftest*
3427 if test x${dev64} != xyes ; then
e640447c 3428 AC_MSG_ERROR([I suspect your system does not have 32-bit development libraries (libc and headers). If you have them, rerun configure with --enable-multilib. If you do not have them, and want to build a 64-bit-only compiler, rerun configure with --disable-multilib.])
79e0604d
FXC
3429 fi
3430 ;;
3431esac
3432
dc683a3f
RW
3433# Default to --enable-multilib.
3434if test x${enable_multilib} = x ; then
3fedb745 3435 target_configargs="--enable-multilib ${target_configargs}"
dc683a3f 3436fi
6599da04 3437
5d4a5ee6
JL
3438# Pass --with-newlib if appropriate. Note that target_configdirs has
3439# changed from the earlier setting of with_newlib.
aeaa0f2f 3440if test x${with_newlib} != xno && echo " ${target_configdirs} " | grep " newlib " > /dev/null 2>&1 && test -d ${srcdir}/newlib ; then
3fedb745 3441 target_configargs="--with-newlib ${target_configargs}"
5d4a5ee6
JL
3442fi
3443
6b9eb62c
NN
3444# Different target subdirs use different values of certain variables
3445# (notably CXX). Worse, multilibs use *lots* of different values.
3446# Worse yet, autoconf 2.5x makes some of these 'precious', meaning that
3447# it doesn't automatically accept command-line overrides of them.
3448# This means it's not safe for target subdirs to share a cache file,
3449# which is disgusting, but there you have it. Hopefully this can be
3450# fixed in future. It's still worthwhile to use a cache file for each
3451# directory. I think.
3452
bebcd931
MS
3453# Pass the appropriate --build, --host, --target and --cache-file arguments.
3454# We need to pass --target, as newer autoconf's requires consistency
3455# for target_alias and gcc doesn't manage it consistently.
e69bf64b 3456target_configargs="--cache-file=./config.cache ${target_configargs}"
e490616e 3457
b87487b6 3458FLAGS_FOR_TARGET=
bb654703 3459case " $target_configdirs " in
7965440a 3460 *" newlib "*)
3fedb745 3461 case " $target_configargs " in
7965440a 3462 *" --with-newlib "*)
b87487b6 3463 case "$target" in
5d571eaa 3464 *-cygwin*)
443e6238 3465 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/winsup/cygwin -isystem $$s/winsup/cygwin/include'
5d571eaa 3466 ;;
b87487b6
AO
3467 esac
3468
afd7db25 3469 # If we're not building GCC, don't discard standard headers.
ef40bc65 3470 if test -d ${srcdir}/gcc; then
d4eb109c 3471 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -nostdinc'
afd7db25
AO
3472
3473 if test "${build}" != "${host}"; then
3474 # On Canadian crosses, CC_FOR_TARGET will have already been set
3475 # by `configure', so we won't have an opportunity to add -Bgcc/
3476 # to it. This is right: we don't want to search that directory
3477 # for binaries, but we want the header files in there, so add
3478 # them explicitly.
0463992b 3479 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -isystem $$r/$(HOST_SUBDIR)/gcc/include -isystem $$r/$(HOST_SUBDIR)/gcc/include-fixed'
afd7db25
AO
3480
3481 # Someone might think of using the pre-installed headers on
3482 # Canadian crosses, in case the installed compiler is not fully
3483 # compatible with the compiler being built. In this case, it
3484 # would be better to flag an error than risking having
3485 # incompatible object files being constructed. We can't
3486 # guarantee that an error will be flagged, but let's hope the
3487 # compiler will do it, when presented with incompatible header
3488 # files.
3489 fi
d4eb109c
AO
3490 fi
3491
ab50d72b 3492 case "${target}-${is_cross_compiler}" in
f2a0e225 3493 i[[3456789]]86-*-linux*-no)
ab50d72b
DD
3494 # Here host == target, so we don't need to build gcc,
3495 # so we don't want to discard standard headers.
3496 FLAGS_FOR_TARGET=`echo " $FLAGS_FOR_TARGET " | sed -e 's/ -nostdinc / /'`
ab50d72b
DD
3497 ;;
3498 *)
3499 # If we're building newlib, use its generic headers last, but search
3500 # for any libc-related directories first (so make it the last -B
3501 # switch).
3502 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/newlib/ -isystem $$r/$(TARGET_SUBDIR)/newlib/targ-include -isystem $$s/newlib/libc/include'
c03353e2
RIL
3503
3504 # If we're building libgloss, find the startup file, simulator library
3505 # and linker script.
3506 case " $target_configdirs " in
3507 *" libgloss "*)
3508 # Look for startup file, simulator library and maybe linker script.
3509 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/libgloss/'"$libgloss_dir"
3510 # Look for libnosys.a in case the target needs it.
3511 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/libgloss/libnosys'
3512 # Most targets have the linker script in the source directory.
3513 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$s/libgloss/'"$libgloss_dir"
3514 ;;
3515 esac
ab50d72b
DD
3516 ;;
3517 esac
b87487b6 3518 ;;
7965440a
AO
3519 esac
3520 ;;
b87487b6 3521esac
5d571eaa 3522
b91f0a41 3523case "$target" in
5d571eaa
OS
3524 x86_64-*mingw* | *-w64-mingw*)
3525 # MinGW-w64 does not use newlib, nor does it use winsup. It may,
3526 # however, use a symlink named 'mingw' in ${prefix} .
3527 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L${prefix}/${target}/lib -L${prefix}/mingw/lib -isystem ${prefix}/${target}/include -isystem ${prefix}/mingw/include'
3528 ;;
3529 *-mingw*)
3530 # MinGW can't be handled as Cygwin above since it does not use newlib.
3531 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'
3532 ;;
b91f0a41 3533esac
d4eb109c 3534
6691a79e
ME
3535# Allow the user to override the flags for
3536# our build compiler if desired.
f019adc1
MF
3537if test x"${build}" = x"${host}" ; then
3538 CFLAGS_FOR_BUILD=${CFLAGS_FOR_BUILD-${CFLAGS}}
84401ce5 3539 CPPFLAGS_FOR_BUILD=${CPPFLAGS_FOR_BUILD-${CPPFLAGS}}
f019adc1
MF
3540 CXXFLAGS_FOR_BUILD=${CXXFLAGS_FOR_BUILD-${CXXFLAGS}}
3541 LDFLAGS_FOR_BUILD=${LDFLAGS_FOR_BUILD-${LDFLAGS}}
3542fi
6691a79e 3543
d4eb109c
AO
3544# On Canadian crosses, we'll be searching the right directories for
3545# the previously-installed cross compiler, so don't bother to add
3546# flags for directories within the install tree of the compiler
3547# being built; programs in there won't even run.
ef40bc65 3548if test "${build}" = "${host}" && test -d ${srcdir}/gcc; then
b87487b6 3549 # Search for pre-installed headers if nothing else fits.
9124bc53 3550 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ -isystem $(build_tooldir)/include -isystem $(build_tooldir)/sys-include'
b87487b6 3551fi
d4eb109c 3552
bb654703 3553if test "x${use_gnu_ld}" = x &&
55380b08 3554 echo " ${configdirs} " | grep " ld " > /dev/null ; then
b87487b6 3555 # Arrange for us to find uninstalled linker scripts.
215c351a 3556 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(HOST_SUBDIR)/ld'
b87487b6
AO
3557fi
3558
e88a2c09
DD
3559# Search for other target-specific linker scripts and such.
3560case "${target}" in
3e19841a
PB
3561 mep*)
3562 FLAGS_FOR_TARGET="$FLAGS_FOR_TARGET -mlibrary"
3563 ;;
9b8ffbb8
OH
3564 # The VxWorks support for shared libraries is getting in
3565 # incrementally. Make sure it doesn't get activated implicitly:
3566 *vxworks*)
3567 if test "${enable_shared-unset}" = unset ; then
3568 enable_shared=no
3569 # So the build of libraries knows ...
3570 target_configargs="${target_configargs} --disable-shared"
3571 # So gcc knows ...
3572 host_configargs="${host_configargs} --disable-shared"
3573 fi
3574 ;;
e88a2c09
DD
3575esac
3576
671aa708 3577# Makefile fragments.
7b61653a
PE
3578for frag in host_makefile_frag target_makefile_frag alphaieee_frag ospace_frag;
3579do
3580 eval fragval=\$$frag
3581 if test $fragval != /dev/null; then
3582 eval $frag=${srcdir}/$fragval
3583 fi
3584done
671aa708
NN
3585AC_SUBST_FILE(host_makefile_frag)
3586AC_SUBST_FILE(target_makefile_frag)
3587AC_SUBST_FILE(alphaieee_frag)
3588AC_SUBST_FILE(ospace_frag)
3589
3590# Miscellanea: directories, flags, etc.
671aa708 3591AC_SUBST(RPATH_ENVVAR)
d89f0ad6 3592AC_SUBST(GCC_SHLIB_SUBDIR)
671aa708
NN
3593AC_SUBST(tooldir)
3594AC_SUBST(build_tooldir)
ef9db8d5 3595AC_SUBST(CONFIGURE_GDB_TK)
671aa708 3596AC_SUBST(GDB_TK)
ef9db8d5 3597AC_SUBST(INSTALL_GDB_TK)
671aa708
NN
3598
3599# Build module lists & subconfigure args.
671aa708 3600AC_SUBST(build_configargs)
23f6b2f9 3601AC_SUBST(build_configdirs)
671aa708
NN
3602
3603# Host module lists & subconfigure args.
3604AC_SUBST(host_configargs)
3605AC_SUBST(configdirs)
aae29963 3606AC_SUBST(target_configdirs)
671aa708
NN
3607
3608# Target module lists & subconfigure args.
671aa708 3609AC_SUBST(target_configargs)
ee2312f3 3610
671aa708
NN
3611
3612# Build tools.
0999159b
PB
3613AC_SUBST(AR_FOR_BUILD)
3614AC_SUBST(AS_FOR_BUILD)
671aa708 3615AC_SUBST(CC_FOR_BUILD)
0999159b 3616AC_SUBST(CFLAGS_FOR_BUILD)
84401ce5
RP
3617AC_SUBST(CPP_FOR_BUILD)
3618AC_SUBST(CPPFLAGS_FOR_BUILD)
0999159b
PB
3619AC_SUBST(CXXFLAGS_FOR_BUILD)
3620AC_SUBST(CXX_FOR_BUILD)
3621AC_SUBST(DLLTOOL_FOR_BUILD)
3b5e8ee4 3622AC_SUBST(DSYMUTIL_FOR_BUILD)
0999159b 3623AC_SUBST(GFORTRAN_FOR_BUILD)
632e2a07 3624AC_SUBST(GOC_FOR_BUILD)
b4c522fa 3625AC_SUBST(GDC_FOR_BUILD)
0999159b
PB
3626AC_SUBST(LDFLAGS_FOR_BUILD)
3627AC_SUBST(LD_FOR_BUILD)
3628AC_SUBST(NM_FOR_BUILD)
3629AC_SUBST(RANLIB_FOR_BUILD)
3630AC_SUBST(WINDMC_FOR_BUILD)
3631AC_SUBST(WINDRES_FOR_BUILD)
671aa708 3632
2abefe3d
PB
3633# Generate default definitions for YACC, M4, LEX and other programs that run
3634# on the build machine. These are used if the Makefile can't locate these
3635# programs in objdir.
3636MISSING=`cd $ac_aux_dir && ${PWDCMD-pwd}`/missing
3637
3638AC_CHECK_PROGS([YACC], ['bison -y' byacc yacc], [$MISSING bison -y])
3639case " $build_configdirs " in
3640 *" bison "*) YACC='$$r/$(BUILD_SUBDIR)/bison/tests/bison -y' ;;
2abefe3d
PB
3641esac
3642
3643AC_CHECK_PROGS([BISON], [bison], [$MISSING bison])
3644case " $build_configdirs " in
3645 *" bison "*) BISON='$$r/$(BUILD_SUBDIR)/bison/tests/bison' ;;
3646esac
3647
3648AC_CHECK_PROGS([M4], [gm4 gnum4 m4], [$MISSING m4])
3649case " $build_configdirs " in
3650 *" m4 "*) M4='$$r/$(BUILD_SUBDIR)/m4/m4' ;;
3651esac
3652
3653AC_CHECK_PROGS([LEX], [flex lex], [$MISSING flex])
3654case " $build_configdirs " in
3655 *" flex "*) LEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
3656 *" lex "*) LEX='$$r/$(BUILD_SUBDIR)/lex/lex' ;;
3657esac
3658
3659AC_CHECK_PROGS([FLEX], [flex], [$MISSING flex])
3660case " $build_configdirs " in
3661 *" flex "*) FLEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
3662esac
3663
3664AC_CHECK_PROGS([MAKEINFO], makeinfo, [$MISSING makeinfo])
3665case " $build_configdirs " in
3666 *" texinfo "*) MAKEINFO='$$r/$(BUILD_SUBDIR)/texinfo/makeinfo/makeinfo' ;;
3667 *)
3668changequote(,)
d18ff35a 3669 # For an installed makeinfo, we require it to be from texinfo 4.7 or
2abefe3d
PB
3670 # higher, else we use the "missing" dummy.
3671 if ${MAKEINFO} --version \
d18ff35a 3672 | egrep 'texinfo[^0-9]*(4\.([7-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
2abefe3d
PB
3673 :
3674 else
3675 MAKEINFO="$MISSING makeinfo"
3676 fi
3677 ;;
3678changequote([,])
3679esac
3680
3681# FIXME: expect and dejagnu may become build tools?
3682
3683AC_CHECK_PROGS(EXPECT, expect, expect)
3684case " $configdirs " in
3685 *" expect "*)
3686 test $host = $build && EXPECT='$$r/$(HOST_SUBDIR)/expect/expect'
3687 ;;
3688esac
3689
3690AC_CHECK_PROGS(RUNTEST, runtest, runtest)
3691case " $configdirs " in
3692 *" dejagnu "*)
c394e891 3693 test $host = $build && RUNTEST='$$s/$(HOST_SUBDIR)/dejagnu/runtest'
2abefe3d
PB
3694 ;;
3695esac
3696
4e3dcf20 3697
671aa708 3698# Host tools.
2693c0b0
PB
3699NCN_STRICT_CHECK_TOOLS(AR, ar)
3700NCN_STRICT_CHECK_TOOLS(AS, as)
3701NCN_STRICT_CHECK_TOOLS(DLLTOOL, dlltool)
3b5e8ee4 3702NCN_STRICT_CHECK_TOOLS(DSYMUTIL, dsymutil)
2693c0b0 3703NCN_STRICT_CHECK_TOOLS(LD, ld)
2abefe3d 3704NCN_STRICT_CHECK_TOOLS(LIPO, lipo)
2693c0b0 3705NCN_STRICT_CHECK_TOOLS(NM, nm)
8927b7c0
RO
3706NCN_STRICT_CHECK_TOOLS(RANLIB, ranlib, true)
3707NCN_STRICT_CHECK_TOOLS(STRIP, strip, true)
2693c0b0 3708NCN_STRICT_CHECK_TOOLS(WINDRES, windres)
901119ae 3709NCN_STRICT_CHECK_TOOLS(WINDMC, windmc)
2693c0b0
PB
3710NCN_STRICT_CHECK_TOOLS(OBJCOPY, objcopy)
3711NCN_STRICT_CHECK_TOOLS(OBJDUMP, objdump)
e4a9a572 3712NCN_STRICT_CHECK_TOOLS(OTOOL, otool)
e7a82751 3713NCN_STRICT_CHECK_TOOLS(READELF, readelf)
671aa708
NN
3714AC_SUBST(CC)
3715AC_SUBST(CXX)
3716AC_SUBST(CFLAGS)
3717AC_SUBST(CXXFLAGS)
5fee5ec3
IB
3718AC_SUBST(GDC)
3719AC_SUBST(GDCFLAGS)
1ed21e23 3720GDCFLAGS=${GDCFLAGS-${CFLAGS}}
1ddd41fd 3721AC_SUBST(PKG_CONFIG_PATH)
671aa708 3722
126f707e
L
3723GCC_PLUGIN_OPTION(PLUGIN_OPTION)
3724AR_PLUGIN_OPTION=
3725RANLIB_PLUGIN_OPTION=
3726if test -n "$PLUGIN_OPTION"; then
3727 if $AR --help 2>&1 | grep -q "\--plugin"; then
3728 AR_PLUGIN_OPTION="$PLUGIN_OPTION"
3729 fi
3730 if $RANLIB --help 2>&1 | grep -q "\--plugin"; then
3731 RANLIB_PLUGIN_OPTION="$PLUGIN_OPTION"
3732 fi
3733fi
3734AC_SUBST(AR_PLUGIN_OPTION)
3735AC_SUBST(RANLIB_PLUGIN_OPTION)
3736
2abefe3d 3737# Target tools.
e8b05380 3738AC_ARG_WITH([build-time-tools],
33e39b66
AS
3739 [AS_HELP_STRING([--with-build-time-tools=PATH],
3740 [use given path to find target tools during the build])],
e8b05380
PB
3741 [case x"$withval" in
3742 x/*) ;;
3743 *)
3744 with_build_time_tools=
3745 AC_MSG_WARN([argument to --with-build-time-tools must be an absolute path])
3746 ;;
3747 esac],
3748 [with_build_time_tools=])
3749
2693c0b0
PB
3750NCN_STRICT_CHECK_TARGET_TOOLS(CC_FOR_TARGET, cc gcc)
3751NCN_STRICT_CHECK_TARGET_TOOLS(CXX_FOR_TARGET, c++ g++ cxx gxx)
2693c0b0 3752NCN_STRICT_CHECK_TARGET_TOOLS(GCC_FOR_TARGET, gcc, ${CC_FOR_TARGET})
2693c0b0 3753NCN_STRICT_CHECK_TARGET_TOOLS(GFORTRAN_FOR_TARGET, gfortran)
632e2a07 3754NCN_STRICT_CHECK_TARGET_TOOLS(GOC_FOR_TARGET, gccgo)
b4c522fa 3755NCN_STRICT_CHECK_TARGET_TOOLS(GDC_FOR_TARGET, gdc)
1eee94d3 3756NCN_STRICT_CHECK_TARGET_TOOLS(GM2_FOR_TARGET, gm2)
e8b05380
PB
3757
3758ACX_CHECK_INSTALLED_TARGET_TOOL(AR_FOR_TARGET, ar)
3759ACX_CHECK_INSTALLED_TARGET_TOOL(AS_FOR_TARGET, as)
3760ACX_CHECK_INSTALLED_TARGET_TOOL(DLLTOOL_FOR_TARGET, dlltool)
3b5e8ee4 3761ACX_CHECK_INSTALLED_TARGET_TOOL(DSYMUTIL_FOR_TARGET, dsymutil)
e8b05380
PB
3762ACX_CHECK_INSTALLED_TARGET_TOOL(LD_FOR_TARGET, ld)
3763ACX_CHECK_INSTALLED_TARGET_TOOL(LIPO_FOR_TARGET, lipo)
3764ACX_CHECK_INSTALLED_TARGET_TOOL(NM_FOR_TARGET, nm)
9bccfdf5 3765ACX_CHECK_INSTALLED_TARGET_TOOL(OBJCOPY_FOR_TARGET, objcopy)
e8b05380 3766ACX_CHECK_INSTALLED_TARGET_TOOL(OBJDUMP_FOR_TARGET, objdump)
e4a9a572 3767ACX_CHECK_INSTALLED_TARGET_TOOL(OTOOL_FOR_TARGET, otool)
8927b7c0 3768ACX_CHECK_INSTALLED_TARGET_TOOL(RANLIB_FOR_TARGET, ranlib)
e7a82751 3769ACX_CHECK_INSTALLED_TARGET_TOOL(READELF_FOR_TARGET, readelf)
e8b05380
PB
3770ACX_CHECK_INSTALLED_TARGET_TOOL(STRIP_FOR_TARGET, strip)
3771ACX_CHECK_INSTALLED_TARGET_TOOL(WINDRES_FOR_TARGET, windres)
901119ae 3772ACX_CHECK_INSTALLED_TARGET_TOOL(WINDMC_FOR_TARGET, windmc)
4de997d1 3773
2abefe3d
PB
3774RAW_CXX_FOR_TARGET="$CXX_FOR_TARGET"
3775
3776GCC_TARGET_TOOL(ar, AR_FOR_TARGET, AR, [binutils/ar])
3777GCC_TARGET_TOOL(as, AS_FOR_TARGET, AS, [gas/as-new])
3778GCC_TARGET_TOOL(cc, CC_FOR_TARGET, CC, [gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/])
b3f122e0 3779dnl see comments for CXX_FOR_TARGET_FLAG_TO_PASS
2abefe3d 3780GCC_TARGET_TOOL(c++, CXX_FOR_TARGET, CXX,
2077db1b 3781 [gcc/xg++ -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 -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/libsupc++/.libs],
2abefe3d
PB
3782 c++)
3783GCC_TARGET_TOOL(c++ for libstdc++, RAW_CXX_FOR_TARGET, CXX,
2077db1b 3784 [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 -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/libsupc++/.libs],
2abefe3d
PB
3785 c++)
3786GCC_TARGET_TOOL(dlltool, DLLTOOL_FOR_TARGET, DLLTOOL, [binutils/dlltool])
3b5e8ee4 3787GCC_TARGET_TOOL(dsymutil, DSYMUTIL_FOR_TARGET, DSYMUTIL)
2abefe3d 3788GCC_TARGET_TOOL(gcc, GCC_FOR_TARGET, , [gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/])
2abefe3d
PB
3789GCC_TARGET_TOOL(gfortran, GFORTRAN_FOR_TARGET, GFORTRAN,
3790 [gcc/gfortran -B$$r/$(HOST_SUBDIR)/gcc/], fortran)
632e2a07
ILT
3791GCC_TARGET_TOOL(gccgo, GOC_FOR_TARGET, GOC,
3792 [gcc/gccgo -B$$r/$(HOST_SUBDIR)/gcc/], go)
b4c522fa
IB
3793GCC_TARGET_TOOL(gdc, GDC_FOR_TARGET, GDC,
3794 [gcc/gdc -B$$r/$(HOST_SUBDIR)/gcc/], d)
1eee94d3
GM
3795GCC_TARGET_TOOL(gm2, GM2_FOR_TARGET, GM2,
3796 [gcc/gm2 -B$$r/$(HOST_SUBDIR)/gcc/], m2)
2abefe3d
PB
3797GCC_TARGET_TOOL(ld, LD_FOR_TARGET, LD, [ld/ld-new])
3798GCC_TARGET_TOOL(lipo, LIPO_FOR_TARGET, LIPO)
3799GCC_TARGET_TOOL(nm, NM_FOR_TARGET, NM, [binutils/nm-new])
ec8fd1c0 3800GCC_TARGET_TOOL(objcopy, OBJCOPY_FOR_TARGET, OBJCOPY, [binutils/objcopy])
2abefe3d 3801GCC_TARGET_TOOL(objdump, OBJDUMP_FOR_TARGET, OBJDUMP, [binutils/objdump])
e4a9a572 3802GCC_TARGET_TOOL(otool, OTOOL_FOR_TARGET, OTOOL)
2abefe3d 3803GCC_TARGET_TOOL(ranlib, RANLIB_FOR_TARGET, RANLIB, [binutils/ranlib])
e7a82751 3804GCC_TARGET_TOOL(readelf, READELF_FOR_TARGET, READELF, [binutils/readelf])
455c8f48 3805GCC_TARGET_TOOL(strip, STRIP_FOR_TARGET, STRIP, [binutils/strip-new])
2abefe3d 3806GCC_TARGET_TOOL(windres, WINDRES_FOR_TARGET, WINDRES, [binutils/windres])
901119ae 3807GCC_TARGET_TOOL(windmc, WINDMC_FOR_TARGET, WINDMC, [binutils/windmc])
4de997d1 3808
2abefe3d 3809AC_SUBST(FLAGS_FOR_TARGET)
4de997d1 3810AC_SUBST(RAW_CXX_FOR_TARGET)
be912515 3811
671aa708
NN
3812# Certain tools may need extra flags.
3813AR_FOR_TARGET=${AR_FOR_TARGET}${extra_arflags_for_target}
3814RANLIB_FOR_TARGET=${RANLIB_FOR_TARGET}${extra_ranlibflags_for_target}
3815NM_FOR_TARGET=${NM_FOR_TARGET}${extra_nmflags_for_target}
6599da04 3816
2abefe3d
PB
3817# When building target libraries, except in a Canadian cross, we use
3818# the same toolchain as the compiler we just built.
3819COMPILER_AS_FOR_TARGET='$(AS_FOR_TARGET)'
3820COMPILER_LD_FOR_TARGET='$(LD_FOR_TARGET)'
3821COMPILER_NM_FOR_TARGET='$(NM_FOR_TARGET)'
3822if test $host = $build; then
3823 case " $configdirs " in
3824 *" gcc "*)
3825 COMPILER_AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/as'
3826 COMPILER_LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/collect-ld'
3827 COMPILER_NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/nm'${extra_nmflags_for_target}
3828 ;;
3829 esac
3830fi
3831
3832AC_SUBST(COMPILER_AS_FOR_TARGET)
3833AC_SUBST(COMPILER_LD_FOR_TARGET)
3834AC_SUBST(COMPILER_NM_FOR_TARGET)
3835
ee03dc5e
AO
3836AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
3837AC_ARG_ENABLE(maintainer-mode,
33e39b66
AS
3838[AS_HELP_STRING([--enable-maintainer-mode],
3839 [enable make rules and dependencies not useful
3840 (and sometimes confusing) to the casual installer])],
ee03dc5e
AO
3841 USE_MAINTAINER_MODE=$enableval,
3842 USE_MAINTAINER_MODE=no)
3843AC_MSG_RESULT($USE_MAINTAINER_MODE)
3844AC_SUBST(MAINTAINER_MODE_TRUE)
3845AC_SUBST(MAINTAINER_MODE_FALSE)
3846if test "$USE_MAINTAINER_MODE" = yes; then
3847 MAINTAINER_MODE_TRUE=
3848 MAINTAINER_MODE_FALSE='#'
3849else
3850 MAINTAINER_MODE_TRUE='#'
3851 MAINTAINER_MODE_FALSE=
3852fi
3853MAINT=$MAINTAINER_MODE_TRUE
3854AC_SUBST(MAINT)dnl
3855
2805b53a
NN
3856# ---------------------
3857# GCC bootstrap support
3858# ---------------------
3859
3860# Stage specific cflags for build.
3861stage1_cflags="-g"
3862case $build in
3863 vax-*-*)
3864 case ${GCC} in
3865 yes) stage1_cflags="-g -Wa,-J" ;;
3866 *) stage1_cflags="-g -J" ;;
3867 esac ;;
2805b53a 3868esac
0b50988a 3869
2805b53a
NN
3870AC_SUBST(stage1_cflags)
3871
8efea775
PB
3872# Enable --enable-checking in stage1 of the compiler.
3873AC_ARG_ENABLE(stage1-checking,
33e39b66
AS
3874[AS_HELP_STRING([[--enable-stage1-checking[=all]]],
3875 [choose additional checking for stage1 of the compiler])],
8efea775 3876[stage1_checking=--enable-checking=${enable_stage1_checking}],
e643dc23 3877[if test "x$enable_checking" = xno || test "x$enable_checking" = x; then
c10b5ea0
JJ
3878 # For --disable-checking or implicit --enable-checking=release, avoid
3879 # setting --enable-checking=gc in the default stage1 checking for LTO
3880 # bootstraps. See PR62077.
c10b5ea0
JJ
3881 case $BUILD_CONFIG in
3882 *lto*)
7db11a5a
JJ
3883 stage1_checking=--enable-checking=release,misc,gimple,rtlflag,tree,types;;
3884 *)
3885 stage1_checking=--enable-checking=yes,types;;
c10b5ea0 3886 esac
7db11a5a
JJ
3887 if test "x$enable_checking" = x && \
3888 test -d ${srcdir}/gcc && \
3889 test x"`cat ${srcdir}/gcc/DEV-PHASE`" = xexperimental; then
c100769b 3890 stage1_checking=--enable-checking=yes,types,extra
7db11a5a 3891 fi
8efea775 3892else
e643dc23 3893 stage1_checking=--enable-checking=$enable_checking,types
8efea775
PB
3894fi])
3895AC_SUBST(stage1_checking)
3896
2805b53a 3897# Enable -Werror in bootstrap stage2 and later.
2805b53a 3898AC_ARG_ENABLE(werror,
33e39b66 3899[AS_HELP_STRING([--enable-werror],
afd88efc
ML
3900 [enable -Werror in bootstrap stage2 and later])],
3901[
09a9c095
NN
3902case ${enable_werror} in
3903 yes) stage2_werror_flag="--enable-werror-always" ;;
3904 *) stage2_werror_flag="" ;;
2805b53a 3905esac
afd88efc
ML
3906],
3907[
01c712cb
ML
3908if test -d ${srcdir}/gcc && test x"`cat $srcdir/gcc/DEV-PHASE`" = xexperimental; then
3909 case $BUILD_CONFIG in
3910 bootstrap-debug)
3911 stage2_werror_flag="--enable-werror-always" ;;
3912 "")
3913 stage2_werror_flag="--enable-werror-always" ;;
3914 esac
3915fi
afd88efc 3916])
01c712cb 3917
09a9c095 3918AC_SUBST(stage2_werror_flag)
2805b53a 3919
f2689b09
SE
3920# Specify what files to not compare during bootstrap.
3921
3922compare_exclusions="gcc/cc*-checksum\$(objext) | gcc/ada/*tools/*"
1eee94d3
GM
3923compare_exclusions="$compare_exclusions | gcc/m2/gm2-compiler-boot/M2Version*"
3924compare_exclusions="$compare_exclusions | gcc/m2/gm2-compiler-boot/SYSTEM*"
3925compare_exclusions="$compare_exclusions | gcc/m2/gm2version*"
f2689b09
SE
3926case "$target" in
3927 hppa*64*-*-hpux*) ;;
4f943869 3928 powerpc*-ibm-aix*) compare_exclusions="$compare_exclusions | *libgomp*\$(objext)" ;;
f2689b09
SE
3929esac
3930AC_SUBST(compare_exclusions)
3931
3e54529c
RW
3932AC_CONFIG_FILES([Makefile],
3933 [sed "$extrasub_build" Makefile |
3934 sed "$extrasub_host" |
3935 sed "$extrasub_target" > mf$$
3936 mv -f mf$$ Makefile],
3937 [extrasub_build="$extrasub_build"
3938 extrasub_host="$extrasub_host"
3939 extrasub_target="$extrasub_target"])
3940AC_OUTPUT