diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/template/aix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/template/aix b/src/template/aix index 94ad2f61758..04c97e7bd14 100644 --- a/src/template/aix +++ b/src/template/aix @@ -1,3 +1,6 @@ +# Set appropriate default compiler options if using xlc +# Note: configure will add -qnoansialias if the compiler accepts it, +# even if user specifies a non-default CFLAGS setting. if test "$GCC" != yes ; then case $host_os in aix3.2.5 | aix4.1*) |