/etc/dpkg-cross/cross-config.hppa 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 | #
# hppa specific configure variables
#
# If you have additions to this file, please tell <roman@debian.org>
# so they can be included in the package.
#
ac_cv_c_bigendian=yes
ac_cv_c_char_unsigned=no
ac_cv_sizeof_long_long=8
ac_cv_sizeof_unsigned_long_long=8
ac_cv_sizeof_long=4
ac_cv_sizeof_unsigned_long=4
ac_cv_sizeof_int=4
ac_cv_sizeof_unsigned_int=4
ac_cv_sizeof_short=2
ac_cv_sizeof_unsigned_short=2
ac_cv_sizeof_short=2
ac_cv_sizeof_unsigned_short=2
ac_cv_sizeof_float=4
ac_cv_sizeof_double=8
ac_cv_sizeof_long_double=12
## bash
# no readline for now since no shlibs
opt_readline=no
opt_curses=no
opt_static_link=yes
#
#opt_gnu_malloc=no
#opt_glibc_malloc=yes
with_glibc_malloc=yes
with_gnu_malloc=no
#
#opt_extended_glob=no
## grep
# doesn't help yet because configure assumes set to yes
# file a bug on this
ac_use_included_regex=no
## login
ac_cv_func_setpgrp_void=yes
## tar
ac_cv_func_working_mktime=yes
|