Re: [PATCHES] fix build on Solaris 10/x86_64 in 64bit mode with Sun Studio 11 - Mailing list pgsql-patches

From Tom Lane
Subject Re: [PATCHES] fix build on Solaris 10/x86_64 in 64bit mode with Sun Studio 11
Date
Msg-id 14695.1168453454@sss.pgh.pa.us
Whole thread Raw
In response to fix build on Solaris 10/x86_64 in 64bit mode with Sun Studio 11  (Stefan Kaltenbrunner <stefan@kaltenbrunner.cc>)
Responses Re: [PATCHES] fix build on Solaris 10/x86_64 in 64bit mode with Sun
List pgsql-patches
Stefan Kaltenbrunner <stefan@kaltenbrunner.cc> writes:
> on an Intel based Solaris 10U2 box using Sun Studio 11 with
> -xarch=generic64 we get a compile time failure in contrib/pgcrypto
> because BYTE_ORDER is not defined.

After further thought I changed this to handle either __amd64 or
__x86_64 (or both).  Applied.

            regards, tom lane

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: [PATCHES] fix build on Solaris 10/x86_64 in 64bit mode with Sun Studio 11
Next
From: Stefan Kaltenbrunner
Date:
Subject: Re: [PATCHES] fix build on Solaris 10/x86_64 in 64bit mode with Sun