diff options
author | Ross Burton <ross.burton@arm.com> | 2024-06-07 10:07:03 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-06-07 23:21:42 +0100 |
commit | d587968b018f3c829853a6dc1cc7a9159adb8646 (patch) | |
tree | 13fce0429472e88d105c594c2e231ac2b8c4833f /meta/site | |
parent | 2c7663d7249ba73f401242cb09048b82116de6a8 (diff) | |
download | poky-d587968b018f3c829853a6dc1cc7a9159adb8646.tar.gz |
site: remove libc definitions in nios2-linux
These assignments are libc-specific not architecture specific, so are
already set in the glibc and musl site files.
(From OE-Core rev: ad54be28c075fab7097f0deb00c11487a4b926db)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/site')
-rw-r--r-- | meta/site/nios2-linux | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/meta/site/nios2-linux b/meta/site/nios2-linux index 57c3f5b988..876853925d 100644 --- a/meta/site/nios2-linux +++ b/meta/site/nios2-linux | |||
@@ -163,13 +163,7 @@ dpkg_cv___va_copy=${ac_cv___va_copy=yes} | |||
163 | 163 | ||
164 | # eds-dbus | 164 | # eds-dbus |
165 | ac_cv_libiconv_utf8=${ac_cv_libiconv_utf8=yes} | 165 | ac_cv_libiconv_utf8=${ac_cv_libiconv_utf8=yes} |
166 | ac_cv_func_getpgrp_void=yes | 166 | |
167 | ac_cv_func_setpgrp_void=yes | ||
168 | ac_cv_func_setgrent_void=yes | ||
169 | ac_cv_func_malloc_0_nonnull=yes | ||
170 | ac_cv_func_malloc_works=yes | ||
171 | ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes} | ||
172 | ac_cv_func_posix_getgrgid_r=${ac_cv_func_posix_getgrgid_r=yes} | ||
173 | ac_cv_func_setvbuf_reversed=no | 167 | ac_cv_func_setvbuf_reversed=no |
174 | ac_cv_sizeof___int64=${ac_cv_sizeof___int64=0} | 168 | ac_cv_sizeof___int64=${ac_cv_sizeof___int64=0} |
175 | ac_cv_sizeof_char=${ac_cv_sizeof_char=1} | 169 | ac_cv_sizeof_char=${ac_cv_sizeof_char=1} |