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