On 20 September 2012 04:03:27 Steve Bennett <[email protected]> wrote:
Hi All,

It turns out that the asm-optimised implementations of memcpy/memmove
for microblaze in libc/string/microblaze/memcpy.S are big-endian only.

When building little-endian I would like to select the generic C
implementation instead.

Anybody familiar enough with the uClibc build system to tell me how
I can select the correct implementation?

Ideally implement optimized LE versions. Otherwise make the optimized version depend on !(ARCH_MICROBLAZE && CONFIG_LITTLEENDIAN).


Sent with AquaMail for Android
http://www.aqua-mail.com


_______________________________________________
uClibc mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/uclibc

Reply via email to