diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-07-11 13:47:01 +0200 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-07-16 18:57:24 +0200 |
commit | 99b45920fd400febd21054980f4dfe5ba143e948 (patch) | |
tree | 1a8ff75fdfe5426ea5a57576c792bd270660d34c /recipes/glibc/glibc-2.5/no-z-defs.patch | |
parent | 5afb1e872154310d17ef8a0709202dd4ac40f0ee (diff) |
glibc 2;5: cleaned up; patches only in local dir
mved all patches to glibc-2.5
removed references to other dirs.
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/glibc/glibc-2.5/no-z-defs.patch')
-rw-r--r-- | recipes/glibc/glibc-2.5/no-z-defs.patch | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/glibc/glibc-2.5/no-z-defs.patch b/recipes/glibc/glibc-2.5/no-z-defs.patch new file mode 100644 index 0000000000..48c6a41267 --- /dev/null +++ b/recipes/glibc/glibc-2.5/no-z-defs.patch @@ -0,0 +1,9 @@ +Create a configparms file which disabled no-z-defs. +This is required to build a working glibs for sh4, +without there will be a lot linker errors during the build. + +diff -duNr libc.orig/configparms libc/configparms +--- libc.orig/configparms 1970-01-01 10:00:00.000000000 +1000 ++++ libc/configparms 2006-02-23 14:08:18.000000000 +1100 +@@ -0,0 +1 @@ ++no-z-defs=yes |