On Wed, Nov 4, 2009 at 10:03 AM, Martin.Jansa <[email protected]>wrote:

> From: Martin Jansa <[email protected]>
>
> * Updated patch to make SYSCALL_ERROR_HANDLER interworking safe.
> * Phil Blundell found and fixed another issue in eglibc armv4t builds.
>
>
http://cgit.openembedded.net/cgit.cgi/openembedded/commit/?h=shr/merge&id=b7c9855c7ece03a0876c0d50922f908b65c5f095
should be also cherry-picked to replace another __ARM_ARCH_V4T__
with __ARM_ARCH_4T__. pb suggests its typo and gcc output/OE tree grep/GCC
sources grep and google are confirming it.

SHR r...@gojama ~ $ echo | arm-oe-linux-gnueabi-cpp -march=armv4t -dM -E -
 | grep __ARM
#define __ARMEL__ 1
#define __ARM_ARCH_4T__ 1
#define __ARM_EABI__ 1
_______________________________________________
Openembedded-devel mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

Reply via email to