I really don't think this was ever correct, but I'm also not sure what
non-Linux Unix this was meant to enable.  The only one I know of was
OS/390 / z/OS / OpenEdition, but I think that was big-endian too.

At any rate this is all about to go away, so this is just removing an
edge case.

Signed-off-by: Adam Jackson <a...@redhat.com>
---
 include/servermd.h | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/include/servermd.h b/include/servermd.h
index 8d9c24f..b854b7a 100644
--- a/include/servermd.h
+++ b/include/servermd.h
@@ -162,8 +162,7 @@ SOFTWARE.
 
 #if    defined(SVR4) && (defined(__i386__) || defined(__i386) ) ||     \
        defined(__alpha__) || defined(__alpha) || \
-       defined(__i386__) || \
-       defined(__s390x__) || defined(__s390__)
+       defined(__i386__)
 
 #ifndef IMAGE_BYTE_ORDER
 #define IMAGE_BYTE_ORDER       LSBFirst
-- 
1.9.0

_______________________________________________
xorg-devel@lists.x.org: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to