summaryrefslogtreecommitdiffstats
path: root/binutils-textdomain.patch
diff options
context:
space:
mode:
authorYaakov Selkowitz <yselkowi@redhat.com>2015-08-18 20:58:46 -0500
committerYaakov Selkowitz <yselkowi@redhat.com>2015-08-18 20:59:34 -0500
commita0fd8dc0a0f4e3da2584c7039662469967a2b93a (patch)
tree0019587cc45377acc3b5a9fd8581f37417108a74 /binutils-textdomain.patch
downloadmmix-binutils-a0fd8dc0a0f4e3da2584c7039662469967a2b93a.tar.gz
mmix-binutils-a0fd8dc0a0f4e3da2584c7039662469967a2b93a.tar.xz
mmix-binutils-a0fd8dc0a0f4e3da2584c7039662469967a2b93a.zip
mmix-binutils 2.25.1HEADmaster
Diffstat (limited to 'binutils-textdomain.patch')
-rw-r--r--binutils-textdomain.patch66
1 files changed, 66 insertions, 0 deletions
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'
+
+