From: root Date: Mon, 29 Jun 2015 21:26:56 +0000 (+0200) Subject: MO-P: ... and gnu11 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=106d998eed0602b12110de5989fd64f577898f5d;p=eval.git MO-P: ... and gnu11 --- diff --git a/mop/project/templater/template-c.cbp b/mop/project/templater/template-c.cbp index 5fe4fbf..c333b1e 100644 --- a/mop/project/templater/template-c.cbp +++ b/mop/project/templater/template-c.cbp @@ -31,7 +31,7 @@ - + diff --git a/mop/public/compile b/mop/public/compile index 6aa55d5..e95ac5f 100755 --- a/mop/public/compile +++ b/mop/public/compile @@ -25,7 +25,7 @@ else c) comm="gcc -static -DEVAL -O2 -std=gnu11 $cflags $src -o ${bin} -lm" ;; cpp) - comm="g++ -static -DEVAL -O2 -std=gnu++11 $cflags $src -o ${bin}" ;; + comm="g++ -static -DEVAL -O2 -std=gnu++0x $cflags $src -o ${bin}" ;; pas) comm="fpc $cflags -XS -dEVAL -O2 -o${bin} $src";; *)