From: Wouter Wijngaards Date: Mon, 25 Mar 2013 15:00:26 +0000 (+0000) Subject: __x86 detection for intel solaris. X-Git-Tag: release-1.4.21rc1~50 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8acb92091e371f950ca9c0508ec15f6d3bc7657a;p=thirdparty%2Funbound.git __x86 detection for intel solaris. git-svn-id: file:///svn/unbound/trunk@2876 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/util/storage/lookup3.c b/util/storage/lookup3.c index 775503c94..314530f56 100644 --- a/util/storage/lookup3.c +++ b/util/storage/lookup3.c @@ -76,7 +76,7 @@ hash_set_raninit(uint32_t v) #if (defined(__BYTE_ORDER) && defined(__LITTLE_ENDIAN) && \ __BYTE_ORDER == __LITTLE_ENDIAN) || \ (defined(i386) || defined(__i386__) || defined(__i486__) || \ - defined(__i586__) || defined(__i686__) || defined(vax) || defined(MIPSEL)) + defined(__i586__) || defined(__i686__) || defined(vax) || defined(MIPSEL) || defined(__x86)) # define HASH_LITTLE_ENDIAN 1 # define HASH_BIG_ENDIAN 0 #elif (defined(__BYTE_ORDER) && defined(__BIG_ENDIAN) && \