]> git.ipfire.org Git - thirdparty/gcc.git/blame - configure.ac
[Patch testsuite] Further reduce the alignment in gcc.dg/vect/pr65310.c
[thirdparty/gcc.git] / configure.ac
CommitLineData
77ae4d79 1# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
9b31ae9c 2# 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012,
3# 2014, 2015 Free Software Foundation, Inc.
28e9041c 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
4b072aaf 7# the Free Software Foundation; either version 3 of the License, or
28e9041c 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
4b072aaf 16# along with this program; see the file COPYING3. If not see
17# <http://www.gnu.org/licenses/>.
28e9041c 18
19##############################################################################
71ab34df 20### WARNING: this file contains embedded tabs. Do not run untabify on this file.
21
f0cb9b36 22m4_include(config/acx.m4)
23m4_include(config/override.m4)
82eaf560 24m4_include(config/proginstall.m4)
1a4f45ec 25m4_include(config/elf.m4)
c3fc6a63 26m4_include([libtool.m4])
27m4_include([ltoptions.m4])
28m4_include([ltsugar.m4])
29m4_include([ltversion.m4])
30m4_include([lt~obsolete.m4])
87e20041 31m4_include([config/isl.m4])
599a3eac 32
71ab34df 33AC_INIT(move-if-change)
81a71e2b 34AC_PREREQ(2.64)
cd2f3773 35AC_DISABLE_OPTION_CHECKING
b30fcfae 36
4e8a889d 37progname=$0
38# if PWD already has a value, it is probably wrong.
39if test -n "$PWD" ; then PWD=`${PWDCMD-pwd}`; fi
40
41# Export original configure arguments for use by sub-configures.
42# Quote arguments with shell meta charatcers.
43TOPLEVEL_CONFIGURE_ARGUMENTS=
44set -- "$progname" "$@"
45for ac_arg
46do
47 case "$ac_arg" in
48 *" "*|*" "*|*[[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\']]*)
49 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"`
50 # if the argument is of the form -foo=baz, quote the baz part only
51 ac_arg=`echo "'$ac_arg'" | sed "s/^'\([[-a-zA-Z0-9]]*=\)/\\1'/"` ;;
52 *) ;;
53 esac
54 # Add the quoted argument to the list.
55 TOPLEVEL_CONFIGURE_ARGUMENTS="$TOPLEVEL_CONFIGURE_ARGUMENTS $ac_arg"
56done
57if test "$silent" = yes; then
58 TOPLEVEL_CONFIGURE_ARGUMENTS="$TOPLEVEL_CONFIGURE_ARGUMENTS --silent"
59fi
60# Remove the initial space we just introduced and, as these will be
61# expanded by make, quote '$'.
62TOPLEVEL_CONFIGURE_ARGUMENTS=`echo "x$TOPLEVEL_CONFIGURE_ARGUMENTS" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
63AC_SUBST(TOPLEVEL_CONFIGURE_ARGUMENTS)
64
b30fcfae 65# Find the build, host, and target systems.
66ACX_NONCANONICAL_BUILD
67ACX_NONCANONICAL_HOST
68ACX_NONCANONICAL_TARGET
69
70dnl Autoconf 2.5x and later will set a default program prefix if
71dnl --target was used, even if it was the same as --host. Disable
72dnl that behavior. This must be done before AC_CANONICAL_SYSTEM
73dnl to take effect.
74test "$host_noncanonical" = "$target_noncanonical" &&
75 test "$program_prefix$program_suffix$program_transform_name" = \
76 NONENONEs,x,x, &&
77 program_transform_name=s,y,y,
78
71ab34df 79AC_CANONICAL_SYSTEM
80AC_ARG_PROGRAM
81
b30fcfae 82m4_pattern_allow([^AS_FOR_TARGET$])dnl
93c5e793 83m4_pattern_allow([^AS_FOR_BUILD$])dnl
b30fcfae 84
450e6c84 85# Get 'install' or 'install-sh' and its variants.
86AC_PROG_INSTALL
599a3eac 87ACX_PROG_LN
5965d276 88AC_PROG_LN_S
b181f265 89AC_PROG_SED
90AC_PROG_AWK
450e6c84 91
3a8631fa 92srcpwd=`cd ${srcdir} ; ${PWDCMD-pwd}`
93
94# We pass INSTALL explicitly to sub-makes. Make sure that it is not
95# a relative path.
96if test "$INSTALL" = "${srcdir}/install-sh -c"; then
97 INSTALL="${srcpwd}/install-sh -c"
98fi
99
71ab34df 100# Set srcdir to "." if that's what it is.
101# This is important for multilib support.
102pwd=`${PWDCMD-pwd}`
71ab34df 103if test "${pwd}" = "${srcpwd}" ; then
104 srcdir=.
105fi
106
107topsrcdir=$srcpwd
28e9041c 108
805e22b2 109extra_host_args=
14ac9144 110
28e9041c 111### To add a new directory to the tree, first choose whether it is a target
112### or a host dependent tool. Then put it into the appropriate list
805e22b2 113### (library or tools, host or target), doing a dependency sort.
114
115# Subdirs will be configured in the order listed in build_configdirs,
116# configdirs, or target_configdirs; see the serialization section below.
117
118# Dependency sorting is only needed when *configuration* must be done in
119# a particular order. In all cases a dependency should be specified in
120# the Makefile, whether or not it's implicitly specified here.
28e9041c 121
805e22b2 122# Double entries in build_configdirs, configdirs, or target_configdirs may
123# cause circular dependencies and break everything horribly.
28e9041c 124
2f8725b0 125# these library is used by various programs built for the build
126# environment
127#
9245d2c5 128build_libs="build-libiberty build-libcpp"
2f8725b0 129
130# these tools are built for the build environment
4fc99708 131build_tools="build-texinfo build-flex build-bison build-m4 build-fixincludes"
2f8725b0 132
28e9041c 133# these libraries are used by various programs built for the host environment
429cca51 134#f
572cf1f7 135host_libs="intl libiberty opcodes bfd readline tcl tk itcl libgui zlib libbacktrace libcpp libdecnumber gmp mpfr mpc isl libelf libiconv"
28e9041c 136
28e9041c 137# these tools are built for the host environment
138# Note, the powerpc-eabi build depends on sim occurring before gdb in order to
139# know that we are building the simulator.
805e22b2 140# binutils, gas and ld appear in that order because it makes sense to run
141# "make check" in that particular order.
af7c5662 142# If --enable-gold is used, "gold" may replace "ld".
dcfe52b6 143host_tools="texinfo flex bison binutils gas ld fixincludes gcc cgen sid sim gdb gprof etc expect dejagnu m4 utils guile fastjar gnattools libcc1 gotools"
ed37269d 144
4d5a2476 145# libgcj represents the runtime libraries only used by gcj.
146libgcj="target-libffi \
4d5a2476 147 target-zlib \
4d5a2476 148 target-libjava"
149
28e9041c 150# these libraries are built for the target environment, and are built after
151# the host libraries and the host tools (which may be a cross compiler)
5ab7e123 152# Note that libiberty is not a target library.
27bfe7b7 153target_libraries="target-libgcc \
ecd3459e 154 target-libbacktrace \
ed37269d 155 target-libgloss \
156 target-newlib \
a0191bfe 157 target-libgomp \
4710dd51 158 target-libcilkrts \
d3a7dd32 159 target-liboffloadmic \
6db1d2ca 160 target-libatomic \
4c0315d0 161 target-libitm \
54d7d5f2 162 target-libstdc++-v3 \
549e2197 163 target-libsanitizer \
b710ec85 164 target-libvtv \
0d55f4d0 165 target-libssp \
87969c8c 166 target-libquadmath \
4ee9c684 167 target-libgfortran \
dd6d3a67 168 target-boehm-gc \
cdfc500e 169 ${libgcj} \
93341878 170 target-libobjc \
5ff5b630 171 target-libada \
172 target-libgo"
28e9041c 173
328637e8 174# these tools are built using the target libraries, and are intended to
175# run only in the target environment
28e9041c 176#
328637e8 177# note: any program that *uses* libraries that are in the "target_libraries"
6c9785b4 178# list belongs in this list.
28e9041c 179#
4fc99708 180target_tools="target-rda"
28e9041c 181
182################################################################################
183
28e9041c 184## All tools belong in one of the four categories, and are assigned above
185## We assign ${configdirs} this way to remove all embedded newlines. This
186## is important because configure will choke if they ever get through.
187## ${configdirs} is directories we build using the host tools.
188## ${target_configdirs} is directories we build using the target tools.
28e9041c 189configdirs=`echo ${host_libs} ${host_tools}`
328637e8 190target_configdirs=`echo ${target_libraries} ${target_tools}`
2b59cb05 191build_configdirs=`echo ${build_libs} ${build_tools}`
6f4f34a7 192
d2d2630b 193m4_divert_text([PARSE_ARGS],
13d2f2b2 194[case $srcdir in
195 *" "*)
196m4_pushdef([AS_MESSAGE_LOG_FD], [])dnl
197 AC_MSG_ERROR([path to source, $srcdir, contains spaces])
198m4_popdef([AS_MESSAGE_LOG_FD])dnl
199 ;;
200esac
201ac_subdirs_all=`cd $srcdir && echo */configure | sed 's,/configure,,g'`
d2d2630b 202])
203
28e9041c 204################################################################################
205
28e9041c 206srcname="gnu development package"
207
208# This gets set non-empty for some net releases of packages.
209appdirs=""
210
99aa6b34 211# Define is_cross_compiler to save on calls to 'test'.
212is_cross_compiler=
213if test x"${host}" = x"${target}" ; then
214 is_cross_compiler=no
215else
216 is_cross_compiler=yes
217fi
218
2f61b8ca 219# Find the build and target subdir names.
6f4f34a7 220GCC_TOPLEV_SUBDIRS
04a2e841 221# Be sure to cover against remnants of an in-tree build.
222if test $srcdir != . && test -d $srcdir/host-${host_noncanonical}; then
223 AC_MSG_ERROR([building out of tree but $srcdir contains host-${host_noncanonical}.
224Use a pristine source tree when building in a separate tree])
225fi
7bb9dd92 226
13b1b53a 227# Skipdirs are removed silently.
228skipdirs=
229# Noconfigdirs are removed loudly.
230noconfigdirs=""
28e9041c 231
13b1b53a 232use_gnu_ld=
233# Make sure we don't let GNU ld be added if we didn't want it.
234if test x$with_gnu_ld = xno ; then
235 use_gnu_ld=no
3d47fcf5 236 noconfigdirs="$noconfigdirs ld gold"
28e9041c 237fi
238
13b1b53a 239use_gnu_as=
240# Make sure we don't let GNU as be added if we didn't want it.
241if test x$with_gnu_as = xno ; then
242 use_gnu_as=no
243 noconfigdirs="$noconfigdirs gas"
28e9041c 244fi
245
7bfefa9d 246use_included_zlib=
247# Make sure we don't let ZLIB be added if we didn't want it.
248if test x$with_system_zlib = xyes ; then
249 use_included_zlib=no
250 noconfigdirs="$noconfigdirs zlib"
251fi
252
13b1b53a 253# some tools are so dependent upon X11 that if we're not building with X,
254# it's not even worth trying to configure, much less build, that tool.
28e9041c 255
13b1b53a 256case ${with_x} in
257 yes | "") ;; # the default value for this tree is that X11 is available
f6c0123d 258 no)
f843f075 259 skipdirs="${skipdirs} tk itcl libgui"
f6c0123d 260 # We won't be able to build gdbtk without X.
261 enable_gdbtk=no
262 ;;
13b1b53a 263 *) echo "*** bad value \"${with_x}\" for -with-x flag; ignored" 1>&2 ;;
264esac
28e9041c 265
6c9785b4 266# Some are only suitable for cross toolchains.
2a1ac811 267# Remove these if host=target.
268cross_only="target-libgloss target-newlib target-opcodes"
28e9041c 269
13b1b53a 270case $is_cross_compiler in
271 no) skipdirs="${skipdirs} ${cross_only}" ;;
13b1b53a 272esac
28e9041c 273
4ff41e84 274# If both --with-headers and --with-libs are specified, default to
275# --without-newlib.
3bdd04cc 276if test x"${with_headers}" != x && test x"${with_headers}" != xno \
277 && test x"${with_libs}" != x && test x"${with_libs}" != xno ; then
4ff41e84 278 if test x"${with_newlib}" = x ; then
279 with_newlib=no
280 fi
281fi
282
283# Recognize --with-newlib/--without-newlib.
284case ${with_newlib} in
285 no) skipdirs="${skipdirs} target-newlib" ;;
286 yes) skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'` ;;
287esac
288
a3d93be3 289AC_ARG_ENABLE(as-accelerator-for,
290[AS_HELP_STRING([--enable-as-accelerator-for=ARG],
291 [build as offload target compiler.
67cedda8 292 Specify offload host triple by ARG])])
a3d93be3 293
294AC_ARG_ENABLE(offload-targets,
295[AS_HELP_STRING([--enable-offload-targets=LIST],
296 [enable offloading to devices from comma-separated LIST of
297 TARGET[=DIR]. Use optional path to find offload target compiler
298 during the build])],
299[
300 if test x"$enable_offload_targets" = x; then
301 AC_MSG_ERROR([no offload targets specified])
302 fi
303], [enable_offload_targets=])
304
1e369e5f 305# Handle --enable-gold, --enable-ld.
306# --disable-gold [--enable-ld]
307# Build only ld. Default option.
85516948 308# --enable-gold [--enable-ld]
309# Build both gold and ld. Install gold as "ld.gold", install ld
310# as "ld.bfd" and "ld".
311# --enable-gold=default [--enable-ld]
1e369e5f 312# Build both gold and ld. Install gold as "ld.gold" and "ld",
313# install ld as "ld.bfd".
314# --enable-gold[=default] --disable-ld
315# Build only gold, which is then installed as both "ld.gold" and "ld".
316# --enable-gold --enable-ld=default
85516948 317# Build both gold (installed as "ld.gold") and ld (installed as "ld"
318# and ld.bfd).
1e369e5f 319# In other words, ld is default
320# --enable-gold=default --enable-ld=default
321# Error.
322
323default_ld=
3d47fcf5 324AC_ARG_ENABLE(gold,
8747a938 325[AS_HELP_STRING([[--enable-gold[=ARG]]],
326 [build gold @<:@ARG={default,yes,no}@:>@])],
3d47fcf5 327ENABLE_GOLD=$enableval,
328ENABLE_GOLD=no)
1e369e5f 329case "${ENABLE_GOLD}" in
330 yes|default)
af7c5662 331 # Check for ELF target.
332 is_elf=no
333 case "${target}" in
334 *-*-elf* | *-*-sysv4* | *-*-unixware* | *-*-eabi* | hppa*64*-*-hpux* \
e4c33dd2 335 | *-*-linux* | *-*-gnu* | frv-*-uclinux* | *-*-irix5* | *-*-irix6* \
e3a1fe08 336 | *-*-netbsd* | *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* \
9d36d513 337 | *-*-solaris2* | *-*-nto* | *-*-nacl*)
af7c5662 338 case "${target}" in
339 *-*-linux*aout* | *-*-linux*oldld*)
340 ;;
341 *)
342 is_elf=yes
343 ;;
344 esac
345 esac
346
347 if test "$is_elf" = "yes"; then
348 # Check for target supported by gold.
3d47fcf5 349 case "${target}" in
58f62c51 350 i?86-*-* | x86_64-*-* | sparc*-*-* | powerpc*-*-* | arm*-*-* \
351 | aarch64*-*-* | tilegx*-*-*)
1e369e5f 352 configdirs="$configdirs gold"
353 if test x${ENABLE_GOLD} = xdefault; then
354 default_ld=gold
355 fi
af7c5662 356 ENABLE_GOLD=yes
3d47fcf5 357 ;;
358 esac
af7c5662 359 fi
360 ;;
361 no)
362 ;;
363 *)
364 AC_MSG_ERROR([invalid --enable-gold argument])
365 ;;
1e369e5f 366esac
367
368AC_ARG_ENABLE(ld,
8747a938 369[AS_HELP_STRING([[--enable-ld[=ARG]]],
370 [build ld @<:@ARG={default,yes,no}@:>@])],
1e369e5f 371ENABLE_LD=$enableval,
372ENABLE_LD=yes)
373
374case "${ENABLE_LD}" in
375 default)
85516948 376 if test x${default_ld} != x; then
1e369e5f 377 AC_MSG_ERROR([either gold or ld can be the default ld])
378 fi
379 ;;
380 yes)
381 ;;
382 no)
383 if test x${ENABLE_GOLD} != xyes; then
384 AC_MSG_WARN([neither ld nor gold are enabled])
385 fi
386 configdirs=`echo " ${configdirs} " | sed -e 's/ ld / /'`
387 ;;
388 *)
389 AC_MSG_ERROR([invalid --enable-ld argument])
390 ;;
391esac
3d47fcf5 392
28e9041c 393# Configure extra directories which are host specific
394
395case "${host}" in
13b1b53a 396 *-cygwin*)
805e22b2 397 configdirs="$configdirs libtermcap" ;;
28e9041c 398esac
399
ff7dcf6a 400# A target can indicate whether a language isn't supported for some reason.
401# Only spaces may be used in this macro; not newlines or tabs.
402unsupported_languages=
403
28e9041c 404# Remove more programs from consideration, based on the host or
405# target this usually means that a port of the program doesn't
406# exist yet.
407
28e9041c 408case "${host}" in
b2240ff6 409 i[[3456789]]86-*-msdosdjgpp*)
e3a5e6ff 410 noconfigdirs="$noconfigdirs tcl tk itcl"
ed37269d 411 ;;
28e9041c 412esac
413
4ee9c684 414
d9d975ae 415AC_ARG_ENABLE(libquadmath,
416AS_HELP_STRING([--disable-libquadmath],
417 [do not build libquadmath directory]),
418ENABLE_LIBQUADMATH=$enableval,
419ENABLE_LIBQUADMATH=yes)
420if test "${ENABLE_LIBQUADMATH}" = "no" ; then
421 noconfigdirs="$noconfigdirs target-libquadmath"
422fi
423
424
425AC_ARG_ENABLE(libquadmath-support,
426AS_HELP_STRING([--disable-libquadmath-support],
427 [disable libquadmath support for Fortran]),
428ENABLE_LIBQUADMATH_SUPPORT=$enableval,
429ENABLE_LIBQUADMATH_SUPPORT=yes)
430enable_libquadmath_support=
431if test "${ENABLE_LIBQUADMATH_SUPPORT}" = "no" ; then
432 enable_libquadmath_support=no
433fi
434
435
93341878 436AC_ARG_ENABLE(libada,
8747a938 437[AS_HELP_STRING([--enable-libada], [build libada directory])],
93341878 438ENABLE_LIBADA=$enableval,
439ENABLE_LIBADA=yes)
440if test "${ENABLE_LIBADA}" != "yes" ; then
a136b23d 441 noconfigdirs="$noconfigdirs gnattools"
93341878 442fi
443
07da5214 444AC_ARG_ENABLE(libssp,
8747a938 445[AS_HELP_STRING([--enable-libssp], [build libssp directory])],
07da5214 446ENABLE_LIBSSP=$enableval,
447ENABLE_LIBSSP=yes)
07da5214 448
d3cf0a31 449AC_ARG_ENABLE(libstdcxx,
450AS_HELP_STRING([--disable-libstdcxx],
451 [do not build libstdc++-v3 directory]),
452ENABLE_LIBSTDCXX=$enableval,
453ENABLE_LIBSTDCXX=default)
454[if test "${ENABLE_LIBSTDCXX}" = "no" ; then
df148e44 455 noconfigdirs="$noconfigdirs target-libstdc++-v3"
d3cf0a31 456fi]
457
d3a7dd32 458# If this is accelerator compiler and its target is intelmic we enable
459# target liboffloadmic by default. If this is compiler with offloading
460# for intelmic we enable host liboffloadmic by default. Otherwise
461# liboffloadmic is disabled by default.
462AC_ARG_ENABLE([liboffloadmic],
463AC_HELP_STRING([[--enable-liboffloadmic[=ARG]]],
464 [build liboffloadmic @<:@ARG={no,host,target}@:>@]),
465[case "$enableval" in
466 no | host | target)
467 enable_liboffloadmic=$enableval ;;
468 *)
469 AC_MSG_ERROR([--enable-liboffloadmic=no/host/target]) ;;
470esac],
67cedda8 471[if test x"$enable_as_accelerator_for" != x; then
d3a7dd32 472 case "${target}" in
473 *-intelmic-* | *-intelmicemul-*)
474 enable_liboffloadmic=target
475 extra_liboffloadmic_configure_flags="--enable-liboffloadmic=target"
476 ;;
477 *)
478 enable_liboffloadmic=no
479 ;;
480 esac
481else
482 case "${enable_offload_targets}" in
483 *-intelmic-* | *-intelmicemul-*)
484 enable_liboffloadmic=host
485 extra_liboffloadmic_configure_flags="--enable-liboffloadmic=host"
486 ;;
487 *)
488 enable_liboffloadmic=no
489 ;;
490 esac
491fi])
492AC_SUBST(extra_liboffloadmic_configure_flags)
493
f7ec7829 494# Save it here so that, even in case of --enable-libgcj, if the Java
495# front-end isn't enabled, we still get libgcj disabled.
496libgcj_saved=$libgcj
497case $enable_libgcj in
498yes)
499 # If we reset it here, it won't get added to noconfigdirs in the
500 # target-specific build rules, so it will be forcibly enabled
501 # (unless the Java language itself isn't enabled).
502 libgcj=
503 ;;
504no)
505 # Make sure we get it printed in the list of not supported target libs.
604a285a 506 # Don't disable libffi, though, other languages use it.
507 noconfigdirs="$noconfigdirs `echo ${libgcj} | sed -e 's/target-libffi//'`"
8593ce89 508 # Clear libgcj_saved so that even if java is enabled libffi won't be
509 # built.
510 libgcj_saved=
f7ec7829 511 ;;
512esac
513
d7e52ac9 514AC_ARG_ENABLE(static-libjava,
515[AS_HELP_STRING([[--enable-static-libjava[=ARG]]],
516 [build static libjava @<:@default=no@:>@])],
517ENABLE_STATIC_LIBJAVA=$enableval,
518ENABLE_STATIC_LIBJAVA=no)
519enable_static_libjava=
520if test "${ENABLE_STATIC_LIBJAVA}" = "yes" ; then
521 enable_static_libjava=yes
522fi
523
524if test x$enable_static_libjava != xyes ; then
525 EXTRA_CONFIGARGS_LIBJAVA=--disable-static
526fi
527AC_SUBST(EXTRA_CONFIGARGS_LIBJAVA)
4ee9c684 528
50996fe5 529# Disable libgomp on non POSIX hosted systems.
530if test x$enable_libgomp = x ; then
1e8e9920 531 # Enable libgomp by default on hosted POSIX systems.
532 case "${target}" in
3bef4012 533 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
1e8e9920 534 ;;
e3a1fe08 535 *-*-netbsd* | *-*-freebsd* | *-*-openbsd* | *-*-dragonfly*)
1e8e9920 536 ;;
5641963c 537 *-*-solaris2* | *-*-hpux11*)
1e8e9920 538 ;;
634efbee 539 *-*-darwin* | *-*-aix*)
1e8e9920 540 ;;
541 *)
542 noconfigdirs="$noconfigdirs target-libgomp"
543 ;;
544 esac
50996fe5 545fi
1e8e9920 546
6db1d2ca 547# Disable libatomic on unsupported systems.
548if test -d ${srcdir}/libatomic; then
549 if test x$enable_libatomic = x; then
550 AC_MSG_CHECKING([for libatomic support])
551 if (srcdir=${srcdir}/libatomic; \
552 . ${srcdir}/configure.tgt; \
553 test -n "$UNSUPPORTED")
554 then
555 AC_MSG_RESULT([no])
556 noconfigdirs="$noconfigdirs target-libatomic"
557 else
558 AC_MSG_RESULT([yes])
559 fi
560 fi
561fi
562
4710dd51 563# Disable libcilkrts on unsupported systems.
564if test -d ${srcdir}/libcilkrts; then
565 if test x$enable_libcilkrts = x; then
566 AC_MSG_CHECKING([for libcilkrts support])
567 if (srcdir=${srcdir}/libcilkrts; \
568 . ${srcdir}/configure.tgt; \
569 test -n "$UNSUPPORTED")
570 then
571 AC_MSG_RESULT([no])
572 noconfigdirs="$noconfigdirs target-libcilkrts"
573 else
574 AC_MSG_RESULT([yes])
575 fi
576 fi
577fi
578
d3a7dd32 579# Disable liboffloadmic on unsupported systems.
580if test -d ${srcdir}/liboffloadmic; then
581 if test x$enable_liboffloadmic != xno; then
582 AC_MSG_CHECKING([for liboffloadmic support])
583 if (srcdir=${srcdir}/liboffloadmic; \
584 . ${srcdir}/configure.tgt; \
585 test -n "$UNSUPPORTED")
586 then
587 AC_MSG_RESULT([no])
588 noconfigdirs="$noconfigdirs target-liboffloadmic"
589 else
590 AC_MSG_RESULT([yes])
591 fi
592 fi
593fi
594
42b15c81 595# Disable libitm on unsupported systems.
596if test -d ${srcdir}/libitm; then
597 if test x$enable_libitm = x; then
598 AC_MSG_CHECKING([for libitm support])
599 if (srcdir=${srcdir}/libitm; \
600 . ${srcdir}/configure.tgt; \
601 test -n "$UNSUPPORTED")
602 then
603 AC_MSG_RESULT([no])
604 noconfigdirs="$noconfigdirs target-libitm"
605 else
606 AC_MSG_RESULT([yes])
607 fi
608 fi
4c0315d0 609fi
610
492e75a7 611# Disable libsanitizer on unsupported systems.
612if test -d ${srcdir}/libsanitizer; then
613 if test x$enable_libsanitizer = x; then
614 AC_MSG_CHECKING([for libsanitizer support])
615 if (srcdir=${srcdir}/libsanitizer; \
616 . ${srcdir}/configure.tgt; \
617 test -n "$UNSUPPORTED")
618 then
619 AC_MSG_RESULT([no])
620 noconfigdirs="$noconfigdirs target-libsanitizer"
621 else
622 AC_MSG_RESULT([yes])
623 fi
624 fi
625fi
626
b710ec85 627# Disable libvtv on unsupported systems.
628if test -d ${srcdir}/libvtv; then
629 if test x$enable_libvtv = x; then
630 AC_MSG_CHECKING([for libvtv support])
631 if (srcdir=${srcdir}/libvtv; \
632 . ${srcdir}/configure.tgt; \
6d0992e1 633 test "$VTV_SUPPORTED" != "yes")
b710ec85 634 then
635 AC_MSG_RESULT([no])
636 noconfigdirs="$noconfigdirs target-libvtv"
637 else
638 AC_MSG_RESULT([yes])
639 fi
640 fi
641fi
642
286256c7 643# Disable libquadmath for some systems.
644case "${target}" in
c36ee471 645 avr-*-*)
646 noconfigdirs="$noconfigdirs target-libquadmath"
647 ;;
286256c7 648 # libquadmath is unused on AIX and libquadmath build process use of
649 # LD_LIBRARY_PATH can break AIX bootstrap.
650 powerpc-*-aix* | rs6000-*-aix*)
651 noconfigdirs="$noconfigdirs target-libquadmath"
652 ;;
653esac
654
d5831552 655# Disable libssp for some systems.
656case "${target}" in
657 avr-*-*)
76c19016 658 # No hosted I/O support.
d5831552 659 noconfigdirs="$noconfigdirs target-libssp"
660 ;;
661 powerpc-*-aix* | rs6000-*-aix*)
662 noconfigdirs="$noconfigdirs target-libssp"
663 ;;
78e515f7 664 rl78-*-*)
665 # libssp uses a misaligned load to trigger a fault, but the RL78
666 # doesn't fault for those - instead, it gives a build-time error
667 # for explicit misaligned loads.
668 noconfigdirs="$noconfigdirs target-libssp"
669 ;;
8992df51 670 visium-*-*)
671 # No hosted I/O support.
672 noconfigdirs="$noconfigdirs target-libssp"
673 ;;
d5831552 674esac
675
d5831552 676# Disable libstdc++-v3 for some systems.
d3cf0a31 677# Allow user to override this if they pass --enable-libstdc++-v3
678if test "${ENABLE_LIBSTDCXX}" = "default" ; then
679 case "${target}" in
680 *-*-vxworks*)
681 # VxWorks uses the Dinkumware C++ library.
682 noconfigdirs="$noconfigdirs target-libstdc++-v3"
683 ;;
684 arm*-wince-pe*)
685 # the C++ libraries don't build on top of CE's C libraries
686 noconfigdirs="$noconfigdirs target-libstdc++-v3"
687 ;;
688 avr-*-*)
689 noconfigdirs="$noconfigdirs target-libstdc++-v3"
690 ;;
691 esac
692fi
d5831552 693
694# Disable Fortran for some systems.
695case "${target}" in
696 mmix-*-*)
697 # See <http://gcc.gnu.org/ml/gcc-patches/2004-11/msg00572.html>.
698 unsupported_languages="$unsupported_languages fortran"
699 ;;
700esac
701
91b5b6ec 702# Disable Java if libffi is not supported.
f24be480 703case "${target}" in
45e22a2e 704 aarch64-*-*)
705 ;;
91b5b6ec 706 alpha*-*-*)
707 ;;
708 arm*-*-*)
709 ;;
710 cris-*-*)
711 ;;
712 frv-*-*)
713 ;;
714 hppa*-*-linux*)
715 ;;
716 hppa*-*-hpux*)
717 ;;
718 i?86-*-*)
719 ;;
720 ia64*-*-*)
721 ;;
722 m32r*-*-*)
723 ;;
724 m68k-*-*)
725 ;;
5641963c 726 mips*-*-rtems*)
91b5b6ec 727 ;;
728 mips*-*-linux*)
729 ;;
730 powerpc*-*-linux*)
731 ;;
732 powerpc-*-darwin*)
733 ;;
734 powerpc-*-aix* | rs6000-*-aix*)
735 ;;
736 powerpc-*-freebsd*)
737 ;;
738 powerpc64-*-freebsd*)
739 ;;
740 powerpc*-*-rtems*)
f24be480 741 ;;
91b5b6ec 742 s390-*-* | s390x-*-*)
743 ;;
744 sh-*-* | sh[[34]]*-*-*)
745 ;;
746 sh64-*-* | sh5*-*-*)
747 ;;
748 sparc*-*-*)
749 ;;
750 x86_64-*-*)
751 ;;
752 *-*-*)
753 unsupported_languages="$unsupported_languages java"
754 ;;
755esac
756
757# Disable Java, libgcj or related libraries for some systems.
758case "${target}" in
f24be480 759 powerpc-*-darwin*)
760 ;;
761 i[[3456789]]86-*-darwin*)
762 ;;
763 x86_64-*-darwin[[912]]*)
764 ;;
765 *-*-darwin*)
766 noconfigdirs="$noconfigdirs ${libgcj}"
767 ;;
f24be480 768 *-*-netware*)
769 noconfigdirs="$noconfigdirs ${libgcj}"
770 ;;
771 *-*-rtems*)
772 noconfigdirs="$noconfigdirs ${libgcj}"
773 ;;
774 *-*-tpf*)
775 noconfigdirs="$noconfigdirs ${libgcj}"
776 ;;
777 *-*-uclinux*)
778 noconfigdirs="$noconfigdirs ${libgcj}"
779 ;;
780 *-*-vxworks*)
781 noconfigdirs="$noconfigdirs ${libgcj}"
782 ;;
f24be480 783 alpha*-*-*vms*)
784 noconfigdirs="$noconfigdirs ${libgcj}"
785 ;;
275d0a7c 786 arm*-*-freebsd*)
787 noconfigdirs="$noconfigdirs ${libgcj}"
788 ;;
91b5b6ec 789 arm-wince-pe)
f24be480 790 noconfigdirs="$noconfigdirs ${libgcj}"
791 ;;
f24be480 792 arm*-*-symbianelf*)
793 noconfigdirs="$noconfigdirs ${libgcj}"
794 ;;
f24be480 795 bfin-*-*)
f24be480 796 noconfigdirs="$noconfigdirs target-boehm-gc"
797 ;;
f24be480 798 cris-*-* | crisv32-*-*)
799 unsupported_languages="$unsupported_languages java"
800 case "${target}" in
801 *-*-linux*)
802 ;;
803 *) # See PR46792 regarding target-libffi.
804 noconfigdirs="$noconfigdirs target-libffi target-boehm-gc";;
805 esac
806 ;;
f24be480 807 hppa*64*-*-linux*)
808 # In this case, it's because the hppa64-linux target is for
809 # the kernel only at this point and has no libc, and thus no
810 # headers, crt*.o, etc., all of which are needed by these.
a7e330e9 811 unsupported_languages="$unsupported_languages java"
f24be480 812 ;;
a7e330e9 813 hppa*64*-*-hpux*)
f24be480 814 noconfigdirs="$noconfigdirs ${libgcj}"
815 ;;
816 hppa*-hp-hpux11*)
817 ;;
a7e330e9 818 hppa*-*-hpux*)
f24be480 819 # According to Alexandre Oliva <aoliva@redhat.com>, libjava won't
820 # build on HP-UX 10.20.
821 noconfigdirs="$noconfigdirs ${libgcj}"
822 ;;
f24be480 823 ia64*-*-*vms*)
824 noconfigdirs="$noconfigdirs ${libgcj}"
825 ;;
f24be480 826 i[[3456789]]86-w64-mingw*)
827 noconfigdirs="$noconfigdirs ${libgcj}"
828 ;;
829 i[[3456789]]86-*-mingw*)
830 noconfigdirs="$noconfigdirs ${libgcj}"
831 ;;
832 x86_64-*-mingw*)
833 noconfigdirs="$noconfigdirs ${libgcj}"
834 ;;
f24be480 835 mmix-*-*)
836 noconfigdirs="$noconfigdirs target-libffi target-boehm-gc"
f24be480 837 ;;
838 powerpc-*-aix*)
839 # copied from rs6000-*-* entry
840 noconfigdirs="$noconfigdirs ${libgcj}"
841 ;;
f24be480 842 rs6000-*-aix*)
843 noconfigdirs="$noconfigdirs ${libgcj}"
844 ;;
f24be480 845 *-*-lynxos*)
846 noconfigdirs="$noconfigdirs ${libgcj}"
10e64fba 847 ;;
f24be480 848esac
849
10e64fba 850# Disable the go frontend on systems where it is known to not work. Please keep
851# this in sync with contrib/config-list.mk.
56242c27 852case "${target}" in
853*-*-darwin* | *-*-cygwin* | *-*-mingw* | *-*-aix*)
854 unsupported_languages="$unsupported_languages go"
855 ;;
856esac
857
a6999726 858# Disable libgo for some systems where it is known to not work.
859# For testing, you can easily override this with --enable-libgo.
860if test x$enable_libgo = x; then
861 case "${target}" in
862 *-*-darwin*)
863 # PR 46986
864 noconfigdirs="$noconfigdirs target-libgo"
865 ;;
866 *-*-cygwin* | *-*-mingw*)
867 noconfigdirs="$noconfigdirs target-libgo"
868 ;;
869 *-*-aix*)
870 noconfigdirs="$noconfigdirs target-libgo"
871 ;;
872 esac
873fi
874
1c5767f1 875# Default libgloss CPU subdirectory.
876libgloss_dir="$target_cpu"
4ee9c684 877
e0942c78 878case "${target}" in
879 sh*-*-pe|mips*-*-pe|*arm-wince-pe)
880 libgloss_dir=wince
881 ;;
e26fddfa 882 aarch64*-*-* )
883 libgloss_dir=aarch64
884 ;;
e0942c78 885 arm*-*-*)
886 libgloss_dir=arm
887 ;;
888 cris-*-* | crisv32-*-*)
889 libgloss_dir=cris
890 ;;
891 hppa*-*-*)
892 libgloss_dir=pa
893 ;;
894 i[[3456789]]86-*-*)
895 libgloss_dir=i386
896 ;;
897 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*)
898 libgloss_dir=m68hc11
899 ;;
900 m68*-*-* | fido-*-*)
901 libgloss_dir=m68k
902 ;;
903 mips*-*-*)
904 libgloss_dir=mips
905 ;;
906 powerpc*-*-*)
907 libgloss_dir=rs6000
908 ;;
909 sparc*-*-*)
910 libgloss_dir=sparc
911 ;;
912esac
913
d556f192 914# Disable newlib and libgloss for various target OSes.
28e9041c 915case "${target}" in
d556f192 916 alpha*-dec-osf*)
917 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
918 ;;
919 i[[3456789]]86-*-linux*)
920 # This section makes it possible to build newlib natively on linux.
921 # If we are using a cross compiler then don't configure newlib.
922 if test x${is_cross_compiler} != xno ; then
923 noconfigdirs="$noconfigdirs target-newlib"
924 fi
925 noconfigdirs="$noconfigdirs target-libgloss"
926 # If we are not using a cross compiler, do configure newlib.
927 # Note however, that newlib will only be configured in this situation
928 # if the --with-newlib option has been given, because otherwise
929 # 'target-newlib' will appear in skipdirs.
930 ;;
931 i[[3456789]]86-*-rdos*)
932 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
933 ;;
934 sh*-*-pe|mips*-*-pe|arm-wince-pe)
935 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
936 ;;
937 sparc-*-sunos4*)
938 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
939 ;;
940 *-*-aix*)
941 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
942 ;;
943 *-*-beos*)
944 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
945 ;;
f6dd84a6 946 *-*-chorusos)
71559dce 947 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
f6dd84a6 948 ;;
d556f192 949 *-*-dragonfly*)
950 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
951 ;;
952 *-*-freebsd*)
953 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
954 ;;
955 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
956 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
957 ;;
958 *-*-lynxos*)
959 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
960 ;;
961 *-*-mingw*)
962 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
963 ;;
964 *-*-netbsd*)
965 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
966 ;;
967 *-*-netware*)
968 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
969 ;;
970 *-*-tpf*)
971 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
972 ;;
973 *-*-uclinux*)
974 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
975 ;;
976 *-*-vxworks*)
977 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
978 ;;
979esac
980
981case "${target}" in
982 *-*-chorusos)
983 ;;
40c500e1 984 powerpc-*-darwin*)
dba2c8ea 985 noconfigdirs="$noconfigdirs ld gas gdb gprof"
d28caca4 986 noconfigdirs="$noconfigdirs sim target-rda"
0894307c 987 ;;
ea864ded 988 i[[3456789]]86-*-darwin*)
989 noconfigdirs="$noconfigdirs ld gprof"
990 noconfigdirs="$noconfigdirs sim target-rda"
991 ;;
992 x86_64-*-darwin[[912]]*)
d9f9f3af 993 noconfigdirs="$noconfigdirs ld gas gprof"
994 noconfigdirs="$noconfigdirs sim target-rda"
995 ;;
fce068fd 996 *-*-darwin*)
997 noconfigdirs="$noconfigdirs ld gas gdb gprof"
998 noconfigdirs="$noconfigdirs sim target-rda"
fce068fd 999 ;;
e3a1fe08 1000 *-*-dragonfly*)
e3a1fe08 1001 ;;
c01dd063 1002 *-*-freebsd*)
4ee9c684 1003 if test "x$with_gmp" = x && test "x$with_gmp_dir" = x \
1004 && test -f /usr/local/include/gmp.h; then
1005 with_gmp=/usr/local
1006 fi
4ee9c684 1007 ;;
336577be 1008 *-*-kaos*)
1009 # Remove unsupported stuff on all kaOS configurations.
336577be 1010 noconfigdirs="$noconfigdirs target-libgloss"
1011 ;;
1602f15c 1012 *-*-netbsd*)
1602f15c 1013 ;;
634f7a13 1014 *-*-netware*)
28e9041c 1015 ;;
952fead6 1016 *-*-rtems*)
f24be480 1017 noconfigdirs="$noconfigdirs target-libgloss"
3e78a7ce 1018 # this is not caught below because this stanza matches earlier
1019 case $target in
1020 or1k*-*-*) noconfigdirs="$noconfigdirs gdb" ;;
1021 esac
952fead6 1022 ;;
9f88bc9d 1023 # The tpf target doesn't support gdb yet.
1024 *-*-tpf*)
d556f192 1025 noconfigdirs="$noconfigdirs gdb tcl tk libgui itcl"
9f88bc9d 1026 ;;
688429c4 1027 *-*-uclinux*)
d556f192 1028 noconfigdirs="$noconfigdirs target-rda"
688429c4 1029 ;;
28e9041c 1030 *-*-vxworks*)
28e9041c 1031 ;;
8c7cf808 1032 alpha*-dec-osf*)
ebd9f514 1033 # ld works, but does not support shared libraries.
28e9041c 1034 # gas doesn't generate exception information.
d556f192 1035 noconfigdirs="$noconfigdirs gas ld"
28e9041c 1036 ;;
1037 alpha*-*-*vms*)
f24be480 1038 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss"
28e9041c 1039 ;;
1040 alpha*-*-*)
1041 # newlib is not 64 bit ready
f24be480 1042 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
28e9041c 1043 ;;
8027f1d6 1044 sh*-*-pe|mips*-*-pe|*arm-wince-pe)
f843f075 1045 noconfigdirs="$noconfigdirs tcl tk itcl libgui sim"
8027f1d6 1046 ;;
3c867e46 1047 arc-*-*|arceb-*-*)
17b3d2a8 1048 noconfigdirs="$noconfigdirs target-libgloss"
151ad919 1049 ;;
28e9041c 1050 arm-*-pe*)
f24be480 1051 noconfigdirs="$noconfigdirs target-libgloss"
28e9041c 1052 ;;
ed37269d 1053 arm-*-riscix*)
71559dce 1054 noconfigdirs="$noconfigdirs ld target-libgloss"
ed37269d 1055 ;;
fd28e216 1056 avr-*-rtems*)
1057 ;;
1058 avr-*-*)
1059 if test x${with_avrlibc} != xno; then
1060 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
1061 fi
1062 ;;
6c5e2f80 1063 c4x-*-* | tic4x-*-*)
71559dce 1064 noconfigdirs="$noconfigdirs target-libgloss"
df2ff48f 1065 ;;
71559dce 1066 tic54x-*-*)
1067 noconfigdirs="$noconfigdirs target-libgloss gdb"
df2ff48f 1068 ;;
28e9041c 1069 d10v-*-*)
71559dce 1070 noconfigdirs="$noconfigdirs target-libgloss"
151ad919 1071 ;;
1072 d30v-*-*)
71559dce 1073 noconfigdirs="$noconfigdirs gdb"
28e9041c 1074 ;;
f9254114 1075 fr30-*-elf*)
f24be480 1076 noconfigdirs="$noconfigdirs gdb"
f9254114 1077 ;;
ca2751b6 1078 moxie-*-*)
ca2751b6 1079 noconfigdirs="$noconfigdirs gprof"
1080 ;;
df2ff48f 1081 h8300*-*-*)
f24be480 1082 noconfigdirs="$noconfigdirs target-libgloss"
df2ff48f 1083 ;;
28e9041c 1084 h8500-*-*)
71559dce 1085 noconfigdirs="$noconfigdirs target-libgloss"
28e9041c 1086 ;;
6675f2d9 1087 hppa1.1-*-osf* | hppa1.1-*-bsd* )
6675f2d9 1088 ;;
6bd59761 1089 hppa*64*-*-linux*)
954078d1 1090 ;;
99684e84 1091 hppa*-*-linux*)
08261f02 1092 ;;
28e9041c 1093 hppa*-*-*elf* | \
1ef89cd1 1094 hppa*-*-lites* | \
dc0ea924 1095 hppa*-*-openbsd* | \
1ef89cd1 1096 hppa*64*-*-*)
28e9041c 1097 ;;
75d59721 1098 hppa*-hp-hpux11*)
6c9785b4 1099 noconfigdirs="$noconfigdirs ld"
75d59721 1100 ;;
1c5767f1 1101 hppa*-*-pro*)
1c5767f1 1102 ;;
28e9041c 1103 hppa*-*-*)
f24be480 1104 noconfigdirs="$noconfigdirs ld"
151ad919 1105 ;;
4a9237fb 1106 i960-*-*)
71559dce 1107 noconfigdirs="$noconfigdirs gdb"
4a9237fb 1108 ;;
151ad919 1109 ia64*-*-elf*)
1110 # No gdb support yet.
6c9785b4 1111 noconfigdirs="$noconfigdirs readline libgui itcl gdb"
151ad919 1112 ;;
df2ff48f 1113 ia64*-**-hpux*)
1aca86a6 1114 # No ld support yet.
f24be480 1115 noconfigdirs="$noconfigdirs libgui itcl ld"
df2ff48f 1116 ;;
8408ca00 1117 ia64*-*-*vms*)
3211401d 1118 # No ld support yet.
1119 noconfigdirs="$noconfigdirs libgui itcl ld"
8408ca00 1120 ;;
ec2eb8fb 1121 i[[3456789]]86-w64-mingw*)
ec2eb8fb 1122 ;;
1123 i[[3456789]]86-*-mingw*)
d6d689df 1124 target_configdirs="$target_configdirs target-winsup"
fe284774 1125 ;;
151ad919 1126 *-*-cygwin*)
1127 target_configdirs="$target_configdirs target-libtermcap target-winsup"
6c9785b4 1128 noconfigdirs="$noconfigdirs target-libgloss"
2c10944d 1129 # always build newlib if winsup directory is present.
d6d689df 1130 if test -d "$srcdir/winsup/cygwin"; then
2c10944d 1131 skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
3fba36a4 1132 elif test -d "$srcdir/newlib"; then
d6d689df 1133 echo "Warning: winsup/cygwin is missing so newlib can't be built."
2c10944d 1134 fi
fe284774 1135 ;;
f74ea578 1136 i[[3456789]]86-*-pe)
17b3d2a8 1137 noconfigdirs="$noconfigdirs target-libgloss"
28e9041c 1138 ;;
f74ea578 1139 i[[3456789]]86-*-sco3.2v5*)
28e9041c 1140 # The linker does not yet know about weak symbols in COFF,
1141 # and is not configured to handle mixed ELF and COFF.
71559dce 1142 noconfigdirs="$noconfigdirs ld target-libgloss"
28e9041c 1143 ;;
f74ea578 1144 i[[3456789]]86-*-sco*)
71559dce 1145 noconfigdirs="$noconfigdirs gprof target-libgloss"
28e9041c 1146 ;;
14f27bc6 1147 i[[3456789]]86-*-solaris2* | x86_64-*-solaris2.1[[0-9]]*)
ef1760c1 1148 noconfigdirs="$noconfigdirs target-libgloss"
28e9041c 1149 ;;
f74ea578 1150 i[[3456789]]86-*-sysv4*)
71559dce 1151 noconfigdirs="$noconfigdirs target-libgloss"
28e9041c 1152 ;;
f74ea578 1153 i[[3456789]]86-*-beos*)
d556f192 1154 noconfigdirs="$noconfigdirs gdb"
602d002b 1155 ;;
ab0da556 1156 i[[3456789]]86-*-rdos*)
d556f192 1157 noconfigdirs="$noconfigdirs gdb"
1c5767f1 1158 ;;
38135c1e 1159 mmix-*-*)
f24be480 1160 noconfigdirs="$noconfigdirs gdb"
38135c1e 1161 ;;
957985d9 1162 mt-*-*)
f6fa11cb 1163 noconfigdirs="$noconfigdirs sim"
1164 ;;
28e9041c 1165 powerpc-*-aix*)
1166 # copied from rs6000-*-* entry
d556f192 1167 noconfigdirs="$noconfigdirs gprof"
28e9041c 1168 ;;
6bd59761 1169 powerpc*-*-winnt* | powerpc*-*-pe*)
28e9041c 1170 target_configdirs="$target_configdirs target-winsup"
71559dce 1171 noconfigdirs="$noconfigdirs gdb tcl tk target-libgloss itcl"
28e9041c 1172 # always build newlib.
1173 skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
1174 ;;
1175 # This is temporary until we can link against shared libraries
1176 powerpcle-*-solaris*)
71559dce 1177 noconfigdirs="$noconfigdirs gdb sim tcl tk itcl"
28e9041c 1178 ;;
1532359f 1179 powerpc-*-beos*)
d556f192 1180 noconfigdirs="$noconfigdirs gdb"
151ad919 1181 ;;
28e9041c 1182 rs6000-*-lynxos*)
d556f192 1183 noconfigdirs="$noconfigdirs gprof"
28e9041c 1184 ;;
1185 rs6000-*-aix*)
d556f192 1186 noconfigdirs="$noconfigdirs gprof"
28e9041c 1187 ;;
1188 rs6000-*-*)
f24be480 1189 noconfigdirs="$noconfigdirs gprof"
28e9041c 1190 ;;
1191 m68k-apollo-*)
71559dce 1192 noconfigdirs="$noconfigdirs ld binutils gprof target-libgloss"
28e9041c 1193 ;;
ba2b484f 1194 microblaze*)
f24be480 1195 noconfigdirs="$noconfigdirs gprof"
ba2b484f 1196 ;;
3e78a7ce 1197 mips*-sde-elf* | mips*-mti-elf* | mips*-img-elf*)
68c9bc25 1198 if test x$with_newlib = xyes; then
1199 noconfigdirs="$noconfigdirs gprof"
1200 fi
68c9bc25 1201 ;;
28e9041c 1202 mips*-*-irix5*)
71559dce 1203 noconfigdirs="$noconfigdirs gprof target-libgloss"
28e9041c 1204 ;;
1205 mips*-*-irix6*)
f24be480 1206 noconfigdirs="$noconfigdirs gprof target-libgloss"
28e9041c 1207 ;;
28e9041c 1208 mips*-*-bsd*)
d6449910 1209 noconfigdirs="$noconfigdirs ld gas gprof target-libgloss"
28e9041c 1210 ;;
857f2cca 1211 mips*-*-linux*)
857f2cca 1212 ;;
d6449910 1213 mips*-*-ultrix* | mips*-*-osf* | mips*-*-ecoff* | mips*-*-pe* \
1214 | mips*-*-irix* | mips*-*-lnews* | mips*-*-riscos*)
1215 noconfigdirs="$noconfigdirs ld gas gprof"
1216 ;;
28e9041c 1217 mips*-*-*)
f24be480 1218 noconfigdirs="$noconfigdirs gprof"
28e9041c 1219 ;;
3e78a7ce 1220 nds32*-*-*)
1221 noconfigdirs="$noconfigdirs gdb"
1222 ;;
8ce80784 1223 nvptx*-*-*)
1224 # nvptx is just a compiler
1225 noconfigdirs="$noconfigdirs target-libssp target-libstdc++-v3 target-libobjc"
1226 ;;
3e78a7ce 1227 or1k*-*-*)
1228 noconfigdirs="$noconfigdirs gdb"
1229 ;;
33974778 1230 sh-*-* | sh64-*-*)
39f6b116 1231 case "${target}" in
1232 sh*-*-elf)
f24be480 1233 ;;
39f6b116 1234 *)
f24be480 1235 noconfigdirs="$noconfigdirs target-libgloss" ;;
39f6b116 1236 esac
28e9041c 1237 ;;
1238 sparc-*-sunos4*)
d556f192 1239 if test x${is_cross_compiler} = xno ; then
28e9041c 1240 use_gnu_ld=no
1241 fi
1242 ;;
fa0a53e3 1243 tic6x-*-*)
ccdfa490 1244 noconfigdirs="$noconfigdirs sim"
fa0a53e3 1245 ;;
2da35515 1246 tilepro*-*-* | tilegx*-*-*)
e5fa74b2 1247 noconfigdirs="$noconfigdirs sim"
1248 ;;
28e9041c 1249 v810-*-*)
71559dce 1250 noconfigdirs="$noconfigdirs bfd binutils gas gdb ld opcodes target-libgloss"
28e9041c 1251 ;;
1252 vax-*-*)
f24be480 1253 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
28e9041c 1254 ;;
28e9041c 1255esac
1256
28e9041c 1257# If we aren't building newlib, then don't build libgloss, since libgloss
1258# depends upon some newlib header files.
1259case "${noconfigdirs}" in
1260 *target-libgloss*) ;;
1261 *target-newlib*) noconfigdirs="$noconfigdirs target-libgloss" ;;
13b1b53a 1262esac
28e9041c 1263
13b1b53a 1264# Work in distributions that contain no compiler tools, like Autoconf.
71ab34df 1265host_makefile_frag=/dev/null
13b1b53a 1266if test -d ${srcdir}/config ; then
1267case "${host}" in
f74ea578 1268 i[[3456789]]86-*-msdosdjgpp*)
13b1b53a 1269 host_makefile_frag="config/mh-djgpp"
1270 ;;
1271 *-cygwin*)
45043b2b 1272 ACX_CHECK_CYGWIN_CAT_WORKS
13b1b53a 1273 host_makefile_frag="config/mh-cygwin"
1274 ;;
5a92bcc2 1275 *-mingw*)
70d8e49e 1276 host_makefile_frag="config/mh-mingw"
06dd9e69 1277 ;;
3bed0958 1278 hppa*-hp-hpux10*)
3bed0958 1279 host_makefile_frag="config/mh-pa-hpux10"
13b1b53a 1280 ;;
b2240ff6 1281 hppa*-hp-hpux*)
3bed0958 1282 host_makefile_frag="config/mh-pa"
1283 ;;
1284 hppa*-*)
1285 host_makefile_frag="config/mh-pa"
1286 ;;
16463c8d 1287 *-*-darwin*)
1288 host_makefile_frag="config/mh-darwin"
0222d984 1289 ;;
9d44a802 1290 powerpc-*-aix*)
1291 host_makefile_frag="config/mh-ppc-aix"
1292 ;;
1293 rs6000-*-aix*)
1294 host_makefile_frag="config/mh-ppc-aix"
1295 ;;
13b1b53a 1296esac
1297fi
1298
c24c5e46 1299if test "${build}" != "${host}" ; then
93c5e793 1300 AR_FOR_BUILD=${AR_FOR_BUILD-ar}
1301 AS_FOR_BUILD=${AS_FOR_BUILD-as}
c24c5e46 1302 CC_FOR_BUILD=${CC_FOR_BUILD-gcc}
93c5e793 1303 CXX_FOR_BUILD=${CXX_FOR_BUILD-g++}
1304 GCJ_FOR_BUILD=${GCJ_FOR_BUILD-gcj}
1305 GFORTRAN_FOR_BUILD=${GFORTRAN_FOR_BUILD-gfortran}
5ff5b630 1306 GOC_FOR_BUILD=${GOC_FOR_BUILD-gccgo}
93c5e793 1307 DLLTOOL_FOR_BUILD=${DLLTOOL_FOR_BUILD-dlltool}
1308 LD_FOR_BUILD=${LD_FOR_BUILD-ld}
1309 NM_FOR_BUILD=${NM_FOR_BUILD-nm}
1310 RANLIB_FOR_BUILD=${RANLIB_FOR_BUILD-ranlib}
1311 WINDRES_FOR_BUILD=${WINDRES_FOR_BUILD-windres}
1312 WINDMC_FOR_BUILD=${WINDMC_FOR_BUILD-windmc}
c24c5e46 1313else
93c5e793 1314 AR_FOR_BUILD="\$(AR)"
1315 AS_FOR_BUILD="\$(AS)"
c24c5e46 1316 CC_FOR_BUILD="\$(CC)"
93c5e793 1317 CXX_FOR_BUILD="\$(CXX)"
1318 GCJ_FOR_BUILD="\$(GCJ)"
1319 GFORTRAN_FOR_BUILD="\$(GFORTRAN)"
5ff5b630 1320 GOC_FOR_BUILD="\$(GOC)"
93c5e793 1321 DLLTOOL_FOR_BUILD="\$(DLLTOOL)"
1322 LD_FOR_BUILD="\$(LD)"
1323 NM_FOR_BUILD="\$(NM)"
1324 RANLIB_FOR_BUILD="\$(RANLIB)"
1325 WINDRES_FOR_BUILD="\$(WINDRES)"
1326 WINDMC_FOR_BUILD="\$(WINDMC)"
eae5b2bc 1327fi
c24c5e46 1328
eae5b2bc 1329AC_PROG_CC
1330AC_PROG_CXX
1331
1332# We must set the default linker to the linker used by gcc for the correct
1333# operation of libtool. If LD is not defined and we are using gcc, try to
1334# set the LD default to the ld used by gcc.
1335if test -z "$LD"; then
1336 if test "$GCC" = yes; then
1337 case $build in
1338 *-*-mingw*)
1339 gcc_prog_ld=`$CC -print-prog-name=ld 2>&1 | tr -d '\015'` ;;
1340 *)
1341 gcc_prog_ld=`$CC -print-prog-name=ld 2>&1` ;;
1342 esac
1343 case $gcc_prog_ld in
1344 # Accept absolute paths.
1345 [[\\/]* | [A-Za-z]:[\\/]*)]
1346 LD="$gcc_prog_ld" ;;
1347 esac
1348 fi
c24c5e46 1349fi
1350
13687c85 1351# Check whether -static-libstdc++ -static-libgcc is supported.
1352have_static_libs=no
1353if test "$GCC" = yes; then
1354 saved_LDFLAGS="$LDFLAGS"
1355
1356 LDFLAGS="$LDFLAGS -static-libstdc++ -static-libgcc"
1357 AC_MSG_CHECKING([whether g++ accepts -static-libstdc++ -static-libgcc])
1358 AC_LANG_PUSH(C++)
74f1ea54 1359 AC_LINK_IFELSE([
1360#if (__GNUC__ < 4) || (__GNUC__ == 4 && __GNUC_MINOR__ < 5)
1361#error -static-libstdc++ not implemented
1362#endif
1363int main() {}],
13687c85 1364 [AC_MSG_RESULT([yes]); have_static_libs=yes],
1365 [AC_MSG_RESULT([no])])
1366 AC_LANG_POP(C++)
1367
1368 LDFLAGS="$saved_LDFLAGS"
1369fi
1370
c24c5e46 1371ACX_PROG_GNAT
7bcc3b4a 1372ACX_PROG_CMP_IGNORE_INITIAL
c24c5e46 1373
6c59dfa4 1374AC_ARG_ENABLE([bootstrap],
1375[AS_HELP_STRING([--enable-bootstrap],
1376 [enable bootstrapping @<:@yes if native build@:>@])],,
1377enable_bootstrap=default)
1378
1379# Issue errors and warnings for invalid/strange bootstrap combinations.
d7c9b4c1 1380if test -r $srcdir/gcc/configure; then
1381 have_compiler=yes
1382else
1383 have_compiler=no
1384fi
6c59dfa4 1385
1386case "$have_compiler:$host:$target:$enable_bootstrap" in
1387 *:*:*:no) ;;
1388
1389 # Default behavior. Enable bootstrap if we have a compiler
1390 # and we are in a native configuration.
1391 yes:$build:$build:default)
1392 enable_bootstrap=yes ;;
1393
1394 *:*:*:default)
1395 enable_bootstrap=no ;;
1396
1397 # We have a compiler and we are in a native configuration, bootstrap is ok
1398 yes:$build:$build:yes)
1399 ;;
1400
1401 # Other configurations, but we have a compiler. Assume the user knows
1402 # what he's doing.
1403 yes:*:*:yes)
1404 AC_MSG_WARN([trying to bootstrap a cross compiler])
1405 ;;
1406
1407 # No compiler: if they passed --enable-bootstrap explicitly, fail
1408 no:*:*:yes)
1409 AC_MSG_ERROR([cannot bootstrap without a compiler]) ;;
1410
1411 # Fail if wrong command line
1412 *)
1413 AC_MSG_ERROR([invalid option for --enable-bootstrap])
1414 ;;
1415esac
1416
c3fc6a63 1417# Used for setting $lt_cv_objdir
1418_LT_CHECK_OBJDIR
1419
7601a55c 1420# Check for GMP, MPFR and MPC
16de6a81 1421gmplibs="-lmpc -lmpfr -lgmp"
4ee9c684 1422gmpinc=
d45318b3 1423have_gmp=no
7601a55c 1424
1425# Specify a location for mpc
1426# check for this first so it ends up on the link line before mpfr.
8747a938 1427AC_ARG_WITH(mpc,
1428[AS_HELP_STRING([--with-mpc=PATH],
1429 [specify prefix directory for installed MPC package.
1430 Equivalent to --with-mpc-include=PATH/include
1431 plus --with-mpc-lib=PATH/lib])])
1432AC_ARG_WITH(mpc-include,
1433[AS_HELP_STRING([--with-mpc-include=PATH],
1434 [specify directory for installed MPC include files])])
1435AC_ARG_WITH(mpc-lib,
1436[AS_HELP_STRING([--with-mpc-lib=PATH],
1437 [specify directory for the installed MPC library])])
7601a55c 1438
1439if test "x$with_mpc" != x; then
16de6a81 1440 gmplibs="-L$with_mpc/lib $gmplibs"
1441 gmpinc="-I$with_mpc/include $gmpinc"
7601a55c 1442fi
1443if test "x$with_mpc_include" != x; then
16de6a81 1444 gmpinc="-I$with_mpc_include $gmpinc"
7601a55c 1445fi
1446if test "x$with_mpc_lib" != x; then
16de6a81 1447 gmplibs="-L$with_mpc_lib $gmplibs"
7601a55c 1448fi
1449if test "x$with_mpc$with_mpc_include$with_mpc_lib" = x && test -d ${srcdir}/mpc; then
c3fc6a63 1450 gmplibs='-L$$r/$(HOST_SUBDIR)/mpc/src/'"$lt_cv_objdir $gmplibs"
16de6a81 1451 gmpinc='-I$$s/mpc/src '"$gmpinc"
7601a55c 1452 # Do not test the mpc version. Assume that it is sufficient, since
1453 # it is in the source tree, and the library has not been built yet
1454 # but it would be included on the link line in the version check below
1455 # hence making the test fail.
16de6a81 1456 have_gmp=yes
7601a55c 1457fi
d45318b3 1458
5ca838b8 1459# Specify a location for mpfr
1460# check for this first so it ends up on the link line before gmp.
8747a938 1461AC_ARG_WITH(mpfr-dir,
1462[AS_HELP_STRING([--with-mpfr-dir=PATH], [this option has been REMOVED])],
1463[AC_MSG_ERROR([The --with-mpfr-dir=PATH option has been removed.
1464Use --with-mpfr=PATH or --with-mpfr-include=PATH plus --with-mpfr-lib=PATH])])
1465
1466AC_ARG_WITH(mpfr,
1467[AS_HELP_STRING([--with-mpfr=PATH],
1468 [specify prefix directory for installed MPFR package.
1469 Equivalent to --with-mpfr-include=PATH/include
1470 plus --with-mpfr-lib=PATH/lib])])
1471AC_ARG_WITH(mpfr-include,
1472[AS_HELP_STRING([--with-mpfr-include=PATH],
1473 [specify directory for installed MPFR include files])])
1474AC_ARG_WITH(mpfr-lib,
1475[AS_HELP_STRING([--with-mpfr-lib=PATH],
1476 [specify directory for the installed MPFR library])])
5ca838b8 1477
1478if test "x$with_mpfr" != x; then
1479 gmplibs="-L$with_mpfr/lib $gmplibs"
16de6a81 1480 gmpinc="-I$with_mpfr/include $gmpinc"
5ca838b8 1481fi
a5144c1d 1482if test "x$with_mpfr_include" != x; then
16de6a81 1483 gmpinc="-I$with_mpfr_include $gmpinc"
a5144c1d 1484fi
1485if test "x$with_mpfr_lib" != x; then
1486 gmplibs="-L$with_mpfr_lib $gmplibs"
1487fi
d45318b3 1488if test "x$with_mpfr$with_mpfr_include$with_mpfr_lib" = x && test -d ${srcdir}/mpfr; then
37ca4325 1489 # MPFR v3.1.0 moved the sources into a src sub-directory.
1490 if test -d ${srcdir}/mpfr/src; then
1491 gmplibs='-L$$r/$(HOST_SUBDIR)/mpfr/src/'"$lt_cv_objdir $gmplibs"
1492 gmpinc='-I$$r/$(HOST_SUBDIR)/mpfr/src -I$$s/mpfr/src '"$gmpinc"
1493 extra_mpc_mpfr_configure_flags='--with-mpfr-include=$$s/mpfr/src --with-mpfr-lib=$$r/$(HOST_SUBDIR)/mpfr/src/'"$lt_cv_objdir"
1494 else
1495 gmplibs='-L$$r/$(HOST_SUBDIR)/mpfr/'"$lt_cv_objdir $gmplibs"
1496 gmpinc='-I$$r/$(HOST_SUBDIR)/mpfr -I$$s/mpfr '"$gmpinc"
1497 extra_mpc_mpfr_configure_flags='--with-mpfr-include=$$s/mpfr --with-mpfr-lib=$$r/$(HOST_SUBDIR)/mpfr/'"$lt_cv_objdir"
1498 fi
d45318b3 1499 # Do not test the mpfr version. Assume that it is sufficient, since
1500 # it is in the source tree, and the library has not been built yet
1501 # but it would be included on the link line in the version check below
1502 # hence making the test fail.
1503 have_gmp=yes
1504fi
5ca838b8 1505
4ee9c684 1506# Specify a location for gmp
8747a938 1507AC_ARG_WITH(gmp-dir,
1508[AS_HELP_STRING([--with-gmp-dir=PATH], [this option has been REMOVED])],
1509[AC_MSG_ERROR([The --with-gmp-dir=PATH option has been removed.
1510Use --with-gmp=PATH or --with-gmp-include=PATH plus --with-gmp-lib=PATH])])
1511
1512AC_ARG_WITH(gmp,
1513[AS_HELP_STRING([--with-gmp=PATH],
1514 [specify prefix directory for the installed GMP package.
1515 Equivalent to --with-gmp-include=PATH/include
1516 plus --with-gmp-lib=PATH/lib])])
1517AC_ARG_WITH(gmp-include,
1518[AS_HELP_STRING([--with-gmp-include=PATH],
1519 [specify directory for installed GMP include files])])
1520AC_ARG_WITH(gmp-lib,
1521[AS_HELP_STRING([--with-gmp-lib=PATH],
1522 [specify directory for the installed GMP library])])
4ee9c684 1523
4ee9c684 1524
5ca838b8 1525if test "x$with_gmp" != x; then
1526 gmplibs="-L$with_gmp/lib $gmplibs"
1527 gmpinc="-I$with_gmp/include $gmpinc"
4ee9c684 1528fi
a5144c1d 1529if test "x$with_gmp_include" != x; then
1530 gmpinc="-I$with_gmp_include $gmpinc"
1531fi
1532if test "x$with_gmp_lib" != x; then
1533 gmplibs="-L$with_gmp_lib $gmplibs"
1534fi
d45318b3 1535if test "x$with_gmp$with_gmp_include$with_gmp_lib" = x && test -d ${srcdir}/gmp; then
c3fc6a63 1536 gmplibs='-L$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir $gmplibs"
d45318b3 1537 gmpinc='-I$$r/$(HOST_SUBDIR)/gmp -I$$s/gmp '"$gmpinc"
b9a8e4c4 1538 extra_mpfr_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir"
c3fc6a63 1539 extra_mpc_gmp_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir"
e4128452 1540 extra_isl_gmp_configure_flags='--with-gmp-builddir=$$r/$(HOST_SUBDIR)/gmp'
d45318b3 1541 # Do not test the gmp version. Assume that it is sufficient, since
1542 # it is in the source tree, and the library has not been built yet
1543 # but it would be included on the link line in the version check below
1544 # hence making the test fail.
1545 have_gmp=yes
1546fi
4ee9c684 1547
16c9b2e3 1548if test -d ${srcdir}/gcc && test "x$have_gmp" = xno; then
d45318b3 1549 have_gmp=yes
1550 saved_CFLAGS="$CFLAGS"
1551 CFLAGS="$CFLAGS $gmpinc"
17b6993a 1552 # Check for the recommended and required versions of GMP.
1553 AC_MSG_CHECKING([for the correct version of gmp.h])
d45318b3 1554 AC_TRY_COMPILE([#include "gmp.h"],[
17b6993a 1555 #define GCC_GMP_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c))
1556 #define GCC_GMP_VERSION GCC_GMP_VERSION_NUM(__GNU_MP_VERSION,__GNU_MP_VERSION_MINOR,__GNU_MP_VERSION_PATCHLEVEL)
f819bb73 1557 #if GCC_GMP_VERSION < GCC_GMP_VERSION_NUM(4,2,3)
112f3d57 1558 choke me
d45318b3 1559 #endif
4fd35f21 1560 ], [AC_TRY_COMPILE([#include <gmp.h>],[
17b6993a 1561 #define GCC_GMP_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c))
1562 #define GCC_GMP_VERSION GCC_GMP_VERSION_NUM(__GNU_MP_VERSION,__GNU_MP_VERSION_MINOR,__GNU_MP_VERSION_PATCHLEVEL)
1563 #if GCC_GMP_VERSION < GCC_GMP_VERSION_NUM(4,3,2)
1564 choke me
1565 #endif
4fd35f21 1566 ], [AC_MSG_RESULT([yes])], [AC_MSG_RESULT([buggy but acceptable])])],
17b6993a 1567 [AC_MSG_RESULT([no]); have_gmp=no])
d45318b3 1568
7601a55c 1569 # If we have GMP, check the MPFR version.
d45318b3 1570 if test x"$have_gmp" = xyes; then
17b6993a 1571 # Check for the recommended and required versions of MPFR.
1572 AC_MSG_CHECKING([for the correct version of mpfr.h])
7601a55c 1573 AC_TRY_COMPILE([#include <gmp.h>
d45318b3 1574 #include <mpfr.h>],[
cb1d9044 1575 #if MPFR_VERSION < MPFR_VERSION_NUM(2,4,0)
d45318b3 1576 choke me
1577 #endif
4fd35f21 1578 ], [AC_TRY_COMPILE([#include <gmp.h>
7601a55c 1579 #include <mpfr.h>],[
17b6993a 1580 #if MPFR_VERSION < MPFR_VERSION_NUM(2,4,2)
7601a55c 1581 choke me
1582 #endif
4fd35f21 1583 ], [AC_MSG_RESULT([yes])], [AC_MSG_RESULT([buggy but acceptable])])],
7601a55c 1584 [AC_MSG_RESULT([no]); have_gmp=no])
1585 fi
1586
1587 # Check for the MPC header version.
16de6a81 1588 if test x"$have_gmp" = xyes ; then
17b6993a 1589 # Check for the recommended and required versions of MPC.
7601a55c 1590 AC_MSG_CHECKING([for the correct version of mpc.h])
1591 AC_TRY_COMPILE([#include <mpc.h>],[
17b6993a 1592 #if MPC_VERSION < MPC_VERSION_NUM(0,8,0)
7601a55c 1593 choke me
1594 #endif
4fd35f21 1595 ], [AC_TRY_COMPILE([#include <mpc.h>],[
17b6993a 1596 #if MPC_VERSION < MPC_VERSION_NUM(0,8,1)
1597 choke me
1598 #endif
4fd35f21 1599 ], [AC_MSG_RESULT([yes])], [AC_MSG_RESULT([buggy but acceptable])])],
17b6993a 1600 [AC_MSG_RESULT([no]); have_gmp=no])
7601a55c 1601 fi
1602
1603 # Now check the MPFR library.
1604 if test x"$have_gmp" = xyes; then
1605 saved_LIBS="$LIBS"
1606 LIBS="$LIBS $gmplibs"
16de6a81 1607 AC_MSG_CHECKING([for the correct version of the gmp/mpfr/mpc libraries])
1608 AC_TRY_LINK([#include <mpc.h>],[
78a477ad 1609 mpfr_t n;
1610 mpfr_t x;
16de6a81 1611 mpc_t c;
d45318b3 1612 int t;
78a477ad 1613 mpfr_init (n);
1614 mpfr_init (x);
d45318b3 1615 mpfr_atan2 (n, n, x, GMP_RNDN);
1616 mpfr_erfc (n, x, GMP_RNDN);
1617 mpfr_subnormalize (x, t, GMP_RNDN);
16de6a81 1618 mpfr_clear(n);
1619 mpfr_clear(x);
1620 mpc_init2 (c, 53);
1621 mpc_set_ui_ui (c, 1, 1, MPC_RNDNN);
1622 mpc_cosh (c, c, MPC_RNDNN);
1623 mpc_pow (c, c, c, MPC_RNDNN);
1624 mpc_acosh (c, c, MPC_RNDNN);
1625 mpc_clear (c);
7601a55c 1626 ], [AC_MSG_RESULT([yes])], [AC_MSG_RESULT([no]); have_gmp=no])
1627 LIBS="$saved_LIBS"
d45318b3 1628 fi
7601a55c 1629
d45318b3 1630 CFLAGS="$saved_CFLAGS"
4ee9c684 1631
17b6993a 1632# The library versions listed in the error message below should match
1633# the HARD-minimums enforced above.
d45318b3 1634 if test x$have_gmp != xyes; then
cb1d9044 1635 AC_MSG_ERROR([Building GCC requires GMP 4.2+, MPFR 2.4.0+ and MPC 0.8.0+.
16de6a81 1636Try the --with-gmp, --with-mpfr and/or --with-mpc options to specify
1637their locations. Source code for these libraries can be found at
1638their respective hosting sites as well as at
1639ftp://gcc.gnu.org/pub/gcc/infrastructure/. See also
1640http://gcc.gnu.org/install/prerequisites.html for additional info. If
1641you obtained GMP, MPFR and/or MPC from a vendor distribution package,
1642make sure that you have installed both the libraries and the header
1643files. They may be located in separate packages.])
d45318b3 1644 fi
6a086156 1645fi
1646
7601a55c 1647# Flags needed for both GMP, MPFR and/or MPC.
4ee9c684 1648AC_SUBST(gmplibs)
1649AC_SUBST(gmpinc)
bff7ea4a 1650AC_SUBST(extra_mpfr_configure_flags)
7601a55c 1651AC_SUBST(extra_mpc_gmp_configure_flags)
1652AC_SUBST(extra_mpc_mpfr_configure_flags)
e4128452 1653AC_SUBST(extra_isl_gmp_configure_flags)
4ee9c684 1654
5bc96548 1655# Allow host libstdc++ to be specified for static linking with PPL.
8747a938 1656AC_ARG_WITH(host-libstdcxx,
1657[AS_HELP_STRING([--with-host-libstdcxx=L],
1658 [use linker arguments L to link with libstdc++
1659 when linking with PPL])])
5bc96548 1660
1661case $with_host_libstdcxx in
1662 no|yes)
1663 AC_MSG_ERROR([-with-host-libstdcxx needs an argument])
1664 ;;
1665esac
255b6be7 1666
7ab76cec 1667# Libraries to use for stage1 or when not bootstrapping.
1668AC_ARG_WITH(stage1-libs,
8747a938 1669[AS_HELP_STRING([--with-stage1-libs=LIBS], [libraries for stage1])],
7ab76cec 1670[if test "$withval" = "no" -o "$withval" = "yes"; then
1671 stage1_libs=
1672 else
1673 stage1_libs=$withval
1674 fi],
1675[stage1_libs=$with_host_libstdcxx])
1676AC_SUBST(stage1_libs)
1677
13687c85 1678# Linker flags to use for stage1 or when not bootstrapping.
1679AC_ARG_WITH(stage1-ldflags,
1680[AS_HELP_STRING([--with-stage1-ldflags=FLAGS], [linker flags for stage1])],
1681[if test "$withval" = "no" -o "$withval" = "yes"; then
1682 stage1_ldflags=
1683 else
1684 stage1_ldflags=$withval
1685 fi],
1686[stage1_ldflags=
1687 # In stage 1, default to linking libstdc++ and libgcc statically with GCC
1688 # if supported. But if the user explicitly specified the libraries to use,
1689 # trust that they are doing what they want.
1690 if test "$stage1_libs" = "" -a "$have_static_libs" = yes; then
1691 stage1_ldflags="-static-libstdc++ -static-libgcc"
1692 fi])
1693AC_SUBST(stage1_ldflags)
1694
7ab76cec 1695# Libraries to use for stage2 and later builds. This defaults to the
1696# argument passed to --with-host-libstdcxx.
1697AC_ARG_WITH(boot-libs,
8747a938 1698[AS_HELP_STRING([--with-boot-libs=LIBS], [libraries for stage2 and later])],
7ab76cec 1699[if test "$withval" = "no" -o "$withval" = "yes"; then
1700 poststage1_libs=
1701 else
5110389d 1702 poststage1_libs=$withval
7ab76cec 1703 fi],
1704[poststage1_libs=$with_host_libstdcxx])
1705AC_SUBST(poststage1_libs)
1706
d6dfe18a 1707# Linker flags to use for stage2 and later builds.
1708AC_ARG_WITH(boot-ldflags,
8747a938 1709[AS_HELP_STRING([--with-boot-ldflags=FLAGS],
1710 [linker flags for stage2 and later])],
d6dfe18a 1711[if test "$withval" = "no" -o "$withval" = "yes"; then
1712 poststage1_ldflags=
1713 else
1714 poststage1_ldflags=$withval
1715 fi],
1716[poststage1_ldflags=
7deb2d70 1717 # In stages 2 and 3, default to linking libstdc++ and libgcc
1718 # statically. But if the user explicitly specified the libraries to
1719 # use, trust that they are doing what they want.
1720 if test "$poststage1_libs" = ""; then
d6dfe18a 1721 poststage1_ldflags="-static-libstdc++ -static-libgcc"
1722 fi])
1723AC_SUBST(poststage1_ldflags)
1724
572cf1f7 1725# GCC GRAPHITE dependency ISL.
1726# Basic setup is inlined here, actual checks are in config/isl.m4
83d54ac4 1727
83d54ac4 1728AC_ARG_WITH(isl,
1729 [AS_HELP_STRING(
1730 [--with-isl=PATH],
1731 [Specify prefix directory for the installed ISL package.
1732 Equivalent to --with-isl-include=PATH/include
1733 plus --with-isl-lib=PATH/lib])])
1734
429cca51 1735# Treat --without-isl as a request to disable
83d54ac4 1736# GRAPHITE support and skip all following checks.
429cca51 1737if test "x$with_isl" != "xno"; then
83d54ac4 1738 # Check for ISL
1739 dnl Provide configure switches and initialize islinc & isllibs
1740 dnl with user input.
1741 ISL_INIT_FLAGS
b5e1d8ce 1742 dnl The versions of ISL that work for Graphite
b6de67fd 1743 ISL_CHECK_VERSION()
87e20041 1744 dnl Only execute fail-action, if ISL has been requested.
1745 ISL_IF_FAILED([
1746 AC_MSG_ERROR([Unable to find a usable ISL. See config.log for details.])])
255b6be7 1747fi
255b6be7 1748
572cf1f7 1749# If the ISL check failed, disable builds of in-tree variant of ISL
83d54ac4 1750if test "x$with_isl" = xno ||
83d54ac4 1751 test "x$gcc_cv_isl" = xno; then
572cf1f7 1752 noconfigdirs="$noconfigdirs isl"
83d54ac4 1753 islinc=
429cca51 1754fi
1755
1756AC_SUBST(isllibs)
83d54ac4 1757AC_SUBST(islinc)
83d54ac4 1758
7bfefa9d 1759# Check for LTO support.
1760AC_ARG_ENABLE(lto,
8747a938 1761[AS_HELP_STRING([--enable-lto], [enable link time optimization support])],
7bfefa9d 1762enable_lto=$enableval,
1763enable_lto=yes; default_enable_lto=yes)
1764
25630dc7 1765ACX_ELF_TARGET_IFELSE([# ELF platforms build the lto-plugin always.
1766 build_lto_plugin=yes
1767],[if test x"$default_enable_lto" = x"yes" ; then
4ae8c98f 1768 case $target in
b990d06f 1769 *-apple-darwin9* | *-cygwin* | *-mingw*) ;;
25630dc7 1770 # On other non-ELF platforms, LTO has yet to be validated.
4ae8c98f 1771 *) enable_lto=no ;;
1772 esac
4d992eb6 1773 else
62932e4d 1774 # Apart from ELF platforms, only Windows and Darwin support LTO so far.
1775 # It would also be nice to check the binutils support, but we don't
4d992eb6 1776 # have gcc_GAS_CHECK_FEATURE available here. For now, we'll just
1777 # warn during gcc/ subconfigure; unless you're bootstrapping with
1778 # -flto it won't be needed until after installation anyway.
1779 case $target in
ca42e774 1780 *-cygwin* | *-mingw* | *-apple-darwin*) ;;
4d992eb6 1781 *) if test x"$enable_lto" = x"yes"; then
1782 AC_MSG_ERROR([LTO support is not enabled for this target.])
1783 fi
1784 ;;
1785 esac
1786 fi
ca42e774 1787 # Among non-ELF, only Windows platforms support the lto-plugin so far.
25630dc7 1788 # Build it unless LTO was explicitly disabled.
ca42e774 1789 case $target in
25630dc7 1790 *-cygwin* | *-mingw*) build_lto_plugin=$enable_lto ;;
ca42e774 1791 *) ;;
1792 esac
25630dc7 1793])
7bfefa9d 1794
1015a063 1795AC_ARG_ENABLE(linker-plugin-configure-flags,
1796 [AS_HELP_STRING([[--enable-linker-plugin-configure-flags=FLAGS]],
1797 [additional flags for configuring linker plugins @<:@none@:>@])],
1798 extra_linker_plugin_configure_flags=$enableval,
1799 extra_linker_plugin_configure_flags=)
1800AC_SUBST(extra_linker_plugin_configure_flags)
1801AC_ARG_ENABLE(linker-plugin-flags,
1802 [AS_HELP_STRING([[--enable-linker-plugin-flags=FLAGS]],
1803 [additional flags for configuring and building linker plugins @<:@none@:>@])],
1804 extra_linker_plugin_flags=$enableval,
1805 extra_linker_plugin_flags=)
1806AC_SUBST(extra_linker_plugin_flags)
1807
255b6be7 1808
2b15d2ba 1809# By default, C and C++ are the only stage 1 languages.
9c3a0a29 1810stage1_languages=,c,
2d64c2fd 1811
7ab76cec 1812# Target libraries that we bootstrap.
5c96a839 1813bootstrap_target_libs=,target-libgcc,
7ab76cec 1814
c24c5e46 1815# Figure out what language subdirectories are present.
1816# Look if the user specified --enable-languages="..."; if not, use
1817# the environment variable $LANGUAGES if defined. $LANGUAGES might
1818# go away some day.
1819# NB: embedded tabs in this IF block -- do not untabify
1820if test -d ${srcdir}/gcc; then
1821 if test x"${enable_languages+set}" != xset; then
1822 if test x"${LANGUAGES+set}" = xset; then
1823 enable_languages="${LANGUAGES}"
1824 echo configure.in: warning: setting LANGUAGES is deprecated, use --enable-languages instead 1>&2
1825 else
1826 enable_languages=all
1827 fi
1828 else
1829 if test x"${enable_languages}" = x ||
1830 test x"${enable_languages}" = xyes;
1831 then
1832 echo configure.in: --enable-languages needs at least one language argument 1>&2
1833 exit 1
1834 fi
1835 fi
1836 enable_languages=`echo "${enable_languages}" | sed -e 's/[[ ,]][[ ,]]*/,/g' -e 's/,$//'`
1837
2c718da0 1838 # 'f95' is the old name for the 'fortran' language. We issue a warning
1839 # and make the substitution.
1840 case ,${enable_languages}, in
1841 *,f95,*)
1842 echo configure.in: warning: 'f95' as language name is deprecated, use 'fortran' instead 1>&2
1843 enable_languages=`echo "${enable_languages}" | sed -e 's/f95/fortran/g'`
1844 ;;
1845 esac
1846
2b15d2ba 1847 # If bootstrapping, C++ must be enabled.
1848 case ",$enable_languages,:$enable_bootstrap" in
1849 *,c++,*:*) ;;
1850 *:yes)
6c59dfa4 1851 if test -f ${srcdir}/gcc/cp/config-lang.in; then
1852 enable_languages="${enable_languages},c++"
1853 else
2b15d2ba 1854 AC_MSG_ERROR([bootstrapping requires c++ sources])
6c59dfa4 1855 fi
1856 ;;
1857 esac
1858
c24c5e46 1859 # First scan to see if an enabled language requires some other language.
1860 # We assume that a given config-lang.in will list all the language
1861 # front ends it requires, even if some are required indirectly.
1862 for lang_frag in ${srcdir}/gcc/*/config-lang.in .. ; do
1863 case ${lang_frag} in
1864 ..) ;;
1865 # The odd quoting in the next line works around
1866 # an apparent bug in bash 1.12 on linux.
1867 ${srcdir}/gcc/[[*]]/config-lang.in) ;;
1868 *)
101ddbe4 1869 # From the config-lang.in, get $language, $lang_requires, and
1870 # $lang_requires_boot_languages.
c24c5e46 1871 language=
1872 lang_requires=
101ddbe4 1873 lang_requires_boot_languages=
c24c5e46 1874 . ${lang_frag}
101ddbe4 1875 for other in ${lang_requires} ${lang_requires_boot_languages}; do
c24c5e46 1876 case ,${enable_languages}, in
1877 *,$other,*) ;;
1878 *,all,*) ;;
1879 *,$language,*)
1880 echo " \`$other' language required by \`$language'; enabling" 1>&2
1881 enable_languages="${enable_languages},${other}"
1882 ;;
1883 esac
1884 done
101ddbe4 1885 for other in ${lang_requires_boot_languages} ; do
1886 if test "$other" != "c"; then
1887 case ,${enable_stage1_languages}, in
1888 *,$other,*) ;;
1889 *,all,*) ;;
1890 *)
1891 case ,${enable_languages}, in
1892 *,$language,*)
1893 echo " '$other' language required by '$language' in stage 1; enabling" 1>&2
1894 enable_stage1_languages="$enable_stage1_languages,${other}"
1895 ;;
1896 esac
1897 ;;
1898 esac
1899 fi
1900 done
c24c5e46 1901 ;;
1902 esac
1903 done
1904
9c3a0a29 1905 new_enable_languages=,c,
7bfefa9d 1906
1907 # If LTO is enabled, add the LTO front end.
7bfefa9d 1908 if test "$enable_lto" = "yes" ; then
d6ef094a 1909 case ,${enable_languages}, in
1910 *,lto,*) ;;
1911 *) enable_languages="${enable_languages},lto" ;;
1912 esac
ca42e774 1913 if test "${build_lto_plugin}" = "yes" ; then
7bfefa9d 1914 configdirs="$configdirs lto-plugin"
7bfefa9d 1915 fi
1916 fi
7bfefa9d 1917
dd87c525 1918 # If we're building an offloading compiler, add the LTO front end.
1919 if test x"$enable_as_accelerator_for" != x ; then
1920 case ,${enable_languages}, in
1921 *,lto,*) ;;
1922 *) enable_languages="${enable_languages},lto" ;;
1923 esac
1924 fi
1925
c24c5e46 1926 missing_languages=`echo ",$enable_languages," | sed -e s/,all,/,/ -e s/,c,/,/ `
9c3a0a29 1927 potential_languages=,c,
c24c5e46 1928
604a285a 1929 enabled_target_libs=
1930 disabled_target_libs=
1931
c24c5e46 1932 for lang_frag in ${srcdir}/gcc/*/config-lang.in .. ; do
1933 case ${lang_frag} in
1934 ..) ;;
1935 # The odd quoting in the next line works around
1936 # an apparent bug in bash 1.12 on linux.
1937 ${srcdir}/gcc/[[*]]/config-lang.in) ;;
1938 *)
1939 # From the config-lang.in, get $language, $target_libs,
2d64c2fd 1940 # $lang_dirs, $boot_language, and $build_by_default
c24c5e46 1941 language=
1942 target_libs=
1943 lang_dirs=
5dee13c2 1944 subdir_requires=
9c3a0a29 1945 boot_language=no
1946 build_by_default=yes
c24c5e46 1947 . ${lang_frag}
9c3a0a29 1948 if test x${language} = x; then
1949 echo "${lang_frag} doesn't set \$language." 1>&2
1950 exit 1
1951 fi
1952
ef3c41c7 1953 if test "$language" = "c++"; then
2b15d2ba 1954 boot_language=yes
7ab76cec 1955 fi
1956
a2ecd49c 1957 add_this_lang=no
9c3a0a29 1958 case ,${enable_languages}, in
1959 *,${language},*)
e53d55e7 1960 # Language was explicitly selected; include it
1961 # unless it is C, which is enabled by default.
1962 if test "$language" != "c"; then
1963 add_this_lang=yes
1964 fi
c24c5e46 1965 ;;
9c3a0a29 1966 *,all,*)
1967 # 'all' was selected, select it if it is a default language
a2ecd49c 1968 if test "$language" != "c"; then
1969 add_this_lang=${build_by_default}
1970 fi
c24c5e46 1971 ;;
1972 esac
4ee9c684 1973
5dee13c2 1974 # Disable languages that need other directories if these aren't available.
9333ae0b 1975 for i in $subdir_requires; do
3891e7d9 1976 test -f "$srcdir/gcc/$i/config-lang.in" && continue
5dee13c2 1977 case ,${enable_languages}, in
1978 *,${language},*)
1979 # Specifically requested language; tell them.
1980 AC_MSG_ERROR([The gcc/$i directory contains parts of $language but is missing])
1981 ;;
1982 *)
1983 # Silently disable.
9c3a0a29 1984 add_this_lang=unsupported
5dee13c2 1985 ;;
1986 esac
1987 done
1988
9c3a0a29 1989 # Disable Ada if no preexisting GNAT is available.
1990 case ,${enable_languages},:${language}:${have_gnat} in
1991 *,${language},*:ada:no)
1992 # Specifically requested language; tell them.
1993 AC_MSG_ERROR([GNAT is required to build $language])
1994 ;;
1995 *:ada:no)
1996 # Silently disable.
1997 add_this_lang=unsupported
1998 ;;
1999 esac
2000
ff7dcf6a 2001 # Disable a language that is unsupported by the target.
2002 case " $unsupported_languages " in
2003 *" $language "*)
9c3a0a29 2004 add_this_lang=unsupported
ff7dcf6a 2005 ;;
2006 esac
2007
4ee9c684 2008 case $add_this_lang in
9c3a0a29 2009 unsupported)
c24c5e46 2010 # Remove language-dependent dirs.
604a285a 2011 disabled_target_libs="$disabled_target_libs $target_libs"
2012 noconfigdirs="$noconfigdirs $lang_dirs"
2d64c2fd 2013 ;;
9c3a0a29 2014 no)
2015 # Remove language-dependent dirs; still show language as supported.
604a285a 2016 disabled_target_libs="$disabled_target_libs $target_libs"
2017 noconfigdirs="$noconfigdirs $lang_dirs"
9c3a0a29 2018 potential_languages="${potential_languages}${language},"
2019 ;;
2020 yes)
2021 new_enable_languages="${new_enable_languages}${language},"
2022 potential_languages="${potential_languages}${language},"
2d64c2fd 2023 missing_languages=`echo "$missing_languages" | sed "s/,$language,/,/"`
604a285a 2024 enabled_target_libs="$enabled_target_libs $target_libs"
32027446 2025 case "${boot_language}:,$enable_stage1_languages," in
2026 yes:* | *:*,$language,* | *:*,yes, | *:*,all,)
aff6cf7b 2027 # Add to (comma-separated) list of stage 1 languages.
32027446 2028 case ",$stage1_languages," in
2029 *,$language,* | ,yes, | ,all,) ;;
2030 *) stage1_languages="${stage1_languages}${language}," ;;
2031 esac
7ab76cec 2032 # We need to bootstrap any supporting libraries.
2033 bootstrap_target_libs="${bootstrap_target_libs}${target_libs},"
2d64c2fd 2034 ;;
2035 esac
2036 ;;
c24c5e46 2037 esac
2038 ;;
2039 esac
2040 done
2041
604a285a 2042 # Add target libraries which are only needed for disabled languages
2043 # to noconfigdirs.
2044 if test -n "$disabled_target_libs"; then
2045 for dir in $disabled_target_libs; do
2046 case " $enabled_target_libs " in
2047 *" ${dir} "*) ;;
2048 *) noconfigdirs="$noconfigdirs $dir" ;;
2049 esac
2050 done
2051 fi
2052
9c3a0a29 2053 AC_ARG_ENABLE(stage1-languages,
8747a938 2054 [AS_HELP_STRING([[--enable-stage1-languages[=all]]],
2055 [choose additional languages to build during
2056 stage1. Mostly useful for compiler development])],
9c3a0a29 2057 [case ,${enable_stage1_languages}, in
2058 ,no,|,,)
2059 # Set it to something that will have no effect in the loop below
2060 enable_stage1_languages=c ;;
2061 ,yes,)
2062 enable_stage1_languages=`echo $new_enable_languages | \
2063 sed -e "s/^,//" -e "s/,$//" ` ;;
2064 *,all,*)
2065 enable_stage1_languages=`echo ,$enable_stage1_languages, | \
2066 sed -e "s/,all,/$new_enable_languages/" -e "s/^,//" -e "s/,$//" ` ;;
2067 esac
2068
2069 # Add "good" languages from enable_stage1_languages to stage1_languages,
2070 # while "bad" languages go in missing_languages. Leave no duplicates.
2071 for i in `echo $enable_stage1_languages | sed 's/,/ /g' `; do
2072 case $potential_languages in
2073 *,$i,*)
2074 case $stage1_languages in
2075 *,$i,*) ;;
2076 *) stage1_languages="$stage1_languages$i," ;;
2077 esac ;;
2078 *)
2079 case $missing_languages in
2080 *,$i,*) ;;
2081 *) missing_languages="$missing_languages$i," ;;
2082 esac ;;
2083 esac
2084 done])
2085
2086 # Remove leading/trailing commas that were added for simplicity
2087 potential_languages=`echo "$potential_languages" | sed -e "s/^,//" -e "s/,$//"`
989edd2f 2088 missing_languages=`echo "$missing_languages" | sed -e "s/^,//" -e "s/,$//"`
9c3a0a29 2089 stage1_languages=`echo "$stage1_languages" | sed -e "s/^,//" -e "s/,$//"`
2090 new_enable_languages=`echo "$new_enable_languages" | sed -e "s/^,//" -e "s/,$//"`
2091
c24c5e46 2092 if test "x$missing_languages" != x; then
2093 AC_MSG_ERROR([
e8bfe1fa 2094The following requested languages could not be built: ${missing_languages}
9c3a0a29 2095Supported languages are: ${potential_languages}])
c24c5e46 2096 fi
c24c5e46 2097 if test "x$new_enable_languages" != "x$enable_languages"; then
2098 echo The following languages will be built: ${new_enable_languages}
9c3a0a29 2099 enable_languages="$new_enable_languages"
c24c5e46 2100 fi
9c3a0a29 2101
2102 AC_SUBST(stage1_languages)
b0e9b581 2103 ac_configure_args=`echo " $ac_configure_args" | sed -e "s/ '--enable-languages=[[^ ]]*'//g" -e "s/$/ '--enable-languages="$enable_languages"'/" `
c24c5e46 2104fi
2105
50996fe5 2106# Handle --disable-<component> generically.
2107for dir in $configdirs $build_configdirs $target_configdirs ; do
2108 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g -e s/-/_/g`
d2d2630b 2109 varname=`echo $dirname | sed -e s/+/_/g`
2110 if eval test x\${enable_${varname}} "=" xno ; then
50996fe5 2111 noconfigdirs="$noconfigdirs $dir"
2112 fi
2113done
2114
dd6d3a67 2115# Check for Boehm's garbage collector
2116AC_ARG_ENABLE(objc-gc,
8747a938 2117[AS_HELP_STRING([--enable-objc-gc],
2118 [enable use of Boehm's garbage collector with the
2119 GNU Objective-C runtime])],
dd6d3a67 2120[case ,${enable_languages},:${enable_objc_gc}:${noconfigdirs} in
2121 *,objc,*:*:yes:*target-boehm-gc*)
2122 AC_MSG_ERROR([Boehm's garbage collector was requested yet not supported in this configuration])
2123 ;;
2124esac])
2125
2126# Make sure we only build Boehm's garbage collector if required.
f1716c67 2127case ,${enable_languages},:${enable_objc_gc} in
2128 *,objc,*:yes)
dd6d3a67 2129 # Keep target-boehm-gc if requested for Objective-C.
2130 ;;
dd6d3a67 2131 *)
f1716c67 2132 # Otherwise remove target-boehm-gc depending on target-libjava.
2133 if echo " ${noconfigdirs} " | grep "target-libjava" >/dev/null 2>&1; then
2134 noconfigdirs="$noconfigdirs target-boehm-gc"
2135 fi
dd6d3a67 2136 ;;
2137esac
b33ca042 2138
d3a7dd32 2139# Disable libcilkrts, libitm, libsanitizer, libvtv, liboffloadmic if we're not building C++
b33ca042 2140case ,${enable_languages}, in
df148e44 2141 *,c++,*)
2142 # Disable libcilkrts, libitm, libsanitizer if we're not building libstdc++
2143 case "${noconfigdirs}" in
2144 *target-libstdc++-v3*)
2145 noconfigdirs="$noconfigdirs target-libcilkrts target-libitm target-libsanitizer"
2146 ;;
2147 *) ;;
2148 esac
2149 ;;
b33ca042 2150 *)
d3a7dd32 2151 noconfigdirs="$noconfigdirs target-libcilkrts target-liboffloadmic target-libitm target-libsanitizer target-libvtv"
b33ca042 2152 ;;
2153esac
dd6d3a67 2154
6675f2d9 2155# Remove the entries in $skipdirs and $noconfigdirs from $configdirs,
2156# $build_configdirs and $target_configdirs.
c24c5e46 2157# If we have the source for $noconfigdirs entries, add them to $notsupp.
2158
2159notsupp=""
2160for dir in . $skipdirs $noconfigdirs ; do
6675f2d9 2161 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g`
c24c5e46 2162 if test $dir != . && echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
2163 configdirs=`echo " ${configdirs} " | sed -e "s/ ${dir} / /"`
2164 if test -r $srcdir/$dirname/configure ; then
2165 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
2166 true
2167 else
2168 notsupp="$notsupp $dir"
2169 fi
2170 fi
2171 fi
6675f2d9 2172 if test $dir != . && echo " ${build_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
2173 build_configdirs=`echo " ${build_configdirs} " | sed -e "s/ ${dir} / /"`
2174 if test -r $srcdir/$dirname/configure ; then
2175 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
2176 true
2177 else
2178 notsupp="$notsupp $dir"
2179 fi
2180 fi
2181 fi
c24c5e46 2182 if test $dir != . && echo " ${target_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
2183 target_configdirs=`echo " ${target_configdirs} " | sed -e "s/ ${dir} / /"`
2184 if test -r $srcdir/$dirname/configure ; then
2185 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
2186 true
2187 else
2188 notsupp="$notsupp $dir"
2189 fi
2190 fi
2191 fi
2192done
2193
c24c5e46 2194# Quietly strip out all directories which aren't configurable in this tree.
2195# This relies on all configurable subdirectories being autoconfiscated, which
2196# is now the case.
2f8725b0 2197build_configdirs_all="$build_configdirs"
2198build_configdirs=
2199for i in ${build_configdirs_all} ; do
2200 j=`echo $i | sed -e s/build-//g`
2201 if test -f ${srcdir}/$j/configure ; then
2202 build_configdirs="${build_configdirs} $i"
2203 fi
2204done
2205
c24c5e46 2206configdirs_all="$configdirs"
2207configdirs=
2208for i in ${configdirs_all} ; do
2209 if test -f ${srcdir}/$i/configure ; then
2210 configdirs="${configdirs} $i"
2211 fi
2212done
2f8725b0 2213
c24c5e46 2214target_configdirs_all="$target_configdirs"
2215target_configdirs=
2216for i in ${target_configdirs_all} ; do
2217 j=`echo $i | sed -e s/target-//g`
2218 if test -f ${srcdir}/$j/configure ; then
2219 target_configdirs="${target_configdirs} $i"
2220 fi
2221done
2222
1015a063 2223# libiberty-linker-plugin is special: it doesn't have its own source directory,
2224# so we have to add it after the preceding checks.
2225if test x"$extra_linker_plugin_flags$extra_linker_plugin_configure_flags" != x
2226then
2227 case " $configdirs " in
2228 *" libiberty "*)
2229 # If we can build libiberty, we can also build libiberty-linker-plugin.
2230 configdirs="$configdirs libiberty-linker-plugin"
2231 extra_linker_plugin_configure_flags="$extra_linker_plugin_configure_flags \
2232 --with-libiberty=../libiberty-linker-plugin";;
2233 *)
2234 AC_MSG_ERROR([libiberty missing]);;
2235 esac
2236fi
2237
944792ef 2238# Sometimes we have special requirements for the host libiberty.
2239extra_host_libiberty_configure_flags=
2240case " $configdirs " in
2241 *" lto-plugin "* | *" libcc1 "*)
2242 # When these are to be built as shared libraries, the same applies to
2243 # libiberty.
2244 extra_host_libiberty_configure_flags=--enable-shared
2245 ;;
2246esac
2247AC_SUBST(extra_host_libiberty_configure_flags)
2248
c24c5e46 2249# Produce a warning message for the subdirs we can't configure.
2250# This isn't especially interesting in the Cygnus tree, but in the individual
2251# FSF releases, it's important to let people know when their machine isn't
2252# supported by the one or two programs in a package.
2253
2254if test -n "${notsupp}" && test -z "${norecursion}" ; then
2255 # If $appdirs is non-empty, at least one of those directories must still
2256 # be configured, or we error out. (E.g., if the gas release supports a
2257 # specified target in some subdirs but not the gas subdir, we shouldn't
2258 # pretend that all is well.)
2259 if test -n "$appdirs" ; then
2260 for dir in $appdirs ; do
2261 if test -r $dir/Makefile.in ; then
2262 if echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
2263 appdirs=""
2264 break
2265 fi
2f8725b0 2266 if echo " ${target_configdirs} " | grep " target-${dir} " >/dev/null 2>&1; then
c24c5e46 2267 appdirs=""
2268 break
2269 fi
2270 fi
2271 done
2272 if test -n "$appdirs" ; then
2273 echo "*** This configuration is not supported by this package." 1>&2
2274 exit 1
2275 fi
2276 fi
2277 # Okay, some application will build, or we don't care to check. Still
2278 # notify of subdirs not getting built.
2279 echo "*** This configuration is not supported in the following subdirectories:" 1>&2
2280 echo " ${notsupp}" 1>&2
2281 echo " (Any other directories should still work fine.)" 1>&2
2282fi
2283
2284case "$host" in
2285 *msdosdjgpp*)
2286 enable_gdbtk=no ;;
2287esac
2288
eae5b2bc 2289# To find our prefix, in gcc_cv_tool_prefix.
2290ACX_TOOL_DIRS
2291
c24c5e46 2292copy_dirs=
2293
ffa8502d 2294AC_ARG_WITH([build-sysroot],
8747a938 2295 [AS_HELP_STRING([--with-build-sysroot=SYSROOT],
2296 [use sysroot as the system root during the build])],
ffa8502d 2297 [if test x"$withval" != x ; then
2298 SYSROOT_CFLAGS_FOR_TARGET="--sysroot=$withval"
2299 fi],
2300 [SYSROOT_CFLAGS_FOR_TARGET=])
2301AC_SUBST(SYSROOT_CFLAGS_FOR_TARGET)
2302
5f1f2de5 2303AC_ARG_WITH([debug-prefix-map],
8747a938 2304 [AS_HELP_STRING([--with-debug-prefix-map='A=B C=D ...'],
2305 [map A to B, C to D ... in debug information])],
5f1f2de5 2306 [if test x"$withval" != x; then
2307 DEBUG_PREFIX_CFLAGS_FOR_TARGET=
2308 for debug_map in $withval; do
2309 DEBUG_PREFIX_CFLAGS_FOR_TARGET="$DEBUG_PREFIX_CFLAGS_FOR_TARGET -fdebug-prefix-map=$debug_map"
2310 done
2311 fi],
2312 [DEBUG_PREFIX_CFLAGS_FOR_TARGET=])
2313AC_SUBST(DEBUG_PREFIX_CFLAGS_FOR_TARGET)
2314
c898f165 2315# During gcc bootstrap, if we use some random cc for stage1 then CFLAGS
2316# might be empty or "-g". We don't require a C++ compiler, so CXXFLAGS
2317# might also be empty (or "-g", if a non-GCC C++ compiler is in the path).
2318# We want to ensure that TARGET libraries (which we know are built with
2319# gcc) are built with "-O2 -g", so include those options when setting
2320# CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
2321if test "x$CFLAGS_FOR_TARGET" = x; then
2322 CFLAGS_FOR_TARGET=$CFLAGS
2323 case " $CFLAGS " in
2324 *" -O2 "*) ;;
2be1222c 2325 *) CFLAGS_FOR_TARGET="-O2 $CFLAGS_FOR_TARGET" ;;
c898f165 2326 esac
2327 case " $CFLAGS " in
2328 *" -g "* | *" -g3 "*) ;;
2be1222c 2329 *) CFLAGS_FOR_TARGET="-g $CFLAGS_FOR_TARGET" ;;
c898f165 2330 esac
2331fi
2332AC_SUBST(CFLAGS_FOR_TARGET)
2333
2334if test "x$CXXFLAGS_FOR_TARGET" = x; then
2335 CXXFLAGS_FOR_TARGET=$CXXFLAGS
2336 case " $CXXFLAGS " in
2337 *" -O2 "*) ;;
2be1222c 2338 *) CXXFLAGS_FOR_TARGET="-O2 $CXXFLAGS_FOR_TARGET" ;;
c898f165 2339 esac
2340 case " $CXXFLAGS " in
2341 *" -g "* | *" -g3 "*) ;;
2be1222c 2342 *) CXXFLAGS_FOR_TARGET="-g $CXXFLAGS_FOR_TARGET" ;;
c898f165 2343 esac
2344fi
2345AC_SUBST(CXXFLAGS_FOR_TARGET)
2346
ed9516f5 2347AC_SUBST(LDFLAGS_FOR_TARGET)
2348
c24c5e46 2349# Handle --with-headers=XXX. If the value is not "yes", the contents of
2350# the named directory are copied to $(tooldir)/sys-include.
2351if test x"${with_headers}" != x && test x"${with_headers}" != xno ; then
2352 if test x${is_cross_compiler} = xno ; then
2353 echo 1>&2 '***' --with-headers is only supported when cross compiling
2354 exit 1
2355 fi
2356 if test x"${with_headers}" != xyes ; then
eae5b2bc 2357 x=${gcc_cv_tool_prefix}
b30fcfae 2358 copy_dirs="${copy_dirs} ${with_headers} $x/${target_noncanonical}/sys-include"
c24c5e46 2359 fi
2360fi
2361
2362# Handle --with-libs=XXX. If the value is not "yes", the contents of
2363# the name directories are copied to $(tooldir)/lib. Multiple directories
2364# are permitted.
2365if test x"${with_libs}" != x && test x"${with_libs}" != xno ; then
2366 if test x${is_cross_compiler} = xno ; then
2367 echo 1>&2 '***' --with-libs is only supported when cross compiling
2368 exit 1
2369 fi
2370 if test x"${with_libs}" != xyes ; then
2371 # Copy the libraries in reverse order, so that files in the first named
2372 # library override files in subsequent libraries.
eae5b2bc 2373 x=${gcc_cv_tool_prefix}
c24c5e46 2374 for l in ${with_libs}; do
b30fcfae 2375 copy_dirs="$l $x/${target_noncanonical}/lib ${copy_dirs}"
c24c5e46 2376 done
2377 fi
2378fi
2379
7bfefa9d 2380# Set with_gnu_as, with_gnu_ld, and with_system_zlib as appropriate.
c47832b1 2381#
2382# This is done by determining whether or not the appropriate directory
2383# is available, and by checking whether or not specific configurations
2384# have requested that this magic not happen.
2385#
2386# The command line options always override the explicit settings in
2387# configure.in, and the settings in configure.in override this magic.
2388#
2389# If the default for a toolchain is to use GNU as and ld, and you don't
2390# want to do that, then you should use the --without-gnu-as and
7bfefa9d 2391# --without-gnu-ld options for the configure script. Similarly, if
2392# the default is to use the included zlib and you don't want to do that,
2393# you should use the --with-system-zlib option for the configure script.
c47832b1 2394
2395if test x${use_gnu_as} = x &&
2396 echo " ${configdirs} " | grep " gas " > /dev/null 2>&1 ; then
2397 with_gnu_as=yes
2398 extra_host_args="$extra_host_args --with-gnu-as"
2399fi
2400
2401if test x${use_gnu_ld} = x &&
3d47fcf5 2402 echo " ${configdirs} " | egrep " (go)?ld " > /dev/null 2>&1 ; then
c47832b1 2403 with_gnu_ld=yes
2404 extra_host_args="$extra_host_args --with-gnu-ld"
2405fi
2406
7bfefa9d 2407if test x${use_included_zlib} = x &&
2408 echo " ${configdirs} " | grep " zlib " > /dev/null 2>&1 ; then
2409 :
2410else
2411 with_system_zlib=yes
2412 extra_host_args="$extra_host_args --with-system-zlib"
2413fi
2414
c47832b1 2415# If using newlib, add --with-newlib to the extra_host_args so that gcc/configure
2416# can detect this case.
2417
2418if test x${with_newlib} != xno && echo " ${target_configdirs} " | grep " target-newlib " > /dev/null 2>&1 ; then
2419 with_newlib=yes
2420 extra_host_args="$extra_host_args --with-newlib"
2421fi
2422
c24c5e46 2423# Handle ${copy_dirs}
2424set fnord ${copy_dirs}
2425shift
2426while test $# != 0 ; do
2427 if test -f $2/COPIED && test x"`cat $2/COPIED`" = x"$1" ; then
2428 :
2429 else
2430 echo Copying $1 to $2
2431
2432 # Use the install script to create the directory and all required
2433 # parent directories.
2434 if test -d $2 ; then
2435 :
2436 else
2437 echo >config.temp
2438 ${srcdir}/install-sh -c -m 644 config.temp $2/COPIED
2439 fi
2440
2441 # Copy the directory, assuming we have tar.
2442 # FIXME: Should we use B in the second tar? Not all systems support it.
2443 (cd $1; tar -cf - .) | (cd $2; tar -xpf -)
2444
2445 # It is the responsibility of the user to correctly adjust all
2446 # symlinks. If somebody can figure out how to handle them correctly
2447 # here, feel free to add the code.
2448
2449 echo $1 > $2/COPIED
2450 fi
2451 shift; shift
2452done
2453
c47832b1 2454# Determine a target-dependent exec_prefix that the installed
2455# gcc will search in. Keep this list sorted by triplet, with
2456# the *-*-osname triplets last.
2457md_exec_prefix=
2458case "${target}" in
09c2d953 2459 i[[34567]]86-pc-msdosdjgpp*)
c47832b1 2460 md_exec_prefix=/dev/env/DJDIR/bin
2461 ;;
c47832b1 2462 *-*-hpux* | \
c47832b1 2463 *-*-nto-qnx* | \
93faf308 2464 *-*-solaris2*)
c47832b1 2465 md_exec_prefix=/usr/ccs/bin
2466 ;;
2467esac
2468
805e22b2 2469extra_arflags_for_target=
2470extra_nmflags_for_target=
b437616a 2471extra_ranlibflags_for_target=
71ab34df 2472target_makefile_frag=/dev/null
13b1b53a 2473case "${target}" in
57c7de11 2474 spu-*-*)
2475 target_makefile_frag="config/mt-spu"
2476 ;;
3e78a7ce 2477 mips*-sde-elf* | mips*-mti-elf* | mips*-img-elf*)
f8520ad7 2478 target_makefile_frag="config/mt-sde"
2479 ;;
3013c2c7 2480 mipsisa*-*-elfoabi*)
2481 target_makefile_frag="config/mt-mips-elfoabi"
2482 ;;
559b0712 2483 mips*-*-*linux* | mips*-*-gnu*)
2484 target_makefile_frag="config/mt-mips-gnu"
2485 ;;
2481a2c1 2486 nios2-*-elf*)
2487 target_makefile_frag="config/mt-nios2-elf"
2488 ;;
3bef4012 2489 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
cb8a7007 2490 target_makefile_frag="config/mt-gnu"
13b1b53a 2491 ;;
71ab34df 2492 *-*-aix4.[[3456789]]* | *-*-aix[[56789]].*)
805e22b2 2493 # nm and ar from AIX 4.3 and above require -X32_64 flag to all ar and nm
2494 # commands to handle both 32-bit and 64-bit objects. These flags are
2495 # harmless if we're using GNU nm or ar.
2496 extra_arflags_for_target=" -X32_64"
2497 extra_nmflags_for_target=" -B -X32_64"
13b1b53a 2498 ;;
70af7570 2499esac
2500
71ab34df 2501alphaieee_frag=/dev/null
70af7570 2502case $target in
2503 alpha*-*-*)
2504 # This just makes sure to use the -mieee option to build target libs.
2505 # This should probably be set individually by each library.
2506 alphaieee_frag="config/mt-alphaieee"
13b1b53a 2507 ;;
2508esac
b138c834 2509
13b1b53a 2510# If --enable-target-optspace always use -Os instead of -O2 to build
2511# the target libraries, similarly if it is not specified, use -Os
2512# on selected platforms.
71ab34df 2513ospace_frag=/dev/null
13b1b53a 2514case "${enable_target_optspace}:${target}" in
2515 yes:*)
70af7570 2516 ospace_frag="config/mt-ospace"
13b1b53a 2517 ;;
2518 :d30v-*)
70af7570 2519 ospace_frag="config/mt-d30v"
13b1b53a 2520 ;;
2521 :m32r-* | :d10v-* | :fr30-*)
70af7570 2522 ospace_frag="config/mt-ospace"
13b1b53a 2523 ;;
2524 no:* | :*)
2525 ;;
2526 *)
2527 echo "*** bad value \"${enable_target_optspace}\" for --enable-target-optspace flag; ignored" 1>&2
2528 ;;
2529esac
28e9041c 2530
71ab34df 2531# Some systems (e.g., one of the i386-aix systems the gas testers are
2532# using) don't handle "\$" correctly, so don't use it here.
b30fcfae 2533tooldir='${exec_prefix}'/${target_noncanonical}
71ab34df 2534build_tooldir=${tooldir}
2535
71ab34df 2536# Create a .gdbinit file which runs the one in srcdir
2537# and tells GDB to look there for source files.
2538
2539if test -r ${srcdir}/.gdbinit ; then
2540 case ${srcdir} in
2541 .) ;;
2542 *) cat > ./.gdbinit <<EOF
2543# ${NO_EDIT}
2544dir ${srcdir}
2545dir .
2546source ${srcdir}/.gdbinit
2547EOF
2548 ;;
2549 esac
2550fi
2551
28e9041c 2552# Make sure that the compiler is able to generate an executable. If it
2553# can't, we are probably in trouble. We don't care whether we can run the
2554# executable--we might be using a cross compiler--we only care whether it
2555# can be created. At this point the main configure script has set CC.
441f85dc 2556we_are_ok=no
28e9041c 2557echo "int main () { return 0; }" > conftest.c
2558${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c
441f85dc 2559if test $? = 0 ; then
2560 if test -s conftest || test -s conftest.exe ; then
2561 we_are_ok=yes
2562 fi
2563fi
2564case $we_are_ok in
2565 no)
2566 echo 1>&2 "*** The command '${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c' failed."
2567 echo 1>&2 "*** You must set the environment variable CC to a working compiler."
2568 rm -f conftest*
2569 exit 1
2570 ;;
2571esac
28e9041c 2572rm -f conftest*
2573
7d804f04 2574# Decide which environment variable is used to find dynamic libraries.
949b0daa 2575case "${host}" in
2576 *-*-hpux*) RPATH_ENVVAR=SHLIB_PATH ;;
b2240ff6 2577 *-*-darwin*) RPATH_ENVVAR=DYLD_LIBRARY_PATH ;;
7d804f04 2578 *-*-mingw* | *-*-cygwin ) RPATH_ENVVAR=PATH ;;
949b0daa 2579 *) RPATH_ENVVAR=LD_LIBRARY_PATH ;;
2580esac
949b0daa 2581
7d804f04 2582# On systems where the dynamic library environment variable is PATH,
2583# gcc/ will put dynamic libraries into a subdirectory to avoid adding
2584# built executables to PATH.
2585if test "$RPATH_ENVVAR" = PATH; then
2586 GCC_SHLIB_SUBDIR=/shlib
2587else
2588 GCC_SHLIB_SUBDIR=
2589fi
2590
ee055341 2591# Adjust the toplevel makefile according to whether bootstrap was selected.
2592case $enable_bootstrap in
2593 yes)
2594 bootstrap_suffix=bootstrap
2595 BUILD_CONFIG=bootstrap-debug
2596 ;;
2597 no)
2598 bootstrap_suffix=no-bootstrap
2599 BUILD_CONFIG=
2600 ;;
2601esac
2602
2603AC_MSG_CHECKING(for default BUILD_CONFIG)
2604
2605AC_ARG_WITH([build-config],
2606 [AS_HELP_STRING([--with-build-config='NAME NAME2...'],
2607 [use config/NAME.mk build configuration])],
2608 [case $with_build_config in
2609 yes) with_build_config= ;;
2610 no) with_build_config= BUILD_CONFIG= ;;
2611 esac])
2612
2613if test "x${with_build_config}" != x; then
2614 BUILD_CONFIG=$with_build_config
2615else
2616 case $BUILD_CONFIG in
2617 bootstrap-debug)
2618 if echo "int f (void) { return 0; }" > conftest.c &&
2619 ${CC} -c conftest.c &&
2620 mv conftest.o conftest.o.g0 &&
2621 ${CC} -c -g conftest.c &&
2622 mv conftest.o conftest.o.g &&
2623 ${srcdir}/contrib/compare-debug conftest.o.g0 conftest.o.g > /dev/null 2>&1; then
2624 :
2625 else
2626 BUILD_CONFIG=
2627 fi
2628 rm -f conftest.c conftest.o conftest.o.g0 conftest.o.g
2629 ;;
2630 esac
2631fi
2632AC_MSG_RESULT($BUILD_CONFIG)
2633AC_SUBST(BUILD_CONFIG)
2634
2635# Use same top-level configure hooks in libgcc/libstdc++/libvtv.
2636AC_MSG_CHECKING([for --enable-vtable-verify])
2637AC_ARG_ENABLE(vtable-verify,
2638[ --enable-vtable-verify Enable vtable verification feature ],
2639[case "$enableval" in
2640 yes) enable_vtable_verify=yes ;;
2641 no) enable_vtable_verify=no ;;
2642 *) enable_vtable_verify=no;;
2643 esac],
2644[enable_vtable_verify=no])
2645AC_MSG_RESULT($enable_vtable_verify)
2646
805e22b2 2647# Record target_configdirs and the configure arguments for target and
2648# build configuration in Makefile.
2649target_configdirs=`echo "${target_configdirs}" | sed -e 's/target-//g'`
2f8725b0 2650build_configdirs=`echo "${build_configdirs}" | sed -e 's/build-//g'`
f4ae1a00 2651bootstrap_fixincludes=no
805e22b2 2652
5c96a839 2653# If we are building libgomp, bootstrap it.
2654if echo " ${target_configdirs} " | grep " libgomp " > /dev/null 2>&1 ; then
2655 bootstrap_target_libs=${bootstrap_target_libs}target-libgomp,
2656fi
2657
ee055341 2658# If we are building libsanitizer and $BUILD_CONFIG contains bootstrap-asan
2659# or bootstrap-ubsan, bootstrap it.
2660if echo " ${target_configdirs} " | grep " libsanitizer " > /dev/null 2>&1; then
2661 case "$BUILD_CONFIG" in
2662 *bootstrap-asan* | *bootstrap-ubsan* )
2663 bootstrap_target_libs=${bootstrap_target_libs}target-libsanitizer,
f4ae1a00 2664 bootstrap_fixincludes=yes
ee055341 2665 ;;
2666 esac
579abfee 2667fi
2668
ee055341 2669# If we are building libvtv and --enable-vtable-verify, bootstrap it.
2670if echo " ${target_configdirs} " | grep " libvtv " > /dev/null 2>&1 &&
2671 test "$enable_vtable_verify" != no; then
b710ec85 2672 bootstrap_target_libs=${bootstrap_target_libs}target-libvtv,
2673fi
2674
805e22b2 2675# Determine whether gdb needs tk/tcl or not.
2676# Use 'maybe' since enable_gdbtk might be true even if tk isn't available
2677# and in that case we want gdb to be built without tk. Ugh!
2678# In fact I believe gdb is the *only* package directly dependent on tk,
2679# so we should be able to put the 'maybe's in unconditionally and
2680# leave out the maybe dependencies when enable_gdbtk is false. I'm not
2681# 100% sure that that's safe though.
8fdaf281 2682
f843f075 2683gdb_tk="maybe-all-tcl maybe-all-tk maybe-all-itcl maybe-all-libgui"
805e22b2 2684case "$enable_gdbtk" in
2685 no)
2686 GDB_TK="" ;;
8fdaf281 2687 yes)
2688 GDB_TK="${gdb_tk}" ;;
805e22b2 2689 *)
8fdaf281 2690 # Only add the dependency on gdbtk when GDBtk is part of the gdb
2691 # distro. Eventually someone will fix this and move Insight, nee
2692 # gdbtk to a separate directory.
2693 if test -d ${srcdir}/gdb/gdbtk ; then
2694 GDB_TK="${gdb_tk}"
2695 else
2696 GDB_TK=""
2697 fi
2698 ;;
805e22b2 2699esac
415470be 2700CONFIGURE_GDB_TK=`echo ${GDB_TK} | sed s/-all-/-configure-/g`
2701INSTALL_GDB_TK=`echo ${GDB_TK} | sed s/-all-/-install-/g`
805e22b2 2702
01b41571 2703# Strip out unwanted targets.
6f4f34a7 2704
2705# While at that, we remove Makefiles if we were started for recursive
2706# configuration, so that the top-level Makefile reconfigures them,
2707# like we used to do when configure itself was recursive.
6f4f34a7 2708
8bb79148 2709# Loop over modules. We used to use the "$extrasub" feature from Autoconf
2710# but now we're fixing up the Makefile ourselves with the additional
2711# commands passed to AC_CONFIG_FILES. Use separate variables
2712# extrasub-{build,host,target} not because there is any reason to split
2713# the substitutions up that way, but only to remain below the limit of
2714# 99 commands in a script, for HP-UX sed.
2715# Do not nest @if/@endif pairs, because configure will not warn you at all.
6f4f34a7 2716
7b5fee3e 2717case "$enable_bootstrap:$ENABLE_GOLD: $configdirs :,$stage1_languages," in
2718 yes:yes:*\ gold\ *:*,c++,*) ;;
2719 yes:yes:*\ gold\ *:*)
2720 AC_MSG_ERROR([in a combined tree, bootstrapping with --enable-gold requires c++ in stage1_languages])
2721 ;;
2722esac
2723
8bb79148 2724extrasub_build=
2f8725b0 2725for module in ${build_configdirs} ; do
6f4f34a7 2726 if test -z "${no_recursion}" \
2727 && test -f ${build_subdir}/${module}/Makefile; then
2728 echo 1>&2 "*** removing ${build_subdir}/${module}/Makefile to force reconfigure"
2729 rm -f ${build_subdir}/${module}/Makefile
2730 fi
8bb79148 2731 extrasub_build="$extrasub_build
01b41571 2732/^@if build-$module\$/d
93f93279 2733/^@endif build-$module\$/d
2734/^@if build-$module-$bootstrap_suffix\$/d
2735/^@endif build-$module-$bootstrap_suffix\$/d"
6f4f34a7 2736done
8bb79148 2737extrasub_host=
6f4f34a7 2738for module in ${configdirs} ; do
9c19a746 2739 if test -z "${no_recursion}"; then
35d84d10 2740 for file in stage*-${module}/Makefile prev-${module}/Makefile ${module}/Makefile; do
9c19a746 2741 if test -f ${file}; then
2742 echo 1>&2 "*** removing ${file} to force reconfigure"
2743 rm -f ${file}
2744 fi
2745 done
6f4f34a7 2746 fi
f4ae1a00 2747 case ${module},${bootstrap_fixincludes} in
2748 fixincludes,no) host_bootstrap_suffix=no-bootstrap ;;
2749 *) host_bootstrap_suffix=$bootstrap_suffix ;;
2750 esac
8bb79148 2751 extrasub_host="$extrasub_host
01b41571 2752/^@if $module\$/d
93f93279 2753/^@endif $module\$/d
f4ae1a00 2754/^@if $module-$host_bootstrap_suffix\$/d
2755/^@endif $module-$host_bootstrap_suffix\$/d"
6f4f34a7 2756done
8bb79148 2757extrasub_target=
6f4f34a7 2758for module in ${target_configdirs} ; do
2759 if test -z "${no_recursion}" \
2760 && test -f ${target_subdir}/${module}/Makefile; then
2761 echo 1>&2 "*** removing ${target_subdir}/${module}/Makefile to force reconfigure"
2762 rm -f ${target_subdir}/${module}/Makefile
2763 fi
7ab76cec 2764
2765 # We only bootstrap target libraries listed in bootstrap_target_libs.
2766 case $bootstrap_target_libs in
2767 *,target-$module,*) target_bootstrap_suffix=$bootstrap_suffix ;;
2768 *) target_bootstrap_suffix=no-bootstrap ;;
2769 esac
2770
8bb79148 2771 extrasub_target="$extrasub_target
01b41571 2772/^@if target-$module\$/d
93f93279 2773/^@endif target-$module\$/d
7ab76cec 2774/^@if target-$module-$target_bootstrap_suffix\$/d
2775/^@endif target-$module-$target_bootstrap_suffix\$/d"
805e22b2 2776done
54f0538b 2777
8bb79148 2778# Do the final fixup along with target modules.
2779extrasub_target="$extrasub_target
01b41571 2780/^@if /,/^@endif /d"
805e22b2 2781
2782# Create the serialization dependencies. This uses a temporary file.
2783
11d8013a 2784AC_ARG_ENABLE([serial-configure],
8747a938 2785[AS_HELP_STRING([[--enable-serial-[{host,target,build}-]configure]],
2786 [force sequential configuration of
2787 sub-packages for the host, target or build
2788 machine, or all sub-packages])])
622c1fa9 2789
2790case ${enable_serial_configure} in
2791 yes)
2792 enable_serial_build_configure=yes
2793 enable_serial_host_configure=yes
2794 enable_serial_target_configure=yes
2795 ;;
2796esac
11d8013a 2797
805e22b2 2798# These force 'configure's to be done one at a time, to avoid problems
2799# with contention over a shared config.cache.
2800rm -f serdep.tmp
11d8013a 2801echo '# serdep.tmp' > serdep.tmp
805e22b2 2802olditem=
622c1fa9 2803test "x${enable_serial_build_configure}" = xyes &&
805e22b2 2804for item in ${build_configdirs} ; do
2805 case ${olditem} in
2806 "") ;;
11d8013a 2807 *) echo "configure-build-${item}: configure-build-${olditem}" >> serdep.tmp ;;
805e22b2 2808 esac
2809 olditem=${item}
2810done
2811olditem=
622c1fa9 2812test "x${enable_serial_host_configure}" = xyes &&
805e22b2 2813for item in ${configdirs} ; do
2814 case ${olditem} in
2815 "") ;;
11d8013a 2816 *) echo "configure-${item}: configure-${olditem}" >> serdep.tmp ;;
805e22b2 2817 esac
2818 olditem=${item}
2819done
2820olditem=
622c1fa9 2821test "x${enable_serial_target_configure}" = xyes &&
805e22b2 2822for item in ${target_configdirs} ; do
2823 case ${olditem} in
2824 "") ;;
11d8013a 2825 *) echo "configure-target-${item}: configure-target-${olditem}" >> serdep.tmp ;;
805e22b2 2826 esac
2827 olditem=${item}
2828done
71ab34df 2829serialization_dependencies=serdep.tmp
2830AC_SUBST_FILE(serialization_dependencies)
949b0daa 2831
11d8013a 2832# Base args. Strip norecursion, cache-file, srcdir, host, build,
b30fcfae 2833# target, nonopt, and variable assignments. These are the ones we
412c2e81 2834# might not want to pass down to subconfigures. The exception being
2835# --cache-file=/dev/null, which is used to turn off the use of cache
2836# files altogether, and which should be passed on to subconfigures.
2837# Also strip program-prefix, program-suffix, and program-transform-name,
2838# so that we can pass down a consistent program-transform-name.
b30fcfae 2839baseargs=
0e4d1862 2840tbaseargs=
b30fcfae 2841keep_next=no
2842skip_next=no
2843eval "set -- $ac_configure_args"
4ff792a4 2844for ac_arg
2845do
b30fcfae 2846 if test X"$skip_next" = X"yes"; then
2847 skip_next=no
2848 continue
2849 fi
2850 if test X"$keep_next" = X"yes"; then
2851 case $ac_arg in
2852 *\'*)
2853 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2854 esac
2855 baseargs="$baseargs '$ac_arg'"
0e4d1862 2856 tbaseargs="$tbaseargs '$ac_arg'"
b30fcfae 2857 keep_next=no
2858 continue
2859 fi
2860
2861 # Handle separated arguments. Based on the logic generated by
2862 # autoconf 2.59.
2863 case $ac_arg in
2864 *=* | --config-cache | -C | -disable-* | --disable-* \
2865 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2866 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2867 | -with-* | --with-* | -without-* | --without-* | --x)
2868 separate_arg=no
2869 ;;
2870 -*)
2871 separate_arg=yes
2872 ;;
2873 *)
2874 separate_arg=no
2875 ;;
2876 esac
2877
0e4d1862 2878 skip_targ=no
2879 case $ac_arg in
2880changequote(,)
2881 --with-* | --without-*)
2882 libopt=`echo "$ac_arg" | sed -e 's,^--[^-_]*[-_],,' -e 's,=.*$,,'`
2883
2884 case $libopt in
2885 *[-_]include)
2886 lib=`echo "$libopt" | sed 's,[-_]include$,,'`
2887 ;;
2888 *[-_]lib)
2889 lib=`echo "$libopt" | sed 's,[-_]lib$,,'`
2890 ;;
2891 *)
2892 lib=$libopt
2893 ;;
2894 esac
2895changequote([,])
2896
2897 case $lib in
572cf1f7 2898 mpc | mpfr | gmp | isl)
0e4d1862 2899 # If we're processing --with-$lib, --with-$lib-include or
2900 # --with-$lib-lib, for one of the libs above, and target is
2901 # different from host, don't pass the current argument to any
2902 # target library's configure.
2903 if test x$is_cross_compiler = xyes; then
2904 skip_targ=yes
2905 fi
2906 ;;
2907 esac
2908 ;;
2909 esac
2910
b30fcfae 2911 case "$ac_arg" in
412c2e81 2912 --cache-file=/dev/null | \
2913 -cache-file=/dev/null )
2914 # Handled here to avoid the test to skip args below.
2915 baseargs="$baseargs '$ac_arg'"
0e4d1862 2916 tbaseargs="$tbaseargs '$ac_arg'"
412c2e81 2917 # Assert: $separate_arg should always be no.
2918 keep_next=$separate_arg
2919 ;;
b30fcfae 2920 --no*)
2921 continue
2922 ;;
2923 --c* | \
2924 --sr* | \
2925 --ho* | \
2926 --bu* | \
2927 --t* | \
2928 --program-* | \
2929 -cache_file* | \
2930 -srcdir* | \
2931 -host* | \
2932 -build* | \
2933 -target* | \
2934 -program-prefix* | \
2935 -program-suffix* | \
2936 -program-transform-name* )
2937 skip_next=$separate_arg
2938 continue
2939 ;;
2940 -*)
2941 # An option. Add it.
2942 case $ac_arg in
2943 *\'*)
2944 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2945 esac
2946 baseargs="$baseargs '$ac_arg'"
0e4d1862 2947 if test X"$skip_targ" = Xno; then
2948 tbaseargs="$tbaseargs '$ac_arg'"
2949 fi
b30fcfae 2950 keep_next=$separate_arg
2951 ;;
2952 *)
2953 # Either a variable assignment, or a nonopt (triplet). Don't
2954 # pass it down; let the Makefile handle this.
2955 continue
2956 ;;
2957 esac
2958done
2959# Remove the initial space we just introduced and, as these will be
2960# expanded by make, quote '$'.
2961baseargs=`echo "x$baseargs" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
28e9041c 2962
fbfea1fa 2963# Add in --program-transform-name, after --program-prefix and
2964# --program-suffix have been applied to it. Autoconf has already
2965# doubled dollar signs and backslashes in program_transform_name; we want
2966# the backslashes un-doubled, and then the entire thing wrapped in single
2967# quotes, because this will be expanded first by make and then by the shell.
2968# Also, because we want to override the logic in subdir configure scripts to
2969# choose program_transform_name, replace any s,x,x, with s,y,y,.
2970sed -e "s,\\\\\\\\,\\\\,g; s,','\\\\'',g; s/s,x,x,/s,y,y,/" <<EOF_SED > conftestsed.out
2971${program_transform_name}
2972EOF_SED
2973gcc_transform_name=`cat conftestsed.out`
2974rm -f conftestsed.out
2975baseargs="$baseargs --program-transform-name='${gcc_transform_name}'"
0e4d1862 2976tbaseargs="$tbaseargs --program-transform-name='${gcc_transform_name}'"
af7bb0c0 2977if test "$silent" = yes; then
2978 baseargs="$baseargs --silent"
0e4d1862 2979 tbaseargs="$tbaseargs --silent"
af7bb0c0 2980fi
cd2f3773 2981baseargs="$baseargs --disable-option-checking"
0e4d1862 2982tbaseargs="$tbaseargs --disable-option-checking"
fbfea1fa 2983
372a3f1e 2984# Record and document user additions to sub configure arguments.
2985AC_ARG_VAR([build_configargs],
2986 [additional configure arguments for build directories])
2987AC_ARG_VAR([host_configargs],
2988 [additional configure arguments for host directories])
2989AC_ARG_VAR([target_configargs],
2990 [additional configure arguments for target directories])
2991
31972771 2992# For the build-side libraries, we just need to pretend we're native,
2993# and not use the same cache file. Multilibs are neither needed nor
b85b703b 2994# desired. We can't even use the same cache file for all build-side
2995# libraries, as they're compiled differently; some with C, some with
2996# C++ or with different feature-enabling options.
2997build_configargs="$build_configargs --cache-file=./config.cache ${baseargs}"
64d298c9 2998
805e22b2 2999# For host modules, accept cache file option, or specification as blank.
3000case "${cache_file}" in
3001"") # empty
3002 cache_file_option="" ;;
71ab34df 3003/* | [[A-Za-z]]:[[\\/]]* ) # absolute path
805e22b2 3004 cache_file_option="--cache-file=${cache_file}" ;;
3005*) # relative path
3006 cache_file_option="--cache-file=../${cache_file}" ;;
3007esac
3008
ba1081ef 3009# Host dirs don't like to share a cache file either, horribly enough.
3010# This seems to be due to autoconf 2.5x stupidity.
372a3f1e 3011host_configargs="$host_configargs --cache-file=./config.cache ${extra_host_args} ${baseargs}"
805e22b2 3012
0e4d1862 3013target_configargs="$target_configargs ${tbaseargs}"
31972771 3014
28e9041c 3015# Passing a --with-cross-host argument lets the target libraries know
3016# whether they are being built with a cross-compiler or being built
3017# native. However, it would be better to use other mechanisms to make the
3018# sorts of decisions they want to make on this basis. Please consider
3019# this option to be deprecated. FIXME.
441f85dc 3020if test x${is_cross_compiler} = xyes ; then
b30fcfae 3021 target_configargs="--with-cross-host=${host_noncanonical} ${target_configargs}"
28e9041c 3022fi
3023
87ebeb4c 3024# Special user-friendly check for native x86_64-linux build, if
3025# multilib is not explicitly enabled.
3026case "$target:$have_compiler:$host:$target:$enable_multilib" in
3027 x86_64-*linux*:yes:$build:$build:)
3028 # Make sure we have a developement environment that handles 32-bit
3029 dev64=no
3030 echo "int main () { return 0; }" > conftest.c
3031 ${CC} -m32 -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c
3032 if test $? = 0 ; then
3033 if test -s conftest || test -s conftest.exe ; then
3034 dev64=yes
3035 fi
3036 fi
3037 rm -f conftest*
3038 if test x${dev64} != xyes ; then
3039 AC_MSG_ERROR([I suspect your system does not have 32-bit developement 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.])
3040 fi
3041 ;;
3042esac
3043
59a40389 3044# Default to --enable-multilib.
3045if test x${enable_multilib} = x ; then
3a7bfd0c 3046 target_configargs="--enable-multilib ${target_configargs}"
59a40389 3047fi
28e9041c 3048
ed37269d 3049# Pass --with-newlib if appropriate. Note that target_configdirs has
3050# changed from the earlier setting of with_newlib.
441f85dc 3051if test x${with_newlib} != xno && echo " ${target_configdirs} " | grep " newlib " > /dev/null 2>&1 && test -d ${srcdir}/newlib ; then
3a7bfd0c 3052 target_configargs="--with-newlib ${target_configargs}"
ed37269d 3053fi
3054
74fef112 3055# Different target subdirs use different values of certain variables
3056# (notably CXX). Worse, multilibs use *lots* of different values.
3057# Worse yet, autoconf 2.5x makes some of these 'precious', meaning that
3058# it doesn't automatically accept command-line overrides of them.
3059# This means it's not safe for target subdirs to share a cache file,
3060# which is disgusting, but there you have it. Hopefully this can be
3061# fixed in future. It's still worthwhile to use a cache file for each
3062# directory. I think.
3063
a8abbd9d 3064# Pass the appropriate --build, --host, --target and --cache-file arguments.
3065# We need to pass --target, as newer autoconf's requires consistency
3066# for target_alias and gcc doesn't manage it consistently.
d45318b3 3067target_configargs="--cache-file=./config.cache ${target_configargs}"
31972771 3068
bc7af389 3069FLAGS_FOR_TARGET=
753fca8a 3070case " $target_configdirs " in
681dbe98 3071 *" newlib "*)
3a7bfd0c 3072 case " $target_configargs " in
681dbe98 3073 *" --with-newlib "*)
bc7af389 3074 case "$target" in
fe284774 3075 *-cygwin*)
db54564d 3076 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/winsup/cygwin -isystem $$s/winsup/cygwin/include'
fe284774 3077 ;;
bc7af389 3078 esac
3079
e2bac683 3080 # If we're not building GCC, don't discard standard headers.
296a0f54 3081 if test -d ${srcdir}/gcc; then
32999451 3082 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -nostdinc'
e2bac683 3083
3084 if test "${build}" != "${host}"; then
3085 # On Canadian crosses, CC_FOR_TARGET will have already been set
3086 # by `configure', so we won't have an opportunity to add -Bgcc/
3087 # to it. This is right: we don't want to search that directory
3088 # for binaries, but we want the header files in there, so add
3089 # them explicitly.
e619f0a6 3090 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -isystem $$r/$(HOST_SUBDIR)/gcc/include -isystem $$r/$(HOST_SUBDIR)/gcc/include-fixed'
e2bac683 3091
3092 # Someone might think of using the pre-installed headers on
3093 # Canadian crosses, in case the installed compiler is not fully
3094 # compatible with the compiler being built. In this case, it
3095 # would be better to flag an error than risking having
3096 # incompatible object files being constructed. We can't
3097 # guarantee that an error will be flagged, but let's hope the
3098 # compiler will do it, when presented with incompatible header
3099 # files.
3100 fi
32999451 3101 fi
3102
df2ff48f 3103 case "${target}-${is_cross_compiler}" in
f74ea578 3104 i[[3456789]]86-*-linux*-no)
df2ff48f 3105 # Here host == target, so we don't need to build gcc,
3106 # so we don't want to discard standard headers.
3107 FLAGS_FOR_TARGET=`echo " $FLAGS_FOR_TARGET " | sed -e 's/ -nostdinc / /'`
df2ff48f 3108 ;;
3109 *)
3110 # If we're building newlib, use its generic headers last, but search
3111 # for any libc-related directories first (so make it the last -B
3112 # switch).
3113 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/newlib/ -isystem $$r/$(TARGET_SUBDIR)/newlib/targ-include -isystem $$s/newlib/libc/include'
1c5767f1 3114
3115 # If we're building libgloss, find the startup file, simulator library
3116 # and linker script.
3117 case " $target_configdirs " in
3118 *" libgloss "*)
3119 # Look for startup file, simulator library and maybe linker script.
3120 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/libgloss/'"$libgloss_dir"
3121 # Look for libnosys.a in case the target needs it.
3122 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/libgloss/libnosys'
3123 # Most targets have the linker script in the source directory.
3124 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$s/libgloss/'"$libgloss_dir"
3125 ;;
3126 esac
df2ff48f 3127 ;;
3128 esac
bc7af389 3129 ;;
681dbe98 3130 esac
3131 ;;
bc7af389 3132esac
fe284774 3133
d6d689df 3134case "$target" in
fe284774 3135 x86_64-*mingw* | *-w64-mingw*)
3136 # MinGW-w64 does not use newlib, nor does it use winsup. It may,
3137 # however, use a symlink named 'mingw' in ${prefix} .
3138 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L${prefix}/${target}/lib -L${prefix}/mingw/lib -isystem ${prefix}/${target}/include -isystem ${prefix}/mingw/include'
3139 ;;
3140 *-mingw*)
3141 # MinGW can't be handled as Cygwin above since it does not use newlib.
3142 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'
3143 ;;
d6d689df 3144esac
32999451 3145
d8e9ea04 3146# Allow the user to override the flags for
3147# our build compiler if desired.
823e8b8d 3148if test x"${build}" = x"${host}" ; then
3149 CFLAGS_FOR_BUILD=${CFLAGS_FOR_BUILD-${CFLAGS}}
3150 CXXFLAGS_FOR_BUILD=${CXXFLAGS_FOR_BUILD-${CXXFLAGS}}
3151 LDFLAGS_FOR_BUILD=${LDFLAGS_FOR_BUILD-${LDFLAGS}}
3152fi
d8e9ea04 3153
32999451 3154# On Canadian crosses, we'll be searching the right directories for
3155# the previously-installed cross compiler, so don't bother to add
3156# flags for directories within the install tree of the compiler
3157# being built; programs in there won't even run.
296a0f54 3158if test "${build}" = "${host}" && test -d ${srcdir}/gcc; then
bc7af389 3159 # Search for pre-installed headers if nothing else fits.
5750c7d4 3160 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ -isystem $(build_tooldir)/include -isystem $(build_tooldir)/sys-include'
bc7af389 3161fi
32999451 3162
753fca8a 3163if test "x${use_gnu_ld}" = x &&
13b1b53a 3164 echo " ${configdirs} " | grep " ld " > /dev/null ; then
bc7af389 3165 # Arrange for us to find uninstalled linker scripts.
c1eb9e31 3166 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(HOST_SUBDIR)/ld'
bc7af389 3167fi
3168
24714a39 3169# Search for other target-specific linker scripts and such.
3170case "${target}" in
38d7211b 3171 mep*)
3172 FLAGS_FOR_TARGET="$FLAGS_FOR_TARGET -mlibrary"
3173 ;;
24714a39 3174esac
3175
71ab34df 3176# Makefile fragments.
03c65091 3177for frag in host_makefile_frag target_makefile_frag alphaieee_frag ospace_frag;
3178do
3179 eval fragval=\$$frag
3180 if test $fragval != /dev/null; then
3181 eval $frag=${srcdir}/$fragval
3182 fi
3183done
71ab34df 3184AC_SUBST_FILE(host_makefile_frag)
3185AC_SUBST_FILE(target_makefile_frag)
3186AC_SUBST_FILE(alphaieee_frag)
3187AC_SUBST_FILE(ospace_frag)
3188
3189# Miscellanea: directories, flags, etc.
71ab34df 3190AC_SUBST(RPATH_ENVVAR)
7d804f04 3191AC_SUBST(GCC_SHLIB_SUBDIR)
71ab34df 3192AC_SUBST(tooldir)
3193AC_SUBST(build_tooldir)
415470be 3194AC_SUBST(CONFIGURE_GDB_TK)
71ab34df 3195AC_SUBST(GDB_TK)
415470be 3196AC_SUBST(INSTALL_GDB_TK)
71ab34df 3197
3198# Build module lists & subconfigure args.
71ab34df 3199AC_SUBST(build_configargs)
2f8725b0 3200AC_SUBST(build_configdirs)
71ab34df 3201
3202# Host module lists & subconfigure args.
3203AC_SUBST(host_configargs)
3204AC_SUBST(configdirs)
1fda3360 3205AC_SUBST(target_configdirs)
71ab34df 3206
3207# Target module lists & subconfigure args.
71ab34df 3208AC_SUBST(target_configargs)
7601142f 3209
71ab34df 3210
3211# Build tools.
93c5e793 3212AC_SUBST(AR_FOR_BUILD)
3213AC_SUBST(AS_FOR_BUILD)
71ab34df 3214AC_SUBST(CC_FOR_BUILD)
93c5e793 3215AC_SUBST(CFLAGS_FOR_BUILD)
3216AC_SUBST(CXXFLAGS_FOR_BUILD)
3217AC_SUBST(CXX_FOR_BUILD)
3218AC_SUBST(DLLTOOL_FOR_BUILD)
3219AC_SUBST(GCJ_FOR_BUILD)
3220AC_SUBST(GFORTRAN_FOR_BUILD)
5ff5b630 3221AC_SUBST(GOC_FOR_BUILD)
93c5e793 3222AC_SUBST(LDFLAGS_FOR_BUILD)
3223AC_SUBST(LD_FOR_BUILD)
3224AC_SUBST(NM_FOR_BUILD)
3225AC_SUBST(RANLIB_FOR_BUILD)
3226AC_SUBST(WINDMC_FOR_BUILD)
3227AC_SUBST(WINDRES_FOR_BUILD)
71ab34df 3228
f5aebe3e 3229# Generate default definitions for YACC, M4, LEX and other programs that run
3230# on the build machine. These are used if the Makefile can't locate these
3231# programs in objdir.
3232MISSING=`cd $ac_aux_dir && ${PWDCMD-pwd}`/missing
3233
3234AC_CHECK_PROGS([YACC], ['bison -y' byacc yacc], [$MISSING bison -y])
3235case " $build_configdirs " in
3236 *" bison "*) YACC='$$r/$(BUILD_SUBDIR)/bison/tests/bison -y' ;;
f5aebe3e 3237esac
3238
3239AC_CHECK_PROGS([BISON], [bison], [$MISSING bison])
3240case " $build_configdirs " in
3241 *" bison "*) BISON='$$r/$(BUILD_SUBDIR)/bison/tests/bison' ;;
3242esac
3243
3244AC_CHECK_PROGS([M4], [gm4 gnum4 m4], [$MISSING m4])
3245case " $build_configdirs " in
3246 *" m4 "*) M4='$$r/$(BUILD_SUBDIR)/m4/m4' ;;
3247esac
3248
3249AC_CHECK_PROGS([LEX], [flex lex], [$MISSING flex])
3250case " $build_configdirs " in
3251 *" flex "*) LEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
3252 *" lex "*) LEX='$$r/$(BUILD_SUBDIR)/lex/lex' ;;
3253esac
3254
3255AC_CHECK_PROGS([FLEX], [flex], [$MISSING flex])
3256case " $build_configdirs " in
3257 *" flex "*) FLEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
3258esac
3259
3260AC_CHECK_PROGS([MAKEINFO], makeinfo, [$MISSING makeinfo])
3261case " $build_configdirs " in
3262 *" texinfo "*) MAKEINFO='$$r/$(BUILD_SUBDIR)/texinfo/makeinfo/makeinfo' ;;
3263 *)
3264changequote(,)
03caadda 3265 # For an installed makeinfo, we require it to be from texinfo 4.7 or
f5aebe3e 3266 # higher, else we use the "missing" dummy.
3267 if ${MAKEINFO} --version \
03caadda 3268 | egrep 'texinfo[^0-9]*(4\.([7-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
f5aebe3e 3269 :
3270 else
3271 MAKEINFO="$MISSING makeinfo"
3272 fi
3273 ;;
3274changequote([,])
3275esac
3276
3277# FIXME: expect and dejagnu may become build tools?
3278
3279AC_CHECK_PROGS(EXPECT, expect, expect)
3280case " $configdirs " in
3281 *" expect "*)
3282 test $host = $build && EXPECT='$$r/$(HOST_SUBDIR)/expect/expect'
3283 ;;
3284esac
3285
3286AC_CHECK_PROGS(RUNTEST, runtest, runtest)
3287case " $configdirs " in
3288 *" dejagnu "*)
8d365775 3289 test $host = $build && RUNTEST='$$s/$(HOST_SUBDIR)/dejagnu/runtest'
f5aebe3e 3290 ;;
3291esac
3292
3293
71ab34df 3294# Host tools.
768691b5 3295NCN_STRICT_CHECK_TOOLS(AR, ar)
3296NCN_STRICT_CHECK_TOOLS(AS, as)
3297NCN_STRICT_CHECK_TOOLS(DLLTOOL, dlltool)
3298NCN_STRICT_CHECK_TOOLS(LD, ld)
f5aebe3e 3299NCN_STRICT_CHECK_TOOLS(LIPO, lipo)
768691b5 3300NCN_STRICT_CHECK_TOOLS(NM, nm)
68645a6b 3301NCN_STRICT_CHECK_TOOLS(RANLIB, ranlib, true)
3302NCN_STRICT_CHECK_TOOLS(STRIP, strip, true)
768691b5 3303NCN_STRICT_CHECK_TOOLS(WINDRES, windres)
75d6a0a9 3304NCN_STRICT_CHECK_TOOLS(WINDMC, windmc)
768691b5 3305NCN_STRICT_CHECK_TOOLS(OBJCOPY, objcopy)
3306NCN_STRICT_CHECK_TOOLS(OBJDUMP, objdump)
3f71364d 3307NCN_STRICT_CHECK_TOOLS(READELF, readelf)
71ab34df 3308AC_SUBST(CC)
3309AC_SUBST(CXX)
3310AC_SUBST(CFLAGS)
3311AC_SUBST(CXXFLAGS)
71ab34df 3312
f5aebe3e 3313# Target tools.
c47832b1 3314AC_ARG_WITH([build-time-tools],
8747a938 3315 [AS_HELP_STRING([--with-build-time-tools=PATH],
3316 [use given path to find target tools during the build])],
c47832b1 3317 [case x"$withval" in
3318 x/*) ;;
3319 *)
3320 with_build_time_tools=
3321 AC_MSG_WARN([argument to --with-build-time-tools must be an absolute path])
3322 ;;
3323 esac],
3324 [with_build_time_tools=])
3325
768691b5 3326NCN_STRICT_CHECK_TARGET_TOOLS(CC_FOR_TARGET, cc gcc)
3327NCN_STRICT_CHECK_TARGET_TOOLS(CXX_FOR_TARGET, c++ g++ cxx gxx)
768691b5 3328NCN_STRICT_CHECK_TARGET_TOOLS(GCC_FOR_TARGET, gcc, ${CC_FOR_TARGET})
3329NCN_STRICT_CHECK_TARGET_TOOLS(GCJ_FOR_TARGET, gcj)
3330NCN_STRICT_CHECK_TARGET_TOOLS(GFORTRAN_FOR_TARGET, gfortran)
5ff5b630 3331NCN_STRICT_CHECK_TARGET_TOOLS(GOC_FOR_TARGET, gccgo)
c47832b1 3332
3333ACX_CHECK_INSTALLED_TARGET_TOOL(AR_FOR_TARGET, ar)
3334ACX_CHECK_INSTALLED_TARGET_TOOL(AS_FOR_TARGET, as)
3335ACX_CHECK_INSTALLED_TARGET_TOOL(DLLTOOL_FOR_TARGET, dlltool)
3336ACX_CHECK_INSTALLED_TARGET_TOOL(LD_FOR_TARGET, ld)
3337ACX_CHECK_INSTALLED_TARGET_TOOL(LIPO_FOR_TARGET, lipo)
3338ACX_CHECK_INSTALLED_TARGET_TOOL(NM_FOR_TARGET, nm)
fc740d70 3339ACX_CHECK_INSTALLED_TARGET_TOOL(OBJCOPY_FOR_TARGET, objcopy)
c47832b1 3340ACX_CHECK_INSTALLED_TARGET_TOOL(OBJDUMP_FOR_TARGET, objdump)
68645a6b 3341ACX_CHECK_INSTALLED_TARGET_TOOL(RANLIB_FOR_TARGET, ranlib)
3f71364d 3342ACX_CHECK_INSTALLED_TARGET_TOOL(READELF_FOR_TARGET, readelf)
c47832b1 3343ACX_CHECK_INSTALLED_TARGET_TOOL(STRIP_FOR_TARGET, strip)
3344ACX_CHECK_INSTALLED_TARGET_TOOL(WINDRES_FOR_TARGET, windres)
75d6a0a9 3345ACX_CHECK_INSTALLED_TARGET_TOOL(WINDMC_FOR_TARGET, windmc)
ef8184c7 3346
f5aebe3e 3347RAW_CXX_FOR_TARGET="$CXX_FOR_TARGET"
3348
3349GCC_TARGET_TOOL(ar, AR_FOR_TARGET, AR, [binutils/ar])
3350GCC_TARGET_TOOL(as, AS_FOR_TARGET, AS, [gas/as-new])
3351GCC_TARGET_TOOL(cc, CC_FOR_TARGET, CC, [gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/])
fb093ce7 3352dnl see comments for CXX_FOR_TARGET_FLAG_TO_PASS
f5aebe3e 3353GCC_TARGET_TOOL(c++, CXX_FOR_TARGET, CXX,
b710ec85 3354 [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],
f5aebe3e 3355 c++)
3356GCC_TARGET_TOOL(c++ for libstdc++, RAW_CXX_FOR_TARGET, CXX,
b710ec85 3357 [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],
f5aebe3e 3358 c++)
3359GCC_TARGET_TOOL(dlltool, DLLTOOL_FOR_TARGET, DLLTOOL, [binutils/dlltool])
3360GCC_TARGET_TOOL(gcc, GCC_FOR_TARGET, , [gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/])
3361GCC_TARGET_TOOL(gcj, GCJ_FOR_TARGET, GCJ,
3362 [gcc/gcj -B$$r/$(HOST_SUBDIR)/gcc/], java)
3363GCC_TARGET_TOOL(gfortran, GFORTRAN_FOR_TARGET, GFORTRAN,
3364 [gcc/gfortran -B$$r/$(HOST_SUBDIR)/gcc/], fortran)
5ff5b630 3365GCC_TARGET_TOOL(gccgo, GOC_FOR_TARGET, GOC,
3366 [gcc/gccgo -B$$r/$(HOST_SUBDIR)/gcc/], go)
f5aebe3e 3367GCC_TARGET_TOOL(ld, LD_FOR_TARGET, LD, [ld/ld-new])
3368GCC_TARGET_TOOL(lipo, LIPO_FOR_TARGET, LIPO)
3369GCC_TARGET_TOOL(nm, NM_FOR_TARGET, NM, [binutils/nm-new])
9b31ae9c 3370GCC_TARGET_TOOL(objcopy, OBJCOPY_FOR_TARGET, OBJCOPY, [binutils/objcopy])
f5aebe3e 3371GCC_TARGET_TOOL(objdump, OBJDUMP_FOR_TARGET, OBJDUMP, [binutils/objdump])
3372GCC_TARGET_TOOL(ranlib, RANLIB_FOR_TARGET, RANLIB, [binutils/ranlib])
3f71364d 3373GCC_TARGET_TOOL(readelf, READELF_FOR_TARGET, READELF, [binutils/readelf])
2b7a4d59 3374GCC_TARGET_TOOL(strip, STRIP_FOR_TARGET, STRIP, [binutils/strip-new])
f5aebe3e 3375GCC_TARGET_TOOL(windres, WINDRES_FOR_TARGET, WINDRES, [binutils/windres])
75d6a0a9 3376GCC_TARGET_TOOL(windmc, WINDMC_FOR_TARGET, WINDMC, [binutils/windmc])
ef8184c7 3377
f5aebe3e 3378AC_SUBST(FLAGS_FOR_TARGET)
ef8184c7 3379AC_SUBST(RAW_CXX_FOR_TARGET)
49aae208 3380
71ab34df 3381# Certain tools may need extra flags.
3382AR_FOR_TARGET=${AR_FOR_TARGET}${extra_arflags_for_target}
3383RANLIB_FOR_TARGET=${RANLIB_FOR_TARGET}${extra_ranlibflags_for_target}
3384NM_FOR_TARGET=${NM_FOR_TARGET}${extra_nmflags_for_target}
28e9041c 3385
f5aebe3e 3386# When building target libraries, except in a Canadian cross, we use
3387# the same toolchain as the compiler we just built.
3388COMPILER_AS_FOR_TARGET='$(AS_FOR_TARGET)'
3389COMPILER_LD_FOR_TARGET='$(LD_FOR_TARGET)'
3390COMPILER_NM_FOR_TARGET='$(NM_FOR_TARGET)'
3391if test $host = $build; then
3392 case " $configdirs " in
3393 *" gcc "*)
3394 COMPILER_AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/as'
3395 COMPILER_LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/collect-ld'
3396 COMPILER_NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/nm'${extra_nmflags_for_target}
3397 ;;
3398 esac
3399fi
3400
3401AC_SUBST(COMPILER_AS_FOR_TARGET)
3402AC_SUBST(COMPILER_LD_FOR_TARGET)
3403AC_SUBST(COMPILER_NM_FOR_TARGET)
3404
3290c0cf 3405AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
3406AC_ARG_ENABLE(maintainer-mode,
8747a938 3407[AS_HELP_STRING([--enable-maintainer-mode],
3408 [enable make rules and dependencies not useful
3409 (and sometimes confusing) to the casual installer])],
3290c0cf 3410 USE_MAINTAINER_MODE=$enableval,
3411 USE_MAINTAINER_MODE=no)
3412AC_MSG_RESULT($USE_MAINTAINER_MODE)
3413AC_SUBST(MAINTAINER_MODE_TRUE)
3414AC_SUBST(MAINTAINER_MODE_FALSE)
3415if test "$USE_MAINTAINER_MODE" = yes; then
3416 MAINTAINER_MODE_TRUE=
3417 MAINTAINER_MODE_FALSE='#'
3418else
3419 MAINTAINER_MODE_TRUE='#'
3420 MAINTAINER_MODE_FALSE=
3421fi
3422MAINT=$MAINTAINER_MODE_TRUE
3423AC_SUBST(MAINT)dnl
3424
2d64c2fd 3425# ---------------------
3426# GCC bootstrap support
3427# ---------------------
3428
3429# Stage specific cflags for build.
3430stage1_cflags="-g"
3431case $build in
3432 vax-*-*)
3433 case ${GCC} in
3434 yes) stage1_cflags="-g -Wa,-J" ;;
3435 *) stage1_cflags="-g -J" ;;
3436 esac ;;
2d64c2fd 3437esac
f508ba97 3438
2d64c2fd 3439AC_SUBST(stage1_cflags)
3440
39f34cfc 3441# Enable --enable-checking in stage1 of the compiler.
3442AC_ARG_ENABLE(stage1-checking,
8747a938 3443[AS_HELP_STRING([[--enable-stage1-checking[=all]]],
3444 [choose additional checking for stage1 of the compiler])],
39f34cfc 3445[stage1_checking=--enable-checking=${enable_stage1_checking}],
f6be6a96 3446[if test "x$enable_checking" = xno || test "x$enable_checking" = x; then
f03e0ae4 3447 stage1_checking=--enable-checking=yes,types
39f34cfc 3448else
f6be6a96 3449 stage1_checking=--enable-checking=$enable_checking,types
39f34cfc 3450fi])
3451AC_SUBST(stage1_checking)
3452
2d64c2fd 3453# Enable -Werror in bootstrap stage2 and later.
2d64c2fd 3454AC_ARG_ENABLE(werror,
8747a938 3455[AS_HELP_STRING([--enable-werror],
3456 [enable -Werror in bootstrap stage2 and later])], [],
dd979235 3457[if test -d ${srcdir}/gcc && test x"`cat $srcdir/gcc/DEV-PHASE`" = xexperimental; then
dc914c6d 3458 enable_werror=yes
3459else
3460 enable_werror=no
3461fi])
c0c5068d 3462case ${enable_werror} in
3463 yes) stage2_werror_flag="--enable-werror-always" ;;
3464 *) stage2_werror_flag="" ;;
2d64c2fd 3465esac
c0c5068d 3466AC_SUBST(stage2_werror_flag)
2d64c2fd 3467
2bd17377 3468# Enable --enable-host-shared.
3469AC_ARG_ENABLE(host-shared,
3470[AS_HELP_STRING([--enable-host-shared],
3471 [build host code as shared libraries])],
3472[host_shared=$enableval], [host_shared=no])
3473AC_SUBST(host_shared)
3474
5c524c74 3475# PR jit/64780: Require the user to explicitly specify
3476# --enable-host-shared if the jit is enabled, hinting
3477# that they might want to do a separate configure/build of
3478# the jit, to avoid users from slowing down the rest of the
3479# compiler by enabling the jit.
3480if test ${host_shared} = "no" ; then
3481 case "${enable_languages}" in
3482 *jit*)
3483 AC_MSG_ERROR([
3484Enabling language "jit" requires --enable-host-shared.
3485
3486--enable-host-shared typically slows the rest of the compiler down by
3487a few %, so you must explicitly enable it.
3488
3489If you want to build both the jit and the regular compiler, it is often
3490best to do this via two separate configure/builds, in separate
3491directories, to avoid imposing the performance cost of
3492--enable-host-shared on the regular compiler.])
3493 ;;
3494 *)
3495 ;;
3496 esac
3497fi
3498
6fe86052 3499# Specify what files to not compare during bootstrap.
3500
3501compare_exclusions="gcc/cc*-checksum\$(objext) | gcc/ada/*tools/*"
3502case "$target" in
3503 hppa*64*-*-hpux*) ;;
3504 hppa*-*-hpux*) compare_exclusions="gcc/cc*-checksum\$(objext) | */libgcc/lib2funcs* | gcc/ada/*tools/*" ;;
286256c7 3505 powerpc*-ibm-aix*) compare_exclusions="gcc/cc*-checksum\$(objext) | gcc/ada/*tools/* | *libgomp*\$(objext)" ;;
6fe86052 3506esac
3507AC_SUBST(compare_exclusions)
3508
8bb79148 3509AC_CONFIG_FILES([Makefile],
3510 [sed "$extrasub_build" Makefile |
3511 sed "$extrasub_host" |
3512 sed "$extrasub_target" > mf$$
3513 mv -f mf$$ Makefile],
3514 [extrasub_build="$extrasub_build"
3515 extrasub_host="$extrasub_host"
3516 extrasub_target="$extrasub_target"])
3517AC_OUTPUT