Browse Source

coreutils: removed glibc specific config cache injection as the same is in the shared glibc config cache

This commit preserves the bug report URL in the comment for reference.
stable/0.6
Christian Wiese 11 years ago
parent
commit
5725fb47b1
  1. 7
      base/coreutils/coreutils.conf
  2. 1
      base/glibc/share/config.cache

7
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 - 2013 The OpenSDE Project
# Copyright (C) 2006 - 2014 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project
# Copyright (C) 1998 - 2003 Clifford Wolf
#
@ -31,11 +31,6 @@ hostcc_make_prime_list() {
}
if atstage cross; then
# http://bugs.gentoo.org/show_bug.cgi?id=269256
var_append configcache ' ' 'gl_cv_func_re_compile_pattern_working=yes'
var_append configcache ' ' 'gl_cv_func_rename_trailing_dest_slash_bug=no'
var_append configcache ' ' 'gl_cv_func_rename_trailing_slash_bug=no'
# cannot be tested while cross-compiling
var_append configcache ' ' 'gl_cv_func_fstatat_zero_flag=yes'

1
base/glibc/share/config.cache

@ -53,6 +53,7 @@ libc_cv_forced_unwind=yes
libc_cv_c_cleanup=yes
libc_cv_gcc_exceptions=yes
## for coreutils 7.4 cross compilation
## http://bugs.gentoo.org/show_bug.cgi?id=269256
gl_cv_func_re_compile_pattern_working=yes
gl_cv_func_rename_trailing_dest_slash_bug=no
gl_cv_func_rename_trailing_slash_bug=no

Loading…
Cancel
Save