Added configurable options for the Linker and Archiver.
[oota-llvm.git] / Makefile.config
index 08e801965e2aca200585d6f168129515b74e149a..d47fe95e8eb138c7644549af31dd4f2f9f462052 100644 (file)
@@ -18,6 +18,16 @@ CXX = PATH=/usr/bin /usr/dcs/software/evaluation/bin/g++
 #
 CC := PATH=/usr/bin /usr/dcs/software/evaluation/bin/gcc
 
+#
+# Path to the linker.
+#
+LD = ld
+
+#
+# Path to the archiver program.
+#
+AR_PATH = ar
+
 #
 # The pathnames of the Flex and Bison programs, respectively.
 #