2 ##############################################################################
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.
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.
14 ## For more information on these two systems, check out the documentation
15 ## for 'Autoconf' (autoconf.texi) and 'Configure' (configure.texi).
17 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998,
18 # 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
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.
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.
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.
34 ##############################################################################
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.
43 # these libraries are used by various programs built for the host environment
45 host_libs
="intl mmalloc libiberty opcodes bfd readline db tcl tk tclX itcl tix libgui zlib"
47 libstdcxx_version
="target-libstdc++-v3"
49 # these tools are built for the host environment
50 # Note, the powerpc-eabi build depends on sim occurring before gdb in order to
51 # know that we are building the simulator.
52 host_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"
54 # libgcj represents the runtime libraries only used by gcj.
55 libgcj
="target-libffi \
61 # these libraries are built for the target environment, and are built after
62 # the host libraries and the host tools (which may be a cross compiler)
64 target_libs
="target-libiberty \
67 ${libstdcxx_version} \
72 # these tools are built using the target libs, and are intended to run only
73 # in the target environment
75 # note: any program that *uses* libraries that are in the "target_libs"
76 # list belongs in this list. those programs are also very likely
77 # candidates for the "native_only" list which follows
79 target_tools
="target-examples target-groff target-gperf"
81 ################################################################################
83 ## These two lists are of directories that are to be removed from the
84 ## ${configdirs} list for either cross-compilations or for native-
85 ## compilations. For example, it doesn't make that much sense to
86 ## cross-compile Emacs, nor is it terribly useful to compile target-libiberty in
87 ## a native environment.
89 # directories to be built in the native environment only
91 # This must be a single line because of the way it is searched by grep in
93 native_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"
95 # directories to be built in a cross environment only
97 cross_only
="target-libgloss target-newlib target-cygmon target-opcodes target-libstub"
99 ## All tools belong in one of the four categories, and are assigned above
100 ## We assign ${configdirs} this way to remove all embedded newlines. This
101 ## is important because configure will choke if they ever get through.
102 ## ${configdirs} is directories we build using the host tools.
103 ## ${target_configdirs} is directories we build using the target tools.
105 configdirs
=`echo ${host_libs} ${host_tools}`
106 target_configdirs
=`echo ${target_libs} ${target_tools}`
108 ################################################################################
110 srctrigger
=move-if-change
111 srcname
="gnu development package"
113 # This gets set non-empty for some net releases of packages.
118 # There is no longer anything interesting in the per-host section.
122 # Define is_cross_compiler to save on calls to 'test'.
124 if test x
"${host}" = x
"${target}" ; then
127 is_cross_compiler
=yes
130 # Work in distributions that contain no compiler tools, like Autoconf.
132 if test -d ${srcdir}/config
; then
135 # Avoid "too much defining" errors from HPUX compiler.
136 tentative_cc
="cc -Wp,-H256000"
137 host_makefile_frag
="config/mh-hp300"
140 tentative_cc
="cc -A ansi -A runtype,any -A systype,any -U__STDC__ -DUSG"
141 host_makefile_frag
="config/mh-apollo68"
144 #None of the Apollo compilers can compile gas or binutils. The preprocessor
145 # chokes on bfd, the compiler won't let you assign integers to enums, and
146 # other problems. Defining CC to gcc is a questionable way to say "don't use
147 # the apollo compiler" (the preferred version of GCC could be called cc,
148 # or whatever), but I'm not sure leaving CC as cc is any better...
149 #CC=cc -A ansi -A runtype,any -A systype,any -U__STDC__ -DNO_STDARG
151 host_makefile_frag
="config/mh-a68bsd"
154 tentative_cc
="gcc -Wall -ansi -D__using_DGUX"
155 host_makefile_frag
="config/mh-dgux"
158 # Under CX/UX, we want to tell the compiler to use ANSI mode.
159 tentative_cc
="cc -Xa"
160 host_makefile_frag
="config/mh-cxux"
163 host_makefile_frag
="config/mh-delta88"
166 tentative_cc
="cc -Wf,-XNg1000"
167 host_makefile_frag
="config/mh-decstation"
170 # The C compiler on NEC MIPS SVR4 needs bigger tables.
171 tentative_cc
="cc -ZXNd=5000 -ZXNg=1000"
172 host_makefile_frag
="config/mh-necv4"
175 host_makefile_frag
="config/mh-irix6"
178 host_makefile_frag
="config/mh-irix5"
181 # Tell compiler to use K&R C. We can't compile under the SGI Ansi
182 # environment. Also bump switch table size so that cp-parse will
183 # compile. Bump string length limit so linker builds.
184 tentative_cc
="cc -cckr -Wf,-XNg1500 -Wf,-XNk1000 -Wf,-XNh2000 -Wf,-XNl8192"
187 host_makefile_frag
="config/mh-sysv"
190 host_makefile_frag
="config/mh-sysv4"
193 # This is for a MIPS running RISC/os 4.52C.
195 # This is needed for GDB, but needs to be in the top-level make because
196 # if a library is compiled with the bsd headers and gets linked with the
197 # sysv system libraries all hell can break loose (e.g. a jmp_buf might be
199 # ptrace(2) apparently has problems in the BSD environment. No workaround is
200 # known except to select the sysv environment. Could we use /proc instead?
201 # These "sysv environments" and "bsd environments" often end up being a pain.
203 # This is not part of CFLAGS because perhaps not all C compilers have this
205 tentative_cc
="cc -systype sysv"
206 host_makefile_frag
="config/mh-riscos"
210 host_makefile_frag
="config/mh-openedition"
213 host_makefile_frag
="config/mh-sysv5"
216 tentative_cc
="gcc -Wall -ansi -D__using_DGUX"
217 host_makefile_frag
="config/mh-dgux386"
219 i
[3456]86-ncr-sysv4.3
*)
220 # The MetaWare compiler will generate a copyright message unless you
221 # turn it off by adding the -Hnocopyr flag.
222 tentative_cc
="cc -Hnocopyr"
223 host_makefile_frag
="config/mh-ncrsvr43"
225 i
[3456]86-ncr-sysv4*)
226 # for an NCR 3000 (i486/SVR4) system.
227 # The NCR 3000 ships with a MetaWare compiler installed as /bin/cc.
228 # This compiler not only emits obnoxious copyright messages every time
229 # you run it, but it chokes and dies on a whole bunch of GNU source
230 # files. Default to using the AT&T compiler installed in /usr/ccs/ATT/cc.
231 tentative_cc
="/usr/ccs/ATT/cc"
232 host_makefile_frag
="config/mh-ncr3000"
234 i
[3456]86-*-sco3.2v5
*)
235 host_makefile_frag
="config/mh-sysv"
238 # The native C compiler botches some simple uses of const. Unfortunately,
239 # it doesn't defined anything like "__sco__" for us to test for in ansidecl.h.
240 tentative_cc
="cc -Dconst="
241 host_makefile_frag
="config/mh-sco"
244 host_makefile_frag
="config/mh-sysv5"
247 host_makefile_frag
="config/mh-sysv"
249 i
[3456]86-*-solaris2*)
250 host_makefile_frag
="config/mh-sysv4"
253 host_makefile_frag
="config/mh-aix386"
255 i
[3456]86-*-msdosdjgpp*)
256 host_makefile_frag
="config/mh-djgpp"
259 host_makefile_frag
="config/mh-cygwin"
262 host_makefile_frag
="config/mh-mingw32"
265 host_makefile_frag
="config/mh-interix"
268 # The old BSD pcc isn't up to compiling parts of gdb so use gcc
272 host_makefile_frag
="config/mh-solaris"
275 # Sun's C compiler needs the -J flag to be able to compile cp-parse.c
276 # without overflowing the jump tables (-J says to use a 32 bit table)
280 tentative_cc
="cc -Wp,-H256000"
281 host_makefile_frag
="config/mh-hpux8"
284 tentative_cc
="cc -Wp,-H256000"
285 host_makefile_frag
="config/mh-hpux"
288 tentative_cc
="cc -Wp,-H256000"
289 host_makefile_frag
="config/mh-hpux"
292 # /bin/cc is less than useful for our purposes. Always use GCC
293 tentative_cc
="/usr/cygnus/progressive/bin/gcc"
294 host_makefile_frag
="config/mh-lynxrs6k"
297 # /bin/cc is less than useful for our purposes. Always use GCC
298 tentative_cc
="/bin/gcc"
301 host_makefile_frag
="config/mh-sysv4"
304 host_makefile_frag
="config/mh-sysv"
309 # If we aren't going to be using gcc, see if we can extract a definition
310 # of CC from the fragment.
311 # Actually, use the 'pre-extracted' version above.
312 if test -z "${CC}" && test "${build}" = "${host}" ; then
313 IFS
="${IFS= }"; save_ifs
="$IFS"; IFS
="${IFS}:"
316 test -z "$dir" && dir
=.
317 if test -f $dir/gcc
; then
323 if test -z "${found}" && test -n "${tentative_cc}" ; then
328 # We default to --with-shared on platforms where -fpic is meaningless.
329 # Well, we don't yet, but we will.
330 if false
&& test "${host}" = "${target}" && test x${enable_shared} = x ; then
332 alpha*-dec-osf*) enable_shared=yes ;;
333 alpha*-*-linux*) enable_shared=yes ;;
334 mips-sgi-irix5*) enable_shared=yes ;;
335 *) enable_shared=no ;;
339 # hpux11 in 64bit mode has libraries in a weird place. Arrange to find
340 # them automatically.
343 withoptions="$withoptions -x-libraries=/usr
/lib
/pa20_64
-x-includes=/usr
/X11R
6/include
"
347 case "${enable_shared}" in
355 if test -n "${host_makefile_frag}" ; then
356 for f in ${host_makefile_frag}
358 cat ${srcdir}/$f >> mh-frag
360 host_makefile_frag=mh-frag
365 target_makefile_frag="${target_makefile_frag} config
/mt-v810
"
367 i[3456]86-*-netware*)
368 target_makefile_frag="${target_makefile_frag} config
/mt-netware
"
371 target_makefile_frag="${target_makefile_frag} config
/mt-netware
"
374 target_makefile_frag="${target_makefile_frag} config
/mt-linux
"
375 target_makefile_frag="${target_makefile_frag} config
/mt-alphaieee
"
378 target_makefile_frag="${target_makefile_frag} config
/mt-alphaieee
"
381 target_makefile_frag="${target_makefile_frag} config
/mt-linux
"
383 *-*-aix4.[3456789]* | *-*-aix[56789].*)
384 target_makefile_frag="${target_makefile_frag} config
/mt-aix43
"
386 mips*-*-pe | sh*-*-pe | *arm-wince-pe)
387 target_makefile_frag="${target_makefile_frag} config
/mt-wince
"
391 # If --enable-target-optspace always use -Os instead of -O2 to build
392 # the target libraries, similarly if it is not specified, use -Os
393 # on selected platforms.
394 case "${enable_target_optspace}:${target}" in
396 target_makefile_frag="${target_makefile_frag} config
/mt-ospace
"
399 target_makefile_frag="${target_makefile_frag} config
/mt-d30v
"
401 :m32r-* | :d10v-* | :fr30-*)
402 target_makefile_frag="${target_makefile_frag} config
/mt-ospace
"
407 echo "*** bad value
\"${enable_target_optspace}\" for --enable-target-optspace flag
; ignored
" 1>&2
415 # some tools are so dependent upon X11 that if we're not building with X,
416 # it's not even worth trying to configure, much less build, that tool.
419 yes | "") # the default value for this tree is that X11 is available
422 skipdirs="${skipdirs} tk libgui
"
425 echo "*** bad value
\"${with_x}\" for -with-x flag
; ignored
" 1>&2
429 # Some tools are only suitable for building in a "native
" situation.
430 # Those are added when we have a host==target configuration. For cross
431 # toolchains, we add some directories that should only be useful in a
434 case $is_cross_compiler in
435 no) skipdirs="${skipdirs} ${cross_only}" ;;
436 yes) skipdirs="${skipdirs} ${native_only}" ;;
439 # We always want to use the same name for this directory, so that dejagnu
440 # can reliably find it.
441 target_subdir=${target_alias}
443 if test ! -d ${target_subdir} ; then
444 if mkdir ${target_subdir} ; then true
446 echo "'*** could not make ${PWD=`${PWDCMD-pwd}`}/${target_subdir}" 1>&2
451 build_subdir=${build_alias}
453 if test x"${build_alias}" != x"${host}" ; then
454 if test ! -d ${build_subdir} ; then
455 if mkdir ${build_subdir} ; then true
457 echo "'*** could not
make ${PWD=`${PWDCMD-pwd}`}/${build_subdir}" 1>&2
465 # Handle --with-headers=XXX. The contents of the named directory are
466 # copied to $(tooldir)/sys-include.
467 if test x"${with_headers}" != x ; then
468 if test x${is_cross_compiler} = xno ; then
469 echo 1>&2 '***' --with-headers is only supported when cross compiling
472 case "${exec_prefixoption}" in
474 *) x=${exec_prefix} ;;
476 copy_dirs="${copy_dirs} ${with_headers} $x/${target_alias}/sys-include
"
479 # Handle --with-libs=XXX. Multiple directories are permitted. The
480 # contents are copied to $(tooldir)/lib.
481 if test x"${with_libs}" != x ; then
482 if test x${is_cross_compiler} = xno ; then
483 echo 1>&2 '***' --with-libs is only supported when cross compiling
486 # Copy the libraries in reverse order, so that files in the first named
487 # library override files in subsequent libraries.
488 case "${exec_prefixoption}" in
490 *) x=${exec_prefix} ;;
492 for l in ${with_libs}; do
493 copy_dirs="$l $x/${target_alias}/lib
${copy_dirs}"
497 # Handle ${copy_dirs}
498 set fnord ${copy_dirs}
500 while test $# != 0 ; do
501 if test -f $2/COPIED && test x"`cat $2/COPIED`" = x"$1" ; then
504 echo Copying $1 to $2
506 # Use the install script to create the directory and all required
507 # parent directories.
512 ${srcdir}/install-sh -c -m 644 config.temp $2/COPIED
515 # Copy the directory, assuming we have tar.
516 # FIXME: Should we use B in the second tar? Not all systems support it.
517 (cd $1; tar -cf - .) | (cd $2; tar -xpf -)
519 # It is the responsibility of the user to correctly adjust all
520 # symlinks. If somebody can figure out how to handle them correctly
521 # here, feel free to add the code.
528 # If both --with-headers and --with-libs are specified, default to
530 if test x"${with_headers}" != x && test x"${with_libs}" != x ; then
531 if test x"${with_newlib}" = x ; then
536 # Recognize --with-newlib/--without-newlib.
537 case ${with_newlib} in
538 no) skipdirs="${skipdirs} target-newlib
" ;;
539 yes) skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'` ;;
542 # Default to using --with-stabs for certain targets.
543 if test x${with_stabs} = x ; then
547 mips*-*-* | alpha*-*-osf*)
549 withoptions="${withoptions} --with-stabs"
554 # Configure extra directories which are host specific
558 configdirs="$configdirs dosrel
" ;;
559 i[3456]86-*-mingw32*)
560 configdirs="$configdirs dosrel
" ;;
562 configdirs="$configdirs libtermcap dosrel
" ;;
565 # Remove more programs from consideration, based on the host or
566 # target this usually means that a port of the program doesn't
573 noconfigdirs="$noconfigdirs byacc
"
576 noconfigdirs="tcl expect dejagnu
make texinfo bison
patch flex byacc send-pr gprof
uudecode dejagnu
diff guile perl apache inet itcl tix db snavigator gnuserv
gettext"
578 i[3456]86-*-go32* | i[3456]86-*-msdosdjgpp*)
579 noconfigdirs="tcl tk expect dejagnu send-pr
uudecode guile apache inet itcl tix db snavigator gnuserv libffi
"
581 i[3456]86-*-mingw32*)
582 # noconfigdirs="tcl tk expect dejagnu
make texinfo bison
patch flex byacc send-pr
uudecode dejagnu
diff guile perl apache inet itcl tix db snavigator gnuserv
"
583 noconfigdirs="expect dejagnu cvs autoconf automake send-pr rcs guile perl texinfo apache inet libtool
"
586 noconfigdirs="$noconfigdirs tk itcl tix libgui gdb
"
589 noconfigdirs="autoconf automake send-pr rcs guile perl apache inet
"
595 noconfigdirs="patch diff make tk tcl expect dejagnu cvssrc autoconf automake texinfo bison send-pr gprof rcs guile perl apache inet itcl tix db snavigator gnuserv
"
598 noconfigdirs="$noconfigdirs tk itcl tix libgui gdb dejagnu readline
"
602 # Save it here so that, even in case of --enable-libgcj, if the Java
603 # front-end isn't enabled, we still get libgcj disabled.
605 case $enable_libgcj in
607 # If we reset it here, it won't get added to noconfigdirs in the
608 # target-specific build rules, so it will be forcibly enabled
609 # (unless the Java language itself isn't enabled).
613 # Make sure we get it printed in the list of not supported target libs.
614 noconfigdirs="$noconfigdirs ${libgcj}"
620 noconfigdirs="$noconfigdirs target-newlib target-libgloss
${libgcj}"
622 *-*-freebsd[12] | *-*-freebsd[12].* | *-*-freebsd*aout*)
623 noconfigdirs="$noconfigdirs target-newlib target-libgloss
${libgcj}"
626 # Skip some stuff on all NetBSD configurations.
627 skipdirs="$skipdirs target-newlib target-libiberty target-libgloss
"
629 # Skip some stuff that's unsupported on some NetBSD configurations.
631 i*86-*-netbsdelf*) ;;
633 noconfigdirs="$noconfigdirs ${libgcj}"
638 noconfigdirs="$noconfigdirs ${libstdcxx_version} target-newlib target-libiberty target-libgloss
${libgcj}"
641 noconfigdirs="$noconfigdirs target-libgloss
${libgcj}"
643 h8300*-*-* | h8500-*-*)
644 noconfigdirs="$noconfigdirs target-libf2c
"
650 noconfigdirs="$noconfigdirs target-newlib target-libgloss
${libgcj}"
653 # ld works, but does not support shared libraries.
654 # newlib is not 64 bit ready. I'm not sure about fileutils.
655 # gas doesn't generate exception information.
656 noconfigdirs="$noconfigdirs gas ld fileutils target-newlib target-libgloss
"
659 noconfigdirs="$noconfigdirs gdb ld target-newlib target-libgloss
${libgcj}"
662 # newlib is not 64 bit ready
663 noconfigdirs="$noconfigdirs target-newlib target-libgloss
"
666 noconfigdirs="$noconfigdirs target-newlib target-libgloss
"
669 # newlib is not 64 bit ready
670 noconfigdirs="$noconfigdirs target-newlib target-libgloss
${libgcj}"
673 noconfigdirs="$noconfigdirs ${libgcj} target-newlib target-libgloss
"
675 sh*-*-pe|mips*-*-pe|*arm-wince-pe)
676 noconfigdirs="$noconfigdirs ${libgcj}"
677 noconfigdirs="$noconfigdirs target-examples
"
678 noconfigdirs="$noconfigdirs target-libiberty texinfo send-pr
"
679 noconfigdirs="$noconfigdirs tcl tix tk itcl libgui sim
"
680 noconfigdirs="$noconfigdirs expect dejagnu
"
681 # the C++ libraries don't build on top of CE's C libraries
682 noconfigdirs="$noconfigdirs ${libstdcxx_version}"
683 skipdirs="$skipdirs target-newlib
"
685 *-*-cygwin*) ;; # keep gdb and readline
686 *) noconfigdirs="$noconfigdirs gdb readline
${libstdcxx_version}"
691 noconfigdirs="$noconfigdirs target-libgloss
${libgcj}"
694 noconfigdirs="$noconfigdirs target-libgloss
${libgcj}"
697 noconfigdirs="$noconfigdirs target-libgloss
${libgcj}"
700 noconfigdirs="$noconfigdirs target-libgloss
${libgcj}"
703 noconfigdirs="$noconfigdirs target-libgloss
${libgcj}"
706 noconfigdirs="$noconfigdirs target-libgloss
${libgcj}"
709 noconfigdirs="$noconfigdirs ${libgcj}"
712 noconfigdirs="$noconfigdirs ${libgcj}"
715 noconfigdirs="$noconfigdirs target-libffi target-qthreads
"
718 noconfigdirs="$noconfigdirs ${libgcj}"
721 noconfigdirs="$noconfigdirs target-libgloss
${libgcj}"
724 noconfigdirs="$noconfigdirs ld target-libgloss
${libgcj}"
727 noconfigdirs="$noconfigdirs target-libiberty
${libstdcxx_version} ${libgcj}"
730 noconfigdirs="$noconfigdirs ${libstdcxx_version} target-libgloss
${libgcj}"
732 c54x*-*-* | tic54x-*-*)
733 noconfigdirs="$noconfigdirs ${libstdcxx_version} target-libgloss
${libgcj} gcc gdb newlib
"
736 noconfigdirs="$noconfigdirs ${libgcj}"
739 noconfigdirs="$noconfigdirs ${libstdcxx_version} target-libgloss
${libgcj}"
742 noconfigdirs="$noconfigdirs ${libgcj}"
745 noconfigdirs="$noconfigdirs ${libgcj}"
746 if test x${is_cross_compiler} != xno ; then
747 target_configdirs="${target_configdirs} target-bsp target-libstub target-cygmon
"
751 noconfigdirs="$noconfigdirs ${libgcj}"
752 if test x${is_cross_compiler} != xno ; then
753 target_configdirs="${target_configdirs} target-bsp target-cygmon
"
757 noconfigdirs="$noconfigdirs target-libgloss
"
760 noconfigdirs="$noconfigdirs ${libstdcxx_version} target-libgloss
${libgcj} target-libf2c
"
762 hppa*64*-*-linux* | parisc*64*-*-linux*)
763 # In this case, it's because the hppa64-linux target is for
764 # the kernel only at this point and has no libc, and thus no
765 # headers, crt*.o, etc., all of which are needed by these.
766 noconfigdirs="$noconfigdirs target-zlib
"
769 parisc*-*-linux* | hppa*-*-linux* | \
772 noconfigdirs="$noconfigdirs ${libgcj}"
773 # Do configure ld/binutils/gas for this case.
776 # According to Alexandre Oliva <aoliva@redhat.com>, libjava won't
777 # build on HP-UX 10.20.
778 noconfigdirs="$noconfigdirs ld shellutils
${libgcj}"
781 # No gdb support yet.
782 noconfigdirs="$noconfigdirs tix readline mmalloc libgui itcl gdb
"
785 # No gdb or ld support yet.
786 noconfigdirs="$noconfigdirs tix readline mmalloc libgui itcl gdb ld
"
788 i[3456]86-*-coff | i[3456]86-*-elf)
789 noconfigdirs="$noconfigdirs ${libgcj}"
790 if test x${is_cross_compiler} != xno ; then
791 target_configdirs="${target_configdirs} target-libstub target-cygmon
"
794 i[34567]86-*-freebsd*)
795 noconfigdirs="$noconfigdirs target-newlib target-libgloss
"
798 # The libffi port is not yet in the GCC tree
799 noconfigdirs="$noconfigdirs target-newlib target-libgloss
${libgcj}"
802 # This section makes it possible to build newlib natively on linux.
803 # If we are using a cross compiler then don't configure newlib.
804 if test x${is_cross_compiler} != xno ; then
805 noconfigdirs="$noconfigdirs target-newlib
"
807 noconfigdirs="$noconfigdirs target-libgloss
"
808 # If we are not using a cross compiler, do configure newlib.
809 # Note however, that newlib will only be configured in this situation
810 # if the --with-newlib option has been given, because otherwise
811 # 'target-newlib' will appear in skipdirs.
814 noconfigdirs="$noconfigdirs target-newlib target-libgloss
"
816 i[3456]86-*-mingw32*)
817 target_configdirs="$target_configdirs target-mingw
"
818 noconfigdirs="$noconfigdirs expect target-libgloss
${libgcj}"
820 # Can't build gdb for mingw32 if not native.
822 i[3456]86-*-mingw32) ;; # keep gdb tcl tk expect etc.
823 *) noconfigdirs="$noconfigdirs gdb tcl tk expect itcl tix db snavigator gnuserv
"
828 target_configdirs="$target_configdirs target-libtermcap target-winsup
"
829 noconfigdirs="$noconfigdirs target-gperf target-libgloss
${libgcj}"
830 # always build newlib.
831 skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
833 # Can't build gdb for Cygwin if not native.
835 *-*-cygwin*) ;; # keep gdb tcl tk expect etc.
836 *) noconfigdirs="$noconfigdirs gdb tcl tk expect itcl tix libgui db snavigator gnuserv
"
841 noconfigdirs="$noconfigdirs ${libstdcxx_version} target-libgloss
${libgcj}"
843 i[3456]86-*-sco3.2v5*)
844 # The linker does not yet know about weak symbols in COFF,
845 # and is not configured to handle mixed ELF and COFF.
846 noconfigdirs="$noconfigdirs ld target-libgloss
${libgcj}"
849 noconfigdirs="$noconfigdirs gprof target-libgloss
${libgcj}"
851 i[3456]86-*-solaris2*)
852 noconfigdirs="$noconfigdirs target-libgloss
"
855 noconfigdirs="$noconfigdirs target-libgloss
${libgcj}"
858 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss
${libgcj}"
860 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*)
861 noconfigdirs="$noconfigdirs target-libiberty
${libstdcxx_version} ${libgcj}"
864 noconfigdirs="$noconfigdirs ${libgcj}"
865 if test x${is_cross_compiler} != xno ; then
866 target_configdirs="${target_configdirs} target-bsp target-cygmon
"
870 noconfigdirs="$noconfigdirs ${libgcj}"
871 if test x${is_cross_compiler} != xno ; then
872 target_configdirs="${target_configdirs} target-bsp target-cygmon
"
876 # The EPOC C++ environment does not support exceptions or rtti,
877 # and so building libstdc++-v3 tends not to always work.
878 noconfigdirs="$noconfigdirs target-libstdc
++-v3"
881 noconfigdirs="$noconfigdirs ${libgcj}"
884 noconfigdirs="$noconfigdirs ${libgcj}"
885 if test x${is_cross_compiler} != xno ; then
886 target_configdirs="${target_configdirs} target-libstub target-cygmon
"
890 noconfigdirs="$noconfigdirs ${libgcj}"
891 if test x${is_cross_compiler} != xno ; then
892 target_configdirs="${target_configdirs} target-bsp target-libstub target-cygmon
"
896 # copied from rs6000-*-* entry
897 noconfigdirs="$noconfigdirs gprof cvssrc target-libgloss
${libgcj}"
899 powerpc*-*-winnt* | powerpc*-*-pe* | ppc*-*-pe)
900 target_configdirs="$target_configdirs target-winsup
"
901 noconfigdirs="$noconfigdirs gdb tcl tk
make expect target-libgloss itcl tix db snavigator gnuserv
${libgcj}"
902 # always build newlib.
903 skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
905 # This is temporary until we can link against shared libraries
906 powerpcle-*-solaris*)
907 noconfigdirs="$noconfigdirs gdb sim
make tcl tk expect itcl tix db snavigator gnuserv
${libgcj}"
910 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss
${libgcj}"
913 noconfigdirs="$noconfigdirs ${libgcj}"
914 if test x${is_cross_compiler} != xno ; then
915 target_configdirs="${target_configdirs} target-bsp target-libstub target-cygmon
"
919 # The CVS server code doesn't work on the RS/6000
920 noconfigdirs="$noconfigdirs target-newlib gprof cvssrc
${libgcj}"
923 noconfigdirs="$noconfigdirs gprof
${libgcj}"
926 noconfigdirs="$noconfigdirs gprof
${libgcj}"
929 noconfigdirs="$noconfigdirs ld binutils gprof target-libgloss
${libgcj}"
932 # The GNU linker does not support shared libraries.
933 noconfigdirs="$noconfigdirs ld gprof target-libgloss
${libgcj}"
936 # The GNU assembler does not support IRIX 6.
937 # Linking libjava exceeds command-line length limits on at least
938 # IRIX 6.2, but not on IRIX 6.5.
939 # Also, boehm-gc won't build on IRIX 6.5, according to Jeffrey Oldham
940 # <oldham@codesourcery.com>
941 noconfigdirs="$noconfigdirs gas gprof target-libgloss
${libgcj}"
944 noconfigdirs="$noconfigdirs gprof target-libgloss
${libgcj}"
947 noconfigdirs="$noconfigdirs gprof target-libgloss
${libgcj}"
950 noconfigdirs="$noconfigdirs gprof
${libgcj}" # same as generic mips
951 target_configdirs="${target_configdirs} target-bsp target-libstub target-cygmon
"
954 noconfigdirs="$noconfigdirs target-libffi
"
957 noconfigdirs="$noconfigdirs gprof
${libgcj}"
960 noconfigdirs="$noconfigdirs bfd binutils ld gas opcodes target-libgloss
${libgcj}"
964 i[3456]86-*-vsta) ;; # don't add gprof back in
965 i[3456]86-*-go32*) ;; # don't add gprof back in
966 i[3456]86-*-msdosdjgpp*) ;; # don't add gprof back in
967 *) skipdirs=`echo " ${skipdirs} " | sed -e 's/ gprof / /'` ;;
969 noconfigdirs="$noconfigdirs target-libgloss
${libgcj}"
972 noconfigdirs="$noconfigdirs target-libgloss
${libgcj}"
975 if test x${is_cross_compiler} != xno ; then
976 target_configdirs="${target_configdirs} target-libstub target-cygmon
"
978 noconfigdirs="$noconfigdirs ${libgcj}"
981 if test x${is_cross_compiler} != xno ; then
982 target_configdirs="${target_configdirs} target-libstub target-cygmon
"
984 noconfigdirs="$noconfigdirs ${libgcj}"
987 if test x${is_cross_compiler} != xno ; then
988 target_configdirs="${target_configdirs} target-bsp target-libstub target-cygmon
"
990 noconfigdirs="$noconfigdirs ${libgcj}"
993 noconfigdirs="$noconfigdirs ${libgcj}"
994 if test x${is_cross_compiler} != xno ; then
995 noconfigdirs="$noconfigdirs gdb gdbtest target-newlib target-libgloss
"
1000 sparc-*-solaris* | sparc64-*-solaris* | sparcv9-*-solaris*)
1003 noconfigdirs="$noconfigdirs bfd binutils gas gcc gdb ld
${libstdcxx_version} opcodes target-libgloss
${libgcj}"
1006 noconfigdirs="$noconfigdirs target-libgloss
${libgcj}"
1009 noconfigdirs="$noconfigdirs target-libgloss
${libgcj}"
1012 noconfigdirs="$noconfigdirs target-libgloss
${libgcj}"
1015 noconfigdirs="$noconfigdirs bfd binutils gdb ld target-newlib opcodes target-libgloss
${libgcj}"
1018 noconfigdirs="$noconfigdirs target-newlib target-libgloss
${libgcj}"
1021 noconfigdirs="$noconfigdirs target-libiberty
${libstdcxx_version} ${libgcj}"
1024 noconfigdirs="$noconfigdirs target-newlib target-libgloss
${libgcj}"
1028 # Macs want a resource compiler.
1029 configdirs="$configdirs grez
"
1030 noconfigdirs="$noconfigdirs ${libgcj}"
1033 noconfigdirs="$noconfigdirs ${libgcj}"
1037 # If we aren't building newlib, then don't build libgloss, since libgloss
1038 # depends upon some newlib header files.
1039 case "${noconfigdirs}" in
1040 *target-libgloss*) ;;
1041 *target-newlib*) noconfigdirs="$noconfigdirs target-libgloss
" ;;
1044 # Make sure we don't let GNU ld be added if we didn't want it.
1045 if test x$with_gnu_ld = xno ; then
1047 noconfigdirs="$noconfigdirs ld
"
1050 # Make sure we don't let GNU as be added if we didn't want it.
1051 if test x$with_gnu_as = xno ; then
1053 noconfigdirs="$noconfigdirs gas
"
1056 # Figure out what language subdirectories are present.
1057 # Look if the user specified --enable-languages="...
"; if not, use
1058 # the environment variable $LANGUAGES if defined. $LANGUAGES might
1060 # NB: embedded tabs in this IF block -- do not untabify
1061 if test x"${enable_languages+set}" != xset; then
1062 if test x"${LANGUAGES+set}" = xset; then
1063 enable_languages="${LANGUAGES}"
1064 echo configure.in: warning: setting LANGUAGES is deprecated, use --enable-languages instead 1>&2
1066 enable_languages=all
1069 if test x"${enable_languages}" = x ||
1070 test x"${enable_languages}" = xyes;
1072 echo configure.in: --enable-languages needs at least one language argument 1>&2
1076 enable_languages=`echo "${enable_languages}" | sed -e 's/[ ,][ ,]*/,/g' -e 's/,$//'`
1078 # First scan to see if an enabled language requires some other language.
1079 # We assume that a given config-lang.in will list all the language
1080 # front ends it requires, even if some are required indirectly.
1081 for lang in ${srcdir}/gcc/*/config-lang.in ..
1086 # The odd quoting in the next line works around
1087 # an apparent bug in bash 1.12 on linux.
1088 ${srcdir}/gcc/[*]/config-lang.in)
1091 lang_alias=`sed -n -e 's,^language=['"'"'"'"]\
(.
*\
)["'"'"'"'].*$,\1,p' -e 's,^language=\([^ ]*\).*$,\1,p' $lang`
1092 this_lang_requires=`sed -n -e 's,^lang_requires=['"'"'"'"]\
(.
*\
)["'"'"'"'].*$,\1,p' -e 's,^lang_requires=\([^ ]*\).*$,\1,p' $lang`
1093 for other in $this_lang_requires
1095 case ,${enable_languages}, in
1101 echo " \
`$other' language required by \`$lang_alias'; enabling" 1>&2
1102 enable_languages="$enable_languages,$other"
1111 for lang in ${srcdir}/gcc/*/config-lang.in ..
1115 # The odd quoting in the next line works around
1116 # an apparent bug in bash 1.12 on linux.
1117 ${srcdir}/gcc/[*]/config-lang.in) ;;
1119 lang_alias=`sed -n -e 's
,^language
=['"'"'"'"]\(.*\)["'"'"'"'].
*$
,\
1,p
' -e 's
,^language
=\
([^
]*\
).
*$
,\
1,p
' $lang`
1120 this_lang_libs=`sed -n -e 's
,^target_libs
=['"'"'"'"]\(.*\)["'"'"'"'].
*$
,\
1,p
' -e 's
,^target_libs
=\
([^
]*\
).
*$
,\
1,p
' $lang`
1121 this_lang_dirs=`sed -n -e 's
,^lang_dirs
=['"'"'"'"]\(.*\)["'"'"'"'].
*$
,\
1,p
' -e 's
,^lang_dirs
=\
([^
]*\
).
*$
,\
1,p
' $lang`
1122 build_by_default=`sed -n -e 's
,^build_by_default
=['"'"'"'"]\(.*\)["'"'"'"'].
*$
,\
1,p
' -e 's
,^build_by_default
=\
([^
]*\
).
*$
,\
1,p
' $lang`
1123 if test "x$lang_alias" = x
1125 echo "$lang doesn't
set \
$language.
" 1>&2
1128 case ${build_by_default},${enable_languages}, in
1129 *,$lang_alias,*) add_this_lang=yes ;;
1130 no,*) add_this_lang=no ;;
1131 *,all,*) add_this_lang=yes ;;
1132 *) add_this_lang=no ;;
1134 if test x"${add_this_lang}" = xyes; then
1135 eval target_libs='"$target_libs "'\"$this_lang_libs\"
1137 eval noconfigdirs='"$noconfigdirs "'\"$this_lang_libs $this_lang_dirs\"
1143 # Remove the entries in $skipdirs and $noconfigdirs from $configdirs and
1144 # $target_configdirs.
1145 # If we have the source for $noconfigdirs entries, add them to $notsupp.
1148 for dir in . $skipdirs $noconfigdirs ; do
1149 dirname=`echo $dir | sed -e s/target-//g`
1150 if test $dir != . && echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
1151 configdirs=`echo " ${configdirs} " | sed -e "s
/ ${dir} / /"`
1152 if test -r $srcdir/$dirname/configure \
1153 || test -r $srcdir/$dirname/configure.in ; then
1154 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
1157 notsupp="$notsupp $dir"
1161 if test $dir != . && echo " ${target_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
1162 target_configdirs=`echo " ${target_configdirs} " | sed -e "s
/ ${dir} / /"`
1163 if test -r $srcdir/$dirname/configure \
1164 || test -r $srcdir/$dirname/configure.in ; then
1165 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
1168 notsupp="$notsupp $dir"
1174 # Sometimes the tools are distributed with libiberty but with no other
1175 # libraries. In that case, we don't want to build target-libiberty.
1176 if test -n "${target_configdirs}" ; then
1178 for i in `echo ${target_configdirs} | sed -e s/target-//g` ; do
1179 if test "$i" != "libiberty
" ; then
1180 if test -r $srcdir/$i/configure || test -r $srcdir/$i/configure.in ; then
1186 if test -z "${others}" ; then
1191 # Deconfigure all subdirectories, in case we are changing the
1192 # configuration from one where a subdirectory is supported to one where it
1194 if test -z "${norecursion}" && test -n "${configdirs}" ; then
1195 for i in `echo ${configdirs} | sed -e s/target-//g` ; do
1199 if test -z "${norecursion}" && test -n "${target_configdirs}" ; then
1200 for i in `echo ${target_configdirs} | sed -e s/target-//g` ; do
1201 rm -f ${target_subdir}/$i/Makefile
1205 # Quietly strip out all directories which aren't configurable in this tree.
1206 # This relies on all configurable subdirectories being autoconfiscated, which
1208 configdirs_all="$configdirs"
1210 for i in ${configdirs_all} ; do
1211 if test -f ${srcdir}/$i/configure ; then
1212 configdirs="${configdirs} $i"
1215 target_configdirs_all="$target_configdirs"
1217 for i in ${target_configdirs_all} ; do
1218 j=`echo $i | sed -e s/target-//g`
1219 if test -f ${srcdir}/$j/configure ; then
1220 target_configdirs="${target_configdirs} $i"
1224 # Produce a warning message for the subdirs we can't configure.
1225 # This isn't especially interesting in the Cygnus tree, but in the individual
1226 # FSF releases, it's important to let people know when their machine isn't
1227 # supported by the one or two programs in a package.
1229 if test -n "${notsupp}" && test -z "${norecursion}" ; then
1230 # If $appdirs is non-empty, at least one of those directories must still
1231 # be configured, or we error out. (E.g., if the gas release supports a
1232 # specified target in some subdirs but not the gas subdir, we shouldn't
1233 # pretend that all is well.)
1234 if test -n "$appdirs" ; then
1235 for dir in $appdirs ; do
1236 if test -r $dir/Makefile.in ; then
1237 if echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
1241 if echo " ${target_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
1247 if test -n "$appdirs" ; then
1248 echo "*** This configuration is not supported by this package.
" 1>&2
1252 # Okay, some application will build, or we don't care to check. Still
1253 # notify of subdirs not getting built.
1254 echo "*** This configuration is not supported
in the following subdirectories
:" 1>&2
1255 echo " ${notsupp}" 1>&2
1256 echo " (Any other directories should still work fine.
)" 1>&2
1259 # Set with_gnu_as and with_gnu_ld as appropriate.
1261 # This is done by determining whether or not the appropriate directory
1262 # is available, and by checking whether or not specific configurations
1263 # have requested that this magic not happen.
1265 # The command line options always override the explicit settings in
1266 # configure.in, and the settings in configure.in override this magic.
1268 # If the default for a toolchain is to use GNU as and ld, and you don't
1269 # want to do that, then you should use the --without-gnu-as and
1270 # --without-gnu-ld options for the configure script.
1272 if test x${use_gnu_as} = x ; then
1273 if test x${with_gnu_as} != xno && echo " ${configdirs} " | grep " gas " > /dev/null 2>&1 && test -d ${srcdir}/gas ; then
1275 withoptions="$withoptions --with-gnu-as"
1279 if test x${use_gnu_ld} = x ; then
1280 if test x${with_gnu_ld} != xno && echo " ${configdirs} " | grep " ld " > /dev/null 2>&1 && test -d ${srcdir}/ld ; then
1282 withoptions="$withoptions --with-gnu-ld"
1286 # If using newlib, add --with-newlib to the withoptions so that gcc/configure
1287 # can detect this case.
1289 if test x${with_newlib} != xno && echo " ${target_configdirs} " | grep " target-newlib " > /dev/null 2>&1 && test -d ${srcdir}/newlib ; then
1291 withoptions="$withoptions --with-newlib"
1295 if test -n "${target_makefile_frag}" ; then
1296 for f in ${target_makefile_frag}
1298 cat ${srcdir}/$f >> mt-frag
1300 target_makefile_frag=mt-frag
1307 # Determine whether gdb needs tk/tcl or not.
1308 case "$enable_gdbtk" in
1312 GDB_TK="all-tcl all-tk all-itcl all-tix all-libgui
" ;;
1317 # Make sure that the compiler is able to generate an executable. If it
1318 # can't, we are probably in trouble. We don't care whether we can run the
1319 # executable--we might be using a cross compiler--we only care whether it
1320 # can be created. At this point the main configure script has set CC.
1322 echo "int main
() { return 0; }" > conftest.c
1323 ${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c
1324 if test $? = 0 ; then
1325 if test -s conftest || test -s conftest.exe ; then
1331 echo 1>&2 "*** The
command '${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c' failed.
"
1332 echo 1>&2 "*** You must
set the environment variable CC to a working compiler.
"
1339 # The Solaris /usr/ucb/cc compiler does not appear to work.
1341 sparc-sun-solaris2*)
1342 CCBASE="`echo ${CC-cc} | sed 's/ .*$//'`"
1343 if test "`type $CCBASE | sed 's/^[^/]*//'`" = "/usr
/ucb
/cc
" ; then
1345 test -d /opt/SUNWspro/bin && could_use="/opt
/SUNWspro
/bin
"
1346 if test -d /opt/cygnus/bin ; then
1347 if test "$could_use" = "" ; then
1348 could_use="/opt
/cygnus
/bin
"
1350 could_use="$could_use or
/opt
/cygnus
/bin
"
1353 if test "$could_use" = "" ; then
1354 echo "Warning
: compilation may fail because you
're using"
1355 echo "/usr/ucb/cc. You should change your PATH or CC "
1356 echo "variable and rerun configure."
1358 echo "Warning: compilation may fail because you're using
"
1359 echo "/usr
/ucb
/cc
, when you should use the C compiler from
"
1360 echo "$could_use. You should change your
"
1361 echo "PATH or CC variable and rerun configure.
"
1367 # If --enable-shared was set, we must set LD_LIBRARY_PATH so that the
1368 # binutils tools will find libbfd.so.
1369 if test "${shared}" = "yes" ; then
1370 sed -e 's/^SET_LIB_PATH[ ]*=.*$/SET_LIB_PATH = $(REALLY_SET_LIB_PATH)/' \
1371 Makefile > Makefile.tem
1373 mv -f Makefile.tem Makefile
1377 sed -e 's/^RPATH_ENVVAR[ ]*=.*$/RPATH_ENVVAR = SHLIB_PATH/' \
1378 Makefile > Makefile.tem
1380 mv -f Makefile.tem Makefile
1385 # Base args. Strip norecursion, cache-file, srcdir, host, build, target.
1386 # These are the ones we might not want to pass down to subconfigures.
1387 baseargs=`echo "${arguments}" | \
1388 sed -e 's/--no[^ ]*//' \
1389 -e 's/--cache[a-z-]*=[^ ]*//' \
1390 -e 's/--sr[a-z-]*=[^ ]*//' \
1391 -e 's/--ho[a-z-]*=[^ ]*//' \
1392 -e 's/--bu[a-z-]*=[^ ]*//' \
1393 -e 's/--ta[a-z-]*=[^ ]*//'`
1395 # For the build-side libraries, we just need to pretend we're native,
1396 # and not use the same cache file. Multilibs are neither needed nor
1398 buildargs="--cache-file=..
/config.cache
--build=${build_alias} --host=${build_alias} ${baseargs}"
1400 # Record target_configdirs and the configure arguments for target and
1401 # build configuration in Makefile.
1402 target_configdirs=`echo "${target_configdirs}" | sed -e 's/target-//g'`
1403 targargs=${baseargs}
1405 # Passing a --with-cross-host argument lets the target libraries know
1406 # whether they are being built with a cross-compiler or being built
1407 # native. However, it would be better to use other mechanisms to make the
1408 # sorts of decisions they want to make on this basis. Please consider
1409 # this option to be deprecated. FIXME.
1410 if test x${is_cross_compiler} = xyes ; then
1411 targargs="--with-cross-host=${host_alias} ${targargs}"
1414 # Default to --enable-multilib.
1415 if test x${enable_multilib} = x ; then
1416 targargs="--enable-multilib ${targargs}"
1419 # Pass --with-newlib if appropriate. Note that target_configdirs has
1420 # changed from the earlier setting of with_newlib.
1421 if test x${with_newlib} != xno && echo " ${target_configdirs} " | grep " newlib " > /dev/null 2>&1 && test -d ${srcdir}/newlib ; then
1422 targargs="--with-newlib ${targargs}"
1425 # Pass the appropriate --host, --build, and --cache-file arguments.
1426 targargs="--cache-file=..
/config.cache
--host=${target_alias} --build=${build_alias} ${targargs}"
1428 # provide a proper gxx_include_dir.
1429 # Note, if you change the default, make sure to fix both here and in
1430 # the gcc and libstdc++-v3 subdirectories.
1431 # Check whether --with-gxx-include-dir or --without-gxx-include-dir was given.
1433 if test -n "${with_gxx_include_dir}"; then
1434 case "${with_gxx_include_dir}" in
1436 echo "configure.
in: error
: bad value
${withval} given
for g
++ include directory
" 1>&2
1442 gxx_include_dir=${with_gxx_include_dir}
1446 if test x${gxx_include_dir} = x; then
1447 if test x${enable_version_specific_runtime_libs} = xyes; then
1448 gxx_include_dir='${libsubdir}/include/g++'
1450 . ${srcdir}/config.if
1451 gxx_include_dir='${prefix}/include/${libstdcxx_incdir}'
1454 gxx_include_dir=${gxx_include_dir}
1458 case " $skipdirs " in
1459 *" target-newlib
"*) ;;
1461 case " $target_configdirs " in
1463 case " $targargs " in
1464 *" --with-newlib "*)
1467 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' ;;
1470 # If we're not building GCC, don't discard standard headers.
1471 if test -d ${srcdir}/gcc; then
1472 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -nostdinc'
1474 if test "${build}" != "${host}"; then
1475 # On Canadian crosses, CC_FOR_TARGET will have already been set
1476 # by `configure', so we won't have an opportunity to add -Bgcc/
1477 # to it. This is right: we don't want to search that directory
1478 # for binaries, but we want the header files in there, so add
1480 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -isystem $$r/gcc/include'
1482 # Someone might think of using the pre-installed headers on
1483 # Canadian crosses, in case the installed compiler is not fully
1484 # compatible with the compiler being built. In this case, it
1485 # would be better to flag an error than risking having
1486 # incompatible object files being constructed. We can't
1487 # guarantee that an error will be flagged, but let's hope the
1488 # compiler will do it, when presented with incompatible header
1493 case "${target}-${is_cross_compiler}" in
1494 i[3456]86-*-linux*-no)
1495 # Here host == target, so we don't need to build gcc,
1496 # so we don't want to discard standard headers.
1497 FLAGS_FOR_TARGET=`echo " $FLAGS_FOR_TARGET " | sed -e 's/ -nostdinc / /'`
1500 # If we're building newlib, use its generic headers last, but search
1501 # for any libc-related directories first (so make it the last -B
1503 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/newlib/ -isystem $$r/$(TARGET_SUBDIR)/newlib/targ-include -isystem $$s/newlib/libc/include'
1513 # On Canadian crosses, we'll be searching the right directories for
1514 # the previously-installed cross compiler, so don't bother to add
1515 # flags for directories within the install tree of the compiler
1516 # being built; programs in there won't even run.
1517 if test "${build}" = "${host}" && test -d ${srcdir}/gcc
; then
1518 # Search for pre-installed headers if nothing else fits.
1519 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ -isystem $(build_tooldir)/include'
1522 if test "x${use_gnu_ld}" = x
&& test "x${with_gnu_ld}" != xno
&&
1523 echo " ${configdirs} " |
grep " ld " > /dev
/null
&&
1524 test -d ${srcdir}/ld
; then
1525 # Arrange for us to find uninstalled linker scripts.
1526 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -L$$r/ld'
1529 if test "x${CC_FOR_TARGET+set}" = xset
; then
1531 elif test -d ${srcdir}/gcc
; then
1532 CC_FOR_TARGET
='$$r/gcc/xgcc -B$$r/gcc/'
1533 elif test "$host" = "$target"; then
1534 CC_FOR_TARGET
='$(CC)'
1536 CC_FOR_TARGET
=`echo gcc | sed -e 's/x/x/' ${program_transform_name}`
1538 # On Canadian crosses, configure reads CC_FOR_TARGET from Makefile,
1539 # if Makefile exists. Prevent $(FLAGS_FOR_TARGET) from being duplicated.
1540 case $CC_FOR_TARGET in
1541 *' $(FLAGS_FOR_TARGET)') ;;
1542 *) CC_FOR_TARGET
=$CC_FOR_TARGET' $(FLAGS_FOR_TARGET)' ;;
1545 if test "x${GCJ_FOR_TARGET+set}" = xset
; then
1547 elif test -d ${srcdir}/gcc
; then
1548 GCJ_FOR_TARGET
='$$r/gcc/gcj -B$$r/gcc/'
1549 elif test "$host" = "$target"; then
1550 GCJ_FOR_TARGET
='gcj'
1552 GCJ_FOR_TARGET
=`echo gcj | sed -e 's/x/x/' ${program_transform_name}`
1554 case $GCJ_FOR_TARGET in
1555 *' $(FLAGS_FOR_TARGET)') ;;
1556 *) GCJ_FOR_TARGET
=$GCJ_FOR_TARGET' $(FLAGS_FOR_TARGET)' ;;
1559 # Don't use libstdc++-v3's flags to configure/build itself.
1560 libstdcxx_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'
1562 if test "x${CXX_FOR_TARGET+set}" = xset
; then
1564 elif test -d ${srcdir}/gcc
; then
1565 # We add -shared-libgcc to CXX_FOR_TARGET whenever we use xgcc instead
1566 # of g++ for linking C++ or Java, because g++ has -shared-libgcc by
1567 # default whereas gcc does not.
1568 CXX_FOR_TARGET
='$$r/gcc/`case $$dir in libstdc++-v3 | libjava) echo xgcc -shared-libgcc ;; *) echo g++ ;; esac` -B$$r/gcc/ -nostdinc++ '$libstdcxx_flags
1569 elif test "$host" = "$target"; then
1570 CXX_FOR_TARGET
='$(CXX)'
1572 CXX_FOR_TARGET
=`echo c++ | sed -e 's/x/x/' ${program_transform_name}`
1574 case $CXX_FOR_TARGET in
1575 *' $(FLAGS_FOR_TARGET)') ;;
1576 *) CXX_FOR_TARGET
=$CXX_FOR_TARGET' $(FLAGS_FOR_TARGET)' ;;
1578 qCXX_FOR_TARGET
=`echo "$CXX_FOR_TARGET" | sed 's,[&%],\\\&,g'`
1580 # We want to defer the evaluation of `cmd`s and shell variables in
1581 # CXX_FOR_TARGET when recursing in the top-level Makefile, such as for
1582 # bootstrap. We'll enclose CXX_FOR_TARGET_FOR_RECURSIVE_MAKE in single
1583 # quotes, but we still have to duplicate `$'s so that shell variables
1584 # can be expanded by the nested make as shell variables, not as make
1586 qqCXX_FOR_TARGET
=`echo "$qCXX_FOR_TARGET" | sed -e 's,[$][$],$$$$,g'`
1590 s:^TARGET_CONFIGDIRS[ ]*=.*$:TARGET_CONFIGDIRS = ${target_configdirs}:
1591 s%^TARGET_CONFIGARGS[ ]*=.*$%TARGET_CONFIGARGS = ${targargs}%
1592 s%^FLAGS_FOR_TARGET[ ]*=.*$%FLAGS_FOR_TARGET = ${FLAGS_FOR_TARGET}%
1593 s%^CC_FOR_TARGET[ ]*=.*$%CC_FOR_TARGET = ${CC_FOR_TARGET}%
1594 s%^GCJ_FOR_TARGET[ ]*=.*$%GCJ_FOR_TARGET = ${GCJ_FOR_TARGET}%
1595 s%^CXX_FOR_TARGET[ ]*=.*$%CXX_FOR_TARGET = ${qCXX_FOR_TARGET}%
1596 s%^CXX_FOR_TARGET_FOR_RECURSIVE_MAKE[ ]*=.*$%CXX_FOR_TARGET_FOR_RECURSIVE_MAKE = ${qqCXX_FOR_TARGET}%
1597 s%^TARGET_SUBDIR[ ]*=.*$%TARGET_SUBDIR = ${target_subdir}%
1598 s%^BUILD_SUBDIR[ ]*=.*$%BUILD_SUBDIR = ${build_subdir}%
1599 s%^BUILD_CONFIGARGS[ ]*=.*$%BUILD_CONFIGARGS = ${buildargs}%
1600 s%^gxx_include_dir[ ]*=.*$%gxx_include_dir=${gxx_include_dir}%
1602 sed -f $sedtemp Makefile
> Makefile.tem
1603 rm -f Makefile
$sedtemp
1604 mv -f Makefile.tem Makefile