On Mon, Jul 7, 2014 at 11:15 AM, Elizabeth Gerrards <[email protected]> wrote: > adding "-qHALT=E" to CFLAGS
This should only happen with the following being true in configure:
if $CC 2>&1 | grep 'xlc' > /dev/null; then
It's what is getting you your xlc-specific options despite using gcc.
--
Eric Covener
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
