diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2014-01-22 14:29:06 +0100 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2014-01-22 14:29:06 +0100 |
commit | c9d1bf8e2b28429d0317b74fdaafba4b42aca99b (patch) | |
tree | 51290a5c2056e4f92d66c474f5ecf018381a2135 /config_h.SH | |
parent | 56b575b98e1abc4a3d9d34366e39c83d61bdb308 (diff) | |
download | perl-c9d1bf8e2b28429d0317b74fdaafba4b42aca99b.tar.gz |
restore missed commit in regeneration (spotted by hugmeir)
Diffstat (limited to 'config_h.SH')
-rwxr-xr-x | config_h.SH | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config_h.SH b/config_h.SH index 2a3ca3040a..010bb6aae0 100755 --- a/config_h.SH +++ b/config_h.SH @@ -1002,7 +1002,7 @@ sed <<!GROK!THIS! >$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 |