aboutsummaryrefslogtreecommitdiffstats
path: root/meta/site/common
blob: 7a1e59e32c6da1b2746a51a3f0bb3cfd4ffe9c60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# libelf
mr_cv_target_elf=${mr_cv_target_elf=yes}

# Normally kernels have /dev/random enabled
ac_cv_file__dev_random=${ac_cv_file__dev_random=yes}

# Avoid sudo to assume void for unsetenv in cross environment, or else it conflicts with
# target stdlib.h prototype which follows POSIX compiliance. Mark for upstream.
sudo_cv_func_unsetenv_void=no

# shadow dir info, to avoid searching build system
shadow_cv_maildir=${localstatedir}/spool/mail
shadow_cv_mailfile=Mailbox
shadow_cv_utmpdir=${localstatedir}/run
shadow_cv_logdir=${localstatedir}/log
shadow_cv_passwd_dir=${bindir}

# Programs sometimes use a few different checks to see what compiler to use
# when they know they are cross-compiling and need host utilities.
ac_cv_prog_CC_FOR_BUILD="${BUILD_CC}"
ac_cv_prog_CC_BUILD="${BUILD_CC}"