summaryrefslogtreecommitdiffstats
path: root/binutils-textdomain.patch
diff options
context:
space:
mode:
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'
+
+