diff options
Diffstat (limited to 'toolchain-layer/recipes-devtools/gcc/gcc-4.5/sh4-multilib.patch')
-rw-r--r-- | toolchain-layer/recipes-devtools/gcc/gcc-4.5/sh4-multilib.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/toolchain-layer/recipes-devtools/gcc/gcc-4.5/sh4-multilib.patch b/toolchain-layer/recipes-devtools/gcc/gcc-4.5/sh4-multilib.patch deleted file mode 100644 index c895c95e12..0000000000 --- a/toolchain-layer/recipes-devtools/gcc/gcc-4.5/sh4-multilib.patch +++ /dev/null | |||
@@ -1,25 +0,0 @@ | |||
1 | # DP: Fix multilib (m4/m4-nofpu) for sh4-linux | ||
2 | |||
3 | --- | ||
4 | a/gcc/config.gcc | 5 +++-- | ||
5 | 1 files changed, 3 insertions(+), 2 deletions(-) | ||
6 | |||
7 | Index: gcc-4_5-branch/gcc/config.gcc | ||
8 | =================================================================== | ||
9 | --- gcc-4_5-branch.orig/gcc/config.gcc 2010-12-23 00:33:39.000000000 -0800 | ||
10 | +++ gcc-4_5-branch/gcc/config.gcc 2011-01-09 02:57:36.608656002 -0800 | ||
11 | @@ -2321,11 +2321,12 @@ | ||
12 | if test "$sh_multilibs" = "default" ; then | ||
13 | case ${target} in | ||
14 | sh64-superh-linux* | \ | ||
15 | - sh[1234]*) sh_multilibs=${sh_cpu_target} ;; | ||
16 | sh64* | sh5*) sh_multilibs=m5-32media,m5-32media-nofpu,m5-compact,m5-compact-nofpu,m5-64media,m5-64media-nofpu ;; | ||
17 | - sh-superh-*) sh_multilibs=m4,m4-single,m4-single-only,m4-nofpu ;; | ||
18 | + sh-superh-* | \ | ||
19 | + sh4-*-linux*) sh_multilibs=m4,m4-nofpu ;; | ||
20 | sh*-*-linux*) sh_multilibs=m1,m3e,m4 ;; | ||
21 | sh*-*-netbsd*) sh_multilibs=m3,m3e,m4 ;; | ||
22 | + sh-superh-*) sh_multilibs=m4,m4-single,m4-single-only,m4-nofpu ;; | ||
23 | *) sh_multilibs=m1,m2,m2e,m4,m4-single,m4-single-only,m2a,m2a-single ;; | ||
24 | esac | ||
25 | if test x$with_fp = xno; then | ||