On Thu, Aug 05, 2010 at 04:10:44PM +1000, Ben Lippmeier wrote:
>
> This patch breaks the build on the two OSX machines I use. GCC 4.2.1 supports the flag. I'm not sure why the configure test failed.
What's in extra-gcc-opts?
And what does this say?:
echo 'int main(void) {return 0;}' > conftest.c
gcc -c conftest.c -fno-stack-protector > /dev/null 2>&1
echo $?
Thanks
Ian