* [patch review] uclibc-initial_0.9.30.bb and avr32
@ 2008-11-21 16:04 Steffen Sledz
2008-11-21 16:40 ` Steffen Sledz
0 siblings, 1 reply; 2+ messages in thread
From: Steffen Sledz @ 2008-11-21 16:04 UTC (permalink / raw)
To: openembedded-devel
Hello uclibc maintainers,
please approve or comment following patch of uclibc-initial_0.9.30.bb.
It fixes a compile problem for the avr32 machine in the same way like for the other arm architectures.
diff --git a/packages/uclibc/uclibc_0.9.30.bb b/packages/uclibc/uclibc_0.9.30.bb
index faeaeca..e6c2318 100644
--- a/packages/uclibc/uclibc_0.9.30.bb
+++ b/packages/uclibc/uclibc_0.9.30.bb
@@ -20,6 +20,7 @@ SRC_URI += "file://uClibc.machine file://uClibc.distro \
"
SRC_URI_append_arm = " file://ldso_hash_arm.patch;patch=1 "
SRC_URI_append_armeb = " file://ldso_hash_arm.patch;patch=1 "
+SRC_URI_append_avr32 = " file://ldso_hash_arm.patch;patch=1 "
#recent versions uclibc require real kernel headers
PACKAGE_ARCH = "${MACHINE_ARCH}"
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [patch review] uclibc-initial_0.9.30.bb and avr32
2008-11-21 16:04 [patch review] uclibc-initial_0.9.30.bb and avr32 Steffen Sledz
@ 2008-11-21 16:40 ` Steffen Sledz
0 siblings, 0 replies; 2+ messages in thread
From: Steffen Sledz @ 2008-11-21 16:40 UTC (permalink / raw)
To: openembedded-devel
Steffen Sledz wrote:
> please approve or comment following patch of uclibc-initial_0.9.30.bb.
Damn! Forget the patch that i suggested.
It does not really fix the problem. The avr32 ld really does not support the -hash-style option. So i have to look for another solution. :(
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-11-21 16:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-21 16:04 [patch review] uclibc-initial_0.9.30.bb and avr32 Steffen Sledz
2008-11-21 16:40 ` Steffen Sledz
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.