Re: make use of ld --as-needed

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: make use of ld --as-needed
Дата
Msg-id 19114.1115268036@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: make use of ld --as-needed  (Neil Conway <neilc@samurai.com>)
Ответы Re: make use of ld --as-needed
Список pgsql-patches
Neil Conway <neilc@samurai.com> writes:
> Tom Lane wrote:
>> Minor gripe --- what's the motivation for moving this down as you did?

> What do you mean by "this"? I moved the AC_MSG_NOTICEs for CPPFLAGS and
> LDFLAGS down below the --as-needed check, since the --as-needed check
> may modify LDFLAGS.

Well, I guess the question is why you put the --as-needed check where
you did, rather than above the existing AC_MSG_NOTICE displays.  If it
has an interaction with the intervening tests, what is that exactly?
Surely finding "tar" for instance is not related.

            regards, tom lane

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

Предыдущее
От: Neil Conway
Дата:
Сообщение: Re: make use of ld --as-needed
Следующее
От: Neil Conway
Дата:
Сообщение: Re: make use of ld --as-needed