Commit 28e113f8 authored by Helge Deller's avatar Helge Deller

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: 8664645a ("parisc: Raise minimal GCC version")
Signed-off-by: default avatarHelge Deller <deller@gmx.de>
parent 6414b30b
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment