mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-26 21:20:29 +00:00
Native CC compiler has the same problem as CXX compiler.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3836 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
698a131364
commit
2ad319c3ba
@ -13,6 +13,11 @@
|
||||
#
|
||||
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)
|
||||
|
||||
# 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.
|
||||
|
Loading…
Reference in New Issue
Block a user