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