summaryrefslogtreecommitdiff
path: root/toolchain/binutils
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-11-05 01:49:20 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-11-05 01:49:20 +0000
commit6007ab61ec08b07069a18c0c578e3ae355d142bf (patch)
treea019620ec5ff30e61c8b330b3912b64c776456c2 /toolchain/binutils
parentea63b88b10642bdc482650db389dcc75880495db (diff)
downloadmtk-20170518-6007ab61ec08b07069a18c0c578e3ae355d142bf.zip
mtk-20170518-6007ab61ec08b07069a18c0c578e3ae355d142bf.tar.gz
mtk-20170518-6007ab61ec08b07069a18c0c578e3ae355d142bf.tar.bz2
binutils: fix build errors in 2.20 (patch from #6094)
SVN-Revision: 18307
Diffstat (limited to 'toolchain/binutils')
-rw-r--r--toolchain/binutils/patches/2.20/200-mips_non_pic.patch11
1 files changed, 9 insertions, 2 deletions
diff --git a/toolchain/binutils/patches/2.20/200-mips_non_pic.patch b/toolchain/binutils/patches/2.20/200-mips_non_pic.patch
index 71799ff..5689143 100644
--- a/toolchain/binutils/patches/2.20/200-mips_non_pic.patch
+++ b/toolchain/binutils/patches/2.20/200-mips_non_pic.patch
@@ -179,11 +179,18 @@
if (! bfd_set_arch_mach (stdoutput, bfd_arch_mips, file_mips_arch))
as_warn (_("Could not set architecture and machine"));
-@@ -11359,6 +11365,8 @@ struct option md_longopts[] =
+@@ -11264,6 +11264,7 @@
+ OPTION_PDR,
+ OPTION_NO_PDR,
+ OPTION_MVXWORKS_PIC,
++ OPTION_NON_PIC_ABICALLS,
+ #endif /* OBJ_ELF */
+ OPTION_END_OF_ENUM
+ };
+@@ -11365,6 +11372,7 @@ struct option md_longopts[] =
{"mpdr", no_argument, NULL, OPTION_PDR},
{"mno-pdr", no_argument, NULL, OPTION_NO_PDR},
{"mvxworks-pic", no_argument, NULL, OPTION_MVXWORKS_PIC},
-+#define OPTION_NON_PIC_ABICALLS (OPTION_ELF_BASE + 13)
+ {"mnon-pic-abicalls", no_argument, NULL, OPTION_NON_PIC_ABICALLS},
#endif /* OBJ_ELF */