summaryrefslogtreecommitdiff
path: root/plan9/config_h.sample
diff options
context:
space:
mode:
Diffstat (limited to 'plan9/config_h.sample')
-rw-r--r--plan9/config_h.sample4
1 files changed, 2 insertions, 2 deletions
diff --git a/plan9/config_h.sample b/plan9/config_h.sample
index 2632187b2f..8b41865c13 100644
--- a/plan9/config_h.sample
+++ b/plan9/config_h.sample
@@ -970,7 +970,7 @@
* double, or a long double when applicable. Usual values are 2,
* 4 and 8. The default is eight, for safety.
*/
-#if defined(USE_CROSS_COMPILE) || defined(MULTIARCH)
+#if defined(MULTIARCH)
# define MEM_ALIGNBYTES 8
#else
#define MEM_ALIGNBYTES 4
@@ -1039,7 +1039,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