Hi Tom,
Tom Lane wrote,
> Waldemar Brodkorb 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 fo
On 2015-08-10 17:36:57 -0400, Tom Lane wrote:
> Waldemar Brodkorb 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:
> >
Waldemar Brodkorb 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__
Hi,
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__
Signed-off-by: Waldemar Brodkor