projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9760c5
)
gallium/tests/trivial: use CXX to do final link
author
Brian Paul
<brianp@vmware.com>
Fri, 24 Jun 2011 15:00:57 +0000
(09:00 -0600)
committer
Brian Paul
<brianp@vmware.com>
Fri, 24 Jun 2011 15:02:47 +0000
(09:02 -0600)
src/gallium/tests/trivial/Makefile
patch
|
blob
|
history
diff --git
a/src/gallium/tests/trivial/Makefile
b/src/gallium/tests/trivial/Makefile
index e82000070de4e512b27f471aa38b8398d02366ad..d47cb2a4b4f8bcdd3cb026e28d33205c522b2d90 100644
(file)
--- a/
src/gallium/tests/trivial/Makefile
+++ b/
src/gallium/tests/trivial/Makefile
@@
-51,4
+51,4
@@
$(OBJECTS): %.o: %.c
$(CC) -c $(INCLUDES) $(CFLAGS) $(DEFINES) $(PROG_DEFINES) $< -o $@
$(PROGS): %: %.o $(LINKS)
- $(C
C
) $(LDFLAGS) $< $(LINKS) $(LLVM_LIBS) -lm -lpthread -ldl -o $@
+ $(C
XX
) $(LDFLAGS) $< $(LINKS) $(LLVM_LIBS) -lm -lpthread -ldl -o $@