Include ppc64le build type for back branches

From: Sandeep Thakkar <sandeep(dot)thakkar(at)enterprisedb(dot)com>
To: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Include ppc64le build type for back branches
Date: 2015-12-08 12:27:08
Message-ID: CANFyU96B6_XeoVt6tuvGWpThX+2GAz6e3ZfSZE_ARjmqC8pSng@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2015-12-08 12:57:16 Re: Error with index on unlogged table
Previous Message Michael Paquier 2015-12-08 11:51:56 Re: psql: add \pset true/false