We were forgetting to add FP_REG_KILL instructions to basic blocks which will
[oota-llvm.git] / Makefile.config.in
index 84f3c1f9e56d7de3545697114fbb6d28e5a414e7..14ab73ac47fdc29ee53e3a589a9cf5cff26d194f 100644 (file)
@@ -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.
 #
@@ -48,6 +51,7 @@ MV      = mv
 INSTALL = @INSTALL@
 DOT     = @DOT@
 ETAGS   = @ETAGS@
+ETAGSFLAGS = @ETAGSFLAGS@
 
 # Determine the target for which LLVM should generate code.
 LLVMGCCARCH := @target@/3.4-llvm
@@ -83,11 +87,17 @@ BYTECODE_REPOSITORY := @BCR@
 #      Set the USE_SPEC variable to enable the use of the SPEC benchmarks.
 #      You must provide the SPEC benchmarks on your own.
 @USE_SPEC@
+@USE_SPEC95@
 
 # Path to the SPEC benchmarks.  If you have the SPEC benchmarks, place the
 # path here.
 #SPEC_ROOT := /home/vadve/shared/benchmarks/speccpu2000/benchspec
 SPEC_ROOT := @SPEC_ROOT@
+SPEC95_ROOT := @SPEC95_ROOT@
+
+# Path to the Povray source code.
+@USE_POVRAY@
+POVRAY_ROOT := @POVRAY_ROOT@
 
 # Path to the PAPI code.  This is used by the reoptimizer only.
 #PAPIDIR := /home/vadve/shared/papi-2.3.4.1
@@ -186,6 +196,7 @@ sysconfdir = @sysconfdir@
 sharedstatedir = @sharedstatedir@ 
 localstatedir = @localstatedir@
 libdir = @libdir@
+bytecode_libdir = $(LLVMGCCDIR)/bytecode-libs
 includedir = @includedir@
 infodir = @infodir@
 mandir = @mandir@