Re: pgsql: Change $(CC) to $(COMPILER) on Solaris gcc so -m64 is passed into

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: pgsql: Change $(CC) to $(COMPILER) on Solaris gcc so -m64 is passed into
Дата
Msg-id 200702231037.19639.peter_e@gmx.net
обсуждение исходный текст
Ответ на pgsql: Change $(CC) to $(COMPILER) on Solaris gcc so -m64 is passed into  (momjian@postgresql.org (Bruce Momjian))
Список pgsql-committers
Am Dienstag, 20. Februar 2007 23:45 schrieb Bruce Momjian:
> Log Message:
> -----------
> Change $(CC) to $(COMPILER) on Solaris gcc so -m64 is passed into the
> shared link line.

While that change might be OK, putting critical flags such as -m64 into CFLAGS
is wrong, and therefore this change would be irrelevant with respect to the
actual problem.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Change Agg and Group nodes so that Vars contained in their
Следующее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Add psql \prompt capability.