diff options
author | Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | 2009-06-04 16:44:53 +0200 |
---|---|---|
committer | Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | 2009-06-08 15:13:23 +0200 |
commit | 2f571a3f04ea116bcc70a3de5c50144bfeddd600 (patch) | |
tree | 712c6150687c77286d9974dc0e3b98935aad6f58 /recipes/glibc/glibc_2.6.1.bb | |
parent | 2c58b82bbca7e7d7e778a81750ae0cf226ff4eb5 (diff) |
glibc: added Maverick support (done by Hasjim Williams)
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
Acked-by: Koen Kooi <koen@openembedded.org>
Diffstat (limited to 'recipes/glibc/glibc_2.6.1.bb')
-rw-r--r-- | recipes/glibc/glibc_2.6.1.bb | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/recipes/glibc/glibc_2.6.1.bb b/recipes/glibc/glibc_2.6.1.bb index 4f0a58fa91..0a8708c1e3 100644 --- a/recipes/glibc/glibc_2.6.1.bb +++ b/recipes/glibc/glibc_2.6.1.bb @@ -60,7 +60,14 @@ SRC_URI = "\ file://march-i686.patch;patch=1;pnum=0 \ " -# file://ldsocache-varrun.patch;patch=1 \ +SRC_URI_append_ep9312 = "\ + file://glibc-crunch-endian-littleword-littlebyte.patch;patch=1 \ + file://glibc-crunch-eabi-setjmp_longjmp.patch;patch=1 \ + file://glibc-crunch-eabi-unwind.patch;patch=1 \ + file://glibc-crunch-eabi.patch;patch=1 \ + file://glibc-crunch-eabi-force.patch;patch=1 \ + file://glibc-crunch-eabi-fraiseexcpt.patch;patch=1 \ +" # Build fails on sh3 and sh4 without additional patches SRC_URI_append_sh3 = " file://no-z-defs.patch;patch=1" |