[llvm-commits] CVS: llvm/Makefile.config

John Criswell criswell at cs.uiuc.edu
Fri May 30 10:50:04 PDT 2003


Changes in directory llvm:

Makefile.config updated: 1.13 -> 1.14

---
Log message:

Added configurable options for the Linker and Archiver.


---
Diffs of the changes:

Index: llvm/Makefile.config
diff -u llvm/Makefile.config:1.13 llvm/Makefile.config:1.14
--- llvm/Makefile.config:1.13	Thu May 29 14:16:55 2003
+++ llvm/Makefile.config	Fri May 30 10:49:28 2003
@@ -19,6 +19,16 @@
 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.
 #
 BISON    = bison





More information about the llvm-commits mailing list