* Fix several register aliasing bugs
[oota-llvm.git] / Makefile.config
index ad145240913ed3eedcf5f681d4126d88f938a25c..c16e16774f0cc6182757f5426f606fa051af8e46 100644 (file)
 #
 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)