summaryrefslogtreecommitdiff
path: root/Makefile.config.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.config.in')
-rw-r--r--Makefile.config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.config.in b/Makefile.config.in
index 040b72b2a4..fe9b23316c 100644
--- a/Makefile.config.in
+++ b/Makefile.config.in
@@ -129,6 +129,9 @@ ARCH=@arch@
# Whether the architecture has 64 bits
ARCH64=@arch64@
+# Endianess for this architecture
+ENDIANNESS=@endianness@
+
### Name of architecture model for the native-code compiler.
### Some architectures come in several slightly different flavors
### that share a common code generator. This variable tailors the