summaryrefslogtreecommitdiff
path: root/arm-unknown-riscos
diff options
context:
space:
mode:
authorJohn-Mark Bell <jmb@netsurf-browser.org>2014-11-15 16:30:20 +0000
committerJohn-Mark Bell <jmb@netsurf-browser.org>2014-11-15 16:30:20 +0000
commit9b7da65d27f9291220d220cd1827a2a489dd4168 (patch)
tree949d6f319a962955f264b9ddcec7a6e79bee1c87 /arm-unknown-riscos
parentbaf70c5dc9bc841e38be2ae801b7f4005546e063 (diff)
downloadtoolchains-9b7da65d27f9291220d220cd1827a2a489dd4168.tar.gz
toolchains-9b7da65d27f9291220d220cd1827a2a489dd4168.tar.bz2
Speculative fix for RISC OS GCCSDK build.
Diffstat (limited to 'arm-unknown-riscos')
-rw-r--r--arm-unknown-riscos/recipes/patches/gcc4/binutils-texinfo.p48
1 files changed, 48 insertions, 0 deletions
diff --git a/arm-unknown-riscos/recipes/patches/gcc4/binutils-texinfo.p b/arm-unknown-riscos/recipes/patches/gcc4/binutils-texinfo.p
new file mode 100644
index 0000000..d0548da
--- /dev/null
+++ b/arm-unknown-riscos/recipes/patches/gcc4/binutils-texinfo.p
@@ -0,0 +1,48 @@
+--- recipe/patches/binutils/binutils.texinfo.p
++++ recipe/patches/binutils/binutils-texinfo.p
+@@ -0,0 +1,45 @@
++--- binutils/doc/binutils.texi 29 Oct 2010 12:10:32 -0000 1.173
+++++ binutils/doc/binutils.texi 15 Nov 2014 16:24:15 -0000
++@@ -4188,28 +4188,28 @@
++
++ @table @env
++
++-@itemx --input-mach=@var{machine}
+++@item --input-mach=@var{machine}
++ Set the matching input ELF machine type to @var{machine}. If
++ @option{--input-mach} isn't specified, it will match any ELF
++ machine types.
++
++ The supported ELF machine types are, @var{L1OM} and @var{x86-64}.
++
++-@itemx --output-mach=@var{machine}
+++@item --output-mach=@var{machine}
++ Change the ELF machine type in the ELF header to @var{machine}. The
++ supported ELF machine types are the same as @option{--input-mach}.
++
++-@itemx --input-type=@var{type}
+++@item --input-type=@var{type}
++ Set the matching input ELF file type to @var{type}. If
++ @option{--input-type} isn't specified, it will match any ELF file types.
++
++ The supported ELF file types are, @var{rel}, @var{exec} and @var{dyn}.
++
++-@itemx --output-type=@var{type}
+++@item --output-type=@var{type}
++ Change the ELF file type in the ELF header to @var{type}. The
++ supported ELF types are the same as @option{--input-type}.
++
++-@itemx --input-osabi=@var{osabi}
+++@item --input-osabi=@var{osabi}
++ Set the matching input ELF file OSABI to @var{osbi}. If
++ @option{--input-osabi} isn't specified, it will match any ELF OSABIs.
++
++@@ -4218,7 +4218,7 @@
++ @var{FreeBSD}, @var{TRU64}, @var{Modesto}, @var{OpenBSD}, @var{OpenVMS},
++ @var{NSK}, @var{AROS} and @var{FenixOS}.
++
++-@itemx --output-osabi=@var{osabi}
+++@item --output-osabi=@var{osabi}
++ Change the ELF OSABI in the ELF header to @var{type}. The
++ supported ELF OSABI are the same as @option{--input-osabi}.
++