diff options
Diffstat (limited to 'recipes/gcc/gcc-4.3.3/arm-gcc-objective.patch')
-rw-r--r-- | recipes/gcc/gcc-4.3.3/arm-gcc-objective.patch | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/recipes/gcc/gcc-4.3.3/arm-gcc-objective.patch b/recipes/gcc/gcc-4.3.3/arm-gcc-objective.patch index 52fc22a575..ae8238bd40 100644 --- a/recipes/gcc/gcc-4.3.3/arm-gcc-objective.patch +++ b/recipes/gcc/gcc-4.3.3/arm-gcc-objective.patch @@ -1,13 +1,3 @@ ---- gcc-4.3.1/configure.old 2009-04-21 22:13:11.000000000 -0700 -+++ gcc-4.3.1/configure 2009-04-21 22:14:20.000000000 -0700 -@@ -2251,7 +2251,6 @@ - ;; - arm*-*-linux-gnueabi) - noconfigdirs="$noconfigdirs target-qthreads" -- noconfigdirs="$noconfigdirs target-libobjc" - case ${with_newlib} in - no) noconfigdirs="$noconfigdirs target-newlib target-libgloss" - esac --- gcc-4.3.1/libobjc/exception.c.old 2009-04-21 22:13:18.000000000 -0700 +++ gcc-4.3.1/libobjc/exception.c 2009-04-21 22:23:52.000000000 -0700 @@ -31,7 +31,14 @@ @@ -278,4 +268,4 @@ + sizeof (__objc_exception_class)); header->base.exception_cleanup = __objc_exception_cleanup; header->value = value; -
\ No newline at end of file + |