diff options
author | Xiaotian Wu <wuxiaotian@loongson.cn> | 2023-02-03 07:16:12 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-02-04 17:02:10 +0000 |
commit | 324b03e15fb8623690a5c5c64006602fdc7027a2 (patch) | |
tree | ee0bd81ab19521469baa48447cc61132351f91a0 /meta/site | |
parent | 69b8b7ef1bd3c2e4a5140aff3de5318b1b292986 (diff) | |
download | poky-324b03e15fb8623690a5c5c64006602fdc7027a2.tar.gz |
base: add support for loongarch64
(From OE-Core rev: 759baaceb4dd623d5da12ba0d01540fa080154ba)
Signed-off-by: Xiaotian Wu <wuxiaotian@loongson.cn>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/site')
-rw-r--r-- | meta/site/loongarch64-linux | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/site/loongarch64-linux b/meta/site/loongarch64-linux new file mode 100644 index 0000000000..38bc5f044d --- /dev/null +++ b/meta/site/loongarch64-linux | |||
@@ -0,0 +1,11 @@ | |||
1 | # general | ||
2 | ac_cv_alignof_guint32=4 | ||
3 | ac_cv_alignof_guint64=8 | ||
4 | ac_cv_alignof_unsigned_long=8 | ||
5 | |||
6 | # glib-2.0 | ||
7 | glib_cv_stack_grows=${glib_cv_stack_grows=no} | ||
8 | glib_cv_uscore=${glib_cv_uscore=no} | ||
9 | |||
10 | # startup-notification | ||
11 | lf_cv_sane_realloc=${lf_cv_sane_realloc=yes} | ||