Commit 8664645a authored by Peter Zijlstra's avatar Peter Zijlstra

parisc: Raise minimal GCC version

64-bit targets need the __int128 type, which for pa-risc means raising
the minimum gcc version to 11.
Signed-off-by: default avatarPeter Zijlstra (Intel) <peterz@infradead.org>
Acked-by: default avatarHelge Deller <deller@gmx.de>
Tested-by: default avatarMark Rutland <mark.rutland@arm.com>
Link: https://lkml.kernel.org/r/20230602143912.GI620383%40hirez.programming.kicks-ass.net
parent 6d12c8d3
......@@ -17,7 +17,11 @@ binutils)
echo 2.25.0
;;
gcc)
echo 5.1.0
if [ "$SRCARCH" = parisc ]; then
echo 11.0.0
else
echo 5.1.0
fi
;;
llvm)
if [ "$SRCARCH" = s390 ]; then
......
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