Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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: Peter Zijlstra (Intel) <peterz@infradead.org>
Acked-by: Helge Deller <deller@gmx.de>
Tested-by: Mark Rutland <mark.rutland@arm.com>
Link: https://lkml.kernel.org/r/20230602143912.GI620383%40hirez.programming.kicks-ass.net

+5 -1
+5 -1
scripts/min-tool-version.sh
··· 17 17 echo 2.25.0 18 18 ;; 19 19 gcc) 20 - echo 5.1.0 20 + if [ "$SRCARCH" = parisc ]; then 21 + echo 11.0.0 22 + else 23 + echo 5.1.0 24 + fi 21 25 ;; 22 26 llvm) 23 27 if [ "$SRCARCH" = s390 ]; then