mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-22 12:21:00 +02:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user