From a0fd8dc0a0f4e3da2584c7039662469967a2b93a Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Tue, 18 Aug 2015 20:58:46 -0500 Subject: mmix-binutils 2.25.1 --- binutils-textdomain.patch | 66 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 binutils-textdomain.patch (limited to 'binutils-textdomain.patch') diff --git a/binutils-textdomain.patch b/binutils-textdomain.patch new file mode 100644 index 0000000..073d64a --- /dev/null +++ b/binutils-textdomain.patch @@ -0,0 +1,66 @@ +--- a/bfd/configure ++++ b/bfd/configure +@@ -3987,7 +3987,7 @@ fi + + + # Define the identity of the package. +- PACKAGE='bfd' ++ PACKAGE=$target_alias-bfd + VERSION='2.25.1' + + +--- a/binutils/configure ++++ b/binutils/configure +@@ -3732,7 +3732,7 @@ fi + + + # Define the identity of the package. +- PACKAGE='binutils' ++ PACKAGE=$target_alias-binutils + VERSION='2.25.1' + + +--- a/gas/configure ++++ b/gas/configure +@@ -3721,7 +3721,7 @@ fi + + + # Define the identity of the package. +- PACKAGE='gas' ++ PACKAGE=$target_alias-gas + VERSION='2.25.1' + + +--- a/gprof/configure ++++ b/gprof/configure +@@ -3647,7 +3647,7 @@ fi + + + # Define the identity of the package. +- PACKAGE='gprof' ++ PACKAGE=$target_alias-gprof + VERSION='2.25.1' + + +--- a/ld/configure ++++ b/ld/configure +@@ -4049,7 +4049,7 @@ fi + + + # Define the identity of the package. +- PACKAGE='ld' ++ PACKAGE=$target_alias-ld + VERSION='2.25.1' + + +--- a/opcodes/configure ++++ b/opcodes/configure +@@ -3716,7 +3716,7 @@ fi + + + # Define the identity of the package. +- PACKAGE='opcodes' ++ PACKAGE=$target_alias-opcodes + VERSION='2.25.1' + + -- cgit