From 7eaf1861316ea34ff08b388ec9ca2b659e85ed0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nagy=20K=C3=A1roly=20G=C3=A1briel?= Date: Mon, 25 Apr 2016 19:53:59 +0300 Subject: [PATCH] m4: removed -std=c99 for build with new gcc (default in gcc is gnu11) --- base/m4/m4.conf | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/base/m4/m4.conf b/base/m4/m4.conf index 9e95d9c28..724d40af6 100644 --- a/base/m4/m4.conf +++ b/base/m4/m4.conf @@ -2,7 +2,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../m4/m4.conf -# Copyright (C) 2007 - 2015 The OpenSDE Project +# Copyright (C) 2007 - 2016 The OpenSDE Project # # More information can be found in the files COPYING and README. # @@ -12,9 +12,6 @@ # GNU General Public License can be found in the file COPYING. # --- SDE-COPYRIGHT-NOTE-END --- - -var_append GCC_WRAPPER_APPEND ' ' '-std=c99' - # we never want this file var_append INSTALL_WRAPPER_FILTER "|" "sed -e 's,.*/charset.alias,/tmp/x,'"