Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] riscv: Add configure cache entries for libidl
@ 2021-09-21 17:02 Khem Raj
  2021-09-21 18:16 ` [OE-core] " Ross Burton
  0 siblings, 1 reply; 4+ messages in thread
From: Khem Raj @ 2021-09-21 17:02 UTC (permalink / raw)
  To: openembedded-core; +Cc: Khem Raj

These were hidden in meta-networking

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta/site/riscv32-linux | 3 +++
 meta/site/riscv64-linux | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/meta/site/riscv32-linux b/meta/site/riscv32-linux
index 97de628e22..acc32fd03c 100644
--- a/meta/site/riscv32-linux
+++ b/meta/site/riscv32-linux
@@ -9,3 +9,6 @@ glib_cv_uscore=${glib_cv_uscore=no}
 
 # startup-notification
 lf_cv_sane_realloc=${lf_cv_sane_realloc=yes}
+
+# libidl
+libIDL_cv_long_long_format=${libIDL_cv_long_long_format=ll}
diff --git a/meta/site/riscv64-linux b/meta/site/riscv64-linux
index 38bc5f044d..cf78133ee0 100644
--- a/meta/site/riscv64-linux
+++ b/meta/site/riscv64-linux
@@ -9,3 +9,6 @@ glib_cv_uscore=${glib_cv_uscore=no}
 
 # startup-notification
 lf_cv_sane_realloc=${lf_cv_sane_realloc=yes}
+
+# libidl
+libIDL_cv_long_long_format=${libIDL_cv_long_long_format=ll}
-- 
2.33.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-09-21 20:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-09-21 17:02 [PATCH] riscv: Add configure cache entries for libidl Khem Raj
2021-09-21 18:16 ` [OE-core] " Ross Burton
2021-09-21 19:05   ` Khem Raj
2021-09-21 20:19     ` Khem Raj

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox