* configure.in: Move definition of libstdcxx_flags
[deliverable/binutils-gdb.git] / configure.in
CommitLineData
252b5132
RH
1#! /bin/bash
2##############################################################################
3
4## This file is a shell script fragment that supplies the information
5## necessary to tailor a template configure script into the configure
6## script appropriate for this directory. For more information, check
7## any existing configure script.
8
9## Be warned, there are two types of configure.in files. There are those
10## used by Autoconf, which are macros which are expanded into a configure
11## script by autoconf. The other sort, of which this is one, is executed
12## by Cygnus configure.
13
14## For more information on these two systems, check out the documentation
15## for 'Autoconf' (autoconf.texi) and 'Configure' (configure.texi).
16
75205f78
DD
17# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998,
18# 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
252b5132
RH
19#
20# This file is free software; you can redistribute it and/or modify it
21# under the terms of the GNU General Public License as published by
22# the Free Software Foundation; either version 2 of the License, or
23# (at your option) any later version.
24#
25# This program is distributed in the hope that it will be useful, but
26# WITHOUT ANY WARRANTY; without even the implied warranty of
27# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
28# General Public License for more details.
29#
30# You should have received a copy of the GNU General Public License
31# along with this program; if not, write to the Free Software
32# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
33
34##############################################################################
35
36### To add a new directory to the tree, first choose whether it is a target
37### or a host dependent tool. Then put it into the appropriate list
38### (library or tools, host or target), doing a dependency sort. For
39### example, gdb requires that byacc (or bison) be built first, so it is in
40### the ${host_tools} list after byacc and bison.
41
42
43# these libraries are used by various programs built for the host environment
44#
fd8958d5 45host_libs="intl mmalloc libiberty opcodes bfd readline db tcl tk tclX itcl tix libgui zlib"
252b5132 46
2e8357fc 47libstdcxx_version="target-libstdc++-v3"
ba73c63f 48
252b5132
RH
49# these tools are built for the host environment
50# Note, the powerpc-eabi build depends on sim occurring before gdb in order to
51# know that we are building the simulator.
e99daf2b 52host_tools="texinfo byacc flex bison binutils ld gas gcc cgen sid sim gdb make patch prms send-pr gprof gdbtest tgas etc expect dejagnu ash bash bzip2 m4 autoconf automake libtool ispell grep diff rcs cvssrc fileutils shellutils time textutils wdiff find uudecode hello tar gzip indent recode release sed utils guile perl apache inet gawk findutils snavigator libtool gettext zip fastjar"
75205f78
DD
53
54# libgcj represents the runtime libraries only used by gcj.
55libgcj="target-libffi \
56 target-boehm-gc \
57 target-zlib \
58 target-qthreads \
59 target-libjava"
252b5132
RH
60
61# these libraries are built for the target environment, and are built after
62# the host libraries and the host tools (which may be a cross compiler)
63#
64target_libs="target-libiberty \
65 target-libgloss \
66 target-newlib \
ba73c63f
JM
67 ${libstdcxx_version} \
68 target-libf2c \
75205f78 69 ${libgcj}
ba73c63f 70 target-libobjc"
252b5132
RH
71
72# these tools are built using the target libs, and are intended to run only
73# in the target environment
74#
75# note: any program that *uses* libraries that are in the "target_libs"
76# list belongs in this list. those programs are also very likely
77# candidates for the "native_only" list which follows
78#
79target_tools="target-examples target-groff target-gperf"
80
81################################################################################
82
83## These two lists are of directories that are to be removed from the
84## ${configdirs} list for either cross-compilations or for native-
85## compilations. For example, it doesn't make that much sense to
86## cross-compile Emacs, nor is it terribly useful to compile target-libiberty in
87## a native environment.
88
89# directories to be built in the native environment only
90#
91# This must be a single line because of the way it is searched by grep in
92# the code below.
e99daf2b 93native_only="autoconf automake libtool cvssrc fileutils find gawk gettext grep gzip hello indent ispell m4 rcs recode sed shellutils tar textutils uudecode wdiff gprof target-groff guile perl apache inet time ash bash bzip2 prms snavigator gnuserv target-gperf"
252b5132
RH
94
95# directories to be built in a cross environment only
96#
97cross_only="target-libgloss target-newlib target-cygmon target-opcodes target-libstub"
98
99## All tools belong in one of the four categories, and are assigned above
100## We assign ${configdirs} this way to remove all embedded newlines. This
101## is important because configure will choke if they ever get through.
102## ${configdirs} is directories we build using the host tools.
103## ${target_configdirs} is directories we build using the target tools.
104#
105configdirs=`echo ${host_libs} ${host_tools}`
106target_configdirs=`echo ${target_libs} ${target_tools}`
107
108################################################################################
109
110srctrigger=move-if-change
111srcname="gnu development package"
112
113# This gets set non-empty for some net releases of packages.
114appdirs=""
115
116# per-host:
117
9ee1a75c
DD
118# There is no longer anything interesting in the per-host section.
119
120# per-target:
121
c712250a
DD
122# Define is_cross_compiler to save on calls to 'test'.
123is_cross_compiler=
124if test x"${host}" = x"${target}" ; then
125 is_cross_compiler=no
126else
127 is_cross_compiler=yes
128fi
129
252b5132 130# Work in distributions that contain no compiler tools, like Autoconf.
26eadf68 131tentative_cc=""
a0c4f3a0 132if test -d ${srcdir}/config ; then
252b5132
RH
133case "${host}" in
134 m68k-hp-hpux*)
26eadf68
DD
135 # Avoid "too much defining" errors from HPUX compiler.
136 tentative_cc="cc -Wp,-H256000"
115a77aa 137 host_makefile_frag="config/mh-hp300"
252b5132
RH
138 ;;
139 m68k-apollo-sysv*)
26eadf68 140 tentative_cc="cc -A ansi -A runtype,any -A systype,any -U__STDC__ -DUSG"
115a77aa 141 host_makefile_frag="config/mh-apollo68"
252b5132
RH
142 ;;
143 m68k-apollo-bsd*)
26eadf68
DD
144 #None of the Apollo compilers can compile gas or binutils. The preprocessor
145 # chokes on bfd, the compiler won't let you assign integers to enums, and
146 # other problems. Defining CC to gcc is a questionable way to say "don't use
147 # the apollo compiler" (the preferred version of GCC could be called cc,
148 # or whatever), but I'm not sure leaving CC as cc is any better...
149 #CC=cc -A ansi -A runtype,any -A systype,any -U__STDC__ -DNO_STDARG
150 tentative_cc=gcc
115a77aa 151 host_makefile_frag="config/mh-a68bsd"
252b5132
RH
152 ;;
153 m88k-dg-dgux*)
26eadf68 154 tentative_cc="gcc -Wall -ansi -D__using_DGUX"
115a77aa 155 host_makefile_frag="config/mh-dgux"
252b5132
RH
156 ;;
157 m88k-harris-cxux*)
26eadf68
DD
158 # Under CX/UX, we want to tell the compiler to use ANSI mode.
159 tentative_cc="cc -Xa"
115a77aa 160 host_makefile_frag="config/mh-cxux"
252b5132
RH
161 ;;
162 m88k-motorola-sysv*)
115a77aa 163 host_makefile_frag="config/mh-delta88"
252b5132
RH
164 ;;
165 mips*-dec-ultrix*)
26eadf68 166 tentative_cc="cc -Wf,-XNg1000"
115a77aa 167 host_makefile_frag="config/mh-decstation"
252b5132
RH
168 ;;
169 mips*-nec-sysv4*)
26eadf68
DD
170 # The C compiler on NEC MIPS SVR4 needs bigger tables.
171 tentative_cc="cc -ZXNd=5000 -ZXNg=1000"
115a77aa 172 host_makefile_frag="config/mh-necv4"
252b5132
RH
173 ;;
174 mips*-sgi-irix6*)
115a77aa 175 host_makefile_frag="config/mh-irix6"
252b5132
RH
176 ;;
177 mips*-sgi-irix5*)
115a77aa 178 host_makefile_frag="config/mh-irix5"
252b5132
RH
179 ;;
180 mips*-sgi-irix4*)
26eadf68
DD
181 # Tell compiler to use K&R C. We can't compile under the SGI Ansi
182 # environment. Also bump switch table size so that cp-parse will
183 # compile. Bump string length limit so linker builds.
184 tentative_cc="cc -cckr -Wf,-XNg1500 -Wf,-XNk1000 -Wf,-XNh2000 -Wf,-XNl8192"
252b5132
RH
185 ;;
186 mips*-sgi-irix3*)
115a77aa 187 host_makefile_frag="config/mh-sysv"
252b5132
RH
188 ;;
189 mips*-*-sysv4*)
115a77aa 190 host_makefile_frag="config/mh-sysv4"
252b5132
RH
191 ;;
192 mips*-*-sysv*)
26eadf68
DD
193 # This is for a MIPS running RISC/os 4.52C.
194
195 # This is needed for GDB, but needs to be in the top-level make because
196 # if a library is compiled with the bsd headers and gets linked with the
197 # sysv system libraries all hell can break loose (e.g. a jmp_buf might be
198 # a different size).
199 # ptrace(2) apparently has problems in the BSD environment. No workaround is
200 # known except to select the sysv environment. Could we use /proc instead?
201 # These "sysv environments" and "bsd environments" often end up being a pain.
202 #
203 # This is not part of CFLAGS because perhaps not all C compilers have this
204 # option.
205 tentative_cc="cc -systype sysv"
115a77aa 206 host_makefile_frag="config/mh-riscos"
252b5132 207 ;;
ba73c63f 208 i370-ibm-opened*)
26eadf68 209 tentative_cc="c89"
115a77aa 210 host_makefile_frag="config/mh-openedition"
ba73c63f 211 ;;
252b5132 212 i[3456]86-*-sysv5*)
115a77aa 213 host_makefile_frag="config/mh-sysv5"
252b5132
RH
214 ;;
215 i[3456]86-*-dgux*)
26eadf68 216 tentative_cc="gcc -Wall -ansi -D__using_DGUX"
115a77aa 217 host_makefile_frag="config/mh-dgux386"
252b5132
RH
218 ;;
219 i[3456]86-ncr-sysv4.3*)
26eadf68
DD
220 # The MetaWare compiler will generate a copyright message unless you
221 # turn it off by adding the -Hnocopyr flag.
222 tentative_cc="cc -Hnocopyr"
115a77aa 223 host_makefile_frag="config/mh-ncrsvr43"
252b5132
RH
224 ;;
225 i[3456]86-ncr-sysv4*)
26eadf68
DD
226 # for an NCR 3000 (i486/SVR4) system.
227 # The NCR 3000 ships with a MetaWare compiler installed as /bin/cc.
228 # This compiler not only emits obnoxious copyright messages every time
229 # you run it, but it chokes and dies on a whole bunch of GNU source
230 # files. Default to using the AT&T compiler installed in /usr/ccs/ATT/cc.
231 tentative_cc="/usr/ccs/ATT/cc"
115a77aa 232 host_makefile_frag="config/mh-ncr3000"
252b5132
RH
233 ;;
234 i[3456]86-*-sco3.2v5*)
115a77aa 235 host_makefile_frag="config/mh-sysv"
252b5132
RH
236 ;;
237 i[3456]86-*-sco*)
26eadf68
DD
238 # The native C compiler botches some simple uses of const. Unfortunately,
239 # it doesn't defined anything like "__sco__" for us to test for in ansidecl.h.
240 tentative_cc="cc -Dconst="
115a77aa 241 host_makefile_frag="config/mh-sco"
252b5132
RH
242 ;;
243 i[3456]86-*-udk*)
115a77aa 244 host_makefile_frag="config/mh-sysv5"
252b5132
RH
245 ;;
246 i[3456]86-*-isc*)
115a77aa 247 host_makefile_frag="config/mh-sysv"
252b5132
RH
248 ;;
249 i[3456]86-*-solaris2*)
115a77aa 250 host_makefile_frag="config/mh-sysv4"
252b5132
RH
251 ;;
252 i[3456]86-*-aix*)
115a77aa 253 host_makefile_frag="config/mh-aix386"
252b5132
RH
254 ;;
255 i[3456]86-*-msdosdjgpp*)
115a77aa 256 host_makefile_frag="config/mh-djgpp"
252b5132
RH
257 ;;
258 *-cygwin*)
115a77aa 259 host_makefile_frag="config/mh-cygwin"
252b5132
RH
260 ;;
261 *-mingw32*)
115a77aa 262 host_makefile_frag="config/mh-mingw32"
252b5132
RH
263 ;;
264 *-interix*)
115a77aa 265 host_makefile_frag="config/mh-interix"
252b5132 266 ;;
252b5132 267 vax-*-ultrix2*)
26eadf68
DD
268 # The old BSD pcc isn't up to compiling parts of gdb so use gcc
269 tentative_cc=gcc
252b5132
RH
270 ;;
271 *-*-solaris2*)
115a77aa 272 host_makefile_frag="config/mh-solaris"
252b5132
RH
273 ;;
274 m68k-sun-sunos*)
26eadf68
DD
275 # Sun's C compiler needs the -J flag to be able to compile cp-parse.c
276 # without overflowing the jump tables (-J says to use a 32 bit table)
277 tentative_cc="cc -J"
252b5132
RH
278 ;;
279 *-hp-hpux[78]*)
26eadf68 280 tentative_cc="cc -Wp,-H256000"
115a77aa 281 host_makefile_frag="config/mh-hpux8"
252b5132
RH
282 ;;
283 *-hp-hpux*)
26eadf68 284 tentative_cc="cc -Wp,-H256000"
115a77aa 285 host_makefile_frag="config/mh-hpux"
252b5132
RH
286 ;;
287 *-*-hiux*)
26eadf68 288 tentative_cc="cc -Wp,-H256000"
115a77aa 289 host_makefile_frag="config/mh-hpux"
252b5132
RH
290 ;;
291 rs6000-*-lynxos*)
26eadf68
DD
292 # /bin/cc is less than useful for our purposes. Always use GCC
293 tentative_cc="/usr/cygnus/progressive/bin/gcc"
115a77aa 294 host_makefile_frag="config/mh-lynxrs6k"
252b5132
RH
295 ;;
296 *-*-lynxos*)
26eadf68
DD
297 # /bin/cc is less than useful for our purposes. Always use GCC
298 tentative_cc="/bin/gcc"
252b5132 299 ;;
252b5132 300 *-*-sysv4*)
115a77aa 301 host_makefile_frag="config/mh-sysv4"
252b5132
RH
302 ;;
303 *-*-sysv*)
115a77aa 304 host_makefile_frag="config/mh-sysv"
252b5132
RH
305 ;;
306esac
307fi
308
309# If we aren't going to be using gcc, see if we can extract a definition
310# of CC from the fragment.
26eadf68 311# Actually, use the 'pre-extracted' version above.
a0c4f3a0 312if test -z "${CC}" && test "${build}" = "${host}" ; then
252b5132
RH
313 IFS="${IFS= }"; save_ifs="$IFS"; IFS="${IFS}:"
314 found=
315 for dir in $PATH; do
316 test -z "$dir" && dir=.
317 if test -f $dir/gcc; then
318 found=yes
319 break
320 fi
321 done
322 IFS="$save_ifs"
a0c4f3a0 323 if test -z "${found}" && test -n "${tentative_cc}" ; then
26eadf68 324 CC=$tentative_cc
252b5132
RH
325 fi
326fi
327
328# We default to --with-shared on platforms where -fpic is meaningless.
329# Well, we don't yet, but we will.
a0c4f3a0 330if false && test "${host}" = "${target}" && test x${enable_shared} = x ; then
252b5132
RH
331 case "${target}" in
332 alpha*-dec-osf*) enable_shared=yes ;;
333 alpha*-*-linux*) enable_shared=yes ;;
334 mips-sgi-irix5*) enable_shared=yes ;;
335 *) enable_shared=no ;;
336 esac
337fi
338
75205f78
DD
339# hpux11 in 64bit mode has libraries in a weird place. Arrange to find
340# them automatically.
341case "${host}" in
342 hppa*64*-*-hpux11*)
343 withoptions="$withoptions -x-libraries=/usr/lib/pa20_64 -x-includes=/usr/X11R6/include"
344 ;;
345esac
346
252b5132
RH
347case "${enable_shared}" in
348 yes) shared=yes ;;
349 no) shared=no ;;
350 "") shared=no ;;
351 *) shared=yes ;;
352esac
353
252b5132 354rm -f mh-frag
a0c4f3a0 355if test -n "${host_makefile_frag}" ; then
252b5132
RH
356 for f in ${host_makefile_frag}
357 do
358 cat ${srcdir}/$f >> mh-frag
359 done
360 host_makefile_frag=mh-frag
361fi
362
252b5132
RH
363case "${target}" in
364 v810*)
365 target_makefile_frag="${target_makefile_frag} config/mt-v810"
366 ;;
367 i[3456]86-*-netware*)
368 target_makefile_frag="${target_makefile_frag} config/mt-netware"
369 ;;
370 powerpc-*-netware*)
371 target_makefile_frag="${target_makefile_frag} config/mt-netware"
372 ;;
75205f78
DD
373 alpha*-*-linux*)
374 target_makefile_frag="${target_makefile_frag} config/mt-linux"
375 target_makefile_frag="${target_makefile_frag} config/mt-alphaieee"
376 ;;
377 alpha*-*-*)
378 target_makefile_frag="${target_makefile_frag} config/mt-alphaieee"
379 ;;
380 *-*-linux*)
252b5132
RH
381 target_makefile_frag="${target_makefile_frag} config/mt-linux"
382 ;;
91b2c84d
GK
383 *-*-aix4.[3456789]* | *-*-aix[56789].*)
384 target_makefile_frag="${target_makefile_frag} config/mt-aix43"
385 ;;
2fb651f6
NC
386 mips*-*-pe | sh*-*-pe | *arm-wince-pe)
387 target_makefile_frag="${target_makefile_frag} config/mt-wince"
388 ;;
252b5132
RH
389esac
390
391# If --enable-target-optspace always use -Os instead of -O2 to build
392# the target libraries, similarly if it is not specified, use -Os
393# on selected platforms.
394case "${enable_target_optspace}:${target}" in
395 yes:*)
396 target_makefile_frag="${target_makefile_frag} config/mt-ospace"
397 ;;
252b5132
RH
398 :d30v-*)
399 target_makefile_frag="${target_makefile_frag} config/mt-d30v"
400 ;;
401 :m32r-* | :d10v-* | :fr30-*)
402 target_makefile_frag="${target_makefile_frag} config/mt-ospace"
403 ;;
404 no:* | :*)
405 ;;
406 *)
407 echo "*** bad value \"${enable_target_optspace}\" for --enable-target-optspace flag; ignored" 1>&2
408 ;;
409esac
410
411skipdirs=
252b5132
RH
412use_gnu_ld=
413use_gnu_as=
414
415# some tools are so dependent upon X11 that if we're not building with X,
416# it's not even worth trying to configure, much less build, that tool.
417
418case ${with_x} in
419 yes | "") # the default value for this tree is that X11 is available
420 ;;
421 no)
66f1ba4f 422 skipdirs="${skipdirs} tk libgui"
252b5132
RH
423 ;;
424 *)
425 echo "*** bad value \"${with_x}\" for -with-x flag; ignored" 1>&2
426 ;;
427esac
428
429# Some tools are only suitable for building in a "native" situation.
430# Those are added when we have a host==target configuration. For cross
431# toolchains, we add some directories that should only be useful in a
432# cross-compiler.
433
c712250a
DD
434case $is_cross_compiler in
435 no) skipdirs="${skipdirs} ${cross_only}" ;;
436 yes) skipdirs="${skipdirs} ${native_only}" ;;
437esac
252b5132
RH
438
439# We always want to use the same name for this directory, so that dejagnu
440# can reliably find it.
441target_subdir=${target_alias}
442
a0c4f3a0 443if test ! -d ${target_subdir} ; then
252b5132
RH
444 if mkdir ${target_subdir} ; then true
445 else
d5de0a84 446 echo "'*** could not make ${PWD=`${PWDCMD-pwd}`}/${target_subdir}" 1>&2
252b5132
RH
447 exit 1
448 fi
449fi
450
49b7683b
DD
451build_subdir=${build_alias}
452
a0c4f3a0
DD
453if test x"${build_alias}" != x"${host}" ; then
454 if test ! -d ${build_subdir} ; then
49b7683b
DD
455 if mkdir ${build_subdir} ; then true
456 else
d5de0a84 457 echo "'*** could not make ${PWD=`${PWDCMD-pwd}`}/${build_subdir}" 1>&2
49b7683b
DD
458 exit 1
459 fi
460 fi
461fi
462
252b5132
RH
463copy_dirs=
464
465# Handle --with-headers=XXX. The contents of the named directory are
466# copied to $(tooldir)/sys-include.
a0c4f3a0
DD
467if test x"${with_headers}" != x ; then
468 if test x${is_cross_compiler} = xno ; then
252b5132
RH
469 echo 1>&2 '***' --with-headers is only supported when cross compiling
470 exit 1
471 fi
472 case "${exec_prefixoption}" in
473 "") x=${prefix} ;;
474 *) x=${exec_prefix} ;;
475 esac
476 copy_dirs="${copy_dirs} ${with_headers} $x/${target_alias}/sys-include"
477fi
478
479# Handle --with-libs=XXX. Multiple directories are permitted. The
480# contents are copied to $(tooldir)/lib.
a0c4f3a0
DD
481if test x"${with_libs}" != x ; then
482 if test x${is_cross_compiler} = xno ; then
252b5132
RH
483 echo 1>&2 '***' --with-libs is only supported when cross compiling
484 exit 1
485 fi
486 # Copy the libraries in reverse order, so that files in the first named
487 # library override files in subsequent libraries.
488 case "${exec_prefixoption}" in
489 "") x=${prefix} ;;
490 *) x=${exec_prefix} ;;
491 esac
492 for l in ${with_libs}; do
493 copy_dirs="$l $x/${target_alias}/lib ${copy_dirs}"
494 done
495fi
496
252b5132
RH
497# Handle ${copy_dirs}
498set fnord ${copy_dirs}
499shift
a0c4f3a0
DD
500while test $# != 0 ; do
501 if test -f $2/COPIED && test x"`cat $2/COPIED`" = x"$1" ; then
252b5132
RH
502 :
503 else
504 echo Copying $1 to $2
505
506 # Use the install script to create the directory and all required
507 # parent directories.
a0c4f3a0 508 if test -d $2 ; then
252b5132
RH
509 :
510 else
511 echo >config.temp
512 ${srcdir}/install-sh -c -m 644 config.temp $2/COPIED
513 fi
514
515 # Copy the directory, assuming we have tar.
516 # FIXME: Should we use B in the second tar? Not all systems support it.
517 (cd $1; tar -cf - .) | (cd $2; tar -xpf -)
518
519 # It is the responsibility of the user to correctly adjust all
520 # symlinks. If somebody can figure out how to handle them correctly
521 # here, feel free to add the code.
522
523 echo $1 > $2/COPIED
524 fi
525 shift; shift
526done
527
a32d391c
DD
528# If both --with-headers and --with-libs are specified, default to
529# --without-newlib.
530if test x"${with_headers}" != x && test x"${with_libs}" != x ; then
531 if test x"${with_newlib}" = x ; then
532 with_newlib=no
533 fi
534fi
535
536# Recognize --with-newlib/--without-newlib.
537case ${with_newlib} in
538 no) skipdirs="${skipdirs} target-newlib" ;;
539 yes) skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'` ;;
540esac
541
542# Default to using --with-stabs for certain targets.
543if test x${with_stabs} = x ; then
544 case "${target}" in
545 mips*-*-irix6*)
546 ;;
547 mips*-*-* | alpha*-*-osf*)
548 with_stabs=yes;
549 withoptions="${withoptions} --with-stabs"
550 ;;
551 esac
552fi
553
252b5132
RH
554# Configure extra directories which are host specific
555
556case "${host}" in
557 i[3456]86-*-go32*)
558 configdirs="$configdirs dosrel" ;;
559 i[3456]86-*-mingw32*)
560 configdirs="$configdirs dosrel" ;;
561 *-cygwin*)
562 configdirs="$configdirs libtermcap dosrel" ;;
563esac
564
565# Remove more programs from consideration, based on the host or
566# target this usually means that a port of the program doesn't
567# exist yet.
568
569noconfigdirs=""
570
571case "${host}" in
75205f78
DD
572 hppa*64*-*-*)
573 noconfigdirs="$noconfigdirs byacc"
574 ;;
252b5132
RH
575 i[3456]86-*-vsta)
576 noconfigdirs="tcl expect dejagnu make texinfo bison patch flex byacc send-pr gprof uudecode dejagnu diff guile perl apache inet itcl tix db snavigator gnuserv gettext"
577 ;;
578 i[3456]86-*-go32* | i[3456]86-*-msdosdjgpp*)
75205f78 579 noconfigdirs="tcl tk expect dejagnu send-pr uudecode guile apache inet itcl tix db snavigator gnuserv libffi"
252b5132
RH
580 ;;
581 i[3456]86-*-mingw32*)
582 # noconfigdirs="tcl tk expect dejagnu make texinfo bison patch flex byacc send-pr uudecode dejagnu diff guile perl apache inet itcl tix db snavigator gnuserv"
dc8bc5a6 583 noconfigdirs="expect dejagnu cvs autoconf automake send-pr rcs guile perl texinfo apache inet libtool"
252b5132
RH
584 ;;
585 i[3456]86-*-beos*)
586 noconfigdirs="$noconfigdirs tk itcl tix libgui gdb"
587 ;;
588 *-*-cygwin*)
8d6dd99d 589 noconfigdirs="autoconf automake send-pr rcs guile perl apache inet"
252b5132
RH
590 ;;
591 *-*-netbsd*)
592 noconfigdirs="rcs"
593 ;;
594 ppc*-*-pe)
595 noconfigdirs="patch diff make tk tcl expect dejagnu cvssrc autoconf automake texinfo bison send-pr gprof rcs guile perl apache inet itcl tix db snavigator gnuserv"
596 ;;
ba73c63f
JM
597 powerpc-*-beos*)
598 noconfigdirs="$noconfigdirs tk itcl tix libgui gdb dejagnu readline"
599 ;;
252b5132
RH
600esac
601
96111c10
AO
602# Save it here so that, even in case of --enable-libgcj, if the Java
603# front-end isn't enabled, we still get libgcj disabled.
604libgcj_saved=$libgcj
605case $enable_libgcj in
606yes)
607 # If we reset it here, it won't get added to noconfigdirs in the
608 # target-specific build rules, so it will be forcibly enabled
609 # (unless the Java language itself isn't enabled).
610 libgcj=
611 ;;
612no)
613 # Make sure we get it printed in the list of not supported target libs.
614 noconfigdirs="$noconfigdirs ${libgcj}"
615 ;;
616esac
617
252b5132 618case "${target}" in
75205f78
DD
619 *-*-chorusos)
620 noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
621 ;;
ffb97b2f
DD
622 *-*-freebsd[12] | *-*-freebsd[12].* | *-*-freebsd*aout*)
623 noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
624 ;;
e82380cc
JT
625 *-*-netbsd*)
626 # Skip some stuff on all NetBSD configurations.
627 skipdirs="$skipdirs target-newlib target-libiberty target-libgloss"
628
629 # Skip some stuff that's unsupported on some NetBSD configurations.
630 case "${target}" in
75205f78 631 i*86-*-netbsdelf*) ;;
e82380cc 632 *)
75205f78 633 noconfigdirs="$noconfigdirs ${libgcj}"
e82380cc
JT
634 ;;
635 esac
636 ;;
252b5132 637 *-*-netware)
e3b0c936 638 noconfigdirs="$noconfigdirs ${libstdcxx_version} target-newlib target-libiberty target-libgloss ${libgcj}"
252b5132
RH
639 ;;
640 *-*-rtems*)
75205f78 641 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
d5ec694c
DD
642 case ${target} in
643 h8300*-*-* | h8500-*-*)
644 noconfigdirs="$noconfigdirs target-libf2c"
645 ;;
646 *) ;;
647 esac
252b5132
RH
648 ;;
649 *-*-vxworks*)
75205f78 650 noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
252b5132
RH
651 ;;
652 alpha*-dec-osf*)
e99daf2b
DD
653 # ld works, but does not support shared libraries.
654 # newlib is not 64 bit ready. I'm not sure about fileutils.
252b5132 655 # gas doesn't generate exception information.
e99daf2b 656 noconfigdirs="$noconfigdirs gas ld fileutils target-newlib target-libgloss"
252b5132
RH
657 ;;
658 alpha*-*-*vms*)
75205f78
DD
659 noconfigdirs="$noconfigdirs gdb ld target-newlib target-libgloss ${libgcj}"
660 ;;
661 alpha*-*-linux*)
662 # newlib is not 64 bit ready
663 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
252b5132 664 ;;
ffb97b2f
DD
665 alpha*-*-freebsd*)
666 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
667 ;;
252b5132
RH
668 alpha*-*-*)
669 # newlib is not 64 bit ready
75205f78 670 noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
252b5132 671 ;;
75205f78
DD
672 sh-*-linux*)
673 noconfigdirs="$noconfigdirs ${libgcj} target-newlib target-libgloss"
75205f78 674 ;;
2fb651f6 675 sh*-*-pe|mips*-*-pe|*arm-wince-pe)
75205f78
DD
676 noconfigdirs="$noconfigdirs ${libgcj}"
677 noconfigdirs="$noconfigdirs target-examples"
ba73c63f 678 noconfigdirs="$noconfigdirs target-libiberty texinfo send-pr"
2fb651f6
NC
679 noconfigdirs="$noconfigdirs tcl tix tk itcl libgui sim"
680 noconfigdirs="$noconfigdirs expect dejagnu"
681 # the C++ libraries don't build on top of CE's C libraries
ba73c63f 682 noconfigdirs="$noconfigdirs ${libstdcxx_version}"
2fb651f6
NC
683 skipdirs="$skipdirs target-newlib"
684 case "${host}" in
685 *-*-cygwin*) ;; # keep gdb and readline
ba73c63f 686 *) noconfigdirs="$noconfigdirs gdb readline ${libstdcxx_version}"
2fb651f6
NC
687 ;;
688 esac
689 ;;
252b5132 690 arc-*-*)
75205f78 691 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
252b5132
RH
692 ;;
693 arm-*-pe*)
75205f78 694 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
252b5132 695 ;;
252b5132 696 arm-*-oabi*)
75205f78 697 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
252b5132 698 ;;
252b5132 699 thumb-*-coff)
75205f78 700 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
252b5132 701 ;;
252b5132 702 thumb-*-elf)
75205f78 703 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
252b5132
RH
704 ;;
705 thumb-*-oabi)
75205f78 706 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
252b5132 707 ;;
252b5132 708 strongarm-*-elf)
75205f78 709 noconfigdirs="$noconfigdirs ${libgcj}"
252b5132
RH
710 ;;
711 strongarm-*-coff)
75205f78 712 noconfigdirs="$noconfigdirs ${libgcj}"
252b5132 713 ;;
077b8428 714 xscale-*-elf)
75205f78 715 noconfigdirs="$noconfigdirs target-libffi target-qthreads"
077b8428
NC
716 ;;
717 xscale-*-coff)
75205f78 718 noconfigdirs="$noconfigdirs ${libgcj}"
077b8428 719 ;;
347dad9e 720 thumb-*-pe)
75205f78 721 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
252b5132
RH
722 ;;
723 arm-*-riscix*)
75205f78 724 noconfigdirs="$noconfigdirs ld target-libgloss ${libgcj}"
252b5132 725 ;;
c95f53ae
MM
726 avr-*-*)
727 noconfigdirs="$noconfigdirs target-libiberty ${libstdcxx_version} ${libgcj}"
728 ;;
077b8428 729 c4x-*-*)
e3b0c936 730 noconfigdirs="$noconfigdirs ${libstdcxx_version} target-libgloss ${libgcj}"
077b8428
NC
731 ;;
732 c54x*-*-* | tic54x-*-*)
75205f78
DD
733 noconfigdirs="$noconfigdirs ${libstdcxx_version} target-libgloss ${libgcj} gcc gdb newlib"
734 ;;
735 cris-*-*)
736 noconfigdirs="$noconfigdirs ${libgcj}"
077b8428 737 ;;
252b5132 738 d10v-*-*)
e3b0c936 739 noconfigdirs="$noconfigdirs ${libstdcxx_version} target-libgloss ${libgcj}"
252b5132 740 ;;
252b5132 741 d30v-*-*)
75205f78 742 noconfigdirs="$noconfigdirs ${libgcj}"
252b5132 743 ;;
252b5132 744 fr30-*-elf*)
75205f78 745 noconfigdirs="$noconfigdirs ${libgcj}"
a0c4f3a0 746 if test x${is_cross_compiler} != xno ; then
252b5132
RH
747 target_configdirs="${target_configdirs} target-bsp target-libstub target-cygmon"
748 fi
749 ;;
d2a86414
DB
750 frv-*-*)
751 noconfigdirs="$noconfigdirs ${libgcj}"
752 if test x${is_cross_compiler} != xno ; then
753 target_configdirs="${target_configdirs} target-bsp target-cygmon"
754 fi
755 ;;
dd1e52a4
JH
756 h8300*-*-*)
757 noconfigdirs="$noconfigdirs target-libgloss"
758 ;;
252b5132 759 h8500-*-*)
e3b0c936 760 noconfigdirs="$noconfigdirs ${libstdcxx_version} target-libgloss ${libgcj} target-libf2c"
75205f78
DD
761 ;;
762 hppa*64*-*-linux* | parisc*64*-*-linux*)
763 # In this case, it's because the hppa64-linux target is for
764 # the kernel only at this point and has no libc, and thus no
765 # headers, crt*.o, etc., all of which are needed by these.
766 noconfigdirs="$noconfigdirs target-zlib"
252b5132
RH
767 ;;
768 hppa*-*-*elf* | \
75205f78 769 parisc*-*-linux* | hppa*-*-linux* | \
09e90eb4
JL
770 hppa*-*-lites* | \
771 hppa*64*-*-*)
75205f78 772 noconfigdirs="$noconfigdirs ${libgcj}"
ba73c63f 773 # Do configure ld/binutils/gas for this case.
252b5132
RH
774 ;;
775 hppa*-*-*)
b3ed1d6b
AO
776 # According to Alexandre Oliva <aoliva@redhat.com>, libjava won't
777 # build on HP-UX 10.20.
778 noconfigdirs="$noconfigdirs ld shellutils ${libgcj}"
252b5132 779 ;;
2315914d
JW
780 ia64*-*-elf*)
781 # No gdb support yet.
782 noconfigdirs="$noconfigdirs tix readline mmalloc libgui itcl gdb"
783 ;;
a0c1c920
NC
784 ia64*-**-hpux*)
785 # No gdb or ld support yet.
786 noconfigdirs="$noconfigdirs tix readline mmalloc libgui itcl gdb ld"
787 ;;
252b5132 788 i[3456]86-*-coff | i[3456]86-*-elf)
75205f78 789 noconfigdirs="$noconfigdirs ${libgcj}"
a0c4f3a0 790 if test x${is_cross_compiler} != xno ; then
252b5132
RH
791 target_configdirs="${target_configdirs} target-libstub target-cygmon"
792 fi
793 ;;
ffb97b2f
DD
794 i[34567]86-*-freebsd*)
795 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
796 ;;
d5ec694c
DD
797 s390*-*-linux*)
798 # The libffi port is not yet in the GCC tree
799 noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
d5ec694c 800 ;;
c72f388d
TF
801 i[3456]86-*-linux*)
802 # This section makes it possible to build newlib natively on linux.
803 # If we are using a cross compiler then don't configure newlib.
a018e15b 804 if test x${is_cross_compiler} != xno ; then
c72f388d
TF
805 noconfigdirs="$noconfigdirs target-newlib"
806 fi
807 noconfigdirs="$noconfigdirs target-libgloss"
808 # If we are not using a cross compiler, do configure newlib.
809 # Note however, that newlib will only be configured in this situation
810 # if the --with-newlib option has been given, because otherwise
811 # 'target-newlib' will appear in skipdirs.
c72f388d 812 ;;
75205f78
DD
813 *-*-linux*)
814 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
252b5132 815 ;;
252b5132
RH
816 i[3456]86-*-mingw32*)
817 target_configdirs="$target_configdirs target-mingw"
b1af961c 818 noconfigdirs="$noconfigdirs expect target-libgloss ${libgcj}"
252b5132
RH
819
820 # Can't build gdb for mingw32 if not native.
821 case "${host}" in
822 i[3456]86-*-mingw32) ;; # keep gdb tcl tk expect etc.
823 *) noconfigdirs="$noconfigdirs gdb tcl tk expect itcl tix db snavigator gnuserv"
824 ;;
825 esac
826 ;;
827 *-*-cygwin*)
828 target_configdirs="$target_configdirs target-libtermcap target-winsup"
b1af961c 829 noconfigdirs="$noconfigdirs target-gperf target-libgloss ${libgcj}"
252b5132
RH
830 # always build newlib.
831 skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
832
833 # Can't build gdb for Cygwin if not native.
834 case "${host}" in
835 *-*-cygwin*) ;; # keep gdb tcl tk expect etc.
836 *) noconfigdirs="$noconfigdirs gdb tcl tk expect itcl tix libgui db snavigator gnuserv"
837 ;;
838 esac
839 ;;
840 i[3456]86-*-pe)
e3b0c936 841 noconfigdirs="$noconfigdirs ${libstdcxx_version} target-libgloss ${libgcj}"
252b5132
RH
842 ;;
843 i[3456]86-*-sco3.2v5*)
844 # The linker does not yet know about weak symbols in COFF,
845 # and is not configured to handle mixed ELF and COFF.
75205f78 846 noconfigdirs="$noconfigdirs ld target-libgloss ${libgcj}"
252b5132
RH
847 ;;
848 i[3456]86-*-sco*)
75205f78 849 noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
252b5132
RH
850 ;;
851 i[3456]86-*-solaris2*)
852 noconfigdirs="$noconfigdirs target-libgloss"
853 ;;
854 i[3456]86-*-sysv4*)
e99daf2b 855 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
252b5132
RH
856 ;;
857 i[3456]86-*-beos*)
b1af961c 858 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss ${libgcj}"
252b5132 859 ;;
75205f78
DD
860 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*)
861 noconfigdirs="$noconfigdirs target-libiberty ${libstdcxx_version} ${libgcj}"
f9e0997d 862 ;;
75205f78
DD
863 m68k-*-elf*)
864 noconfigdirs="$noconfigdirs ${libgcj}"
a0c4f3a0 865 if test x${is_cross_compiler} != xno ; then
252b5132
RH
866 target_configdirs="${target_configdirs} target-bsp target-cygmon"
867 fi
868 ;;
869 m68k-*-coff*)
75205f78 870 noconfigdirs="$noconfigdirs ${libgcj}"
a0c4f3a0 871 if test x${is_cross_compiler} != xno ; then
252b5132
RH
872 target_configdirs="${target_configdirs} target-bsp target-cygmon"
873 fi
874 ;;
75205f78
DD
875 mcore-*-pe*)
876 # The EPOC C++ environment does not support exceptions or rtti,
877 # and so building libstdc++-v3 tends not to always work.
878 noconfigdirs="$noconfigdirs target-libstdc++-v3"
879 ;;
880 mmix-*-*)
881 noconfigdirs="$noconfigdirs ${libgcj}"
882 ;;
252b5132 883 mn10200-*-*)
75205f78 884 noconfigdirs="$noconfigdirs ${libgcj}"
a0c4f3a0 885 if test x${is_cross_compiler} != xno ; then
252b5132
RH
886 target_configdirs="${target_configdirs} target-libstub target-cygmon"
887 fi
888 ;;
889 mn10300-*-*)
75205f78 890 noconfigdirs="$noconfigdirs ${libgcj}"
a0c4f3a0 891 if test x${is_cross_compiler} != xno ; then
252b5132
RH
892 target_configdirs="${target_configdirs} target-bsp target-libstub target-cygmon"
893 fi
894 ;;
895 powerpc-*-aix*)
896 # copied from rs6000-*-* entry
75205f78 897 noconfigdirs="$noconfigdirs gprof cvssrc target-libgloss ${libgcj}"
11a383ba 898 use_gnu_ld=yes
252b5132
RH
899 ;;
900 powerpc*-*-winnt* | powerpc*-*-pe* | ppc*-*-pe)
901 target_configdirs="$target_configdirs target-winsup"
75205f78 902 noconfigdirs="$noconfigdirs gdb tcl tk make expect target-libgloss itcl tix db snavigator gnuserv ${libgcj}"
252b5132
RH
903 # always build newlib.
904 skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
905 ;;
906 # This is temporary until we can link against shared libraries
907 powerpcle-*-solaris*)
75205f78 908 noconfigdirs="$noconfigdirs gdb sim make tcl tk expect itcl tix db snavigator gnuserv ${libgcj}"
ba73c63f
JM
909 ;;
910 powerpc-*-beos*)
75205f78 911 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss ${libgcj}"
252b5132
RH
912 ;;
913 powerpc-*-eabi)
75205f78 914 noconfigdirs="$noconfigdirs ${libgcj}"
a0c4f3a0 915 if test x${is_cross_compiler} != xno ; then
252b5132
RH
916 target_configdirs="${target_configdirs} target-bsp target-libstub target-cygmon"
917 fi
918 ;;
919 rs6000-*-lynxos*)
920 # The CVS server code doesn't work on the RS/6000
75205f78 921 noconfigdirs="$noconfigdirs target-newlib gprof cvssrc ${libgcj}"
252b5132
RH
922 ;;
923 rs6000-*-aix*)
75205f78 924 noconfigdirs="$noconfigdirs gprof ${libgcj}"
11a383ba 925 use_gnu_ld=yes
252b5132
RH
926 ;;
927 rs6000-*-*)
75205f78 928 noconfigdirs="$noconfigdirs gprof ${libgcj}"
252b5132
RH
929 ;;
930 m68k-apollo-*)
75205f78 931 noconfigdirs="$noconfigdirs ld binutils gprof target-libgloss ${libgcj}"
252b5132
RH
932 ;;
933 mips*-*-irix5*)
934 # The GNU linker does not support shared libraries.
e99daf2b 935 noconfigdirs="$noconfigdirs ld gprof target-libgloss ${libgcj}"
252b5132
RH
936 ;;
937 mips*-*-irix6*)
106117aa 938 # The GNU assembler does not support IRIX 6.
b3ed1d6b
AO
939 # Linking libjava exceeds command-line length limits on at least
940 # IRIX 6.2, but not on IRIX 6.5.
941 # Also, boehm-gc won't build on IRIX 6.5, according to Jeffrey Oldham
942 # <oldham@codesourcery.com>
e99daf2b 943 noconfigdirs="$noconfigdirs gas gprof target-libgloss ${libgcj}"
252b5132
RH
944 ;;
945 mips*-dec-bsd*)
75205f78 946 noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
252b5132
RH
947 ;;
948 mips*-*-bsd*)
75205f78 949 noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
252b5132
RH
950 ;;
951 mipstx39-*-*)
75205f78 952 noconfigdirs="$noconfigdirs gprof ${libgcj}" # same as generic mips
252b5132
RH
953 target_configdirs="${target_configdirs} target-bsp target-libstub target-cygmon"
954 ;;
fad93c55
L
955 mips*-*-linux*)
956 noconfigdirs="$noconfigdirs target-libffi"
957 ;;
252b5132 958 mips*-*-*)
75205f78 959 noconfigdirs="$noconfigdirs gprof ${libgcj}"
252b5132
RH
960 ;;
961 romp-*-*)
75205f78 962 noconfigdirs="$noconfigdirs bfd binutils ld gas opcodes target-libgloss ${libgcj}"
252b5132
RH
963 ;;
964 sh-*-*)
965 case "${host}" in
966 i[3456]86-*-vsta) ;; # don't add gprof back in
967 i[3456]86-*-go32*) ;; # don't add gprof back in
968 i[3456]86-*-msdosdjgpp*) ;; # don't add gprof back in
969 *) skipdirs=`echo " ${skipdirs} " | sed -e 's/ gprof / /'` ;;
970 esac
75205f78 971 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
252b5132 972 ;;
20a5393b
AO
973 sh64-*-*)
974 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
975 ;;
252b5132 976 sparc-*-elf*)
a0c4f3a0 977 if test x${is_cross_compiler} != xno ; then
252b5132
RH
978 target_configdirs="${target_configdirs} target-libstub target-cygmon"
979 fi
d5ec694c 980 noconfigdirs="$noconfigdirs ${libgcj}"
252b5132
RH
981 ;;
982 sparc64-*-elf*)
a0c4f3a0 983 if test x${is_cross_compiler} != xno ; then
252b5132
RH
984 target_configdirs="${target_configdirs} target-libstub target-cygmon"
985 fi
d5ec694c 986 noconfigdirs="$noconfigdirs ${libgcj}"
252b5132
RH
987 ;;
988 sparclite-*-*)
a0c4f3a0 989 if test x${is_cross_compiler} != xno ; then
252b5132
RH
990 target_configdirs="${target_configdirs} target-bsp target-libstub target-cygmon"
991 fi
75205f78 992 noconfigdirs="$noconfigdirs ${libgcj}"
252b5132
RH
993 ;;
994 sparc-*-sunos4*)
75205f78 995 noconfigdirs="$noconfigdirs ${libgcj}"
a0c4f3a0 996 if test x${is_cross_compiler} != xno ; then
252b5132
RH
997 noconfigdirs="$noconfigdirs gdb gdbtest target-newlib target-libgloss"
998 else
999 use_gnu_ld=no
1000 fi
1001 ;;
3a036cdc 1002 sparc-*-solaris* | sparc64-*-solaris* | sparcv9-*-solaris*)
b3ed1d6b 1003 ;;
252b5132 1004 v810-*-*)
75205f78 1005 noconfigdirs="$noconfigdirs bfd binutils gas gcc gdb ld ${libstdcxx_version} opcodes target-libgloss ${libgcj}"
252b5132
RH
1006 ;;
1007 v850-*-*)
75205f78 1008 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
252b5132 1009 ;;
347dad9e 1010 v850e-*-*)
75205f78 1011 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
252b5132
RH
1012 ;;
1013 v850ea-*-*)
75205f78 1014 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
347dad9e 1015 ;;
252b5132 1016 vax-*-vms)
75205f78 1017 noconfigdirs="$noconfigdirs bfd binutils gdb ld target-newlib opcodes target-libgloss ${libgcj}"
252b5132
RH
1018 ;;
1019 vax-*-*)
75205f78 1020 noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
96ce09a7 1021 ;;
252b5132 1022 *-*-lynxos*)
75205f78 1023 noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
252b5132
RH
1024 ;;
1025 *-*-macos* | \
1026 *-*-mpw*)
1027 # Macs want a resource compiler.
1028 configdirs="$configdirs grez"
75205f78 1029 noconfigdirs="$noconfigdirs ${libgcj}"
252b5132 1030 ;;
75205f78
DD
1031 *-*-*)
1032 noconfigdirs="$noconfigdirs ${libgcj}"
1033 ;;
252b5132
RH
1034esac
1035
1036# If we aren't building newlib, then don't build libgloss, since libgloss
1037# depends upon some newlib header files.
1038case "${noconfigdirs}" in
1039 *target-libgloss*) ;;
1040 *target-newlib*) noconfigdirs="$noconfigdirs target-libgloss" ;;
1041esac
1042
1043# Make sure we don't let GNU ld be added if we didn't want it.
a0c4f3a0 1044if test x$with_gnu_ld = xno ; then
252b5132
RH
1045 use_gnu_ld=no
1046 noconfigdirs="$noconfigdirs ld"
1047fi
1048
1049# Make sure we don't let GNU as be added if we didn't want it.
a0c4f3a0 1050if test x$with_gnu_as = xno ; then
252b5132
RH
1051 use_gnu_as=no
1052 noconfigdirs="$noconfigdirs gas"
1053fi
1054
6ee6cea6
AO
1055# Figure out what language subdirectories are present.
1056# Look if the user specified --enable-languages="..."; if not, use
1057# the environment variable $LANGUAGES if defined. $LANGUAGES might
1058# go away some day.
922b2485 1059# NB: embedded tabs in this IF block -- do not untabify
6ee6cea6
AO
1060if test x"${enable_languages+set}" != xset; then
1061 if test x"${LANGUAGES+set}" = xset; then
922b2485
DD
1062 enable_languages="${LANGUAGES}"
1063 echo configure.in: warning: setting LANGUAGES is deprecated, use --enable-languages instead 1>&2
6ee6cea6
AO
1064 else
1065 enable_languages=all
1066 fi
1067else
922b2485
DD
1068 if test x"${enable_languages}" = x ||
1069 test x"${enable_languages}" = xyes;
1070 then
1071 echo configure.in: --enable-languages needs at least one language argument 1>&2
6ee6cea6
AO
1072 exit 1
1073 fi
1074fi
922b2485
DD
1075enable_languages=`echo "${enable_languages}" | sed -e 's/[ ,][ ,]*/,/g' -e 's/,$//'`
1076
75205f78
DD
1077# First scan to see if an enabled language requires some other language.
1078# We assume that a given config-lang.in will list all the language
1079# front ends it requires, even if some are required indirectly.
1080for lang in ${srcdir}/gcc/*/config-lang.in ..
1081do
1082 case $lang in
1083 ..)
1084 ;;
1085 # The odd quoting in the next line works around
1086 # an apparent bug in bash 1.12 on linux.
1087 ${srcdir}/gcc/[*]/config-lang.in)
1088 ;;
1089 *)
1090 lang_alias=`sed -n -e 's,^language=['"'"'"'"]\(.*\)["'"'"'"'].*$,\1,p' -e 's,^language=\([^ ]*\).*$,\1,p' $lang`
1091 this_lang_requires=`sed -n -e 's,^lang_requires=['"'"'"'"]\(.*\)["'"'"'"'].*$,\1,p' -e 's,^lang_requires=\([^ ]*\).*$,\1,p' $lang`
1092 for other in $this_lang_requires
1093 do
1094 case ,${enable_languages}, in
1095 *,$other,*)
1096 ;;
1097 *,all,*)
1098 ;;
1099 *,$lang_alias,*)
1100 echo " \`$other' language required by \`$lang_alias'; enabling" 1>&2
1101 enable_languages="$enable_languages,$other"
1102 ;;
1103 esac
1104 done
1105 ;;
1106 esac
1107done
1108
6ee6cea6
AO
1109subdirs=
1110for lang in ${srcdir}/gcc/*/config-lang.in ..
1111do
1112 case $lang in
1113 ..) ;;
1114 # The odd quoting in the next line works around
1115 # an apparent bug in bash 1.12 on linux.
1116 ${srcdir}/gcc/[*]/config-lang.in) ;;
1117 *)
1118 lang_alias=`sed -n -e 's,^language=['"'"'"'"]\(.*\)["'"'"'"'].*$,\1,p' -e 's,^language=\([^ ]*\).*$,\1,p' $lang`
1119 this_lang_libs=`sed -n -e 's,^target_libs=['"'"'"'"]\(.*\)["'"'"'"'].*$,\1,p' -e 's,^target_libs=\([^ ]*\).*$,\1,p' $lang`
75205f78 1120 this_lang_dirs=`sed -n -e 's,^lang_dirs=['"'"'"'"]\(.*\)["'"'"'"'].*$,\1,p' -e 's,^lang_dirs=\([^ ]*\).*$,\1,p' $lang`
6ee6cea6
AO
1121 build_by_default=`sed -n -e 's,^build_by_default=['"'"'"'"]\(.*\)["'"'"'"'].*$,\1,p' -e 's,^build_by_default=\([^ ]*\).*$,\1,p' $lang`
1122 if test "x$lang_alias" = x
1123 then
1124 echo "$lang doesn't set \$language." 1>&2
1125 exit 1
1126 fi
1127 case ${build_by_default},${enable_languages}, in
1128 *,$lang_alias,*) add_this_lang=yes ;;
1129 no,*) add_this_lang=no ;;
1130 *,all,*) add_this_lang=yes ;;
1131 *) add_this_lang=no ;;
1132 esac
1133 if test x"${add_this_lang}" = xyes; then
1134 eval target_libs='"$target_libs "'\"$this_lang_libs\"
1135 else
75205f78 1136 eval noconfigdirs='"$noconfigdirs "'\"$this_lang_libs $this_lang_dirs\"
6ee6cea6
AO
1137 fi
1138 ;;
1139 esac
1140done
1141
252b5132
RH
1142# Remove the entries in $skipdirs and $noconfigdirs from $configdirs and
1143# $target_configdirs.
1144# If we have the source for $noconfigdirs entries, add them to $notsupp.
1145
1146notsupp=""
1147for dir in . $skipdirs $noconfigdirs ; do
1148 dirname=`echo $dir | sed -e s/target-//g`
a0c4f3a0 1149 if test $dir != . && echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
252b5132 1150 configdirs=`echo " ${configdirs} " | sed -e "s/ ${dir} / /"`
a0c4f3a0
DD
1151 if test -r $srcdir/$dirname/configure \
1152 || test -r $srcdir/$dirname/configure.in ; then
252b5132
RH
1153 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
1154 true
1155 else
1156 notsupp="$notsupp $dir"
1157 fi
1158 fi
1159 fi
a0c4f3a0 1160 if test $dir != . && echo " ${target_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
252b5132 1161 target_configdirs=`echo " ${target_configdirs} " | sed -e "s/ ${dir} / /"`
a0c4f3a0
DD
1162 if test -r $srcdir/$dirname/configure \
1163 || test -r $srcdir/$dirname/configure.in ; then
252b5132
RH
1164 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
1165 true
1166 else
1167 notsupp="$notsupp $dir"
1168 fi
1169 fi
1170 fi
1171done
1172
1173# Sometimes the tools are distributed with libiberty but with no other
1174# libraries. In that case, we don't want to build target-libiberty.
a0c4f3a0 1175if test -n "${target_configdirs}" ; then
252b5132
RH
1176 others=
1177 for i in `echo ${target_configdirs} | sed -e s/target-//g` ; do
a0c4f3a0
DD
1178 if test "$i" != "libiberty" ; then
1179 if test -r $srcdir/$i/configure || test -r $srcdir/$i/configure.in ; then
252b5132
RH
1180 others=yes;
1181 break;
1182 fi
1183 fi
1184 done
a0c4f3a0 1185 if test -z "${others}" ; then
252b5132
RH
1186 target_configdirs=
1187 fi
1188fi
1189
1190# Deconfigure all subdirectories, in case we are changing the
1191# configuration from one where a subdirectory is supported to one where it
1192# is not.
a0c4f3a0 1193if test -z "${norecursion}" && test -n "${configdirs}" ; then
252b5132
RH
1194 for i in `echo ${configdirs} | sed -e s/target-//g` ; do
1195 rm -f $i/Makefile
1196 done
1197fi
a0c4f3a0 1198if test -z "${norecursion}" && test -n "${target_configdirs}" ; then
252b5132
RH
1199 for i in `echo ${target_configdirs} | sed -e s/target-//g` ; do
1200 rm -f ${target_subdir}/$i/Makefile
1201 done
1202fi
1203
a0a2c6c6
DD
1204# Quietly strip out all directories which aren't configurable in this tree.
1205# This relies on all configurable subdirectories being autoconfiscated, which
1206# is now the case.
1207configdirs_all="$configdirs"
1208configdirs=
1209for i in ${configdirs_all} ; do
1210 if test -f ${srcdir}/$i/configure ; then
1211 configdirs="${configdirs} $i"
1212 fi
1213done
1214target_configdirs_all="$target_configdirs"
1215target_configdirs=
1216for i in ${target_configdirs_all} ; do
1217 j=`echo $i | sed -e s/target-//g`
1218 if test -f ${srcdir}/$j/configure ; then
1219 target_configdirs="${target_configdirs} $i"
1220 fi
1221done
1222
252b5132
RH
1223# Produce a warning message for the subdirs we can't configure.
1224# This isn't especially interesting in the Cygnus tree, but in the individual
1225# FSF releases, it's important to let people know when their machine isn't
1226# supported by the one or two programs in a package.
1227
a0c4f3a0 1228if test -n "${notsupp}" && test -z "${norecursion}" ; then
252b5132
RH
1229 # If $appdirs is non-empty, at least one of those directories must still
1230 # be configured, or we error out. (E.g., if the gas release supports a
1231 # specified target in some subdirs but not the gas subdir, we shouldn't
1232 # pretend that all is well.)
a0c4f3a0 1233 if test -n "$appdirs" ; then
252b5132 1234 for dir in $appdirs ; do
a0c4f3a0 1235 if test -r $dir/Makefile.in ; then
252b5132
RH
1236 if echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
1237 appdirs=""
1238 break
1239 fi
1240 if echo " ${target_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
1241 appdirs=""
1242 break
1243 fi
1244 fi
1245 done
a0c4f3a0 1246 if test -n "$appdirs" ; then
252b5132
RH
1247 echo "*** This configuration is not supported by this package." 1>&2
1248 exit 1
1249 fi
1250 fi
1251 # Okay, some application will build, or we don't care to check. Still
1252 # notify of subdirs not getting built.
1253 echo "*** This configuration is not supported in the following subdirectories:" 1>&2
1254 echo " ${notsupp}" 1>&2
1255 echo " (Any other directories should still work fine.)" 1>&2
1256fi
1257
1258# Set with_gnu_as and with_gnu_ld as appropriate.
1259#
1260# This is done by determining whether or not the appropriate directory
1261# is available, and by checking whether or not specific configurations
1262# have requested that this magic not happen.
1263#
1264# The command line options always override the explicit settings in
1265# configure.in, and the settings in configure.in override this magic.
1266#
1267# If the default for a toolchain is to use GNU as and ld, and you don't
1268# want to do that, then you should use the --without-gnu-as and
1269# --without-gnu-ld options for the configure script.
1270
a0c4f3a0 1271if test x${use_gnu_as} = x ; then
b2bd228e 1272 if test x${with_gnu_as} != xno && echo " ${configdirs} " | grep " gas " > /dev/null 2>&1 && test -d ${srcdir}/gas ; then
252b5132
RH
1273 with_gnu_as=yes
1274 withoptions="$withoptions --with-gnu-as"
1275 fi
1276fi
1277
a0c4f3a0
DD
1278if test x${use_gnu_ld} = x ; then
1279 if test x${with_gnu_ld} != xno && echo " ${configdirs} " | grep " ld " > /dev/null 2>&1 && test -d ${srcdir}/ld ; then
252b5132
RH
1280 with_gnu_ld=yes
1281 withoptions="$withoptions --with-gnu-ld"
1282 fi
1283fi
1284
1285# If using newlib, add --with-newlib to the withoptions so that gcc/configure
1286# can detect this case.
1287
a0c4f3a0 1288if test x${with_newlib} != xno && echo " ${target_configdirs} " | grep " target-newlib " > /dev/null 2>&1 && test -d ${srcdir}/newlib ; then
252b5132
RH
1289 with_newlib=yes
1290 withoptions="$withoptions --with-newlib"
1291fi
1292
252b5132 1293rm -f mt-frag
a0c4f3a0 1294if test -n "${target_makefile_frag}" ; then
252b5132
RH
1295 for f in ${target_makefile_frag}
1296 do
1297 cat ${srcdir}/$f >> mt-frag
1298 done
1299 target_makefile_frag=mt-frag
1300fi
1301
c92a0210
DD
1302case "$host" in
1303 *msdosdjgpp*)
1304 enable_gdbtk=no ;;
1305esac
1306# Determine whether gdb needs tk/tcl or not.
1307case "$enable_gdbtk" in
1308 no)
1309 GDB_TK="" ;;
1310 *)
1311 GDB_TK="all-tcl all-tk all-itcl all-tix all-libgui" ;;
1312esac
1313
252b5132
RH
1314# post-target:
1315
1316# Make sure that the compiler is able to generate an executable. If it
1317# can't, we are probably in trouble. We don't care whether we can run the
1318# executable--we might be using a cross compiler--we only care whether it
1319# can be created. At this point the main configure script has set CC.
a0c4f3a0 1320we_are_ok=no
252b5132
RH
1321echo "int main () { return 0; }" > conftest.c
1322${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c
a0c4f3a0
DD
1323if test $? = 0 ; then
1324 if test -s conftest || test -s conftest.exe ; then
1325 we_are_ok=yes
1326 fi
1327fi
1328case $we_are_ok in
1329 no)
1330 echo 1>&2 "*** The command '${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c' failed."
1331 echo 1>&2 "*** You must set the environment variable CC to a working compiler."
1332 rm -f conftest*
1333 exit 1
1334 ;;
1335esac
252b5132
RH
1336rm -f conftest*
1337
1338# The Solaris /usr/ucb/cc compiler does not appear to work.
1339case "${host}" in
1340 sparc-sun-solaris2*)
1341 CCBASE="`echo ${CC-cc} | sed 's/ .*$//'`"
a0c4f3a0 1342 if test "`type $CCBASE | sed 's/^[^/]*//'`" = "/usr/ucb/cc" ; then
252b5132 1343 could_use=
a0c4f3a0
DD
1344 test -d /opt/SUNWspro/bin && could_use="/opt/SUNWspro/bin"
1345 if test -d /opt/cygnus/bin ; then
1346 if test "$could_use" = "" ; then
252b5132
RH
1347 could_use="/opt/cygnus/bin"
1348 else
1349 could_use="$could_use or /opt/cygnus/bin"
1350 fi
1351 fi
a0c4f3a0 1352 if test "$could_use" = "" ; then
252b5132
RH
1353 echo "Warning: compilation may fail because you're using"
1354 echo "/usr/ucb/cc. You should change your PATH or CC "
1355 echo "variable and rerun configure."
1356 else
1357 echo "Warning: compilation may fail because you're using"
1358 echo "/usr/ucb/cc, when you should use the C compiler from"
1359 echo "$could_use. You should change your"
1360 echo "PATH or CC variable and rerun configure."
1361 fi
1362 fi
1363 ;;
1364esac
1365
1366# If --enable-shared was set, we must set LD_LIBRARY_PATH so that the
1367# binutils tools will find libbfd.so.
a0c4f3a0 1368if test "${shared}" = "yes" ; then
252b5132
RH
1369 sed -e 's/^SET_LIB_PATH[ ]*=.*$/SET_LIB_PATH = $(REALLY_SET_LIB_PATH)/' \
1370 Makefile > Makefile.tem
1371 rm -f Makefile
1372 mv -f Makefile.tem Makefile
1373
1374 case "${host}" in
1375 *-*-hpux*)
1376 sed -e 's/^RPATH_ENVVAR[ ]*=.*$/RPATH_ENVVAR = SHLIB_PATH/' \
1377 Makefile > Makefile.tem
1378 rm -f Makefile
1379 mv -f Makefile.tem Makefile
1380 ;;
1381 esac
1382fi
1383
91e060aa
DD
1384# Base args. Strip norecursion, cache-file, srcdir, host, build, target.
1385# These are the ones we might not want to pass down to subconfigures.
1386baseargs=`echo "${arguments}" | \
252b5132
RH
1387 sed -e 's/--no[^ ]*//' \
1388 -e 's/--cache[a-z-]*=[^ ]*//' \
91e060aa 1389 -e 's/--sr[a-z-]*=[^ ]*//' \
252b5132
RH
1390 -e 's/--ho[a-z-]*=[^ ]*//' \
1391 -e 's/--bu[a-z-]*=[^ ]*//' \
1392 -e 's/--ta[a-z-]*=[^ ]*//'`
1393
49b7683b
DD
1394# For the build-side libraries, we just need to pretend we're native,
1395# and not use the same cache file. Multilibs are neither needed nor
1396# desired.
91e060aa
DD
1397buildargs="--cache-file=../config.cache --build=${build_alias} --host=${build_alias} ${baseargs}"
1398
1399# Record target_configdirs and the configure arguments for target and
1400# build configuration in Makefile.
1401target_configdirs=`echo "${target_configdirs}" | sed -e 's/target-//g'`
1402targargs=${baseargs}
49b7683b 1403
252b5132
RH
1404# Passing a --with-cross-host argument lets the target libraries know
1405# whether they are being built with a cross-compiler or being built
1406# native. However, it would be better to use other mechanisms to make the
1407# sorts of decisions they want to make on this basis. Please consider
1408# this option to be deprecated. FIXME.
a0c4f3a0 1409if test x${is_cross_compiler} = xyes ; then
252b5132
RH
1410 targargs="--with-cross-host=${host_alias} ${targargs}"
1411fi
1412
1413# Default to --enable-multilib.
a0c4f3a0 1414if test x${enable_multilib} = x ; then
252b5132
RH
1415 targargs="--enable-multilib ${targargs}"
1416fi
1417
1418# Pass --with-newlib if appropriate. Note that target_configdirs has
1419# changed from the earlier setting of with_newlib.
a0c4f3a0 1420if test x${with_newlib} != xno && echo " ${target_configdirs} " | grep " newlib " > /dev/null 2>&1 && test -d ${srcdir}/newlib ; then
252b5132
RH
1421 targargs="--with-newlib ${targargs}"
1422fi
1423
49b7683b
DD
1424# Pass the appropriate --host, --build, and --cache-file arguments.
1425targargs="--cache-file=../config.cache --host=${target_alias} --build=${build_alias} ${targargs}"
1426
252b5132
RH
1427# provide a proper gxx_include_dir.
1428# Note, if you change the default, make sure to fix both here and in
75205f78 1429# the gcc and libstdc++-v3 subdirectories.
252b5132
RH
1430# Check whether --with-gxx-include-dir or --without-gxx-include-dir was given.
1431gxx_include_dir=
1432if test -n "${with_gxx_include_dir}"; then
1433 case "${with_gxx_include_dir}" in
1434 yes )
1435 echo "configure.in: error: bad value ${withval} given for g++ include directory" 1>&2
1436 exit 1
1437 ;;
1438 no )
1439 ;;
1440 * )
1441 gxx_include_dir=${with_gxx_include_dir}
1442 ;;
1443 esac
1444fi
1445if test x${gxx_include_dir} = x; then
1446 if test x${enable_version_specific_runtime_libs} = xyes; then
1447 gxx_include_dir='${libsubdir}/include/g++'
1448 else
1449 . ${topsrcdir}/config.if
75205f78 1450 gxx_include_dir='${prefix}/include/${libstdcxx_incdir}'
252b5132
RH
1451 fi
1452else
1453 gxx_include_dir=${gxx_include_dir}
1454fi
1455
9e449d3e 1456FLAGS_FOR_TARGET=
9e449d3e
AO
1457case " $skipdirs " in
1458*" target-newlib "*) ;;
1459*)
75205f78
DD
1460 case " $target_configdirs " in
1461 *" newlib "*)
1462 case " $targargs " in
1463 *" --with-newlib "*)
9e449d3e 1464 case "$target" in
63266560 1465 *-cygwin*)
9e449d3e
AO
1466 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 -isystem $$s/newlib/libc/sys/cygwin -isystem $$s/newlib/libc/sys/cygwin32' ;;
1467 esac
1468
7450026c
AO
1469 # If we're not building GCC, don't discard standard headers.
1470 if test -d ${topsrcdir}/gcc; then
63266560 1471 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -nostdinc'
7450026c
AO
1472
1473 if test "${build}" != "${host}"; then
1474 # On Canadian crosses, CC_FOR_TARGET will have already been set
1475 # by `configure', so we won't have an opportunity to add -Bgcc/
1476 # to it. This is right: we don't want to search that directory
1477 # for binaries, but we want the header files in there, so add
1478 # them explicitly.
1479 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -isystem $$r/gcc/include'
1480
1481 # Someone might think of using the pre-installed headers on
1482 # Canadian crosses, in case the installed compiler is not fully
1483 # compatible with the compiler being built. In this case, it
1484 # would be better to flag an error than risking having
1485 # incompatible object files being constructed. We can't
1486 # guarantee that an error will be flagged, but let's hope the
1487 # compiler will do it, when presented with incompatible header
1488 # files.
1489 fi
63266560
DD
1490 fi
1491
0a0d0041 1492 case "${target}-${is_cross_compiler}" in
c72f388d 1493 i[3456]86-*-linux*-no)
0a0d0041
TF
1494 # Here host == target, so we don't need to build gcc,
1495 # so we don't want to discard standard headers.
1496 FLAGS_FOR_TARGET=`echo " $FLAGS_FOR_TARGET " | sed -e 's/ -nostdinc / /'`
0a0d0041
TF
1497 ;;
1498 *)
1499 # If we're building newlib, use its generic headers last, but search
1500 # for any libc-related directories first (so make it the last -B
1501 # switch).
1502 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/newlib/ -isystem $$r/$(TARGET_SUBDIR)/newlib/targ-include -isystem $$s/newlib/libc/include'
1503 ;;
1504 esac
9e449d3e 1505 ;;
75205f78
DD
1506 esac
1507 ;;
1508 esac
1509 ;;
9e449d3e 1510esac
63266560
DD
1511
1512# On Canadian crosses, we'll be searching the right directories for
1513# the previously-installed cross compiler, so don't bother to add
1514# flags for directories within the install tree of the compiler
1515# being built; programs in there won't even run.
1516if test "${build}" = "${host}" && test -d ${topsrcdir}/gcc; then
9e449d3e
AO
1517 # Search for pre-installed headers if nothing else fits.
1518 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ -isystem $(build_tooldir)/include'
1519fi
63266560 1520
9e449d3e
AO
1521if test "x${use_gnu_ld}" = x && test "x${with_gnu_ld}" != xno &&
1522 echo " ${configdirs} " | grep " ld " > /dev/null &&
1523 test -d ${srcdir}/ld; then
1524 # Arrange for us to find uninstalled linker scripts.
1525 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/ld'
1526fi
1527
63266560
DD
1528if test "x${CC_FOR_TARGET+set}" = xset; then
1529 :
1530elif test -d ${topsrcdir}/gcc; then
98fbe43f 1531 CC_FOR_TARGET='$$r/gcc/xgcc -B$$r/gcc/'
9e449d3e
AO
1532elif test "$host" = "$target"; then
1533 CC_FOR_TARGET='$(CC)'
1534else
1535 CC_FOR_TARGET=`echo gcc | sed -e 's/x/x/' ${program_transform_name}`
1536fi
63266560
DD
1537# On Canadian crosses, configure reads CC_FOR_TARGET from Makefile,
1538# if Makefile exists. Prevent $(FLAGS_FOR_TARGET) from being duplicated.
1539case $CC_FOR_TARGET in
1540*' $(FLAGS_FOR_TARGET)') ;;
1541*) CC_FOR_TARGET=$CC_FOR_TARGET' $(FLAGS_FOR_TARGET)' ;;
1542esac
9e449d3e 1543
75205f78
DD
1544if test "x${GCJ_FOR_TARGET+set}" = xset; then
1545 :
1546elif test -d ${topsrcdir}/gcc; then
1547 GCJ_FOR_TARGET='$$r/gcc/gcj -B$$r/gcc/'
1548elif test "$host" = "$target"; then
1549 GCJ_FOR_TARGET='gcj'
1550else
1551 GCJ_FOR_TARGET=`echo gcj | sed -e 's/x/x/' ${program_transform_name}`
1552fi
1553case $GCJ_FOR_TARGET in
1554*' $(FLAGS_FOR_TARGET)') ;;
1555*) GCJ_FOR_TARGET=$GCJ_FOR_TARGET' $(FLAGS_FOR_TARGET)' ;;
1556esac
1557
8ee424c0
DD
1558# Don't use libstdc++-v3's flags to configure/build itself.
1559libstdcxx_flags='`case $$dir in libstdc++-v3 | libjava) ;; *) test ! -f $$r/$(TARGET_SUBDIR)/libstdc++-v3/testsuite_flags || $(SHELL) $$r/$(TARGET_SUBDIR)/libstdc++-v3/testsuite_flags --build-includes;; esac` -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src/.libs'
1560
63266560
DD
1561if test "x${CXX_FOR_TARGET+set}" = xset; then
1562 :
98fbe43f 1563elif test -d ${topsrcdir}/gcc; then
2e8357fc
AO
1564 # We add -shared-libgcc to CXX_FOR_TARGET whenever we use xgcc instead
1565 # of g++ for linking C++ or Java, because g++ has -shared-libgcc by
1566 # default whereas gcc does not.
1567 CXX_FOR_TARGET='$$r/gcc/`case $$dir in libstdc++-v3 | libjava) echo xgcc -shared-libgcc ;; *) echo g++ ;; esac` -B$$r/gcc/ -nostdinc++ '$libstdcxx_flags
9e449d3e
AO
1568elif test "$host" = "$target"; then
1569 CXX_FOR_TARGET='$(CXX)'
1570else
1571 CXX_FOR_TARGET=`echo c++ | sed -e 's/x/x/' ${program_transform_name}`
1572fi
63266560
DD
1573case $CXX_FOR_TARGET in
1574*' $(FLAGS_FOR_TARGET)') ;;
1575*) CXX_FOR_TARGET=$CXX_FOR_TARGET' $(FLAGS_FOR_TARGET)' ;;
1576esac
dec0cb0c
AO
1577qCXX_FOR_TARGET=`echo "$CXX_FOR_TARGET" | sed 's,[&%],\\\&,g'`
1578
1579# We want to defer the evaluation of `cmd`s and shell variables in
1580# CXX_FOR_TARGET when recursing in the top-level Makefile, such as for
1581# bootstrap. We'll enclose CXX_FOR_TARGET_FOR_RECURSIVE_MAKE in single
1582# quotes, but we still have to duplicate `$'s so that shell variables
1583# can be expanded by the nested make as shell variables, not as make
1584# macros.
1585qqCXX_FOR_TARGET=`echo "$qCXX_FOR_TARGET" | sed -e 's,[$][$],$$$$,g'`
9e449d3e 1586
75205f78
DD
1587sedtemp=sed.$$
1588cat >$sedtemp <<EOF
1589s:^TARGET_CONFIGDIRS[ ]*=.*$:TARGET_CONFIGDIRS = ${target_configdirs}:
1590s%^TARGET_CONFIGARGS[ ]*=.*$%TARGET_CONFIGARGS = ${targargs}%
1591s%^FLAGS_FOR_TARGET[ ]*=.*$%FLAGS_FOR_TARGET = ${FLAGS_FOR_TARGET}%
1592s%^CC_FOR_TARGET[ ]*=.*$%CC_FOR_TARGET = ${CC_FOR_TARGET}%
75205f78
DD
1593s%^GCJ_FOR_TARGET[ ]*=.*$%GCJ_FOR_TARGET = ${GCJ_FOR_TARGET}%
1594s%^CXX_FOR_TARGET[ ]*=.*$%CXX_FOR_TARGET = ${qCXX_FOR_TARGET}%
1595s%^CXX_FOR_TARGET_FOR_RECURSIVE_MAKE[ ]*=.*$%CXX_FOR_TARGET_FOR_RECURSIVE_MAKE = ${qqCXX_FOR_TARGET}%
1596s%^TARGET_SUBDIR[ ]*=.*$%TARGET_SUBDIR = ${target_subdir}%
1597s%^BUILD_SUBDIR[ ]*=.*$%BUILD_SUBDIR = ${build_subdir}%
1598s%^BUILD_CONFIGARGS[ ]*=.*$%BUILD_CONFIGARGS = ${buildargs}%
1599s%^gxx_include_dir[ ]*=.*$%gxx_include_dir=${gxx_include_dir}%
1600EOF
1601sed -f $sedtemp Makefile > Makefile.tem
1602rm -f Makefile $sedtemp
252b5132
RH
1603mv -f Makefile.tem Makefile
1604
1605#
1606# Local Variables:
1607# fill-column: 131
1608# End:
1609#
This page took 0.195709 seconds and 4 git commands to generate.