Re: [PATCH 0/7] Support for toolchains that are not $host-native.

2010-09-03 Thread Peter Rosin
Den 2010-09-02 15:06 skrev Peter Rosin: > Den 2010-09-01 22:30 skrev Peter Rosin: >> Hi! >> >> I was going to hold off this until after I had run the testsuite one more >> time with the latest fixes, but the recent message from Gary made me post >> right away. By the Lay of Murphy, I'm sure I'll re

Re: Make ar-lib support backslashed files in archives. (was [PATCH 0/7] Support for toolchains that are not $host-native.)

2010-09-02 Thread Stefano Lattarini
On Thursday 02 September 2010, Peter Rosin wrote: > It is actually a bug in ar-lib. When you issue > .../ar-lib lib x foo.lib > it runs this loop: > > $AR -NOLOGO -LIST "$archive" | while read member > do > $AR -NOLOGO -EXTRACT:"$member" "$archive" || exit $? > done > > (w

Re: [PATCH 0/7] Support for toolchains that are not $host-native.

2010-09-02 Thread Peter Rosin
Den 2010-09-02 16:08 skrev Peter Rosin: > Den 2010-09-02 16:02 skrev Charles Wilson: >> On 9/2/2010 9:06 AM, Peter Rosin wrote: >>> However, my previous suggestion with a naive_slashify instead of >>> naive_backslashify doesn't work either since MSYS turns @c:/foobar into >>> @c;c:\msys\1.0\foobar

Make ar-lib support backslashed files in archives. (was [PATCH 0/7] Support for toolchains that are not $host-native.)

2010-09-02 Thread Peter Rosin
Hi! [Automakers, this is from the libtool-patches list...] Den 2010-09-02 15:06 skrev Peter Rosin: > 112: Test 24 33 34 45 47 99 100 are "new" failures with low max_cmd_len > and I think the reason is that the file name conversion adds escapes for > the backslashes. I.e. .libs/a1.obj -> .libs\\a1

Re: [PATCH 0/7] Support for toolchains that are not $host-native.

2010-09-02 Thread Peter Rosin
Den 2010-09-02 16:02 skrev Charles Wilson: > On 9/2/2010 9:06 AM, Peter Rosin wrote: >> However, my previous suggestion with a naive_slashify instead of >> naive_backslashify doesn't work either since MSYS turns @c:/foobar into >> @c;c:\msys\1.0\foobar (or something similar, that was from memory) w

Re: [PATCH 0/7] Support for toolchains that are not $host-native.

2010-09-02 Thread Charles Wilson
On 9/2/2010 9:06 AM, Peter Rosin wrote: > However, my previous suggestion with a naive_slashify instead of > naive_backslashify doesn't work either since MSYS turns @c:/foobar into > @c;c:\msys\1.0\foobar (or something similar, that was from memory) which > we must avoid at all cost. cygpath -m (in

Re: [PATCH 0/7] Support for toolchains that are not $host-native.

2010-09-02 Thread Peter Rosin
Den 2010-09-01 22:30 skrev Peter Rosin: > Hi! > > I was going to hold off this until after I had run the testsuite one more > time with the latest fixes, but the recent message from Gary made me post > right away. By the Lay of Murphy, I'm sure I'll regret it... > > This series is a rebased and u

[PATCH 0/7] Support for toolchains that are not $host-native.

2010-09-01 Thread Peter Rosin
Hi! I was going to hold off this until after I had run the testsuite one more time with the latest fixes, but the recent message from Gary made me post right away. By the Lay of Murphy, I'm sure I'll regret it... This series is a rebased and updated version of the patches posted in http://lists.g