From: Koen Kooi <k.kooi@student.utwente.nl>
To: openembedded-devel@openembedded.org
Subject: Re: uclibc and uclibc-locale support in gcc 4.3.1
Date: Wed, 20 Aug 2008 11:08:59 +0200 [thread overview]
Message-ID: <g8gmvc$cob$1@ger.gmane.org> (raw)
In-Reply-To: <19c1b8a90808200142y33c5baa3uee2398d7f87b4cc6@mail.gmail.com>
Khem Raj wrote:
> Hi
>
> I was trying to use gcc 4.3 for some uclibc stuff and found it broken.
> This patch fixes it.
>
> 1. Fix target gcc build. The earlier patch I did to fix SDK build was
> insufficient so I enhanced it.
>
> 2. uclibc Locale patches needed a facelift to be able to work with gcc 4.3
>
> 3. Fix uclibc 0.9.29 to get build using gcc 4.3
>
> 4. Disable libobjc for arm uclibc. If someone really needs some
> packages on uclibc which need objc support then you better fix gcc
> first :)
>
> I intend to apply it on .dev. comments are welcome
>
> I have tested it on arm uclibc and arm eglibc doing bitbake gcc
Your patch has
+OBJC ?= ",objc"
+OBJC_linux-uclibcgnueabi ?= ""
+OBJC_avr ?= ""
That probably needs to be:
+OBJC_avr32 ?= ""
+OBJC_linux-uclibcgnueabi ?= ""
+OBJC ?= ",objc"
Note the '32' in avr32 and the order of weak assignments.
regards,
Koen
next prev parent reply other threads:[~2008-08-20 9:10 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-08-20 8:42 uclibc and uclibc-locale support in gcc 4.3.1 Khem Raj
2008-08-20 9:08 ` Koen Kooi [this message]
2008-08-20 16:02 ` Khem Raj
2008-08-20 22:33 ` Koen Kooi
2008-08-21 8:01 ` Phil Blundell
2008-08-20 22:34 ` Phil Blundell
2008-08-21 9:03 ` Phil Blundell
2008-08-21 16:20 ` Khem Raj
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='g8gmvc$cob$1@ger.gmane.org' \
--to=k.kooi@student.utwente.nl \
--cc=openembedded-devel@lists.openembedded.org \
--cc=openembedded-devel@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.