summaryrefslogtreecommitdiffstats
path: root/meta/site
diff options
context:
space:
mode:
Diffstat (limited to 'meta/site')
-rw-r--r--meta/site/common-linux4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/site/common-linux b/meta/site/common-linux
index 21fcac1c36..0a752a40eb 100644
--- a/meta/site/common-linux
+++ b/meta/site/common-linux
@@ -42,6 +42,10 @@ bash_cv_job_control_missing=${bash_cv_job_control_missing=present}
42bash_cv_sys_named_pipes=${bash_cv_sys_named_pipes=present} 42bash_cv_sys_named_pipes=${bash_cv_sys_named_pipes=present}
43bash_cv_unusable_rtsigs=${bash_cv_unusable_rtsigs=no} 43bash_cv_unusable_rtsigs=${bash_cv_unusable_rtsigs=no}
44 44
45# ccache
46hw_cv_func_snprintf_c99=${hw_cv_func_snprintf_c99=yes}
47hw_cv_func_vsnprintf_c99=${hw_cv_func_vsnprintf_c99=yes}
48
45# coreutils 49# coreutils
46gl_cv_func_fstatat_zero_flag=${gl_cv_func_fstatat_zero_flag=yes} 50gl_cv_func_fstatat_zero_flag=${gl_cv_func_fstatat_zero_flag=yes}
47 51