mips-vdso-gcc15.patch 590 B

123456789101112
  1. diff -Nur linux-4.14.334.orig/arch/mips/vdso/Makefile linux-4.14.334/arch/mips/vdso/Makefile
  2. --- linux-4.14.334.orig/arch/mips/vdso/Makefile 2023-12-20 15:32:39.000000000 +0100
  3. +++ linux-4.14.334/arch/mips/vdso/Makefile 2026-04-21 10:30:47.368235145 +0200
  4. @@ -16,7 +16,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