On 8/1/2010 10:47 AM, Paolo Bonzini wrote: > This should, and I say "should" :) pass all tests.
> 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 Test suite results on cygwin (native): old: All 122 tests passed new: 4 failed (3 expected failures). The "unexpected" failure was 112: override pic_flag at configure time FAILED (pic_flag.at:48) which isn't a regression on cygwin. Next I'll post the requested results from the two cross toolchains. -- Chuck