All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tom Rini <tom_rini@mentor.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH] gcc-configure-common.inc: Disable multilib generation.
Date: Wed, 14 Jul 2010 11:39:42 -0700	[thread overview]
Message-ID: <4C3E046E.3020308@mentor.com> (raw)
In-Reply-To: <1279132514.4939.6.camel@mattotaupa>

Paul Menzel wrote:
> Am Mittwoch, den 14.07.2010, 10:56 -0700 schrieb Khem Raj:
>> Signed-off-by: Khem Raj <raj.khem@gmail.com>
>> ---
>>  recipes/gcc/gcc-4.5.inc              |    3 +++
>>  recipes/gcc/gcc-configure-common.inc |    2 +-
>>  2 files changed, 4 insertions(+), 1 deletions(-)
>>
>> diff --git a/recipes/gcc/gcc-4.5.inc b/recipes/gcc/gcc-4.5.inc
>> index 19ab47b..c9b61a6 100644
>> --- a/recipes/gcc/gcc-4.5.inc
>> +++ b/recipes/gcc/gcc-4.5.inc
>> @@ -54,3 +54,6 @@ EXTRA_OECONF_INTERMEDIATE = "--disable-libmudflap --disable-libgomp --disable-li
>>  EXTRA_OECONF_append_linux-uclibc = " --disable-decimal-float "
>>  EXTRA_OECONF_append_linux-uclibceabi = " --disable-decimal-float "
>>  EXTRA_OECONF_append_linux-uclibcspe = " --disable-decimal-float "
>> +
>> +EXTRA_OECONF_append_sh4 = " -with-cpu=sh4a --with-endian=little --with-multilib-list=none "
>> +TARGET_CC_ARCH_sh4 = ""
>> diff --git a/recipes/gcc/gcc-configure-common.inc b/recipes/gcc/gcc-configure-common.inc
>> index 892d684..bad70a4 100644
>> --- a/recipes/gcc/gcc-configure-common.inc
>> +++ b/recipes/gcc/gcc-configure-common.inc
>> @@ -36,7 +36,7 @@ EXTRA_OECONF = "${@['--enable-clocale=generic', ''][bb.data.getVar('USE_NLS', d,
>>                  --enable-shared \
>>                  --enable-languages=${LANGUAGES} \
>>                  --enable-threads=posix \
>> -                --enable-multilib \
>> +		--disable-multilib \
>>                  --enable-c99 \
>>                  --enable-long-long \
>>                  --enable-symvers=gnu \
> 
> Sorry. I do not know much about it. But what problem does this fix?

multilib doesn't currently work (there are patches for that) and in some 
cases (some of which are out of tree) it also breaks compilation of gcc.

-- 
Tom Rini
Mentor Graphics Corporation



      reply	other threads:[~2010-07-14 18:39 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-07-14 17:56 [PATCH] gcc-configure-common.inc: Disable multilib generation Khem Raj
2010-07-14 18:31 ` Roman I Khimov
2010-07-14 18:40   ` Tom Rini
2010-07-14 18:35 ` Paul Menzel
2010-07-14 18:39   ` Tom Rini [this message]

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=4C3E046E.3020308@mentor.com \
    --to=tom_rini@mentor.com \
    --cc=openembedded-devel@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.