From a4c8ca2c255bde6ea0c22680204e129b39730e52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20St=C3=B6neberg?= Date: Thu, 5 Feb 2015 15:40:53 +0100 Subject: [PATCH] fixed makefile (nw) --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index cd828ba16c9..7b027529f71 100644 --- a/makefile +++ b/makefile @@ -531,7 +531,7 @@ CONLYFLAGS += -std=gnu89 ifdef CPP11 CPPONLYFLAGS += -x c++ -std=gnu++11 else -CPPONLYFLAGS += -x c++ -std=gnu++89 +CPPONLYFLAGS += -x c++ -std=gnu++98 endif COBJFLAGS += -x objective-c++