From 0b95c49d48cef4bc4731bdcde92cd7f55287c370 Mon Sep 17 00:00:00 2001 From: midipix Date: Wed, 11 Mar 2015 17:56:23 -0400 Subject: binutils-2.24.51: initial patch: file extension definitions for the midipix targets signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information. --- binutils-2.24.51.midipix.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 binutils-2.24.51.midipix.patch diff --git a/binutils-2.24.51.midipix.patch b/binutils-2.24.51.midipix.patch new file mode 100644 index 0000000..cc48a80 --- /dev/null +++ b/binutils-2.24.51.midipix.patch @@ -0,0 +1,14 @@ +diff -ru --new-file a/bfd/midipix.h b/bfd/midipix.h +--- a/bfd/midipix.h 1969-12-31 19:00:00.000000000 -0500 ++++ b/bfd/midipix.h 2015-03-11 17:23:18.492453732 -0400 +@@ -0,0 +1,10 @@ ++#ifndef MIDIPIX_H ++#define MIDIPIX_H ++ ++#define PE_TARGET_MIDIPIX ++ ++#define PE_DSO_SUFFIX ".so" ++#define PE_DSOLIB_SUFFIX ".dso.a" ++#define PE_IMPLIB_SUFFIX ".lib.a" ++ ++#endif -- cgit v1.2.3