1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

Build with $(CC), not gcc explicitly

llvm-svn: 3869
This commit is contained in:
Chris Lattner 2002-09-20 22:32:00 +00:00
parent 61009abe92
commit 1d1e7559b2

View File

@ -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)