From: Constantin Musca <constantinx.musca@intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH v4 2/3] multilib.conf: add TARGET_ARCH & TARGET_SYS to MULTILIB_SAVE_VARNAME
Date: Tue, 29 Jan 2013 17:12:35 +0200 [thread overview]
Message-ID: <5d57cc606c52cd59a33fc4d495267be8bb2692fa.1359470548.git.constantinx.musca@intel.com> (raw)
In-Reply-To: <cover.1359470548.git.constantinx.musca@intel.com>
In-Reply-To: <cover.1359470548.git.constantinx.musca@intel.com>
Signed-off-by: Constantin Musca <constantinx.musca@intel.com>
---
meta/conf/multilib.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/conf/multilib.conf b/meta/conf/multilib.conf
index 97b53ec..8f03661 100644
--- a/meta/conf/multilib.conf
+++ b/meta/conf/multilib.conf
@@ -2,7 +2,7 @@
baselib = "${@d.getVar('BASE_LIB_tune-' + (d.getVar('DEFAULTTUNE', True) or 'INVALID'), True) or 'lib'}"
MULTILIB_VARIANTS = "${@extend_variants(d,'MULTILIBS','multilib')}"
-MULTILIB_SAVE_VARNAME = "DEFAULTTUNE"
+MULTILIB_SAVE_VARNAME = "DEFAULTTUNE TARGET_ARCH TARGET_SYS"
MULTILIBS ??= "multilib:lib32"
--
1.7.11.7
next prev parent reply other threads:[~2013-01-29 15:28 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-29 15:12 [PATCH v4 0/3] On-target gcc enhancement Constantin Musca
2013-01-29 15:12 ` [PATCH v4 1/3] autotools.bbclass: add EXTRACONFFUNCS variable Constantin Musca
2013-01-29 15:12 ` Constantin Musca [this message]
2013-01-29 15:12 ` [PATCH v4 3/3] gcc: enable multilib for target gcc Constantin Musca
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5d57cc606c52cd59a33fc4d495267be8bb2692fa.1359470548.git.constantinx.musca@intel.com \
--to=constantinx.musca@intel.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox