]> git.ipfire.org Git - thirdparty/gcc.git/blame - configure.in
Update to libgcc copyright exception clause.
[thirdparty/gcc.git] / configure.in
CommitLineData
6599da04
JM
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
93e1dce9 17# Copyright (C) 1992-99, 2000 Free Software Foundation, Inc.
6599da04
JM
18#
19# This file is free software; you can redistribute it and/or modify it
20# under the terms of the GNU General Public License as published by
21# the Free Software Foundation; either version 2 of the License, or
22# (at your option) any later version.
23#
24# This program is distributed in the hope that it will be useful, but
25# WITHOUT ANY WARRANTY; without even the implied warranty of
26# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
27# General Public License for more details.
28#
29# You should have received a copy of the GNU General Public License
30# along with this program; if not, write to the Free Software
31# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
32
33##############################################################################
34
35### To add a new directory to the tree, first choose whether it is a target
36### or a host dependent tool. Then put it into the appropriate list
37### (library or tools, host or target), doing a dependency sort. For
38### example, gdb requires that byacc (or bison) be built first, so it is in
39### the ${host_tools} list after byacc and bison.
40
41
42# these libraries are used by various programs built for the host environment
43#
5d4a5ee6 44host_libs="intl mmalloc libiberty opcodes bfd readline gash db tcl tk tclX itcl tix libgui"
6599da04
JM
45
46if [ "${enable_gdbgui}" = "yes" ] ; then
47 host_libs="${host_libs} libgui"
48fi
49
17090313
BK
50# Set up configure/Makefile variables if libstdc++-v3 is to be built.
51if [ "${enable_libstdcxx_v3}" = "yes" ] ; then
52 libstdcxx_version="target-libstdc++-v3"
53else
54 libstdcxx_version="target-libio target-libstdc++"
55fi
56
6599da04
JM
57# these tools are built for the host environment
58# Note, the powerpc-eabi build depends on sim occurring before gdb in order to
59# know that we are building the simulator.
99d60508 60host_tools="texinfo byacc flex bison binutils ld gas gcc 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 emacs emacs19 uudecode hello tar gzip indent recode release sed utils guile perl apache inet gawk findutils snavigator libtool gettext zip"
5d4a5ee6 61
6599da04
JM
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#
5d4a5ee6
JL
66target_libs="target-libiberty \
67 target-libgloss \
68 target-newlib \
17090313 69 ${libstdcxx_version} \
5d4a5ee6 70 target-librx \
5d4a5ee6
JL
71 target-libg++ \
72 target-libf2c \
73 target-libchill \
99d60508
TT
74 target-libjava \
75 target-zlib \
76 target-boehm-gc \
77 target-qthreads \
5d4a5ee6 78 target-libobjc"
6599da04
JM
79
80# these tools are built using the target libs, and are intended to run only
81# in the target environment
82#
83# note: any program that *uses* libraries that are in the "target_libs"
84# list belongs in this list. those programs are also very likely
85# candidates for the "native_only" list which follows
86#
87target_tools="target-examples target-groff target-gperf"
88
89################################################################################
90
91## These two lists are of directories that are to be removed from the
92## ${configdirs} list for either cross-compilations or for native-
93## compilations. For example, it doesn't make that much sense to
94## cross-compile Emacs, nor is it terribly useful to compile target-libiberty in
95## a native environment.
96
97# directories to be built in the native environment only
98#
99# This must be a single line because of the way it is searched by grep in
100# the code below.
5d4a5ee6 101native_only="autoconf automake libtool cvssrc emacs emacs19 fileutils find gawk gettext grep gzip hello indent ispell m4 rcs recode sed shellutils tar textutils gash uudecode wdiff gprof target-groff guile perl apache inet time ash bash bzip2 prms snavigator gnuserv target-gperf"
6599da04
JM
102
103# directories to be built in a cross environment only
104#
5d4a5ee6 105cross_only="target-libgloss target-newlib target-cygmon target-opcodes target-libstub"
6599da04
JM
106
107## All tools belong in one of the four categories, and are assigned above
108## We assign ${configdirs} this way to remove all embedded newlines. This
109## is important because configure will choke if they ever get through.
110## ${configdirs} is directories we build using the host tools.
111## ${target_configdirs} is directories we build using the target tools.
112#
113configdirs=`echo ${host_libs} ${host_tools}`
114target_configdirs=`echo ${target_libs} ${target_tools}`
115
116################################################################################
117
118srctrigger=move-if-change
119srcname="gnu development package"
120
121# This gets set non-empty for some net releases of packages.
122appdirs=""
123
124# per-host:
125
126# Work in distributions that contain no compiler tools, like Autoconf.
127if [ -d ${srcdir}/config ]; then
128case "${host}" in
e2de3a46
L
129 m68k-hp-hpux*)
130 host_makefile_frag="${host_makefile_frag} config/mh-hp300"
131 ;;
132 m68k-apollo-sysv*)
133 host_makefile_frag="${host_makefile_frag} config/mh-apollo68"
134 ;;
135 m68k-apollo-bsd*)
136 host_makefile_frag="${host_makefile_frag} config/mh-a68bsd"
137 ;;
138 m88k-dg-dgux*)
139 host_makefile_frag="${host_makefile_frag} config/mh-dgux"
140 ;;
141 m88k-harris-cxux*)
142 host_makefile_frag="${host_makefile_frag} config/mh-cxux"
143 ;;
144 m88k-motorola-sysv*)
145 host_makefile_frag="${host_makefile_frag} config/mh-delta88"
146 ;;
147 mips*-dec-ultrix*)
148 host_makefile_frag="${host_makefile_frag} config/mh-decstation"
149 ;;
150 mips*-nec-sysv4*)
151 host_makefile_frag="${host_makefile_frag} config/mh-necv4"
152 ;;
153 mips*-sgi-irix6*)
154 host_makefile_frag="${host_makefile_frag} config/mh-irix6"
155 ;;
156 mips*-sgi-irix5*)
157 host_makefile_frag="${host_makefile_frag} config/mh-irix5"
158 ;;
159 mips*-sgi-irix4*)
160 host_makefile_frag="${host_makefile_frag} config/mh-irix4"
161 ;;
162 mips*-sgi-irix3*)
163 host_makefile_frag="${host_makefile_frag} config/mh-sysv"
164 ;;
165 mips*-*-sysv4*)
166 host_makefile_frag="${host_makefile_frag} config/mh-sysv4"
167 ;;
168 mips*-*-sysv*)
169 host_makefile_frag="${host_makefile_frag} config/mh-riscos"
170 ;;
0b77644a
LV
171 i370-ibm-opened*)
172 host_makefile_frag="${host_makefile_frag} config/mh-openedition"
173 ;;
5d4a5ee6
JL
174 i[3456]86-*-sysv5*)
175 host_makefile_frag="${host_makefile_frag} config/mh-sysv5"
176 ;;
e2de3a46
L
177 i[3456]86-*-dgux*)
178 host_makefile_frag="${host_makefile_frag} config/mh-dgux386"
179 ;;
180 i[3456]86-ncr-sysv4.3*)
181 host_makefile_frag="${host_makefile_frag} config/mh-ncrsvr43"
182 ;;
183 i[3456]86-ncr-sysv4*)
184 host_makefile_frag="${host_makefile_frag} config/mh-ncr3000"
185 ;;
186 i[3456]86-*-sco3.2v5*)
187 host_makefile_frag="${host_makefile_frag} config/mh-sysv"
188 ;;
189 i[3456]86-*-sco*)
190 host_makefile_frag="${host_makefile_frag} config/mh-sco"
191 ;;
73a6d2e7
RL
192 i[3456]86-*-udk*)
193 host_makefile_frag="${host_makefile_frag} config/mh-sysv5"
194 ;;
e2de3a46
L
195 i[3456]86-*-isc*)
196 host_makefile_frag="${host_makefile_frag} config/mh-sysv"
197 ;;
198 i[3456]86-*-solaris2*)
199 host_makefile_frag="${host_makefile_frag} config/mh-sysv4"
200 ;;
201 i[3456]86-*-aix*)
202 host_makefile_frag="${host_makefile_frag} config/mh-aix386"
203 ;;
e2de3a46 204 i[3456]86-*-msdosdjgpp*)
8dc91cbe 205 host_makefile_frag="${host_makefile_frag} config/mh-djgpp"
e2de3a46
L
206 ;;
207 *-cygwin32*)
82281fc2 208 host_makefile_frag="${host_makefile_frag} config/mh-cygwin"
e2de3a46 209 ;;
d39cd7a1
MK
210 *-mingw32*)
211 host_makefile_frag="${host_makefile_frag} config/mh-mingw32"
212 ;;
c9ffaa63
MK
213 *-interix*)
214 host_makefile_frag="${host_makefile_frag} config/mh-interix"
215 ;;
e2de3a46
L
216 *-windows*)
217 host_makefile_frag="${host_makefile_frag} config/mh-windows"
218 ;;
219 vax-*-ultrix2*)
220 host_makefile_frag="${host_makefile_frag} config/mh-vaxult2"
221 ;;
222 *-*-solaris2*)
223 host_makefile_frag="${host_makefile_frag} config/mh-solaris"
224 ;;
225 m68k-sun-sunos*)
226 host_makefile_frag="${host_makefile_frag} config/mh-sun3"
227 ;;
228 *-hp-hpux[78]*)
229 host_makefile_frag="${host_makefile_frag} config/mh-hpux8"
230 ;;
231 *-hp-hpux*)
232 host_makefile_frag="${host_makefile_frag} config/mh-hpux"
233 ;;
234 *-*-hiux*)
235 host_makefile_frag="${host_makefile_frag} config/mh-hpux"
236 ;;
237 rs6000-*-lynxos*)
238 host_makefile_frag="${host_makefile_frag} config/mh-lynxrs6k"
239 ;;
240 *-*-lynxos*)
241 host_makefile_frag="${host_makefile_frag} config/mh-lynxos"
242 ;;
243 *-*-sysv4*)
244 host_makefile_frag="${host_makefile_frag} config/mh-sysv4"
245 ;;
246 *-*-sysv*)
247 host_makefile_frag="${host_makefile_frag} config/mh-sysv"
248 ;;
6599da04
JM
249esac
250fi
251
252# If we aren't going to be using gcc, see if we can extract a definition
253# of CC from the fragment.
5d4a5ee6 254if [ -z "${CC}" ] && [ "${build}" = "${host}" ]; then
6599da04
JM
255 IFS="${IFS= }"; save_ifs="$IFS"; IFS="${IFS}:"
256 found=
257 for dir in $PATH; do
258 test -z "$dir" && dir=.
259 if test -f $dir/gcc; then
260 found=yes
261 break
262 fi
263 done
264 IFS="$save_ifs"
5d4a5ee6 265 if [ -z "${found}" ] && [ -n "${host_makefile_frag}" ] && [ -f "${srcdir}/${host_makefile_frag}" ]; then
6599da04
JM
266 xx=`sed -n -e 's/^[ ]*CC[ ]*=[ ]*\(.*\)$/\1/p' < ${srcdir}/${host_makefile_frag}`
267 if [ -n "${xx}" ] ; then
268 CC=$xx
269 fi
270 fi
271fi
272
273# We default to --with-shared on platforms where -fpic is meaningless.
274# Well, we don't yet, but we will.
275if false && [ "${host}" = "${target}" ] && [ x${enable_shared} = x ]; then
276 case "${target}" in
b104e095
RH
277 alpha*-dec-osf*) enable_shared=yes ;;
278 alpha*-*-linux*) enable_shared=yes ;;
6599da04
JM
279 mips-sgi-irix5*) enable_shared=yes ;;
280 *) enable_shared=no ;;
281 esac
282fi
283
284case "${enable_shared}" in
285 yes) shared=yes ;;
286 no) shared=no ;;
287 "") shared=no ;;
288 *) shared=yes ;;
289esac
290
291if [ x${shared} = xyes ]; then
6599da04 292 case "${host}" in
4a6e3000
FS
293 alpha*-*-linux*)
294 host_makefile_frag="${host_makefile_frag} config/mh-elfalphapic"
295 ;;
296 arm*-*-*)
297 host_makefile_frag="${host_makefile_frag} config/mh-armpic"
298 ;;
299 hppa*-*-*)
e2de3a46
L
300 host_makefile_frag="${host_makefile_frag} config/mh-papic"
301 ;;
5d4a5ee6
JL
302 i[3456]86-*-cygwin32*)
303 # We don't want -fPIC on cygwin32.
304 ;;
4a6e3000 305 i[3456]86-*-*)
e2de3a46
L
306 host_makefile_frag="${host_makefile_frag} config/mh-x86pic"
307 ;;
4a6e3000 308 sparc64-*-*)
e2de3a46
L
309 host_makefile_frag="${host_makefile_frag} config/mh-sparcpic"
310 ;;
4a6e3000
FS
311 powerpc*-*-aix*)
312 # We don't want -fPIC on AIX.
e2de3a46 313 ;;
4a6e3000
FS
314 powerpc*-*-*)
315 host_makefile_frag="${host_makefile_frag} config/mh-ppcpic"
e2de3a46 316 ;;
4a6e3000 317 *-*-*)
520ab477 318 if test -f ${srcdir}/config/mh-${host_cpu}pic; then
4bcdb76d
AO
319 host_makefile_frag="${host_makefile_frag} config/mh-${host_cpu}pic"
320 fi
e2de3a46 321 ;;
6599da04 322 esac
e2de3a46
L
323fi
324
325rm -f mh-frag
326if [ -n "${host_makefile_frag}" ] ; then
327 for f in ${host_makefile_frag}
328 do
329 cat ${srcdir}/$f >> mh-frag
330 done
331 host_makefile_frag=mh-frag
6599da04
JM
332fi
333
334# per-target:
335
336case "${target}" in
e2de3a46
L
337 v810*)
338 target_makefile_frag="${target_makefile_frag} config/mt-v810"
339 ;;
340 i[3456]86-*-netware*)
341 target_makefile_frag="${target_makefile_frag} config/mt-netware"
342 ;;
343 powerpc-*-netware*)
344 target_makefile_frag="${target_makefile_frag} config/mt-netware"
345 ;;
ad242caf 346 *-*-linux-gnu*)
e2de3a46
L
347 target_makefile_frag="${target_makefile_frag} config/mt-linux"
348 ;;
93e1dce9
GK
349 *-*-aix4.[3456789]* | *-*-aix[56789].*)
350 target_makefile_frag="${target_makefile_frag} config/mt-aix43"
351 ;;
3a685f6f
NC
352 mips*-*-pe | sh*-*-pe | *arm-wince-pe)
353 target_makefile_frag="${target_makefile_frag} config/mt-wince"
354 ;;
6599da04
JM
355esac
356
3f4ea1de
MM
357# If --enable-target-optspace always use -Os instead of -O2 to build
358# the target libraries, similarly if it is not specified, use -Os
359# on selected platforms.
3f4ea1de
MM
360case "${enable_target_optspace}:${target}" in
361 yes:*)
362 target_makefile_frag="${target_makefile_frag} config/mt-ospace"
363 ;;
3897b7b7 364 :m32r-* | :fr30-*)
3f4ea1de
MM
365 target_makefile_frag="${target_makefile_frag} config/mt-ospace"
366 ;;
367 no:* | :*)
368 ;;
369 *)
370 echo "*** bad value \"${enable_target_optspace}\" for --enable-target-optspace flag; ignored" 1>&2
371 ;;
372esac
373
6599da04
JM
374skipdirs=
375gasdir=gas
376use_gnu_ld=
377use_gnu_as=
378
379# some tools are so dependent upon X11 that if we're not building with X,
380# it's not even worth trying to configure, much less build, that tool.
381
382case ${with_x} in
383 yes | "") # the default value for this tree is that X11 is available
384 ;;
385 no)
5d4a5ee6 386 skipdirs="${skipdirs} tk libgui gash"
6599da04
JM
387 ;;
388 *)
389 echo "*** bad value \"${with_x}\" for -with-x flag; ignored" 1>&2
390 ;;
391esac
392
393# Some tools are only suitable for building in a "native" situation.
394# Those are added when we have a host==target configuration. For cross
395# toolchains, we add some directories that should only be useful in a
396# cross-compiler.
397
398is_cross_compiler=
399
400if [ x"${host}" = x"${target}" ] ; then
401 # when doing a native toolchain, don't build the targets
402 # that are in the 'cross only' list
403 skipdirs="${skipdirs} ${cross_only}"
404 is_cross_compiler=no
6599da04
JM
405else
406 # similarly, don't build the targets in the 'native only'
407 # list when building a cross compiler
408 skipdirs="${skipdirs} ${native_only}"
409 is_cross_compiler=yes
6599da04
JM
410fi
411
494933e4
JL
412# We always want to use the same name for this directory, so that dejagnu
413# can reliably find it.
414target_subdir=${target_alias}
f653f0ab 415
6599da04
JM
416if [ ! -d ${target_subdir} ] ; then
417 if mkdir ${target_subdir} ; then true
418 else
419 echo "'*** could not make ${PWD=`pwd`}/${target_subdir}" 1>&2
420 exit 1
421 fi
422fi
423
424copy_dirs=
425
426# Handle --with-headers=XXX. The contents of the named directory are
427# copied to $(tooldir)/sys-include.
428if [ x"${with_headers}" != x ]; then
429 if [ x${is_cross_compiler} = xno ]; then
430 echo 1>&2 '***' --with-headers is only supported when cross compiling
431 exit 1
432 fi
433 case "${exec_prefixoption}" in
434 "") x=${prefix} ;;
435 *) x=${exec_prefix} ;;
436 esac
437 copy_dirs="${copy_dirs} ${with_headers} $x/${target_alias}/sys-include"
438fi
439
440# Handle --with-libs=XXX. Multiple directories are permitted. The
441# contents are copied to $(tooldir)/lib.
442if [ x"${with_libs}" != x ]; then
443 if [ x${is_cross_compiler} = xno ]; then
444 echo 1>&2 '***' --with-libs is only supported when cross compiling
445 exit 1
446 fi
447 # Copy the libraries in reverse order, so that files in the first named
448 # library override files in subsequent libraries.
449 case "${exec_prefixoption}" in
450 "") x=${prefix} ;;
451 *) x=${exec_prefix} ;;
452 esac
453 for l in ${with_libs}; do
454 copy_dirs="$l $x/${target_alias}/lib ${copy_dirs}"
455 done
456fi
457
458# If both --with-headers and --with-libs are specified, default to
459# --without-newlib.
460if [ x"${with_headers}" != x ] && [ x"${with_libs}" != x ]; then
461 if [ x"${with_newlib}" = x ]; then
462 with_newlib=no
463 fi
464fi
465
466# Recognize --with-newlib/--without-newlib.
467if [ x${with_newlib} = xno ]; then
468 skipdirs="${skipdirs} target-newlib"
469elif [ x${with_newlib} = xyes ]; then
470 skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
471fi
472
473# Default to using --with-stabs for certain targets.
474if [ x${with_stabs} = x ]; then
475 case "${target}" in
476 mips*-*-irix6*)
477 ;;
c5ce8032 478 mips*-*-* | alpha*-*-osf*)
6599da04
JM
479 with_stabs=yes;
480 withoptions="${withoptions} --with-stabs"
481 ;;
482 esac
483fi
484
485# Handle ${copy_dirs}
486set fnord ${copy_dirs}
487shift
488while [ $# != 0 ]; do
489 if [ -f $2/COPIED ] && [ x"`cat $2/COPIED`" = x"$1" ]; then
490 :
491 else
492 echo Copying $1 to $2
493
494 # Use the install script to create the directory and all required
495 # parent directories.
496 if [ -d $2 ]; then
497 :
498 else
499 echo >config.temp
500 ${srcdir}/install-sh -c -m 644 config.temp $2/COPIED
501 fi
502
503 # Copy the directory, assuming we have tar.
504 # FIXME: Should we use B in the second tar? Not all systems support it.
505 (cd $1; tar -cf - .) | (cd $2; tar -xpf -)
506
507 # It is the responsibility of the user to correctly adjust all
508 # symlinks. If somebody can figure out how to handle them correctly
509 # here, feel free to add the code.
510
511 echo $1 > $2/COPIED
512 fi
513 shift; shift
514done
515
516# Configure extra directories which are host specific
517
518case "${host}" in
519 i[3456]86-*-go32*)
520 configdirs="$configdirs dosrel" ;;
d39cd7a1
MK
521 i[3456]86-*-mingw32*)
522 configdirs="$configdirs dosrel" ;;
6599da04
JM
523 *-cygwin32*)
524 configdirs="$configdirs dosrel" ;;
525esac
526
527# Remove more programs from consideration, based on the host or
528# target this usually means that a port of the program doesn't
529# exist yet.
530
531noconfigdirs=""
532
533case "${host}" in
534 i[3456]86-*-vsta)
5d4a5ee6 535 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"
6599da04
JM
536 ;;
537 i[3456]86-*-go32* | i[3456]86-*-msdosdjgpp*)
5d4a5ee6 538 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 gettext"
6599da04 539 ;;
d39cd7a1 540 i[3456]86-*-mingw32*)
5d4a5ee6
JL
541 # 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"
542 noconfigdirs="expect dejagnu cvs autoconf automake send-pr gprof rcs guile perl texinfo apache inet libtool"
d39cd7a1 543 ;;
0da3b5a7
RH
544 i[3456]86-*-beos*)
545 noconfigdirs="$noconfigdirs tk itcl tix libgui gdb"
546 ;;
6599da04 547 *-*-cygwin32)
82281fc2 548 noconfigdirs="autoconf automake send-pr gprof rcs guile perl apache inet"
6599da04
JM
549 ;;
550 *-*-windows*)
551# This is only used to build WinGDB...
552# note that powerpc-eabi depends on sim configured before gdb.
553 configdirs="bfd libiberty opcodes readline sim gdb"
554 target_configdirs=
555 ;;
5d4a5ee6
JL
556 *-*-netbsd*)
557 noconfigdirs="rcs"
558 ;;
6599da04 559 ppc*-*-pe)
5d4a5ee6 560 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"
c135ea39 561 ;;
0da3b5a7
RH
562 powerpc-*-beos*)
563 noconfigdirs="$noconfigdirs tk itcl tix libgui gdb dejagnu readline"
564 ;;
6599da04
JM
565esac
566
567
568case "${target}" in
569 *-*-netware)
17090313 570 noconfigdirs="$noconfigdirs target-libg++ ${libstdcxx_version} target-librx target-newlib target-libiberty target-libgloss"
6599da04 571 ;;
3fbc0b70
JS
572 *-*-rtems*)
573 noconfigdirs="$noconfigdirs target-libgloss"
574 ;;
6599da04
JM
575 *-*-vxworks*)
576 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
577 ;;
b104e095 578 alpha*-dec-osf*)
6599da04
JM
579 # ld works, but does not support shared libraries. emacs doesn't
580 # work. newlib is not 64 bit ready. I'm not sure about fileutils.
581 # gas doesn't generate exception information.
582 noconfigdirs="$noconfigdirs gas ld emacs fileutils target-newlib target-libgloss"
583 ;;
584 alpha*-*-*vms*)
585 noconfigdirs="$noconfigdirs gdb ld target-newlib target-libgloss"
586 ;;
b104e095 587 alpha*-*-linux*)
e2de3a46
L
588 # newlib is not 64 bit ready
589 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
590 # linux has rx in libc
591 skipdirs="$skipdirs target-librx"
592 ;;
6599da04
JM
593 alpha*-*-*)
594 # newlib is not 64 bit ready
595 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
596 ;;
597 arc-*-*)
598 noconfigdirs="$noconfigdirs target-libgloss"
599 ;;
3a685f6f
NC
600 sh*-*-pe|mips*-*-pe|*arm-wince-pe)
601 noconfigdirs="$noconfigdirs target-libjava target-libffi target-zlib"
602 noconfigdirs="$noconfigdirs target-boehm-gc target-qthreads target-examples"
603 noconfigdirs="$noconfigdirs target-librx target-libiberty texinfo send-pr"
604 noconfigdirs="$noconfigdirs tcl tix tk itcl libgui sim"
605 noconfigdirs="$noconfigdirs expect dejagnu"
606 # the C++ libraries don't build on top of CE's C libraries
17090313 607 noconfigdirs="$noconfigdirs target-libg++ ${libstdcxx_version}"
3a685f6f
NC
608 skipdirs="$skipdirs target-newlib"
609 case "${host}" in
610 *-*-cygwin*) ;; # keep gdb and readline
17090313 611 *) noconfigdirs="$noconfigdirs gdb readline ${libstdcxx_version} target-libg++"
3a685f6f
NC
612 ;;
613 esac
614 ;;
6599da04
JM
615 arm-*-pe*)
616 noconfigdirs="$noconfigdirs target-libgloss"
617 ;;
618 arm-*-coff*)
619 noconfigdirs="$noconfigdirs target-libgloss"
620 ;;
bbd8fa7f
CM
621 arm-*-elf*)
622 noconfigdirs="$noconfigdirs target-libgloss"
623 if [ x${is_cross_compiler} != xno ] ; then
624 target_configdirs="${target_configdirs} target-bsp target-libstub target-cygmon"
625 fi
626 ;;
627 arm-*-oabi*)
628 noconfigdirs="$noconfigdirs target-libgloss"
629 if [ x${is_cross_compiler} != xno ] ; then
630 target_configdirs="${target_configdirs} target-bsp target-libstub target-cygmon"
631 fi
632 ;;
b9d6c60d 633 c4x-*-*)
17090313 634 noconfigdirs="$noconfigdirs target-libg++ ${libstdcxx_version} target-librx target-libgloss"
b9d6c60d 635 ;;
e98e406f
NC
636 thumb-*-coff)
637 noconfigdirs="$noconfigdirs target-libgloss"
638 ;;
5d4a5ee6
JL
639 arm-*-riscix*)
640 noconfigdirs="$noconfigdirs ld target-libgloss"
641 ;;
6599da04 642 d10v-*-*)
17090313 643 noconfigdirs="$noconfigdirs target-librx target-libg++ ${libstdcxx_version} target-libgloss"
6599da04 644 ;;
09b5f8bf
NC
645 fr30-*-elf*)
646 if [ x${is_cross_compiler} != xno ] ; then
647 target_configdirs="${target_configdirs} target-bsp target-libstub target-cygmon"
648 fi
649 ;;
6599da04
JM
650 h8300*-*-* | \
651 h8500-*-*)
17090313 652 noconfigdirs="$noconfigdirs target-libg++ ${libstdcxx_version} target-librx target-libgloss"
6599da04
JM
653 ;;
654 hppa*-*-*elf* | \
3fbc0b70 655 hppa*-*-lites*)
6599da04
JM
656 # Do configure ld/binutils/gas for this case.
657 ;;
658 hppa*-*-*)
659 # HP's C compiler doesn't handle Emacs correctly (but on BSD and Mach
660 # cc is gcc, and on any system a user should be able to link cc to
661 # whatever they want. FIXME, emacs emacs19).
662 case "${CC}" in
663 "" | cc*) noconfigdirs="$noconfigdirs emacs emacs19" ;;
664 *) ;;
665 esac
666 noconfigdirs="$noconfigdirs ld shellutils"
667 ;;
668 i[3456]86-*-go32* | i[3456]-*-msdosdjgpp*)
669 # but don't build gdb
17090313 670 noconfigdirs="$noconfigdirs gdb target-libg++ ${libstdcxx_version} target-librx"
6599da04 671 ;;
f401679e
JW
672 *-*-linux*)
673 # linux has rx in libc
674 skipdirs="$skipdirs target-librx"
675 ;;
d39cd7a1
MK
676 i[3456]86-*-mingw32*)
677 target_configdirs="$target_configdirs target-mingw"
678 noconfigdirs="$noconfigdirs expect target-libgloss"
679
5d4a5ee6 680 # Can't build gdb for mingw32 if not native.
d39cd7a1
MK
681 case "${host}" in
682 i[3456]86-*-mingw32) ;; # keep gdb tcl tk expect etc.
5d4a5ee6 683 *) noconfigdirs="$noconfigdirs gdb tcl tk expect itcl tix db snavigator gnuserv"
d39cd7a1
MK
684 ;;
685 esac
686 ;;
5d4a5ee6 687 *-*-cygwin32*)
6599da04 688 target_configdirs="$target_configdirs target-winsup"
5d4a5ee6 689 noconfigdirs="$noconfigdirs target-gperf target-libgloss"
6599da04
JM
690 # always build newlib.
691 skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
692
693 # Can't build gdb for cygwin32 if not native.
694 case "${host}" in
5d4a5ee6
JL
695 *-*-cygwin32*) ;; # keep gdb tcl tk expect etc.
696 *) noconfigdirs="$noconfigdirs gdb tcl tk expect itcl tix libgui db snavigator gnuserv"
6599da04
JM
697 ;;
698 esac
699 ;;
700 i[3456]86-*-pe)
17090313 701 noconfigdirs="$noconfigdirs target-libg++ ${libstdcxx_version} target-librx target-libgloss"
6599da04
JM
702 ;;
703 i[3456]86-*-sco3.2v5*)
704 # The linker does not yet know about weak symbols in COFF,
705 # and is not configured to handle mixed ELF and COFF.
5d4a5ee6 706 noconfigdirs="$noconfigdirs ld target-libgloss"
6599da04
JM
707 ;;
708 i[3456]86-*-sco*)
709 noconfigdirs="$noconfigdirs gprof target-libgloss"
710 ;;
711 i[3456]86-*-solaris2*)
712 # The linker does static linking correctly, but the Solaris C library
713 # has bugs such that some important functions won't work when statically
714 # linked. (See man pages for getpwuid, for example.)
715 noconfigdirs="$noconfigdirs ld target-libgloss"
716 ;;
717 i[3456]86-*-sysv4*)
718 # The SYSV4 C compiler doesn't handle Emacs correctly
719 case "${CC}" in
720 "" | cc*) noconfigdirs="$noconfigdirs emacs emacs19" ;;
721 *) ;;
722 esac
723 # but that's okay since emacs doesn't work anyway
724 noconfigdirs="$noconfigdirs emacs emacs19 target-libgloss"
725 ;;
0da3b5a7
RH
726 i[3456]86-*-beos*)
727 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss"
728 ;;
6599da04 729 mn10200-*-*)
5d4a5ee6
JL
730 noconfigdirs="$noconfigdirs"
731 if [ x${is_cross_compiler} != xno ] ; then
732 target_configdirs="${target_configdirs} target-libstub target-cygmon"
733 fi
6599da04
JM
734 ;;
735 mn10300-*-*)
5d4a5ee6
JL
736 noconfigdirs="$noconfigdirs"
737 if [ x${is_cross_compiler} != xno ] ; then
738 target_configdirs="${target_configdirs} target-libstub target-cygmon"
739 fi
6599da04
JM
740 ;;
741 powerpc-*-aix*)
742 # copied from rs6000-*-* entry
af13ebe9
NC
743 # The configure and build of ld are currently disabled because
744 # GNU ld is known to be broken for AIX 4.2 and 4.3 (at least)
745 # The symptom is that GDBtk 4.18 fails at startup with a segfault
746 # if linked by GNU ld, but not if linked by the native ld.
747 noconfigdirs="$noconfigdirs gprof cvssrc target-libgloss ld"
6599da04
JM
748 use_gnu_ld=no
749 ;;
750 powerpc*-*-winnt* | powerpc*-*-pe* | ppc*-*-pe)
751 target_configdirs="$target_configdirs target-winsup"
5d4a5ee6 752 noconfigdirs="$noconfigdirs gdb tcl tk make expect target-libgloss itcl tix db snavigator gnuserv"
6599da04
JM
753 # always build newlib.
754 skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
755 ;;
756 # This is temporary until we can link against shared libraries
757 powerpcle-*-solaris*)
5d4a5ee6 758 noconfigdirs="$noconfigdirs gdb sim make tcl tk expect itcl tix db snavigator gnuserv"
6599da04 759 ;;
0da3b5a7
RH
760 powerpc-*-beos*)
761 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss"
762 ;;
6599da04
JM
763 rs6000-*-lynxos*)
764 # The CVS server code doesn't work on the RS/6000
765 # Newlib makes problems for libg++ in crosses.
5d4a5ee6 766 noconfigdirs="$noconfigdirs target-newlib gprof cvssrc"
6599da04
JM
767 ;;
768 rs6000-*-aix*)
af13ebe9
NC
769 # The configure and build of ld are currently disabled because
770 # GNU ld is known to be broken for AIX 4.2 and 4.3 (at least)
771 # The symptom is that GDBtk 4.18 fails at startup with a segfault
772 # if linked by GNU ld, but not if linked by the native ld.
773 noconfigdirs="$noconfigdirs gprof ld"
6599da04
JM
774 use_gnu_ld=no
775 ;;
776 rs6000-*-*)
777 noconfigdirs="$noconfigdirs gprof"
778 ;;
779 m68k-apollo-*)
780 noconfigdirs="$noconfigdirs ld binutils gprof target-libgloss"
781 ;;
782 mips*-*-irix5*)
783 # The GNU linker does not support shared libraries.
784 # emacs is emacs 18, which does not work on Irix 5 (emacs19 does work)
785 noconfigdirs="$noconfigdirs ld gprof emacs target-libgloss"
786 ;;
787 mips*-*-irix6*)
788 # The GNU assembler and linker do not support IRIX 6.
789 # emacs is emacs 18, which does not work on Irix 5 (emacs19 does work)
790 noconfigdirs="$noconfigdirs ld gas gprof emacs target-libgloss"
791 ;;
792 mips*-dec-bsd*)
793 noconfigdirs="$noconfigdirs gprof target-libgloss"
794 ;;
795 mips*-*-bsd*)
796 noconfigdirs="$noconfigdirs gprof target-libgloss"
797 ;;
5d4a5ee6
JL
798 mipstx39-*-*)
799 noconfigdirs="$noconfigdirs gprof" # same as generic mips
800 target_configdirs="${target_configdirs} target-libstub target-cygmon"
801 ;;
6599da04
JM
802 mips*-*-*)
803 noconfigdirs="$noconfigdirs gprof"
804 ;;
805 romp-*-*)
806 noconfigdirs="$noconfigdirs bfd binutils ld gas opcodes target-libgloss"
807 ;;
808 sh-*-*)
809 case "${host}" in
810 i[3456]86-*-vsta) ;; # don't add gprof back in
811 i[3456]86-*-go32*) ;; # don't add gprof back in
812 i[3456]86-*-msdosdjgpp*) ;; # don't add gprof back in
813 *) skipdirs=`echo " ${skipdirs} " | sed -e 's/ gprof / /'` ;;
814 esac
815 noconfigdirs="$noconfigdirs target-libgloss"
816 ;;
5d4a5ee6
JL
817 sparc-*-elf*)
818 if [ x${is_cross_compiler} != xno ] ; then
819 target_configdirs="${target_configdirs} target-libstub target-cygmon"
820 fi
821 ;;
822 sparc64-*-elf*)
823 if [ x${is_cross_compiler} != xno ] ; then
824 target_configdirs="${target_configdirs} target-libstub target-cygmon"
825 fi
826 ;;
827 sparclite-*-aout*)
828 if [ x${is_cross_compiler} != xno ] ; then
829 target_configdirs="${target_configdirs} target-libstub target-cygmon"
830 fi
831 ;;
6599da04
JM
832 sparc-*-sunos4*)
833 if [ x${is_cross_compiler} != xno ] ; then
834 noconfigdirs="$noconfigdirs gdb gdbtest target-newlib target-libgloss"
835 else
836 use_gnu_ld=no
837 fi
838 ;;
839 v810-*-*)
17090313 840 noconfigdirs="$noconfigdirs bfd binutils gas gcc gdb ld ${libstdcxx_version} target-libg++ opcodes target-libgloss"
6599da04 841 ;;
5d4a5ee6
JL
842 v850-*-*)
843 noconfigdirs="$noconfigdirs target-libgloss"
844 ;;
6599da04
JM
845 vax-*-vms)
846 noconfigdirs="$noconfigdirs bfd binutils gdb ld target-newlib opcodes target-libgloss"
847 ;;
848 vax-*-*)
849 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
850 ;;
851 *-*-lynxos*)
852 # Newlib makes problems for libg++ in crosses.
853 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
854 ;;
855 *-*-macos* | \
856 *-*-mpw*)
857 # Macs want a resource compiler.
858 configdirs="$configdirs grez"
859 ;;
860esac
861
6599da04
JM
862# If we aren't building newlib, then don't build libgloss, since libgloss
863# depends upon some newlib header files.
864case "${noconfigdirs}" in
865 *target-libgloss*) ;;
866 *target-newlib*) noconfigdirs="$noconfigdirs target-libgloss" ;;
867esac
868
6599da04
JM
869# Make sure we don't let GNU ld be added if we didn't want it.
870if [ x$with_gnu_ld = xno ]; then
871 use_gnu_ld=no
872 noconfigdirs="$noconfigdirs ld"
873fi
874
875# Make sure we don't let GNU as be added if we didn't want it.
876if [ x$with_gnu_as = xno ]; then
877 use_gnu_as=no
878 noconfigdirs="$noconfigdirs gas"
879fi
880
881# Remove the entries in $skipdirs and $noconfigdirs from $configdirs and
882# $target_configdirs.
883# If we have the source for $noconfigdirs entries, add them to $notsupp.
884
885notsupp=""
886for dir in . $skipdirs $noconfigdirs ; do
887 dirname=`echo $dir | sed -e s/target-//g`
888 if [ $dir != . ] && echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
889 configdirs=`echo " ${configdirs} " | sed -e "s/ ${dir} / /"`
890 if [ -r $srcdir/$dirname/configure ] \
891 || [ -r $srcdir/$dirname/configure.in ]; then
892 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
893 true
894 else
895 notsupp="$notsupp $dir"
896 fi
897 fi
898 fi
899 if [ $dir != . ] && echo " ${target_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
900 target_configdirs=`echo " ${target_configdirs} " | sed -e "s/ ${dir} / /"`
901 if [ -r $srcdir/$dirname/configure ] \
902 || [ -r $srcdir/$dirname/configure.in ]; then
903 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
904 true
905 else
906 notsupp="$notsupp $dir"
907 fi
908 fi
909 fi
910done
911
912# Sometimes the tools are distributed with libiberty but with no other
913# libraries. In that case, we don't want to build target-libiberty.
914if [ -n "${target_configdirs}" ]; then
915 others=
916 for i in `echo ${target_configdirs} | sed -e s/target-//g` ; do
917 if [ "$i" != "libiberty" ]; then
918 if [ -r $srcdir/$i/configure ] || [ -r $srcdir/$i/configure.in ]; then
919 others=yes;
920 break;
921 fi
922 fi
923 done
924 if [ -z "${others}" ]; then
925 target_configdirs=
926 fi
927fi
928
929# Deconfigure all subdirectories, in case we are changing the
930# configuration from one where a subdirectory is supported to one where it
931# is not.
5d4a5ee6 932if [ -z "${norecursion}" ] && [ -n "${configdirs}" ]; then
6599da04
JM
933 for i in `echo ${configdirs} | sed -e s/target-//g` ; do
934 rm -f $i/Makefile
935 done
936fi
5d4a5ee6 937if [ -z "${norecursion}" ] && [ -n "${target_configdirs}" ]; then
6599da04
JM
938 for i in `echo ${target_configdirs} | sed -e s/target-//g` ; do
939 rm -f ${target_subdir}/$i/Makefile
940 done
941fi
942
943# Produce a warning message for the subdirs we can't configure.
944# This isn't especially interesting in the Cygnus tree, but in the individual
945# FSF releases, it's important to let people know when their machine isn't
946# supported by the one or two programs in a package.
947
948if [ -n "${notsupp}" ] && [ -z "${norecursion}" ]; then
949 # If $appdirs is non-empty, at least one of those directories must still
950 # be configured, or we error out. (E.g., if the gas release supports a
951 # specified target in some subdirs but not the gas subdir, we shouldn't
952 # pretend that all is well.)
953 if [ -n "$appdirs" ]; then
954 for dir in $appdirs ; do
955 if [ -r $dir/Makefile.in ]; then
956 if echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
957 appdirs=""
958 break
959 fi
960 if echo " ${target_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
961 appdirs=""
962 break
963 fi
964 fi
965 done
966 if [ -n "$appdirs" ]; then
967 echo "*** This configuration is not supported by this package." 1>&2
968 exit 1
969 fi
970 fi
971 # Okay, some application will build, or we don't care to check. Still
972 # notify of subdirs not getting built.
973 echo "*** This configuration is not supported in the following subdirectories:" 1>&2
974 echo " ${notsupp}" 1>&2
975 echo " (Any other directories should still work fine.)" 1>&2
976fi
977
978# Set with_gnu_as and with_gnu_ld as appropriate.
979#
980# This is done by determining whether or not the appropriate directory
981# is available, and by checking whether or not specific configurations
982# have requested that this magic not happen.
983#
984# The command line options always override the explicit settings in
985# configure.in, and the settings in configure.in override this magic.
986#
987# If the default for a toolchain is to use GNU as and ld, and you don't
988# want to do that, then you should use the --without-gnu-as and
989# --without-gnu-ld options for the configure script.
990
991if [ x${use_gnu_as} = x ] ; then
992 if [ x${with_gnu_as} != xno ] && echo " ${configdirs} " | grep " ${gasdir} " > /dev/null 2>&1 && [ -d ${srcdir}/${gasdir} ] ; then
993 with_gnu_as=yes
994 withoptions="$withoptions --with-gnu-as"
995 fi
996fi
997
998if [ x${use_gnu_ld} = x ] ; then
999 if [ x${with_gnu_ld} != xno ] && echo " ${configdirs} " | grep " ld " > /dev/null 2>&1 && [ -d ${srcdir}/ld ] ; then
1000 with_gnu_ld=yes
1001 withoptions="$withoptions --with-gnu-ld"
1002 fi
1003fi
1004
1005# If using newlib, add --with-newlib to the withoptions so that gcc/configure
1006# can detect this case.
1007
1008if [ x${with_newlib} != xno ] && echo " ${target_configdirs} " | grep " target-newlib " > /dev/null 2>&1 && [ -d ${srcdir}/newlib ] ; then
1009 with_newlib=yes
1010 withoptions="$withoptions --with-newlib"
1011fi
1012
1013if [ x${shared} = xyes ]; then
1014 case "${target}" in
e2de3a46
L
1015 hppa*)
1016 target_makefile_frag="${target_makefile_frag} config/mt-papic"
1017 ;;
1018 i[3456]86-*)
1019 target_makefile_frag="${target_makefile_frag} config/mt-x86pic"
1020 ;;
1021 powerpc*-*)
1022 target_makefile_frag="${target_makefile_frag} config/mt-ppcpic"
1023 ;;
b104e095 1024 alpha*-*-linux*)
e2de3a46
L
1025 target_makefile_frag="${target_makefile_frag} config/mt-elfalphapic"
1026 ;;
1027 *)
520ab477 1028 if test -f ${srcdir}/config/mt-${target_cpu}pic; then
4bcdb76d
AO
1029 target_makefile_frag="${target_makefile_frag} config/mt-${target_cpu}pic"
1030 fi
e2de3a46 1031 ;;
6599da04
JM
1032 esac
1033fi
1034
e2de3a46
L
1035rm -f mt-frag
1036if [ -n "${target_makefile_frag}" ] ; then
1037 for f in ${target_makefile_frag}
1038 do
1039 cat ${srcdir}/$f >> mt-frag
1040 done
1041 target_makefile_frag=mt-frag
1042fi
1043
6599da04
JM
1044# post-target:
1045
1046# Make sure that the compiler is able to generate an executable. If it
1047# can't, we are probably in trouble. We don't care whether we can run the
1048# executable--we might be using a cross compiler--we only care whether it
1049# can be created. At this point the main configure script has set CC.
1050echo "int main () { return 0; }" > conftest.c
1051${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c
5d4a5ee6 1052if [ $? = 0 ] && [ -s conftest -o -s conftest.exe ]; then
6599da04
JM
1053 :
1054else
1055 echo 1>&2 "*** The command '${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c' failed."
1056 echo 1>&2 "*** You must set the environment variable CC to a working compiler."
1057 rm -f conftest*
1058 exit 1
1059fi
1060rm -f conftest*
1061
1062# The Solaris /usr/ucb/cc compiler does not appear to work.
1063case "${host}" in
1064 sparc-sun-solaris2*)
1065 CCBASE="`echo ${CC-cc} | sed 's/ .*$//'`"
1066 if [ "`/usr/bin/which $CCBASE`" = "/usr/ucb/cc" ] ; then
1067 could_use=
1068 [ -d /opt/SUNWspro/bin ] && could_use="/opt/SUNWspro/bin"
1069 if [ -d /opt/cygnus/bin ] ; then
1070 if [ "$could_use" = "" ] ; then
1071 could_use="/opt/cygnus/bin"
1072 else
1073 could_use="$could_use or /opt/cygnus/bin"
1074 fi
1075 fi
1076 if [ "$could_use" = "" ] ; then
1077 echo "Warning: compilation may fail because you're using"
1078 echo "/usr/ucb/cc. You should change your PATH or CC "
1079 echo "variable and rerun configure."
1080 else
1081 echo "Warning: compilation may fail because you're using"
1082 echo "/usr/ucb/cc, when you should use the C compiler from"
1083 echo "$could_use. You should change your"
1084 echo "PATH or CC variable and rerun configure."
1085 fi
1086 fi
1087 ;;
1088esac
1089
1090# If --enable-shared was set, we must set LD_LIBRARY_PATH so that the
1091# binutils tools will find libbfd.so.
1092if [ "${shared}" = "yes" ]; then
1093 sed -e 's/^SET_LIB_PATH[ ]*=.*$/SET_LIB_PATH = $(REALLY_SET_LIB_PATH)/' \
1094 Makefile > Makefile.tem
1095 rm -f Makefile
1096 mv -f Makefile.tem Makefile
1097
1098 case "${host}" in
1099 *-*-hpux*)
5d4a5ee6 1100 sed -e 's/^RPATH_ENVVAR[ ]*=.*$/RPATH_ENVVAR = SHLIB_PATH/' \
6599da04
JM
1101 Makefile > Makefile.tem
1102 rm -f Makefile
1103 mv -f Makefile.tem Makefile
1104 ;;
1105 esac
1106fi
1107
6599da04
JM
1108# Record target_configdirs and the configure arguments in Makefile.
1109target_configdirs=`echo "${target_configdirs}" | sed -e 's/target-//g'`
1110targargs=`echo "${arguments}" | \
5d4a5ee6 1111 sed -e 's/--no[^ ]*//' \
6599da04
JM
1112 -e 's/--cache[a-z-]*=[^ ]*//' \
1113 -e 's/--ho[a-z-]*=[^ ]*//' \
1114 -e 's/--bu[a-z-]*=[^ ]*//' \
1115 -e 's/--ta[a-z-]*=[^ ]*//'`
1116
1117# Passing a --with-cross-host argument lets the target libraries know
1118# whether they are being built with a cross-compiler or being built
1119# native. However, it would be better to use other mechanisms to make the
1120# sorts of decisions they want to make on this basis. Please consider
1121# this option to be deprecated. FIXME.
1122if [ x${is_cross_compiler} = xyes ]; then
1123 targargs="--with-cross-host=${host_alias} ${targargs}"
1124fi
1125
1126# Default to --enable-multilib.
1127if [ x${enable_multilib} = x ]; then
1128 targargs="--enable-multilib ${targargs}"
1129fi
1130
5d4a5ee6
JL
1131# Pass --with-newlib if appropriate. Note that target_configdirs has
1132# changed from the earlier setting of with_newlib.
1133if [ x${with_newlib} != xno ] && echo " ${target_configdirs} " | grep " newlib " > /dev/null 2>&1 && [ -d ${srcdir}/newlib ] ; then
1134 targargs="--with-newlib ${targargs}"
1135fi
1136
88101ab9
L
1137# provide a proper gxx_include_dir.
1138# Note, if you change the default, make sure to fix both here and in
1139# the gcc, libio, libstdc++ and libg++ subdirectories.
1140# Check whether --with-gxx-include-dir or --without-gxx-include-dir was given.
1141gxx_include_dir=
1142if test -n "${with_gxx_include_dir}"; then
1143 case "${with_gxx_include_dir}" in
1144 yes )
1145 echo "configure.in: error: bad value ${withval} given for g++ include directory" 1>&2
1146 exit 1
1147 ;;
1148 no )
1149 ;;
1150 * )
1151 gxx_include_dir=${with_gxx_include_dir}
1152 ;;
1153 esac
1154fi
1155if test x${gxx_include_dir} = x; then
1156 if test x${enable_version_specific_runtime_libs} = xyes; then
1157 gxx_include_dir='${libsubdir}/include/g++'
1158 else
1159 . ${topsrcdir}/config.if
1160 gxx_include_dir='${prefix}/include/g++'-${libstdcxx_interface}
1161 fi
1162else
1163 gxx_include_dir=${gxx_include_dir}
1164fi
1165
6599da04
JM
1166targargs="--host=${target_alias} --build=${build_alias} ${targargs}"
1167sed -e "s:^TARGET_CONFIGDIRS[ ]*=.*$:TARGET_CONFIGDIRS = ${target_configdirs}:" \
1168 -e "s%^CONFIG_ARGUMENTS[ ]*=.*$%CONFIG_ARGUMENTS = ${targargs}%" \
1169 -e "s%^TARGET_SUBDIR[ ]*=.*$%TARGET_SUBDIR = ${target_subdir}%" \
88101ab9 1170 -e "s%^gxx_include_dir[ ]*=.*$%gxx_include_dir=${gxx_include_dir}%" \
6599da04
JM
1171 Makefile > Makefile.tem
1172rm -f Makefile
1173mv -f Makefile.tem Makefile
1174
1175#
1176# Local Variables:
1177# fill-column: 131
1178# End:
1179#