This should, and I say "should" :) pass all tests.

> old:
> All 122 tests passed
> 
> new:
>  37: Link order test                       FAILED (link-order.at:87)
>  38: Link order of deplibs                 FAILED (link-order2.at:123)
> 111: Run tests with low max_cmd_len        FAILED (cmdline_wrap.at:43)
> 112: override pic_flag at configure time   FAILED (pic_flag.at:48)
> 
> 111 is a dup of 37/38; 112 has been discussed before and should be
> skipped on non-ELF.

Since I wasn't around, why is this regressing?  Is it intermittent?
Maybe a double-check of the testsuite.dir would be nice.

Paolo

Paolo Bonzini (8):
  handle sysroot flags
  add --with-sysroot
  teach libtool -L= and -R=
  handle sysrooted paths when reading dependencies to la files
  process postdeps to include sysrooted paths
  emit sysrooted paths when installing .la files
  add sysroot test
  initial version of the NEWS entry

 Makefile.am                |    3 +-
 NEWS                       |   10 ++
 libltdl/config/ltmain.m4sh |  153 ++++++++++++++++++++++++++--------
 libltdl/m4/libtool.m4      |   92 +++++++++++++++++++-
 tests/sysroot.at           |  201 ++++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 419 insertions(+), 40 deletions(-)
 create mode 100644 tests/sysroot.at


Reply via email to