mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-28 22:20:43 +00:00
'whoami' doesn't exist on solaris
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3882 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ab0577be5a
commit
35fcad0193
@ -23,7 +23,7 @@ CC := PATH=/usr/bin /usr/dcs/software/evaluation/bin/gcc
|
|||||||
# object files.
|
# object files.
|
||||||
#
|
#
|
||||||
#LLVM_OBJ_DIR = .
|
#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
|
# Path to location for LLVM front-end this should only be specified here if you
|
||||||
# want to override the value set in Makefile.$(uname)
|
# want to override the value set in Makefile.$(uname)
|
||||||
|
Loading…
Reference in New Issue
Block a user