/dpkg-cross/cross-config.alpha

http://github.com/brinkman83/bashrc · Unknown · 25 lines · 25 code · 0 blank · 0 comment · 0 complexity · cac5fca39d2a8a143f187c3446c5def0 MD5 · raw file

  1. #
  2. # alpha specific configure variables
  3. #
  4. # If you have additions to this file, please tell <roman@debian.org>
  5. # so they can be included in the package.
  6. #
  7. ac_cv_c_bigendian=no
  8. ac_cv_c_char_unsigned=no
  9. ac_cv_sizeof_long_long=8
  10. ac_cv_sizeof_unsigned_long_long=8
  11. ac_cv_sizeof_long=8
  12. ac_cv_sizeof_unsigned_long=8
  13. ac_cv_sizeof_int=4
  14. ac_cv_sizeof_unsigned_int=4
  15. ac_cv_sizeof_short=2
  16. ac_cv_sizeof_unsigned_short=2
  17. ac_cv_sizeof_char=1
  18. ac_cv_sizeof_unsigned_char=1
  19. ac_cv_sizeof_signed_char=1
  20. ac_cv_sizeof_float=4
  21. ac_cv_sizeof_double=8
  22. ac_cv_sizeof_long_double=8
  23. ac_cv_sizeof_void_p=8
  24. ac_cv_sizeof_char_p=8
  25. ac_cv_sizeof_off_t=8