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