diff options
Diffstat (limited to 'meta-initramfs/recipes-devtools/klibc/klibc-2.0.4/armv4-fix-v4bx.patch')
| -rw-r--r-- | meta-initramfs/recipes-devtools/klibc/klibc-2.0.4/armv4-fix-v4bx.patch | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/meta-initramfs/recipes-devtools/klibc/klibc-2.0.4/armv4-fix-v4bx.patch b/meta-initramfs/recipes-devtools/klibc/klibc-2.0.4/armv4-fix-v4bx.patch index 6bb384bb0b..e842353061 100644 --- a/meta-initramfs/recipes-devtools/klibc/klibc-2.0.4/armv4-fix-v4bx.patch +++ b/meta-initramfs/recipes-devtools/klibc/klibc-2.0.4/armv4-fix-v4bx.patch | |||
| @@ -1,11 +1,22 @@ | |||
| 1 | From d2fb484d995221277cce7abddcd7dfa0e8bceec3 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Andrea Adami <andrea.adami@gmail.com> | ||
| 3 | Date: Fri, 11 Jan 2013 17:26:40 +0000 | ||
| 4 | Subject: [PATCH] klibc_2.0.2: apply FIX_V4BX patch for armv4 targets only | ||
| 5 | |||
| 1 | Status: not applicable upstream, in OE/Yocto we use $(FIX_V4BX) | 6 | Status: not applicable upstream, in OE/Yocto we use $(FIX_V4BX) |
| 2 | which is "" in case of armv5 or thumbs. | 7 | which is "" in case of armv5 or thumbs. |
| 3 | 8 | ||
| 4 | Signed-off-by: Andrea Adami <andrea.adami@gmail.com> | 9 | Signed-off-by: Andrea Adami <andrea.adami@gmail.com> |
| 5 | 10 | ||
| 6 | --- a/usr/klibc/arch/arm/MCONFIG 2013-01-09 01:12:02.000000000 +0100 | 11 | --- |
| 7 | +++ b/usr/klibc/arch/arm/MCONFIG 2013-01-08 23:45:59.000000000 +0100 | 12 | usr/klibc/arch/arm/MCONFIG | 1 + |
| 8 | @@ -29,6 +29,7 @@ | 13 | 1 file changed, 1 insertion(+) |
| 14 | |||
| 15 | diff --git a/usr/klibc/arch/arm/MCONFIG b/usr/klibc/arch/arm/MCONFIG | ||
| 16 | index 53bc1dc..303c6ac 100644 | ||
| 17 | --- a/usr/klibc/arch/arm/MCONFIG | ||
| 18 | +++ b/usr/klibc/arch/arm/MCONFIG | ||
| 19 | @@ -29,6 +29,7 @@ else | ||
| 9 | KLIBCSHAREDFLAGS = -Ttext 0x01800200 | 20 | KLIBCSHAREDFLAGS = -Ttext 0x01800200 |
| 10 | ifeq ($(CONFIG_AEABI),y) | 21 | ifeq ($(CONFIG_AEABI),y) |
| 11 | KLIBCREQFLAGS += -mabi=aapcs-linux -mno-thumb-interwork | 22 | KLIBCREQFLAGS += -mabi=aapcs-linux -mno-thumb-interwork |
