This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: libstdc++ multilib configury broken in CVS head
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: gcc at gcc dot gnu dot org
- Cc: Ulrich dot Weigand at de dot ibm dot com
- Date: Tue, 17 Dec 2002 13:39:09 -0600
- Subject: Re: libstdc++ multilib configury broken in CVS head
>Any ideas what is broken here?
It's probaby the --enable-debug patch. I did some cleanups to
libstdc++-v3/configure.in WRT multilibs.
include/Makefile src/Makefile \
libmath/Makefile libio/Makefile libsupc++/Makefile \
po/Makefile testsuite/Makefile mkcheck testsuite_flags,
! [if test -n "$CONFIG_FILES"; then
! LD="${ORIGINAL_LD_FOR_MULTILIBS}"
! ac_file=Makefile . ${glibcpp_basedir}/../config-ml.in
! grep '^MULTISUBDIR =' Makefile >> src/Makefile
! grep '^MULTISUBDIR =' Makefile >> libsupc++/Makefile
fi
chmod +x mkcheck
chmod +x testsuite_flags
--- 474,487 ----
include/Makefile src/Makefile \
libmath/Makefile libio/Makefile libsupc++/Makefile \
po/Makefile testsuite/Makefile mkcheck testsuite_flags,
! [test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h
! if test -n "$CONFIG_FILES"; then
! if test -n "${with_build_subdir}" || test -n "${with_target_subdir}"; then
! LD="${ORIGINAL_LD_FOR_MULTILIBS}"
! ac_file=Makefile . ${glibcpp_basedir}/../config-ml.in
! grep '^MULTISUBDIR =' Makefile >> src/Makefile
! grep '^MULTISUBDIR =' Makefile >> libsupc++/Makefile
! fi
fi
chmod +x mkcheck
chmod +x testsuite_flags