[llvm-commits] CVS: llvm/Makefile.config
Vikram Adve
vadve at psmith.cs.uiuc.edu
Fri Sep 20 09:02:00 PDT 2002
Changes in directory llvm:
Makefile.config updated: 1.8 -> 1.9
---
Log message:
Let CC invoke gcc and not cc. The latter doesn't work with either our
source or some of our tests.
---
Diffs of the changes:
Index: llvm/Makefile.config
diff -u llvm/Makefile.config:1.8 llvm/Makefile.config:1.9
--- llvm/Makefile.config:1.8 Thu Sep 19 16:33:10 2002
+++ llvm/Makefile.config Fri Sep 20 09:01:14 2002
@@ -16,7 +16,7 @@
# We have the same problem with the CC binary, which use used by testcases for
# native builds.
#
-CC := PATH=/usr/bin $(CC)
+CC := PATH=/usr/bin /usr/dcs/software/evaluation/bin/gcc
# Path to directory where object files should be stored during a build.
# Set LLVM_OBJ_DIR to "." if you do not want to use a separate place for
More information about the llvm-commits
mailing list