Re: [PATCH] Strengthen the test for working -nostdinc -isystem

2012-08-05 Thread Grégoire Sutre
On 08/05/2012 12:02 PM, Vladimir 'φ-coder/phcoder' Serbinenko wrote: On 01.08.2012 01:20, Grégoire Sutre wrote: This prevents configure from believing that -nostdinc -isystem works in some cases where it doesn't (NetBSD with non-native gcc 4.4). The patch simply adds the requirement that #incl

Re: [PATCH] Strengthen the test for working -nostdinc -isystem

2012-08-05 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 01.08.2012 01:20, Grégoire Sutre wrote: > This prevents configure from believing that -nostdinc -isystem > works in some cases where it doesn't (NetBSD with non-native > gcc 4.4). > > The patch simply adds the requirement that #include > works with -nostdinc -isystem. > Go ahead. > Grégoir