Re: configure sets GCC=yes for clang

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: configure sets GCC=yes for clang
Дата
Msg-id 424007.1644003689@sss.pgh.pa.us
обсуждение исходный текст
Ответ на configure sets GCC=yes for clang  (Tomas Vondra <tomas.vondra@enterprisedb.com>)
Список pgsql-hackers
Tomas Vondra <tomas.vondra@enterprisedb.com> writes:
> I've been doing some experiments with compilers, and I've noticed that 
> when using clang configure still ends up setting
> GCC='yes'
> which seems somewhat strange.

I'm pretty sure that's intentional.  clang tries to be a gcc-alike,
and mostly succeeds, other than variations in command line options.
It's better to set GCC=yes and deal with the small discrepancies
than not set it and have to deal with clang as a whole separate case.

> FWIW I've noticed because when building 
> with "-Ofast" (yeah, I'm just playing with stuff) it fails like this:

> checking whether the C compiler still works... yes
> configure: error: do not put -ffast-math in CFLAGS

> which is in $GCC=yes check, and clang doesn't even have such option.

Well, the error is correct, even if clang doesn't spell the switch the
same way: you enabled fast-math optimizations and we don't want that.

[ wanders away wondering how meson handles this stuff ... ]

            regards, tom lane



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Peter Geoghegan
Дата:
Сообщение: Re: Removing more vacuumlazy.c special cases, relfrozenxid optimizations
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Removing more vacuumlazy.c special cases, relfrozenxid optimizations