projects
/
kernel-tools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25e3a4d
)
setup-toolchain.sh: Update GCC to 12.2
author
Jason Self
<j@jxself.org>
Wed, 7 Sep 2022 02:47:54 +0000
(19:47 -0700)
committer
Jason Self
<j@jxself.org>
Wed, 7 Sep 2022 02:47:54 +0000
(19:47 -0700)
setup-toolchain.sh
patch
|
blob
|
history
diff --git
a/setup-toolchain.sh
b/setup-toolchain.sh
index a019f59b85bac8a4996ea9f359b627a346b75732..5f4cace5e198090bc19ab3a0ac892c453d4cb623 100755
(executable)
--- a/
setup-toolchain.sh
+++ b/
setup-toolchain.sh
@@
-188,7
+188,7
@@
do
# architecture may need to set up more than one combination of
# these. These are just the defaults and are adjusted for specific
# architectures as needed as the program runs.
- export gcc_version="12.
1
.0"
+ export gcc_version="12.
2
.0"
export binutils_version="2.39"
export gmp_version="6.2.1"
export mpc_version="1.2.1"