summaryrefslogtreecommitdiffstats
path: root/meta/conf/multilib.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf/multilib.conf')
-rw-r--r--meta/conf/multilib.conf24
1 files changed, 24 insertions, 0 deletions
diff --git a/meta/conf/multilib.conf b/meta/conf/multilib.conf
new file mode 100644
index 0000000000..894b7a51f7
--- /dev/null
+++ b/meta/conf/multilib.conf
@@ -0,0 +1,24 @@
1
2baselib = "${@d.getVar('BASE_LIB_tune-' + (d.getVar('DEFAULTTUNE', True) or 'INVALID'), True) or 'lib'}"
3
4MULTILIBS ??= "multilib:lib32"
5BBCLASSEXTEND_append_pn-linux-libc-headers = " ${MULTILIBS}"
6BBCLASSEXTEND_append_pn-eglibc-initial = " ${MULTILIBS}"
7BBCLASSEXTEND_append_pn-eglibc = " ${MULTILIBS}"
8BBCLASSEXTEND_append_pn-libgcc = " ${MULTILIBS}"
9BBCLASSEXTEND_append_pn-gcc-runtime = " ${MULTILIBS}"
10BBCLASSEXTEND_append_pn-libtool-cross = " ${MULTILIBS}"
11BBCLASSEXTEND_append_pn-zlib = " ${MULTILIBS}"
12BBCLASSEXTEND_append_pn-binutils-cross = " ${MULTILIBS}"
13BBCLASSEXTEND_append_pn-gcc-cross-initial = " ${MULTILIBS}"
14BBCLASSEXTEND_append_pn-gcc-cross-intermediate = " ${MULTILIBS}"
15BBCLASSEXTEND_append_pn-gcc-cross = " ${MULTILIBS}"
16BBCLASSEXTEND_append_pn-busybox = " ${MULTILIBS}"
17BBCLASSEXTEND_append_pn-update-rc.d = " ${MULTILIBS}"
18BBCLASSEXTEND_append_pn-util-linux = " ${MULTILIBS}"
19BBCLASSEXTEND_append_pn-gettext = " ${MULTILIBS}"
20BBCLASSEXTEND_append_pn-bash = " ${MULTILIBS}"
21BBCLASSEXTEND_append_pn-ncurses = " ${MULTILIBS}"
22BBCLASSEXTEND_append_pn-expat = " ${MULTILIBS}"
23BBCLASSEXTEND_append_pn-eglibc-locale = " ${MULTILIBS}"
24