xref: /minix3/external/gpl3/binutils/patches/0003-gold-target.patch (revision c9ea9e7af84fcba485b32ccd2c85edb945b1f323)
1*c9ea9e7aSLionel Sambuc--- dist/gold/i386.cc.orig	2014-03-03 15:51:57.725314830 +0100
2*c9ea9e7aSLionel Sambuc+++ dist/gold/i386.cc	2014-03-03 16:09:42.514935341 +0100
3*c9ea9e7aSLionel Sambuc@@ -3813,8 +3813,8 @@
4*c9ea9e7aSLionel Sambuc public:
5*c9ea9e7aSLionel Sambuc   Target_selector_i386()
6*c9ea9e7aSLionel Sambuc     : Target_selector_freebsd(elfcpp::EM_386, 32, false,
7*c9ea9e7aSLionel Sambuc-			      "elf32-i386", "elf32-i386-freebsd",
8*c9ea9e7aSLionel Sambuc-			      "elf_i386")
9*c9ea9e7aSLionel Sambuc+			      "elf_i386_minix", "elf32-i386-freebsd",
10*c9ea9e7aSLionel Sambuc+			      "elf_i386_minix")
11*c9ea9e7aSLionel Sambuc   { }
12*c9ea9e7aSLionel Sambuc
13*c9ea9e7aSLionel Sambuc   Target*
14