This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]