Browse Source

added cross compile hacks for glibc and findutils

karasz/new-early
Aldas Nabazas 15 years ago
parent
commit
8386d21953
1 changed files with 19 additions and 1 deletions
  1. +19
    -1
      architecture/share/config.cache

+ 19
- 1
architecture/share/config.cache

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: architecture/share/config.cache
# Copyright (C) 2008 The OpenSDE Project
# Copyright (C) 2008 - 2009 The OpenSDE Project
# Copyright (C) 2004 - 2005 The T2 SDE Project
# Copyright (C) 1998 - 2003 Clifford Wolf
#
@ -48,3 +48,21 @@ sudo_cv_ebcdic=no
utils_cv_sys_open_max=1021
am_cv_func_working_getline=yes
## needed for glibc-2.9 cross compilation
libc_cv_forced_unwind=yes
libc_cv_c_cleanup=yes
libc_cv_gcc_exceptions=yes
## for coreutils 7.4 cross compilation
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
## for findutils 4.4
ac_cv_func_malloc_0_nonnull=yes
ac_cv_func_realloc_0_nonnull=yes
ac_cv_func_calloc_0_nonnull=yes
gl_cv_header_working_fcntl_h=yes
gl_cv_func_fflush_stdin=yes
ac_cv_func_fnmatch_gnu=yes
gl_cv_func_getcwd_null=yes
gl_cv_func_gnu_getopt=yes
gl_cv_func_wcwidth_works=yes

Loading…
Cancel
Save