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:
Helge Deller 2023-07-03 16:02:04 +02:00
parent 6414b30b39
commit 28e113f89f
1 changed files with 2 additions and 2 deletions

View File

@ -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