[llvm-commits] CVS: llvm/Makefile.config.in
John Criswell
criswell at cs.uiuc.edu
Fri Feb 13 15:58:03 PST 2004
Changes in directory llvm:
Makefile.config.in updated: 1.20 -> 1.21
---
Log message:
Added check for target machine endian-ness and put the result into
Makefile.config (ENDIAN variable is set to big or little).
---
Diffs of the changes: (+3 -0)
Index: llvm/Makefile.config.in
diff -u llvm/Makefile.config.in:1.20 llvm/Makefile.config.in:1.21
--- llvm/Makefile.config.in:1.20 Tue Feb 10 16:29:03 2004
+++ llvm/Makefile.config.in Fri Feb 13 15:57:29 2004
@@ -11,6 +11,9 @@
# 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.
#
More information about the llvm-commits
mailing list