[oe] uclibc and uclibc-locale support in gcc 4.3.1

Koen Kooi k.kooi at student.utwente.nl
Wed Aug 20 09:08:59 UTC 2008


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





More information about the Openembedded-devel mailing list