forked from OSchip/llvm-project
parent
0fbbd8a742
commit
20ebb24264
|
@ -23,7 +23,7 @@ CC := PATH=/usr/bin /usr/dcs/software/evaluation/bin/gcc
|
|||
# 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)
|
||||
|
|
Loading…
Reference in New Issue