Skip to content

Commit 28e113f

Browse files
committed
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: 8664645 ("parisc: Raise minimal GCC version") Signed-off-by: Helge Deller <[email protected]>
1 parent 6414b30 commit 28e113f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/min-tool-version.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ binutils)
1717
echo 2.25.0
1818
;;
1919
gcc)
20-
if [ "$SRCARCH" = parisc ]; then
21-
echo 11.0.0
20+
if [ "$ARCH" = parisc64 ]; then
21+
echo 12.0.0
2222
else
2323
echo 5.1.0
2424
fi

0 commit comments

Comments
 (0)