mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-11 15:26:07 +00:00
Build with $(CC), not gcc explicitly
llvm-svn: 3869
This commit is contained in:
parent
61009abe92
commit
1d1e7559b2
@ -15,7 +15,7 @@ all:: $(addprefix Output/, $(TESTS:%.ll=%.to))
|
||||
|
||||
|
||||
Output/%.to: Output/%.c
|
||||
gcc -c -W -Wall $< -o $@ || \
|
||||
$(CC) -c -W -Wall $< -o $@ || \
|
||||
(rm -f $@; $(FAILURE) $@ )
|
||||
|
||||
Output/%.c: %.ll Output/.dir $(LAS) $(LDIS)
|
||||
|
Loading…
x
Reference in New Issue
Block a user