summaryrefslogtreecommitdiff
path: root/Makefile.config.in
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2004-02-13 21:57:29 +0000
committerJohn Criswell <criswell@uiuc.edu>2004-02-13 21:57:29 +0000
commit0021c31b60706f0a35f0858c112ebdc709f3d3e7 (patch)
tree37e28b7a26ec4c9deb02c96562f3d14574d82a6a /Makefile.config.in
parent339d8df4c04c5d0be8dc70722153d94cfef7171a (diff)
Added check for target machine endian-ness and put the result into
Makefile.config (ENDIAN variable is set to big or little). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11398 91177308-0d34-0410-b5e6-96231b3b80d8
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 c88bf88340b..73659cfb845 100644
--- a/Makefile.config.in
+++ b/Makefile.config.in
@@ -11,6 +11,9 @@ OS=@OS@
# Target hardware architecture
ARCH=@ARCH@
+# Endian-ness of the target
+ENDIAN=@ENDIAN@
+
# Path to the C++ compiler to use. This is an optional setting, which defaults
# to whatever your gmake defaults to.
#