diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-03-16 00:31:21 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-03-16 00:31:21 +0000 |
commit | 5d9a2a4752c5e3950740c2a705ddb9207b57275b (patch) | |
tree | 561694bf6000a6e77a232bfb2c003fe42d25e44c /sys-devel/gcc/files | |
parent | change vpopmail detection for #85391 (diff) | |
download | gentoo-2-5d9a2a4752c5e3950740c2a705ddb9207b57275b.tar.gz gentoo-2-5d9a2a4752c5e3950740c2a705ddb9207b57275b.tar.bz2 gentoo-2-5d9a2a4752c5e3950740c2a705ddb9207b57275b.zip |
add a small fix for detecting sh big endian systems
(Portage version: 2.0.51.19)
Diffstat (limited to 'sys-devel/gcc/files')
-rw-r--r-- | sys-devel/gcc/files/3.4.3/gcc-3.4.3-cross-compile.patch | 11 |
1 files changed, 11 insertions, 0 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 338052a3b2e2..ed42fb709cfa 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 @@ -95,3 +95,14 @@ #ifdef __powerpc64__ +--- gcc/config.gcc ++++ gcc/config.gcc +@@ -295,7 +295,7 @@ + need_64bit_hwint=yes + ;; + # Note the 'l'; we need to be able to match e.g. "shle" or "shl". +-sh[123456789l]*-*-*) ++sh[123456789lbe]*-*-*) + cpu_type=sh + need_64bit_hwint=yes + ;; |