mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-30 15:45:26 +00:00
Native CC compiler has the same problem as CXX compiler.
llvm-svn: 3836
This commit is contained in:
parent
c96398ee3f
commit
500e9bec66
@ -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