From 279c81f8ea01462b215ccbdabfdefcb476a15687 Mon Sep 17 00:00:00 2001 From: scop Date: Tue, 1 Jan 2008 14:19:38 +0000 Subject: Default CXX to g++. git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@981 e10066b5-e1e2-0310-b819-94efdf66514b --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 18e28ad..0ea8a4a 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ VERSION = $(shell grep 'static const char VERSION\[\] *=' $(PLUGIN).c | awk '{ p ### The C++ compiler and options: -CXX ?= g++-3.3 +CXX ?= g++ CXXFLAGS ?= -fPIC -O0 -Wall -Wformat=2 -Woverloaded-virtual -Wno-deprecated -g ### The directory environment: -- cgit v1.2.3