Include ppc64le build type for back branches

Поиск
Список
Период
Сортировка
От Sandeep Thakkar
Тема Include ppc64le build type for back branches
Дата
Msg-id CANFyU96B6_XeoVt6tuvGWpThX+2GAz6e3ZfSZE_ARjmqC8pSng@mail.gmail.com
обсуждение исходный текст
Ответы Re: Include ppc64le build type for back branches  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Hi

We have registered two new buildfarm animals for RHEL 7 on PPC64 and PPC64LE (Little Endian). The configure for 9.3, 9.2 and 9.1 failed on ppc64le with the error "error: cannot guess build type; you must specify one". This is because config.guess for these branches don't expect the arch to be ppc64le (case statement). When I passed the build type as "powerpc64le-unknown-linux-gnu" to the configure script, the build is successful. 

So, config.guess should be changed to include the build type for ppc64le like it is in 9.4+ branches.

--
Sandeep Thakkar

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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: psql: add \pset true/false
Следующее
От: Andres Freund
Дата:
Сообщение: Re: Error with index on unlogged table