Browse Source

m4: removed -std=c99 for build with new gcc (default in gcc is gnu11)

tc-work-wip
Nagy Károly Gábriel 8 years ago
committed by Alejandro Mery
parent
commit
7eaf186131
1 changed files with 1 additions and 4 deletions
  1. +1
    -4
      base/m4/m4.conf

+ 1
- 4
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,'"

Loading…
Cancel
Save