summaryrefslogtreecommitdiffstats
path: root/binutils-textdomain.patch
blob: 073d64a8bb408e5e8565c3fbdce292d6cf2cf6a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
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'