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