Re: [PATCH] [cygwin] Minor sysroot fixups.

2010-08-28 Thread Charles Wilson
On 8/28/2010 8:10 PM, Ralf Wildenhues wrote: > * Charles Wilson wrote on Sun, Aug 29, 2010 at 12:27:15AM CEST: >> libltdl/m4/libtool.m4 (_LT_WITH_SYSROOT): Fix typo. >> tests/sysroot.at: Search also for crt0.o to accommodate cygwin. >> >> OK to push? > > Sure. Done. -- Chuck

Re: [PATCH] [cygwin] Minor sysroot fixups.

2010-08-28 Thread Charles Wilson
On 8/28/2010 8:10 PM, Ralf Wildenhues wrote: > * Charles Wilson wrote on Sun, Aug 29, 2010 at 12:27:15AM CEST: >> libltdl/m4/libtool.m4 (_LT_WITH_SYSROOT): Fix typo. >> tests/sysroot.at: Search also for crt0.o to accommodate cygwin. >> --- >> Somehow this patch got dropped when the sysroot branch >

Re: [PATCH] [cygwin] Minor sysroot fixups.

2010-08-28 Thread Ralf Wildenhues
* Charles Wilson wrote on Sun, Aug 29, 2010 at 12:27:15AM CEST: > libltdl/m4/libtool.m4 (_LT_WITH_SYSROOT): Fix typo. > tests/sysroot.at: Search also for crt0.o to accommodate cygwin. > --- > Somehow this patch got dropped when the sysroot branch > was merged. Rebased against master... > > OK to

Re: [PATCH] [cygwin] Minor sysroot fixups.

2010-08-28 Thread Charles Wilson
On 8/28/2010 6:38 PM, Vincent Torri wrote: >> case ${with_sysroot} in #( >> yes) >>if test "$GCC" = yes; then >> - lt_sysroot=`$GCC --print-sysroot 2>/dev/null` >> + lt_sysroot=`$CC --print-sysroot 2>/dev/null` > > what is the interest of testing $GCC if you use $CC ? $GCC != "gcc".

Re: [PATCH] [cygwin] Minor sysroot fixups.

2010-08-28 Thread Vincent Torri
On Sat, 28 Aug 2010, Charles Wilson wrote: libltdl/m4/libtool.m4 (_LT_WITH_SYSROOT): Fix typo. tests/sysroot.at: Search also for crt0.o to accommodate cygwin. --- Somehow this patch got dropped when the sysroot branch was merged. Rebased against master... OK to push? -- Chuck libltdl/m4/li

[PATCH] [cygwin] Minor sysroot fixups.

2010-08-28 Thread Charles Wilson
libltdl/m4/libtool.m4 (_LT_WITH_SYSROOT): Fix typo. tests/sysroot.at: Search also for crt0.o to accommodate cygwin. --- Somehow this patch got dropped when the sysroot branch was merged. Rebased against master... OK to push? -- Chuck libltdl/m4/libtool.m4 |2 +- tests/sysroot.at |