diff options
author | Adrian Bunk <bunk@stusta.de> | 2019-06-05 21:41:15 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-06-07 09:11:48 +0100 |
commit | 2ac6bfc0885b8f6086ead30235cd1d685f485fd2 (patch) | |
tree | 041b9d28c58c0d4ea9e4afa3861cd46db9a76d17 /meta/recipes-devtools/gcc | |
parent | 720474ee8d83a403123d7b317f095d49a3ea3e0a (diff) | |
download | poky-2ac6bfc0885b8f6086ead30235cd1d685f485fd2.tar.gz |
gcc: Remove 0006-gcc-disable-MASK_RELAX_PIC_CALLS-bit.patch
This was added 9 years ago as a workaround for a problem with
gcc 4.5 on mips.
Building webkitgtk works for me without it for qemumips.
Debian also builds webkitgtk for 32/64 bit big/little endian mips
without using this workaround.
(From OE-Core rev: 7af322a995a9385f7f452c2988188de98db300c2)
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc')
4 files changed, 0 insertions, 120 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-8.3.inc b/meta/recipes-devtools/gcc/gcc-8.3.inc index 996f7fcdb0..1781ff5b5d 100644 --- a/meta/recipes-devtools/gcc/gcc-8.3.inc +++ b/meta/recipes-devtools/gcc/gcc-8.3.inc | |||
@@ -36,7 +36,6 @@ SRC_URI = "\ | |||
36 | file://0003-gcc-4.3.3-SYSROOT_CFLAGS_FOR_TARGET.patch \ | 36 | file://0003-gcc-4.3.3-SYSROOT_CFLAGS_FOR_TARGET.patch \ |
37 | file://0004-64-bit-multilib-hack.patch \ | 37 | file://0004-64-bit-multilib-hack.patch \ |
38 | file://0005-optional-libstdc.patch \ | 38 | file://0005-optional-libstdc.patch \ |
39 | file://0006-gcc-disable-MASK_RELAX_PIC_CALLS-bit.patch \ | ||
40 | file://0007-COLLECT_GCC_OPTIONS.patch \ | 39 | file://0007-COLLECT_GCC_OPTIONS.patch \ |
41 | file://0008-Use-the-defaults.h-in-B-instead-of-S-and-t-oe-in-B.patch \ | 40 | file://0008-Use-the-defaults.h-in-B-instead-of-S-and-t-oe-in-B.patch \ |
42 | file://0009-fortran-cross-compile-hack.patch \ | 41 | file://0009-fortran-cross-compile-hack.patch \ |
diff --git a/meta/recipes-devtools/gcc/gcc-8.3/0006-gcc-disable-MASK_RELAX_PIC_CALLS-bit.patch b/meta/recipes-devtools/gcc/gcc-8.3/0006-gcc-disable-MASK_RELAX_PIC_CALLS-bit.patch deleted file mode 100644 index 0cea228c87..0000000000 --- a/meta/recipes-devtools/gcc/gcc-8.3/0006-gcc-disable-MASK_RELAX_PIC_CALLS-bit.patch +++ /dev/null | |||
@@ -1,59 +0,0 @@ | |||
1 | From 1dba090a11c40b0926f9707a543d658c95e1f156 Mon Sep 17 00:00:00 2001 | ||
2 | From: Khem Raj <raj.khem@gmail.com> | ||
3 | Date: Fri, 29 Mar 2013 09:14:20 +0400 | ||
4 | Subject: [PATCH 06/40] gcc: disable MASK_RELAX_PIC_CALLS bit | ||
5 | |||
6 | The new feature added after 4.3.3 | ||
7 | "http://www.pubbs.net/200909/gcc/94048-patch-add-support-for-rmipsjalr.html" | ||
8 | will cause cc1plus eat up all the system memory when build webkit-gtk. | ||
9 | The function mips_get_pic_call_symbol keeps on recursively calling itself. | ||
10 | Disable this feature to walk aside the bug. | ||
11 | |||
12 | Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> | ||
13 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
14 | |||
15 | Upstream-Status: Inappropriate [configuration] | ||
16 | --- | ||
17 | gcc/configure | 7 ------- | ||
18 | gcc/configure.ac | 7 ------- | ||
19 | 2 files changed, 14 deletions(-) | ||
20 | |||
21 | diff --git a/gcc/configure b/gcc/configure | ||
22 | index 3901722400c..0c9b8ac5f55 100755 | ||
23 | --- a/gcc/configure | ||
24 | +++ b/gcc/configure | ||
25 | @@ -27553,13 +27553,6 @@ $as_echo_n "checking assembler and linker for explicit JALR relocation... " >&6; | ||
26 | rm -f conftest.* | ||
27 | fi | ||
28 | fi | ||
29 | - if test $gcc_cv_as_ld_jalr_reloc = yes; then | ||
30 | - if test x$target_cpu_default = x; then | ||
31 | - target_cpu_default=MASK_RELAX_PIC_CALLS | ||
32 | - else | ||
33 | - target_cpu_default="($target_cpu_default)|MASK_RELAX_PIC_CALLS" | ||
34 | - fi | ||
35 | - fi | ||
36 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_ld_jalr_reloc" >&5 | ||
37 | $as_echo "$gcc_cv_as_ld_jalr_reloc" >&6; } | ||
38 | |||
39 | diff --git a/gcc/configure.ac b/gcc/configure.ac | ||
40 | index 1b1362f70fe..53840363115 100644 | ||
41 | --- a/gcc/configure.ac | ||
42 | +++ b/gcc/configure.ac | ||
43 | @@ -4798,13 +4798,6 @@ x: | ||
44 | rm -f conftest.* | ||
45 | fi | ||
46 | fi | ||
47 | - if test $gcc_cv_as_ld_jalr_reloc = yes; then | ||
48 | - if test x$target_cpu_default = x; then | ||
49 | - target_cpu_default=MASK_RELAX_PIC_CALLS | ||
50 | - else | ||
51 | - target_cpu_default="($target_cpu_default)|MASK_RELAX_PIC_CALLS" | ||
52 | - fi | ||
53 | - fi | ||
54 | AC_MSG_RESULT($gcc_cv_as_ld_jalr_reloc) | ||
55 | |||
56 | AC_CACHE_CHECK([linker for .eh_frame personality relaxation], | ||
57 | -- | ||
58 | 2.21.0 | ||
59 | |||
diff --git a/meta/recipes-devtools/gcc/gcc-9.1.inc b/meta/recipes-devtools/gcc/gcc-9.1.inc index eb2538020c..4c648a1694 100644 --- a/meta/recipes-devtools/gcc/gcc-9.1.inc +++ b/meta/recipes-devtools/gcc/gcc-9.1.inc | |||
@@ -33,7 +33,6 @@ SRC_URI = "\ | |||
33 | file://0003-gcc-4.3.3-SYSROOT_CFLAGS_FOR_TARGET.patch \ | 33 | file://0003-gcc-4.3.3-SYSROOT_CFLAGS_FOR_TARGET.patch \ |
34 | file://0004-64-bit-multilib-hack.patch \ | 34 | file://0004-64-bit-multilib-hack.patch \ |
35 | file://0005-optional-libstdc.patch \ | 35 | file://0005-optional-libstdc.patch \ |
36 | file://0006-gcc-disable-MASK_RELAX_PIC_CALLS-bit.patch \ | ||
37 | file://0007-COLLECT_GCC_OPTIONS.patch \ | 36 | file://0007-COLLECT_GCC_OPTIONS.patch \ |
38 | file://0008-Use-the-defaults.h-in-B-instead-of-S-and-t-oe-in-B.patch \ | 37 | file://0008-Use-the-defaults.h-in-B-instead-of-S-and-t-oe-in-B.patch \ |
39 | file://0009-fortran-cross-compile-hack.patch \ | 38 | file://0009-fortran-cross-compile-hack.patch \ |
diff --git a/meta/recipes-devtools/gcc/gcc-9.1/0006-gcc-disable-MASK_RELAX_PIC_CALLS-bit.patch b/meta/recipes-devtools/gcc/gcc-9.1/0006-gcc-disable-MASK_RELAX_PIC_CALLS-bit.patch deleted file mode 100644 index 4a552d5169..0000000000 --- a/meta/recipes-devtools/gcc/gcc-9.1/0006-gcc-disable-MASK_RELAX_PIC_CALLS-bit.patch +++ /dev/null | |||
@@ -1,59 +0,0 @@ | |||
1 | From ca3b3ac12d9b6e1065333dec89e7be2c733509d9 Mon Sep 17 00:00:00 2001 | ||
2 | From: Khem Raj <raj.khem@gmail.com> | ||
3 | Date: Fri, 29 Mar 2013 09:14:20 +0400 | ||
4 | Subject: [PATCH 06/37] gcc: disable MASK_RELAX_PIC_CALLS bit | ||
5 | |||
6 | The new feature added after 4.3.3 | ||
7 | "http://www.pubbs.net/200909/gcc/94048-patch-add-support-for-rmipsjalr.html" | ||
8 | will cause cc1plus eat up all the system memory when build webkit-gtk. | ||
9 | The function mips_get_pic_call_symbol keeps on recursively calling itself. | ||
10 | Disable this feature to walk aside the bug. | ||
11 | |||
12 | Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> | ||
13 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
14 | |||
15 | Upstream-Status: Inappropriate [configuration] | ||
16 | --- | ||
17 | gcc/configure | 7 ------- | ||
18 | gcc/configure.ac | 7 ------- | ||
19 | 2 files changed, 14 deletions(-) | ||
20 | |||
21 | diff --git a/gcc/configure b/gcc/configure | ||
22 | index 2e08396622e..d36cb51bc2c 100755 | ||
23 | --- a/gcc/configure | ||
24 | +++ b/gcc/configure | ||
25 | @@ -27509,13 +27509,6 @@ $as_echo_n "checking assembler and linker for explicit JALR relocation... " >&6; | ||
26 | rm -f conftest.* | ||
27 | fi | ||
28 | fi | ||
29 | - if test $gcc_cv_as_ld_jalr_reloc = yes; then | ||
30 | - if test x$target_cpu_default = x; then | ||
31 | - target_cpu_default=MASK_RELAX_PIC_CALLS | ||
32 | - else | ||
33 | - target_cpu_default="($target_cpu_default)|MASK_RELAX_PIC_CALLS" | ||
34 | - fi | ||
35 | - fi | ||
36 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_ld_jalr_reloc" >&5 | ||
37 | $as_echo "$gcc_cv_as_ld_jalr_reloc" >&6; } | ||
38 | |||
39 | diff --git a/gcc/configure.ac b/gcc/configure.ac | ||
40 | index 7d34911573e..dfa88c35f3f 100644 | ||
41 | --- a/gcc/configure.ac | ||
42 | +++ b/gcc/configure.ac | ||
43 | @@ -4816,13 +4816,6 @@ x: | ||
44 | rm -f conftest.* | ||
45 | fi | ||
46 | fi | ||
47 | - if test $gcc_cv_as_ld_jalr_reloc = yes; then | ||
48 | - if test x$target_cpu_default = x; then | ||
49 | - target_cpu_default=MASK_RELAX_PIC_CALLS | ||
50 | - else | ||
51 | - target_cpu_default="($target_cpu_default)|MASK_RELAX_PIC_CALLS" | ||
52 | - fi | ||
53 | - fi | ||
54 | AC_MSG_RESULT($gcc_cv_as_ld_jalr_reloc) | ||
55 | |||
56 | AC_CACHE_CHECK([linker for .eh_frame personality relaxation], | ||
57 | -- | ||
58 | 2.20.1 | ||
59 | |||