summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorscop <scop@e10066b5-e1e2-0310-b819-94efdf66514b>2008-01-01 14:19:38 +0000
committerscop <scop@e10066b5-e1e2-0310-b819-94efdf66514b>2008-01-01 14:19:38 +0000
commit279c81f8ea01462b215ccbdabfdefcb476a15687 (patch)
tree29a8886ee339b40926138c06bdc1048a20c956ff
parentd852b157750a3b5406c3562f2b8d0a3c7b6e445c (diff)
downloadvdr-plugin-muggle-279c81f8ea01462b215ccbdabfdefcb476a15687.tar.gz
vdr-plugin-muggle-279c81f8ea01462b215ccbdabfdefcb476a15687.tar.bz2
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
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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: