[PATCH] Cygwin build fix; case insensitive file names

2009-03-01 Thread Danjel McGougan
I've had problems getting uClibc to build for target arm-linux-uclibceabi under Cygwin. I got undefined symbols when linking 'libuClibc-0.9.30.so'. I tracked it down to be caused by case insensitive file names in Cygwin. Object files are suffixed .os and .oS. Cygwin sees no difference between

Re: [PATCH] Cygwin build fix; case insensitive file names

2009-03-01 Thread Yann E. MORIN
Danjel, All, On Sunday 01 March 2009 21:24:47 Danjel McGougan wrote: I've had problems getting uClibc to build for target arm-linux-uclibceabi under Cygwin. I got undefined symbols when linking 'libuClibc-0.9.30.so'. I tracked it down to be caused by case insensitive file names in Cygwin.