/etc/dpkg-cross/cross-config.m32r is in dpkg-cross 2.6.5ubuntu2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 | # read in package-specific and global values.
. `dirname $ac_site_file`/cross-config.cache
# now ensure the real architecture-dependent values take priority
# m32r specific configure variables
ac_cv_c_bigendian=yes
ac_cv_c_char_unsigned=no
ac_cv_sizeof_char=1
ac_cv_sizeof_double=8
ac_cv_sizeof_float=4
ac_cv_sizeof_int=4
ac_cv_sizeof_long=4
ac_cv_sizeof_long_double=12
ac_cv_sizeof_long_long=8
ac_cv_sizeof_off_t=4
ac_cv_sizeof_short=2
ac_cv_sizeof_signed_char=1
ac_cv_sizeof_unsigned_int=4
ac_cv_sizeof_unsigned_long=4
ac_cv_sizeof_unsigned_long_long=8
ac_cv_sizeof_unsigned_short=2
ac_cv_sizeof_unsigned_short=2
ac_cv_sizeof_void_p=4
#
ac_cv_func_setpgrp_void=yes
ac_cv_prog_cc_cross=yes
ac_cv_search_clock_gettime=no
# DB3
db_cv_alignp_t=int
db_cv_fcntl_f_setfd=yes
db_cv_sprintf_count=yes
db_cv_mutex="POSIX/pthreads/library"
# Python
ac_cv_malloc_zero=yes
ac_cv_opt_olimit_ok=no
ac_cv_olimit_ok=no
# Coreutils
ac_cv_func_chown_works=yes
ac_cv_func_closedir_void=no
ac_cv_func_fnmatch_gnu=yes
ac_cv_func_fnmatch_works=yes
ac_cv_func_getcwd_null=yes
ac_cv_func_getgroups_works=yes
ac_cv_func_getpagesize=yes
ac_cv_func_lstat_dereferences_slashed_symlink=yes
ac_cv_func_lstat_empty_string_bug=no
ac_cv_func_malloc_0_nonnull=yes
ac_cv_func_memcmp_working=yes
ac_cv_func_realloc_0_nonnull=yes
ac_cv_func_stat_empty_string_bug=no
ac_cv_func_strcoll_works=yes
ac_cv_func_strnlen_working=yes
ac_cv_func_strtod=yes
ac_cv_func_utime_null=yes
ac_cv_func_utimes_null=yes
am_cv_func_working_getline=yes
fu_cv_sys_mounted_getmntent1=yes
fu_cv_sys_stat_statfs2_bsize=yes
gl_cv_func_getcwd_vs_path_max=yes
gl_cv_func_tzset_clobber=no
gl_cv_func_working_readdir=yes
gl_cv_func_working_utimes=yes
jm_ac_cv_func_link_follows_symlink=no
jm_cv_func_gettimeofday_clobber=no
jm_cv_func_nanosleep_works=yes
jm_cv_func_svid_putenv=yes
jm_cv_func_unlink_busy_text=yes
jm_cv_func_working_re_compile_pattern=yes
jm_cv_have_proc_uptime=yes
utils_cv_func_mkdir_trailing_slash_bug=no
utils_cv_func_mkstemp_limitations=no
utils_cv_localtime_cache=no
vb_cv_func_rename_trailing_slash_bug=no
path=`dirname $ac_site_file`
# now allow package-specific architecture-independent values to be set
if [ -d $path/cross-config.d/m32r/ ]; then
for file in `ls $path/cross-config.d/m32r/`; do
if [ "$file" = "$PACKAGE" -o "$file" = "$PACKAGE_NAME" ]; then
[ -d $path/cross-config.d/m32r/$file ] || . $path/cross-config.d/m32r/$file
HAVE_PKG_CACHE=1
fi
done
fi
if [ -z "$HAVE_PKG_CACHE" ]; then
# only needed until the packages provide these directly
# using the mechanism above.
# parted
if [ "$PACKAGE" = "parted" -o "$PACKAGE_NAME" = "GNU parted" ]; then
ac_cv_sizeof_off_t=8
fi
fi
|