pgAdmin III commit: Don't use --as-needed on Solaris.

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin III commit: Don't use --as-needed on Solaris.
Дата
Msg-id E1V06U8-0004J1-7V@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Don't use --as-needed on Solaris.

As /usr/bin/ld on illumos doesn't (yet) support --as-needed, this
patch to acinclude.m4 will suppress the LDFLAGS -Wl,-as-needed
passed when gcc is used as the compiler in the "bash bootstrap" command.

This patch assumes that all gcc variants running on illumos (gcc3 and
gcc4) are configured with --without-gnu-ld --with-ld=/usr/bin/ld,
which after brief research, seems typically the case.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=53fd51ecd7384263b43808e1e93dd829b59d09ee
Author: Richard PALO <richard.palo@baou.fr>

Modified Files
--------------
acinclude.m4 |    4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)


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

Предыдущее
От: Richard PALO
Дата:
Сообщение: Fwd: patch proposal for acinclude.m4 to better support gcc on illumos/smartos
Следующее
От: Dave Page
Дата:
Сообщение: Re: Fwd: patch proposal for acinclude.m4 to better support gcc on illumos/smartos