[oe] [PATCH] eglibc: updated armv4t-interworking.patch

Martin Jansa martin.jansa at gmail.com
Wed Nov 4 09:10:04 UTC 2009


On Wed, Nov 4, 2009 at 10:03 AM, Martin.Jansa <martin.jansa at gmail.com>wrote:

> From: Martin Jansa <Martin.Jansa at gmail.com>
>
> * 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 root at 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



More information about the Openembedded-devel mailing list