mips-vdso-gcc15.patch 590 B

123456789101112
  1. diff -Nur linux-4.19.320.orig/arch/mips/vdso/Makefile linux-4.19.320/arch/mips/vdso/Makefile
  2. --- linux-4.19.320.orig/arch/mips/vdso/Makefile 2024-08-19 05:32:18.000000000 +0200
  3. +++ linux-4.19.320/arch/mips/vdso/Makefile 2026-04-19 09:15:00.183108904 +0200
  4. @@ -18,7 +18,7 @@
  5. -O2 -g -fPIC -fno-strict-aliasing -fno-common -fno-builtin -G 0 \
  6. -DDISABLE_BRANCH_PROFILING \
  7. $(call cc-option, -fno-asynchronous-unwind-tables) \
  8. - $(call cc-option, -fno-stack-protector)
  9. + $(call cc-option, -fno-stack-protector) -std=gnu11
  10. aflags-vdso := $(ccflags-vdso) \
  11. -D__ASSEMBLY__ -Wa,-gdwarf-2