summaryrefslogtreecommitdiff
path: root/uconfig.h
diff options
context:
space:
mode:
authorBrian Fraser <fraserbn@gmail.com>2014-01-15 06:42:35 -0300
committerBrian Fraser <fraserbn@gmail.com>2014-01-17 11:35:48 -0300
commit1b2243c701f4438018242947ec41ea8dd65e3dbe (patch)
treeb2e3cfa2f4f5d55a6fbc238600ad8a572bb904d5 /uconfig.h
parentb76ca5cc32f3249b9a89eb81c445f069e69fb814 (diff)
downloadperl-1b2243c701f4438018242947ec41ea8dd65e3dbe.tar.gz
config.h: Remove the exceptions for cross-compilation builds
This makes it so that the values for MEM_ALIGNBYTES and BYTEORDER are taken from config.sh, instead of always getting a default.
Diffstat (limited to 'uconfig.h')
-rw-r--r--uconfig.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/uconfig.h b/uconfig.h
index 8e728ab955..79b5aaff98 100644
--- a/uconfig.h
+++ b/uconfig.h
@@ -987,7 +987,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:
- * 01c6afba563531a39cba7bc09849f8ec6fbe74fe96e3bd2c16e543ec67e2de16 config_h.SH
+ * 4ce7b989417303946dd7101ed52557e157c57900e9dbff6b5799a7b6af48dbd3 config_h.SH
* 71b0dcf437b30c409fc23b5c4c6ec2c988fc419295a650fe80f93a6d5fb0ff94 uconfig.sh
* ex: set ro: */