mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 04:18:39 +08:00
parisc: Raise minimal GCC version to 12.0.0
Raise the minimum gcc version for parisc64 to 12.0.0 (for __int128 type)
and keep 5.1.0 as minimum for 32-bit parisc target.
Fixes: 8664645ade
("parisc: Raise minimal GCC version")
Signed-off-by: Helge Deller <deller@gmx.de>
This commit is contained in:
parent
6414b30b39
commit
28e113f89f
@ -17,8 +17,8 @@ binutils)
|
||||
echo 2.25.0
|
||||
;;
|
||||
gcc)
|
||||
if [ "$SRCARCH" = parisc ]; then
|
||||
echo 11.0.0
|
||||
if [ "$ARCH" = parisc64 ]; then
|
||||
echo 12.0.0
|
||||
else
|
||||
echo 5.1.0
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user