1 # Configure fragment invoked in the post-target section for subdirs
2 # wanting multilib support.
4 # Copyright (C) 1995, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
5 # Free Software Foundation, Inc.
7 # This file is free software; you can redistribute it and/or modify
8 # it under the terms of the GNU General Public License as published by
9 # the Free Software Foundation; either version 2 of the License, or
10 # (at your option) any later version.
12 # This program is distributed in the hope that it will be useful,
13 # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 # GNU General Public License for more details.
17 # You should have received a copy of the GNU General Public License
18 # along with this program; if not, write to the Free Software
19 # Foundation, Inc., 51 Franklin Street, Fifth Floor,
20 # Boston, MA 02110-1301, USA.
22 # As a special exception to the GNU General Public License, if you
23 # distribute this file as part of a program that contains a
24 # configuration script generated by Autoconf, you may include it under
25 # the same distribution terms that you use for the rest of that program.
27 # Please report bugs to <gcc-bugs@gnu.org>
28 # and send patches to <gcc-patches@gnu.org>.
30 # It is advisable to support a few --enable/--disable options to let the
31 # user select which libraries s/he really wants.
33 # Subdirectories wishing to use multilib should put the following lines
34 # in the "post-target" section of configure.in.
36 # if [ "${srcdir}" = "." ] ; then
37 # if [ "${with_target_subdir}" != "." ] ; then
38 # . ${with_multisrctop}../../config-ml.in
40 # . ${with_multisrctop}../config-ml.in
43 # . ${srcdir}/../config-ml.in
47 # Things are complicated because 6 separate cases must be handled:
48 # 2 (native, cross) x 3 (absolute-path, relative-not-dot, dot) = 6.
50 # srcdir=. is special. It must handle make programs that don't handle VPATH.
51 # To implement this, a symlink tree is built for each library and for each
54 # The build tree is layed out as
63 # The nice feature about this arrangement is that inter-library references
64 # in the build tree work without having to care where you are. Note that
65 # inter-library references also work in the source tree because symlink trees
66 # are built when srcdir=.
68 # Unfortunately, trying to access the libraries in the build tree requires
69 # the user to manually choose which library to use as GCC won't be able to
70 # find the right one. This is viewed as the lesser of two evils.
72 # Configure variables:
73 # ${with_target_subdir} = "." for native, or ${target_alias} for cross.
74 # Set by top level Makefile.
75 # ${with_multisrctop} = how many levels of multilibs there are in the source
76 # tree. It exists to handle the case of configuring in the source tree:
77 # ${srcdir} is not constant.
78 # ${with_multisubdir} = name of multilib subdirectory (eg: m68020/m68881).
81 # MULTISRCTOP = number of multilib levels in source tree (+1 if cross)
82 # (FIXME: note that this is different than ${with_multisrctop}. Check out.).
83 # MULTIBUILDTOP = number of multilib levels in build tree
84 # MULTIDIRS = list of multilib subdirs (eg: m68000 m68020 ...)
85 # (only defined in each library's main Makefile).
86 # MULTISUBDIR = installed subdirectory name with leading '/' (eg: /m68000)
87 # (only defined in each multilib subdir).
89 # FIXME: Multilib is currently disabled by default for everything other than
90 # newlib. It is up to each target to turn on multilib support for the other
91 # libraries as desired.
93 # Autoconf incoming variables:
94 # srcdir, host, ac_configure_args
96 # We *could* figure srcdir and host out, but we'd have to do work that
97 # our caller has already done to figure them out and requiring these two
99 # Note that `host' in this case is GCC's `target'. Target libraries are
100 # configured for a particular host.
102 Makefile=${ac_file-Makefile}
103 ml_config_shell=${CONFIG_SHELL-/bin/sh}
104 ml_realsrcdir=${srcdir}
106 # Scan all the arguments and set all the ones we need.
109 for option in ${ac_configure_args}
111 # strip single quotes surrounding individual options
113 \'*\') eval option=$option ;;
118 -*) option=-$option ;;
123 optarg=`echo $option | sed -e 's/^[^=]*=//'`
129 enableopt=`echo ${option} | sed 's:^--disable-:enable_:;s:-:_:g'`
137 enableopt=`echo ${option} | sed 's:^--::;s:=.*$::;s:-:_:g'`
138 eval $enableopt="$optarg"
140 --norecursion | --no-recursion)
143 --silent | --sil* | --quiet | --q*)
146 --verbose | --v | --verb*)
154 withopt=`echo ${option} | sed 's:^--::;s:=.*$::;s:-:_:g'`
155 eval $withopt="$optarg"
158 withopt=`echo ${option} | sed 's:^--::;s:out::;s:-:_:g'`
164 # Only do this if --enable-multilib.
165 if [ "${enable_multilib}" = yes ]; then
167 # Compute whether this is the library's top level directory
168 # (ie: not a multilib subdirectory, and not a subdirectory like newlib/src).
169 # ${with_multisubdir} tells us we're in the right branch, but we could be
170 # in a subdir of that.
171 # ??? The previous version could void this test by separating the process into
172 # two files: one that only the library's toplevel configure.in ran (to
173 # configure the multilib subdirs), and another that all configure.in's ran to
174 # update the Makefile. It seemed reasonable to collapse all multilib support
175 # into one file, but it does leave us with having to perform this test.
177 if [ -z "${with_multisubdir}" ]; then
178 if [ "${srcdir}" = "." ]; then
179 # Use ${ml_realsrcdir} instead of ${srcdir} here to account for ${subdir}.
180 # ${with_target_subdir} = "." for native, otherwise target alias.
181 if [ "${with_target_subdir}" = "." ]; then
182 if [ -f ${ml_realsrcdir}/../config-ml.in ]; then
186 if [ -f ${ml_realsrcdir}/../../config-ml.in ]; then
191 # Use ${ml_realsrcdir} instead of ${srcdir} here to account for ${subdir}.
192 if [ -f ${ml_realsrcdir}/../config-ml.in ]; then
198 # If this is the library's top level directory, set multidirs to the
199 # multilib subdirs to support. This lives at the top because we need
200 # `multidirs' set right away.
202 if [ "${ml_toplevel_p}" = yes ]; then
205 for i in `${CC-gcc} --print-multi-lib 2>/dev/null`; do
206 dir=`echo $i | sed -e 's/;.*$//'`
207 if [ "${dir}" = "." ]; then
210 if [ -z "${multidirs}" ]; then
213 multidirs="${multidirs} ${dir}"
218 # Target libraries are configured for the host they run on, so we check
219 # $host here, not $target.
223 if [ x$enable_biendian != xyes ]
225 old_multidirs=${multidirs}
227 for x in ${old_multidirs}; do
230 *) multidirs="${multidirs} ${x}" ;;
236 if [ x"$enable_fpu" = xno ]
238 old_multidirs=${multidirs}
240 for x in ${old_multidirs}; do
243 *) multidirs="${multidirs} ${x}" ;;
247 if [ x"$enable_26bit" = xno ]
249 old_multidirs=${multidirs}
251 for x in ${old_multidirs}; do
254 *) multidirs="${multidirs} ${x}" ;;
258 if [ x"$enable_underscore" = xno ]
260 old_multidirs=${multidirs}
262 for x in ${old_multidirs}; do
265 *) multidirs="${multidirs} ${x}" ;;
269 if [ x"$enable_interwork" = xno ]
271 old_multidirs=${multidirs}
273 for x in ${old_multidirs}; do
276 *) multidirs="${multidirs} ${x}" ;;
280 if [ x$enable_biendian = xno ]
282 old_multidirs="${multidirs}"
284 for x in ${old_multidirs}; do
288 *) multidirs="${multidirs} ${x}" ;;
292 if [ x"$enable_nofmult" = xno ]
294 old_multidirs="${multidirs}"
296 for x in ${old_multidirs}; do
299 *) multidirs="${multidirs} ${x}" ;;
305 if [ x$enable_softfloat = xno ]
307 old_multidirs="${multidirs}"
309 for x in ${old_multidirs}; do
312 *) multidirs="${multidirs} ${x}" ;;
316 if [ x$enable_m68881 = xno ]
318 old_multidirs="${multidirs}"
320 for x in ${old_multidirs}; do
323 *) multidirs="${multidirs} ${x}" ;;
327 if [ x$enable_m68000 = xno ]
329 old_multidirs="${multidirs}"
331 for x in ${old_multidirs}; do
334 *) multidirs="${multidirs} ${x}" ;;
338 if [ x$enable_m68020 = xno ]
340 old_multidirs="${multidirs}"
342 for x in ${old_multidirs}; do
345 *) multidirs="${multidirs} ${x}" ;;
351 if [ x$enable_single_float = xno ]
353 old_multidirs="${multidirs}"
355 for x in ${old_multidirs}; do
358 *) multidirs="${multidirs} ${x}" ;;
362 if [ x$enable_biendian = xno ]
364 old_multidirs="${multidirs}"
366 for x in ${old_multidirs}; do
370 *) multidirs="${multidirs} ${x}" ;;
374 if [ x$enable_softfloat = xno ]
376 old_multidirs="${multidirs}"
378 for x in ${old_multidirs}; do
381 *) multidirs="${multidirs} ${x}" ;;
385 case " $multidirs " in
387 # We will not be able to create libraries with -mabi=64 if
388 # we cannot even link a trivial program. It usually
389 # indicates the 64bit libraries are missing.
390 if echo 'main() {}' > conftest.c &&
391 ${CC-gcc} -mabi=64 conftest.c -o conftest; then
394 echo Could not link program with -mabi=64, disabling it.
395 old_multidirs="${multidirs}"
397 for x in ${old_multidirs}; do
400 *) multidirs="${multidirs} ${x}" ;;
404 rm -f conftest.c conftest
408 powerpc*-*-* | rs6000*-*-*)
409 if [ x$enable_aix64 = xno ]
411 old_multidirs="${multidirs}"
413 for x in ${old_multidirs}; do
416 *) multidirs="${multidirs} ${x}" ;;
420 if [ x$enable_pthread = xno ]
422 old_multidirs="${multidirs}"
424 for x in ${old_multidirs}; do
427 *) multidirs="${multidirs} ${x}" ;;
431 if [ x$enable_softfloat = xno ]
433 old_multidirs="${multidirs}"
435 for x in ${old_multidirs}; do
438 *) multidirs="${multidirs} ${x}" ;;
442 if [ x$enable_powercpu = xno ]
444 old_multidirs="${multidirs}"
446 for x in ${old_multidirs}; do
448 power | */power | */power/* ) : ;;
449 *) multidirs="${multidirs} ${x}" ;;
453 if [ x$enable_powerpccpu = xno ]
455 old_multidirs="${multidirs}"
457 for x in ${old_multidirs}; do
460 *) multidirs="${multidirs} ${x}" ;;
464 if [ x$enable_powerpcos = xno ]
466 old_multidirs="${multidirs}"
468 for x in ${old_multidirs}; do
470 *mcall-linux* | *mcall-solaris* ) : ;;
471 *) multidirs="${multidirs} ${x}" ;;
475 if [ x$enable_biendian = xno ]
477 old_multidirs="${multidirs}"
479 for x in ${old_multidirs}; do
481 *mlittle* | *mbig* ) : ;;
482 *) multidirs="${multidirs} ${x}" ;;
486 if [ x$enable_sysv = xno ]
488 old_multidirs="${multidirs}"
490 for x in ${old_multidirs}; do
493 *) multidirs="${multidirs} ${x}" ;;
499 case " $multidirs " in
501 # We will not be able to create libraries with -m64 if
502 # we cannot even link a trivial program. It usually
503 # indicates the 64bit libraries are missing.
504 if echo 'main() {}' > conftest.c &&
505 ${CC-gcc} -m64 conftest.c -o conftest; then
508 echo Could not link program with -m64, disabling it.
509 old_multidirs="${multidirs}"
511 for x in ${old_multidirs}; do
514 *) multidirs="${multidirs} ${x}" ;;
518 rm -f conftest.c conftest
524 # Remove extraneous blanks from multidirs.
525 # Tests like `if [ -n "$multidirs" ]' require it.
526 multidirs=`echo "$multidirs" | sed -e 's/^[ ][ ]*//' -e 's/[ ][ ]*$//' -e 's/[ ][ ]*/ /g'`
528 # Add code to library's top level makefile to handle building the multilib
531 cat > Multi.tem <<\EOF
533 PWD_COMMAND=$${PWDCMD-pwd}
535 # FIXME: There should be an @-sign in front of the `if'.
536 # Leave out until this is tested a bit more.
538 if [ -z "$(MULTIDIRS)" ]; then \
541 rootpre=`${PWD_COMMAND}`/; export rootpre; \
542 srcrootpre=`cd $(srcdir); ${PWD_COMMAND}`/; export srcrootpre; \
543 lib=`echo $${rootpre} | sed -e 's,^.*/\([^/][^/]*\)/$$,\1,'`; \
545 for i in `$${compiler} --print-multi-lib 2>/dev/null`; do \
546 dir=`echo $$i | sed -e 's/;.*$$//'`; \
547 if [ "$${dir}" = "." ]; then \
550 if [ -d ../$${dir}/$${lib} ]; then \
551 flags=`echo $$i | sed -e 's/^[^;]*;//' -e 's/@/ -/g'`; \
552 if (cd ../$${dir}/$${lib}; $(MAKE) $(FLAGS_TO_PASS) \
553 CFLAGS="$(CFLAGS) $${flags}" \
554 CCASFLAGS="$(CCASFLAGS) $${flags}" \
555 FCFLAGS="$(FCFLAGS) $${flags}" \
556 FFLAGS="$(FFLAGS) $${flags}" \
557 ADAFLAGS="$(ADAFLAGS) $${flags}" \
559 exec_prefix="$(exec_prefix)" \
560 GCJFLAGS="$(GCJFLAGS) $${flags}" \
561 CXXFLAGS="$(CXXFLAGS) $${flags}" \
562 LIBCFLAGS="$(LIBCFLAGS) $${flags}" \
563 LIBCXXFLAGS="$(LIBCXXFLAGS) $${flags}" \
564 LDFLAGS="$(LDFLAGS) $${flags}" \
565 MULTIFLAGS="$${flags}" \
566 DESTDIR="$(DESTDIR)" \
567 INSTALL="$(INSTALL)" \
568 INSTALL_DATA="$(INSTALL_DATA)" \
569 INSTALL_PROGRAM="$(INSTALL_PROGRAM)" \
570 INSTALL_SCRIPT="$(INSTALL_SCRIPT)" \
582 # FIXME: There should be an @-sign in front of the `if'.
583 # Leave out until this is tested a bit more.
585 if [ -z "$(MULTIDIRS)" ]; then \
588 lib=`${PWD_COMMAND} | sed -e 's,^.*/\([^/][^/]*\)$$,\1,'`; \
589 for dir in Makefile $(MULTIDIRS); do \
590 if [ -f ../$${dir}/$${lib}/Makefile ]; then \
591 if (cd ../$${dir}/$${lib}; $(MAKE) $(FLAGS_TO_PASS) $(DO)); \
601 cat ${Makefile} Multi.tem > Makefile.tem
602 rm -f ${Makefile} Multi.tem
603 mv Makefile.tem ${Makefile}
605 fi # ${ml_toplevel_p} = yes
607 if [ "${ml_verbose}" = --verbose ]; then
608 echo "Adding multilib support to Makefile in ${ml_realsrcdir}"
609 if [ "${ml_toplevel_p}" = yes ]; then
610 echo "multidirs=${multidirs}"
612 echo "with_multisubdir=${with_multisubdir}"
615 if [ "${srcdir}" = "." ]; then
616 if [ "${with_target_subdir}" != "." ]; then
625 if [ -z "${with_multisubdir}" ]; then
628 : # ml_srcdotdot= # already set
630 ml_subdir="/${with_multisubdir}"
631 # The '[^/][^/]*' appears that way to work around a SunOS sed bug.
632 ml_builddotdot=`echo ${with_multisubdir} | sed -e 's:[^/][^/]*:..:g'`/
633 if [ "$srcdir" = "." ]; then
634 ml_srcdotdot=${ml_srcdotdot}${ml_builddotdot}
636 : # ml_srcdotdot= # already set
640 if [ "${ml_toplevel_p}" = yes ]; then
648 # TOP is used by newlib and should not be used elsewhere for this purpose.
649 # MULTI{SRC,BUILD}TOP are the proper ones to use. MULTISRCTOP is empty
650 # when srcdir != builddir. MULTIBUILDTOP is always some number of ../'s.
651 # FIXME: newlib needs to be updated to use MULTI{SRC,BUILD}TOP so we can
652 # delete TOP. Newlib may wish to continue to use TOP for its own purposes
654 # MULTIDIRS is non-empty for the cpu top level Makefile (eg: newlib/Makefile)
655 # and lists the subdirectories to recurse into.
656 # MULTISUBDIR is non-empty in each cpu subdirectory's Makefile
657 # (eg: newlib/h8300h/Makefile) and is the installed subdirectory name with
659 # MULTIDO is used for targets like all, install, and check where
660 # $(FLAGS_TO_PASS) augmented with the subdir's compiler option is needed.
661 # MULTICLEAN is used for the *clean targets.
663 # ??? It is possible to merge MULTIDO and MULTICLEAN into one. They are
664 # currently kept separate because we don't want the *clean targets to require
665 # the existence of the compiler (which MULTIDO currently requires) and
666 # therefore we'd have to record the directory options as well as names
667 # (currently we just record the names and use --print-multi-lib to get the
670 sed -e "s:^TOP[ ]*=[ ]*\([./]*\)[ ]*$:TOP = ${ml_builddotdot}\1:" \
671 -e "s:^MULTISRCTOP[ ]*=.*$:MULTISRCTOP = ${ml_srcdotdot}:" \
672 -e "s:^MULTIBUILDTOP[ ]*=.*$:MULTIBUILDTOP = ${ml_builddotdot}:" \
673 -e "s:^MULTIDIRS[ ]*=.*$:MULTIDIRS = ${multidirs}:" \
674 -e "s:^MULTISUBDIR[ ]*=.*$:MULTISUBDIR = ${ml_subdir}:" \
675 -e "s:^MULTIDO[ ]*=.*$:MULTIDO = $ml_do:" \
676 -e "s:^MULTICLEAN[ ]*=.*$:MULTICLEAN = $ml_clean:" \
677 ${Makefile} > Makefile.tem
679 mv Makefile.tem ${Makefile}
681 # If this is the library's top level, configure each multilib subdir.
682 # This is done at the end because this is the loop that runs configure
683 # in each multilib subdir and it seemed reasonable to finish updating the
684 # Makefile before going on to configure the subdirs.
686 if [ "${ml_toplevel_p}" = yes ]; then
688 # We must freshly configure each subdirectory. This bit of code is
689 # actually partially stolen from the main configure script. FIXME.
691 if [ -n "${multidirs}" ] && [ -z "${ml_norecursion}" ]; then
693 if [ "${ml_verbose}" = --verbose ]; then
694 echo "Running configure in multilib subdirs ${multidirs}"
695 echo "pwd: `${PWDCMD-pwd}`"
698 ml_origdir=`${PWDCMD-pwd}`
699 ml_libdir=`echo $ml_origdir | sed -e 's,^.*/,,'`
700 # cd to top-level-build-dir/${with_target_subdir}
703 for ml_dir in ${multidirs}; do
705 if [ "${ml_verbose}" = --verbose ]; then
706 echo "Running configure in multilib subdir ${ml_dir}"
707 echo "pwd: `${PWDCMD-pwd}`"
710 if [ -d ${ml_dir} ]; then true; else
711 # ``mkdir -p ${ml_dir}'' See also mkinstalldirs.
713 for d in `echo ":${ml_dir}" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`; do
714 pathcomp="$pathcomp$d"
716 -* ) pathcomp=./$pathcomp ;;
718 if test ! -d "$pathcomp"; then
719 echo "mkdir $pathcomp" 1>&2
720 mkdir "$pathcomp" > /dev/null 2>&1 || lasterr=$?
722 if test ! -d "$pathcomp"; then
725 pathcomp="$pathcomp/"
728 if [ -d ${ml_dir}/${ml_libdir} ]; then true; else mkdir ${ml_dir}/${ml_libdir}; fi
730 # Eg: if ${ml_dir} = m68000/m68881, dotdot = ../../
731 dotdot=../`echo ${ml_dir} | sed -e 's|[^/]||g' -e 's|/|../|g'`
735 echo Building symlink tree in `${PWDCMD-pwd}`/${ml_dir}/${ml_libdir}
736 if [ "${with_target_subdir}" != "." ]; then
741 (cd ${ml_dir}/${ml_libdir};
742 ../${dotdot}${ml_unsubdir}symlink-tree ../${dotdot}${ml_unsubdir}${ml_libdir} "")
743 if [ -f ${ml_dir}/${ml_libdir}/Makefile ]; then
744 if [ x"${MAKE}" = x ]; then
745 (cd ${ml_dir}/${ml_libdir}; make distclean)
747 (cd ${ml_dir}/${ml_libdir}; ${MAKE} distclean)
752 multisrctop=${dotdot}
756 /* | [A-Za-z]:[\\/]* ) # absolute path
757 ml_newsrcdir=${srcdir}
759 *) # otherwise relative
760 ml_newsrcdir=${dotdot}${srcdir}
763 ml_srcdiroption="-srcdir=${ml_newsrcdir}"
768 case "${progname}" in
769 /* | [A-Za-z]:[\\/]* ) ml_recprog=${progname} ;;
770 *) ml_recprog=${dotdot}${progname} ;;
773 # FIXME: POPDIR=${PWD=`pwd`} doesn't work here.
774 ML_POPDIR=`${PWDCMD-pwd}`
775 cd ${ml_dir}/${ml_libdir}
777 if [ -f ${ml_newsrcdir}/configure ]; then
778 ml_recprog="${ml_newsrcdir}/configure"
781 # find compiler flag corresponding to ${ml_dir}
782 for i in `${CC-gcc} --print-multi-lib 2>/dev/null`; do
783 dir=`echo $i | sed -e 's/;.*$//'`
784 if [ "${dir}" = "${ml_dir}" ]; then
785 flags=`echo $i | sed -e 's/^[^;]*;//' -e 's/@/ -/g'`
789 ml_config_env='CC="${CC_}$flags" CXX="${CXX_}$flags" F77="${F77_}$flags" GCJ="${GCJ_}$flags" GFORTRAN="${GFORTRAN_}$flags"'
791 if [ "${with_target_subdir}" = "." ]; then
796 GFORTRAN_=$GFORTRAN' '
798 # Create a regular expression that matches any string as long
800 popdir_rx=`echo ${ML_POPDIR} | sed 's,.,.,g'`
804 -[BIL]"${ML_POPDIR}"/*)
805 CC_="${CC_}"`echo "X${arg}" | sed -n "s/X\\(-[BIL]${popdir_rx}\\).*/\\1/p"`/${ml_dir}`echo "X${arg}" | sed -n "s/X-[BIL]${popdir_rx}\\(.*\\)/\1/p"`' ' ;;
807 CC_="${CC_}"`echo "X${arg}" | sed -n "s/X\\(${popdir_rx}\\).*/\\1/p"`/${ml_dir}`echo "X${arg}" | sed -n "s/X${popdir_rx}\\(.*\\)/\\1/p"`' ' ;;
809 CC_="${CC_}${arg} " ;;
814 for arg in ${CXX}; do
816 -[BIL]"${ML_POPDIR}"/*)
817 CXX_="${CXX_}"`echo "X${arg}" | sed -n "s/X\\(-[BIL]${popdir_rx}\\).*/\\1/p"`/${ml_dir}`echo "X${arg}" | sed -n "s/X-[BIL]${popdir_rx}\\(.*\\)/\\1/p"`' ' ;;
819 CXX_="${CXX_}"`echo "X${arg}" | sed -n "s/X\\(${popdir_rx}\\).*/\\1/p"`/${ml_dir}`echo "X${arg}" | sed -n "s/X${popdir_rx}\\(.*\\)/\\1/p"`' ' ;;
821 CXX_="${CXX_}${arg} " ;;
826 for arg in ${F77}; do
828 -[BIL]"${ML_POPDIR}"/*)
829 F77_="${F77_}"`echo "X${arg}" | sed -n "s/X\\(-[BIL]${popdir_rx}\\).*/\\1/p"`/${ml_dir}`echo "X${arg}" | sed -n "s/X-[BIL]${popdir_rx}\\(.*\\)/\\1/p"`' ' ;;
831 F77_="${F77_}"`echo "X${arg}" | sed -n "s/X\\(${popdir_rx}\\).*/\\1/p"`/${ml_dir}`echo "X${arg}" | sed -n "s/X${popdir_rx}\\(.*\\)/\\1/p"`' ' ;;
833 F77_="${F77_}${arg} " ;;
838 for arg in ${GCJ}; do
840 -[BIL]"${ML_POPDIR}"/*)
841 GCJ_="${GCJ_}"`echo "X${arg}" | sed -n "s/X\\(-[BIL]${popdir_rx}\\).*/\\1/p"`/${ml_dir}`echo "X${arg}" | sed -n "s/X-[BIL]${popdir_rx}\\(.*\\)/\\1/p"`' ' ;;
843 GCJ_="${GCJ_}"`echo "X${arg}" | sed -n "s/X\\(${popdir_rx}\\).*/\\1/p"`/${ml_dir}`echo "X${arg}" | sed -n "s/X${popdir_rx}\\(.*\\)/\\1/p"`' ' ;;
845 GCJ_="${GCJ_}${arg} " ;;
850 for arg in ${GFORTRAN}; do
852 -[BIL]"${ML_POPDIR}"/*)
853 GFORTRAN_="${GFORTRAN_}"`echo "X${arg}" | sed -n "s/X\\(-[BIL]${popdir_rx}\\).*/\\1/p"`/${ml_dir}`echo "X${arg}" | sed -n "s/X-[BIL]${popdir_rx}\\(.*\\)/\\1/p"`' ' ;;
855 GFORTRAN_="${GFORTRAN_}"`echo "X${arg}" | sed -n "s/X\\(${popdir_rx}\\).*/\\1/p"`/${ml_dir}`echo "X${arg}" | sed -n "s/X${popdir_rx}\\(.*\\)/\\1/p"`' ' ;;
857 GFORTRAN_="${GFORTRAN_}${arg} " ;;
861 if test "x${LD_LIBRARY_PATH+set}" = xset; then
863 for arg in `echo "$LD_LIBRARY_PATH" | tr ':' ' '`; do
866 arg=`echo "X${arg}" | sed -n "s/X\\(${popdir_rx}\\).*/\\1/p"`/${ml_dir}`echo "X${arg}" | sed -n "s/X${popdir_rx}\\(.*\\)/\\1/p"`
869 if test "x$LD_LIBRARY_PATH_" != x; then
870 LD_LIBRARY_PATH_=$LD_LIBRARY_PATH_:$arg
872 LD_LIBRARY_PATH_=$arg
875 ml_config_env="$ml_config_env LD_LIBRARY_PATH=$LD_LIBRARY_PATH_"
878 if test "x${SHLIB_PATH+set}" = xset; then
880 for arg in `echo "$SHLIB_PATH" | tr ':' ' '`; do
883 arg=`echo "X${arg}" | sed -n "s/X\\(${popdir_rx}\\).*/\\1/p"`/${ml_dir}`echo "X${arg}" | sed -n "s/X${popdir_rx}\\(.*\\)/\\1/p"`
886 if test "x$SHLIB_PATH_" != x; then
887 SHLIB_PATH_=$SHLIB_PATH_:$arg
892 ml_config_env="$ml_config_env SHLIB_PATH=$SHLIB_PATH_"
896 if eval ${ml_config_env} ${ml_config_shell} ${ml_recprog} \
897 --with-multisubdir=${ml_dir} --with-multisrctop=${multisrctop} \
898 ${ac_configure_args} ${ml_srcdiroption} ; then
911 fi # ${ml_toplevel_p} = yes
912 fi # ${enable_multilib} = yes