From 9b7da65d27f9291220d220cd1827a2a489dd4168 Mon Sep 17 00:00:00 2001 From: John-Mark Bell Date: Sat, 15 Nov 2014 16:30:20 +0000 Subject: Speculative fix for RISC OS GCCSDK build. --- .../recipes/patches/gcc4/binutils-texinfo.p | 48 ++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 arm-unknown-riscos/recipes/patches/gcc4/binutils-texinfo.p (limited to 'arm-unknown-riscos') 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}. ++ -- cgit v1.2.3