/dpkg-cross/cross-config.m32r

http://github.com/brinkman83/bashrc · Unknown · 93 lines · 90 code · 3 blank · 0 comment · 0 complexity · a0737939760968236629bd4ad0bea98b MD5 · raw file

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