X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=Makefile.config;h=c16e16774f0cc6182757f5426f606fa051af8e46;hb=e43f40bc17ccdfa3ae6f237e302f34a392716c64;hp=ad145240913ed3eedcf5f681d4126d88f938a25c;hpb=e2b5485aed9b0c242f0e4fccb4e5380d98d86374;p=oota-llvm.git diff --git a/Makefile.config b/Makefile.config index ad145240913..c16e16774f0 100644 --- a/Makefile.config +++ b/Makefile.config @@ -13,12 +13,17 @@ # 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 /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 # object files. # #LLVM_OBJ_DIR = . -LLVM_OBJ_DIR = /localhome/$(shell whoami) +LLVM_OBJ_DIR := /localhome/$(USER) # Path to location for LLVM front-end this should only be specified here if you # want to override the value set in Makefile.$(uname)