Mesa (gallium-0.2): mesa: use APP_CC compiler in progs/vp/

Brian Paul brianp at kemper.freedesktop.org
Wed Oct 29 01:01:56 UTC 2008


Module: Mesa
Branch: gallium-0.2
Commit: 91473dac5a5995664940918fa945b9bd6316da93
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=91473dac5a5995664940918fa945b9bd6316da93

Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Tue Oct 28 19:00:56 2008 -0600

mesa: use APP_CC compiler in progs/vp/

---

 progs/vp/Makefile |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/progs/vp/Makefile b/progs/vp/Makefile
index 28d6323..41d025c 100644
--- a/progs/vp/Makefile
+++ b/progs/vp/Makefile
@@ -26,13 +26,13 @@ INCLUDES = -I. -I$(TOP)/include -I../samples
 .SUFFIXES: .c
 
 .c:
-	$(CC) $(INCLUDES) $(CFLAGS) $(LDFLAGS) $< $(LIBS) -o $@
+	$(APP_CC) $(INCLUDES) $(CFLAGS) $(LDFLAGS) $< $(LIBS) -o $@
 
 .c.o:
-	$(CC) -c $(INCLUDES) $(CFLAGS) $(DEFINES) $< -o $@
+	$(APP_CC) -c $(INCLUDES) $(CFLAGS) $(DEFINES) $< -o $@
 
 .S.o:
-	$(CC) -c $(INCLUDES) $(CFLAGS) $(DEFINES)  $< -o $@
+	$(APP_CC) -c $(INCLUDES) $(CFLAGS) $(DEFINES)  $< -o $@
 
 
 ##### TARGETS #####




More information about the mesa-commit mailing list