From 36e53354fecd714fa72deb9dacc38f94faf755e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nagy=20K=C3=A1roly=20G=C3=A1briel?= Date: Mon, 25 Apr 2016 19:51:58 +0300 Subject: [PATCH] coreutils: removed GNU99 flag and built with -std=gnu11 --- base/coreutils/coreutils.conf | 4 ++-- base/coreutils/coreutils.desc | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/base/coreutils/coreutils.conf b/base/coreutils/coreutils.conf index ad1151dcc..63482b432 100644 --- a/base/coreutils/coreutils.conf +++ b/base/coreutils/coreutils.conf @@ -2,7 +2,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../coreutils/coreutils.conf -# Copyright (C) 2006 - 2015 The OpenSDE Project +# Copyright (C) 2006 - 2016 The OpenSDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project # Copyright (C) 1998 - 2003 Clifford Wolf # @@ -21,7 +21,7 @@ hostcc_make_prime_list() { sed -e '/src_make_prime_list/d' \ -e '/hostname.1/d' Makefile.orig > Makefile depbase=`echo src/make-prime-list.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ - $HOSTCC -std=gnu99 -I. -I./lib -Ilib -I./lib -Isrc -I./src -I$root$includedir \ + $HOSTCC -std=gnu11 -I. -I./lib -Ilib -I./lib -Isrc -I./src -I$root$includedir \ -fdiagnostics-show-option -funit-at-a-time -g -O2 -MT \ src/make-prime-list.o -MD -MP -MF $depbase.Tpo -c -o src/make-prime-list.o \ src/make-prime-list.c && diff --git a/base/coreutils/coreutils.desc b/base/coreutils/coreutils.desc index dcd8eedf7..a431ad71b 100644 --- a/base/coreutils/coreutils.desc +++ b/base/coreutils/coreutils.desc @@ -30,7 +30,7 @@ [M] The OpenSDE Community [C] base/tool -[F] DIETLIBC GNU99 +[F] DIETLIBC [L] GPL [S] Stable