From 829d3a8c0b9d1b0391f57f8822e504bb4e688dc3 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sat, 23 Oct 2010 19:53:26 +0200 Subject: [PATCH] binutils: add an patch to fix an compiling issue with latest binutils Signed-off-by: Stephan Raue --- .../binutils/patches/crossmingw64-binutils-zlib.diff | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 packages/toolchain/devel/binutils/patches/crossmingw64-binutils-zlib.diff diff --git a/packages/toolchain/devel/binutils/patches/crossmingw64-binutils-zlib.diff b/packages/toolchain/devel/binutils/patches/crossmingw64-binutils-zlib.diff new file mode 100644 index 0000000000..74f3e90c54 --- /dev/null +++ b/packages/toolchain/devel/binutils/patches/crossmingw64-binutils-zlib.diff @@ -0,0 +1,11 @@ +--- binutils-2.20.51.0.11/bfd/compress.c.orig 2010-08-11 23:52:42.000000000 +0200 ++++ binutils-2.20.51.0.11/bfd/compress.c 2010-09-26 11:08:50.196564435 +0200 +@@ -94,7 +94,7 @@ + bfd_set_error (bfd_error_invalid_operation); + return FALSE; + #else +- bfd_size_type compressed_size; ++ uLong compressed_size; + bfd_byte *compressed_buffer; + + compressed_size = compressBound (uncompressed_size) + 12;