File tree 3 files changed +10
-3
lines changed
3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "description" : " Update binutils to 2.38 in illumos and solaris" ,
3
+ "issues" : [1639 ],
4
+ "type" : " changed"
5
+ }
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ set -euo pipefail
10
10
11
11
main () {
12
12
local arch=" ${1} "
13
- local binutils=2.28.1
13
+ local binutils=2.38
14
14
local gcc=8.4.0
15
15
local target=" ${arch} -unknown-illumos"
16
16
local build_target=" ${arch} -pc-solaris2.10"
@@ -22,6 +22,7 @@ main() {
22
22
curl \
23
23
g++ \
24
24
make \
25
+ texinfo \
25
26
wget \
26
27
xz-utils
27
28
@@ -31,7 +32,7 @@ main() {
31
32
32
33
mkdir " ${td} " /{binutils,gcc}{,-build} " ${td} /illumos"
33
34
34
- local binutils_sum=" 16328a906e55a3c633854beec8e9e255a639b366436470b4f6245eb0d2fde942 "
35
+ local binutils_sum=" e316477a914f567eccc34d5d29785b8b0f5a10208d36bbacedcc39048ecfe024 "
35
36
download_binutils " ${binutils} " " xz"
36
37
real_sum=$( sha256sum " binutils-${binutils} .tar.xz" | cut -d ' ' -f 1)
37
38
if [[ " ${binutils_sum} " != " ${real_sum} " ]]; then
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ main() {
10
10
local arch=" ${1} "
11
11
local manufacturer=" ${2} "
12
12
13
- local binutils=2.28.1 \
13
+ local binutils=2.38 \
14
14
gcc=8.4.0 \
15
15
target=" ${arch} -${manufacturer} -solaris2.10"
16
16
@@ -23,6 +23,7 @@ main() {
23
23
make \
24
24
patch \
25
25
software-properties-common \
26
+ texinfo \
26
27
wget \
27
28
xz-utils
28
29
You can’t perform that action at this time.
0 commit comments