mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 04:33:26 +02:00
Merge tag 'parisc-for-6.5-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux
Pull more parisc architecture updates from Helge Deller: - Fix all compiler warnings in arch/parisc and drivers/parisc when compiled with W=1 * tag 'parisc-for-6.5-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux: parisc: syscalls: Avoid compiler warnings with W=1 parisc: math-emu: Avoid compiler warnings with W=1 parisc: Raise minimal GCC version to 12.0.0 parisc: unwind: Avoid missing prototype warning for handle_interruption() parisc: smp: Add declaration for start_cpu_itimer() parisc: pdt: Get prototype for arch_report_meminfo()
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