From c9d1bf8e2b28429d0317b74fdaafba4b42aca99b Mon Sep 17 00:00:00 2001 From: "H.Merijn Brand" Date: Wed, 22 Jan 2014 14:29:06 +0100 Subject: [PATCH] restore missed commit in regeneration (spotted by hugmeir) --- config_h.SH | 2 +- uconfig.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config_h.SH b/config_h.SH index 2a3ca30..010bb6a 100755 --- a/config_h.SH +++ b/config_h.SH @@ -1002,7 +1002,7 @@ sed <$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un * so the default case (for NeXT) is big endian to catch them. * This might matter for NeXT 3.0. */ -#if defined(USE_CROSS_COMPILE) || defined(MULTIARCH) +#if defined(MULTIARCH) # ifdef __LITTLE_ENDIAN__ # if LONGSIZE == 4 # define BYTEORDER 0x1234 diff --git a/uconfig.h b/uconfig.h index 30ecc5a..9ff1b8c 100644 --- a/uconfig.h +++ b/uconfig.h @@ -967,7 +967,7 @@ * so the default case (for NeXT) is big endian to catch them. * This might matter for NeXT 3.0. */ -#if defined(USE_CROSS_COMPILE) || defined(MULTIARCH) +#if defined(MULTIARCH) # ifdef __LITTLE_ENDIAN__ # if LONGSIZE == 4 # define BYTEORDER 0x1234 @@ -4718,6 +4718,6 @@ #endif /* Generated from: - * 22d1d13b2edddb32d717d415a6df2a92c7c772d8af897d5d2bf2cc14b890ea35 config_h.SH + * e7e820c83c422ccdc70c63cc9f03ada6d04e3ea5ee42535e9412d65dfd83774b config_h.SH * 71b0dcf437b30c409fc23b5c4c6ec2c988fc419295a650fe80f93a6d5fb0ff94 uconfig.sh * ex: set ro: */ -- 2.7.4