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
|
echo 2.25.0
|
||||||
;;
|
;;
|
||||||
gcc)
|
gcc)
|
||||||
if [ "$SRCARCH" = parisc ]; then
|
if [ "$ARCH" = parisc64 ]; then
|
||||||
echo 11.0.0
|
echo 12.0.0
|
||||||
else
|
else
|
||||||
echo 5.1.0
|
echo 5.1.0
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue