Re: [PATCH] eglibc: updated armv4t-interworking.patch
Martin Jansa
On Wed, Nov 4, 2009 at 10:03 AM, Martin.Jansa <martin.jansa@...>wrote:
From: Martin Jansa <Martin.Jansa@...>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@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 |
|