Re: linux sparc compile issue - Mailing list pgsql-hackers

From Tom Lane
Subject Re: linux sparc compile issue
Date
Msg-id 15349.1439242617@sss.pgh.pa.us
Whole thread Raw
In response to linux sparc compile issue  (Waldemar Brodkorb <wbx@openadk.org>)
Responses Re: linux sparc compile issue  (Andres Freund <andres@anarazel.de>)
Re: linux sparc compile issue  (Waldemar Brodkorb <wbx@openadk.org>)
List pgsql-hackers
Waldemar Brodkorb <wbx@openadk.org> writes:
> while doing regular builds via buildroot autobuilders
> a compile problem for sparc 32bit v8 was found.
> It seems the defines for Linux are other than for Solaris.

> Following patch fixes it for buildroot:
> The gcc predefines for Linux are __sparc_v8__/__sparc_v7__

I've applied your suggested patch for this, but I'm a bit curious what
version of gcc you are using; our code's been like that for a very long
time and nobody complained before.
        regards, tom lane



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [sqlsmith] subplan variable reference / unassigned NestLoopParams
Next
From: Tom Lane
Date:
Subject: Re: [COMMITTERS] pgsql: Fix pg_dump to dump shell types.