Browse Source

coreutils: removed GNU99 flag and built with -std=gnu11

tc-work-musl-mess
Nagy Károly Gábriel 8 years ago
parent
commit
2cb90ac30e
2 changed files with 3 additions and 3 deletions
  1. +2
    -2
      base/coreutils/coreutils.conf
  2. +1
    -1
      base/coreutils/coreutils.desc

+ 2
- 2
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 &&

+ 1
- 1
base/coreutils/coreutils.desc

@ -30,7 +30,7 @@
[M] The OpenSDE Community <list@opensde.org>
[C] base/tool
[F] DIETLIBC GNU99
[F] DIETLIBC
[L] GPL
[S] Stable

Loading…
Cancel
Save