Re: System directories when cross-compiling

2010-10-10 Thread Michael Hope
On Fri, Oct 8, 2010 at 1:48 PM, Wookey wrote: > +++ Michael Hope [2010-10-08 13:52 +1300]: >> Hi Marcin.  Would you consider passing >> --enable-poison-system-directories to the cross compiler configure? >> This makes the '-Wpoison-system-directories' option available which >> warns you if the cro

Re: System directories when cross-compiling

2010-10-08 Thread Wookey
+++ Michael Hope [2010-10-08 13:52 +1300]: > Hi Marcin. Would you consider passing > --enable-poison-system-directories to the cross compiler configure? > This makes the '-Wpoison-system-directories' option available which > warns you if the cross compiler picks up a library or header file from >

Re: System directories when cross-compiling

2010-10-08 Thread Matthias Klose
On 08.10.2010 02:52, Michael Hope wrote: Hi Marcin. Would you consider passing --enable-poison-system-directories to the cross compiler configure? This makes the '-Wpoison-system-directories' option available which warns you if the cross compiler picks up a library or header file from /usr inste

Re: System directories when cross-compiling

2010-10-08 Thread Marcin Juszkiewicz
Dnia piątek, 8 października 2010 o 02:52:13 Michael Hope napisał(a): > Hi Marcin. Would you consider passing > --enable-poison-system-directories to the cross compiler configure? > This makes the '-Wpoison-system-directories' option available which > warns you if the cross compiler picks up a lib

System directories when cross-compiling

2010-10-07 Thread Michael Hope
Hi Marcin. Would you consider passing --enable-poison-system-directories to the cross compiler configure? This makes the '-Wpoison-system-directories' option available which warns you if the cross compiler picks up a library or header file from /usr instead of the cross-build environment. I'm tal