Re: [Patch/libiberty] Assume strncmp works in cross compilation

2011-12-20 Thread Tristan Gingold
On Dec 19, 2011, at 7:11 PM, Ian Lance Taylor wrote: > Tristan Gingold writes: > >> 2011-12-19 Tristan Gingold >> >> * aclocal.m4: Assume strncmp works in cross case. >> * configure: Regenerate. > > This is OK. Thanks, committed. Tristan.

Re: [Patch/libiberty] Assume strncmp works in cross compilation

2011-12-19 Thread Ian Lance Taylor
Tristan Gingold writes: > 2011-12-19 Tristan Gingold > > * aclocal.m4: Assume strncmp works in cross case. > * configure: Regenerate. This is OK. Thanks. Ian

[Patch/libiberty] Assume strncmp works in cross compilation

2011-12-19 Thread Tristan Gingold
Hi, currently libiberty will compile strncmp while building a cross compiler. This is due to the fact that the test for strncmp is a TRY_RUN test. My issue is that VMS doesn't like a redefinition of a standard function, because it always uses a shared library for C and doesn't support symbol