diff options
| author | Ross Burton <ross.burton@arm.com> | 2024-06-07 10:07:01 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-06-07 23:21:42 +0100 |
| commit | 2c7663d7249ba73f401242cb09048b82116de6a8 (patch) | |
| tree | 357e79787652d2809270b4181fde85fc9752c96f /meta/site/mipsisa32r6el-linux | |
| parent | b6fe56102389c33a720e51d51ad075098dc3aaef (diff) | |
| download | poky-2c7663d7249ba73f401242cb09048b82116de6a8.tar.gz | |
site: move ac_cv_func_fnmatch_works to libc files
ac_cv_func_fnmatch_works (as set by AC_FUNC_FNMATCH) checks if the libc
has a POSIX-compliant fnmatch() implementation. This isn't architecture
specific, so move the definition to common-glibc and common-musl after
verifying the correct result.
(From OE-Core rev: b81ae7affa25eaad016c3ed347a9c4fef0bfee45)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/site/mipsisa32r6el-linux')
| -rw-r--r-- | meta/site/mipsisa32r6el-linux | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/site/mipsisa32r6el-linux b/meta/site/mipsisa32r6el-linux index a3077f2161..ae190b74f3 100644 --- a/meta/site/mipsisa32r6el-linux +++ b/meta/site/mipsisa32r6el-linux | |||
| @@ -45,9 +45,6 @@ samba_cv_HAVE_GETTIMEOFDAY_TZ=${samba_cv_HAVE_GETTIMEOFDAY_TZ=yes} | |||
| 45 | # vim | 45 | # vim |
| 46 | ac_cv_sizeof_int=${ac_cv_sizeof_int=4} | 46 | ac_cv_sizeof_int=${ac_cv_sizeof_int=4} |
| 47 | 47 | ||
| 48 | # intercom | ||
| 49 | ac_cv_func_fnmatch_works=${ac_cv_func_fnmatch_works=yes} | ||
| 50 | |||
| 51 | #lmbench | 48 | #lmbench |
| 52 | ac_cv_uint=${ac_cv_unit=yes} | 49 | ac_cv_uint=${ac_cv_unit=yes} |
| 53 | 50 | ||
