Let CC invoke gcc and not cc. The latter doesn't work with either our
authorVikram S. Adve <vadve@cs.uiuc.edu>
Fri, 20 Sep 2002 14:01:14 +0000 (14:01 +0000)
committerVikram S. Adve <vadve@cs.uiuc.edu>
Fri, 20 Sep 2002 14:01:14 +0000 (14:01 +0000)
source or some of our tests.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3853 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile.config

index 0bdc74fef15d7860fcc43a7dc69098833043c34c..8634a46920fd6926b7498d0b27339cffcc073867 100644 (file)
@@ -16,7 +16,7 @@ CXX = PATH=/usr/bin /usr/dcs/software/evaluation/bin/g++
 # 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