diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-04-09 00:32:16 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-04-09 00:32:16 +0000 |
commit | 96260f0168fc8cd8e6497bbdd13ca0dd420adff8 (patch) | |
tree | 3cb7f82fce56f9f63a36b76335b2d9c42527a30c /sys-devel | |
parent | added to ~amd64 (diff) | |
download | gentoo-2-96260f0168fc8cd8e6497bbdd13ca0dd420adff8.tar.gz gentoo-2-96260f0168fc8cd8e6497bbdd13ca0dd420adff8.tar.bz2 gentoo-2-96260f0168fc8cd8e6497bbdd13ca0dd420adff8.zip |
update ppc64 hunks to work; thanks to Khem Raj on the crossgcc list for this tweak
(Portage version: 2.0.51.19)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gcc/files/3.4.3/gcc-3.4.3-cross-compile.patch | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/sys-devel/gcc/files/3.4.3/gcc-3.4.3-cross-compile.patch b/sys-devel/gcc/files/3.4.3/gcc-3.4.3-cross-compile.patch index ed42fb709cfa..d071d3b0c3d8 100644 --- a/sys-devel/gcc/files/3.4.3/gcc-3.4.3-cross-compile.patch +++ b/sys-devel/gcc/files/3.4.3/gcc-3.4.3-cross-compile.patch @@ -78,7 +78,7 @@ #else /* During the 2.5 kernel series the kernel ucontext was changed, but -@@ -581,10 +598,15 @@ +@@ -581,7 +598,6 @@ struct sigcontext_struct uc_mcontext; sigset_t uc_sigmask; }; @@ -86,15 +86,16 @@ #endif #endif +@@ -733,3 +731,9 @@ + } while (0) + + #endif +#endif /* inhibit_libc */ +#ifdef __powerpc64__ +enum { SIGNAL_FRAMESIZE = 128 }; +#else +enum { SIGNAL_FRAMESIZE = 64 }; +#endif - - #ifdef __powerpc64__ - --- gcc/config.gcc +++ gcc/config.gcc @@ -295,7 +295,7 @@ |