diff options
author | Khem Raj <raj.khem@gmail.com> | 2009-12-29 23:56:56 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2009-12-29 23:59:19 -0800 |
commit | 6f3c454e909d678fec3825909d18a9889f03bc36 (patch) | |
tree | 911fceb45f6ac3c9255fc7cb8cd09f684aa2e210 /recipes/gcc/gcc-svn/sh_unwind.patch | |
parent | b657b3004d7419c59322bf46edf7a869d5109d40 (diff) |
gcc-svn: Move SRCREV to recipe.
* Delete the unused patches
* Add --with-system-zlib to configure options.
* Add patches needed for uclibc build.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/gcc/gcc-svn/sh_unwind.patch')
-rw-r--r-- | recipes/gcc/gcc-svn/sh_unwind.patch | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/recipes/gcc/gcc-svn/sh_unwind.patch b/recipes/gcc/gcc-svn/sh_unwind.patch deleted file mode 100644 index 94921636bc..0000000000 --- a/recipes/gcc/gcc-svn/sh_unwind.patch +++ /dev/null @@ -1,18 +0,0 @@ -Index: gcc-4.2.4/gcc/config/sh/linux-unwind.h -=================================================================== ---- gcc-4.2.4.orig/gcc/config/sh/linux-unwind.h 2008-10-04 00:05:29.434889757 +0200 -+++ gcc-4.2.4/gcc/config/sh/linux-unwind.h 2008-10-04 00:06:02.594883544 +0200 -@@ -26,6 +26,7 @@ - the Free Software Foundation, 51 Franklin Street, Fifth Floor, - Boston, MA 02110-1301, USA. */ - -+#ifndef inhibit_libc - /* Do code reading to identify a signal frame, and set the frame - state data appropriately. See unwind-dw2.c for the structs. */ - -@@ -251,3 +252,5 @@ - return _URC_NO_REASON; - } - #endif /* defined (__SH5__) */ -+ -+#endif /* defined inhibit_libc */ |