[llvm-commits] [dragonegg] r172000 - /dragonegg/trunk/Makefile
Duncan Sands
baldrick at free.fr
Wed Jan 9 13:02:58 PST 2013
Author: baldrick
Date: Wed Jan 9 15:02:57 2013
New Revision: 172000
URL: http://llvm.org/viewvc/llvm-project?rev=172000&view=rev
Log:
The testsuite expects a C compiler, so don't default to g++.
Modified:
dragonegg/trunk/Makefile
Modified: dragonegg/trunk/Makefile
URL: http://llvm.org/viewvc/llvm-project/dragonegg/trunk/Makefile?rev=172000&r1=171999&r2=172000&view=diff
==============================================================================
--- dragonegg/trunk/Makefile (original)
+++ dragonegg/trunk/Makefile Wed Jan 9 15:02:57 2013
@@ -4,7 +4,7 @@
# GCC=gcc-4.7 make ...
# If you don't specify anything, then by default the plugin targets the compiler
# used to build it.
-GCC?=$(CXX)
+GCC?=$(CC)
# Specify the copy of LLVM you will build the plugin against by giving its
# llvm-config here or on the command line. To use an installed copy of LLVM,
More information about the llvm-commits
mailing list