Обсуждение: pgsql: Tweak configure to attempt to add -qnoansialias to CFLAGS

Поиск
Список
Период
Сортировка

pgsql: Tweak configure to attempt to add -qnoansialias to CFLAGS

От
tgl@postgresql.org (Tom Lane)
Дата:
Log Message:
-----------
Tweak configure to attempt to add -qnoansialias to CFLAGS whenever running
on AIX with a non-gcc compiler.  The previous coding would do this only if
CC was exactly "xlc"; which is a bad idea, as demonstrated by trouble report
from Mihai Criveti.

Modified Files:
--------------
    pgsql:
        configure (r1.631 -> r1.632)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/configure?r1=1.631&r2=1.632)
        configure.in (r1.589 -> r1.590)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/configure.in?r1=1.589&r2=1.590)
    pgsql/src/template:
        aix (r1.19 -> r1.20)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/template/aix?r1=1.19&r2=1.20)