mips-vdso-gcc15.patch 650 B

123456789101112
  1. diff -Nur linux-6.12.25.orig/arch/mips/vdso/Makefile linux-6.12.25/arch/mips/vdso/Makefile
  2. --- linux-6.12.25.orig/arch/mips/vdso/Makefile 2025-04-25 10:48:08.000000000 +0200
  3. +++ linux-6.12.25/arch/mips/vdso/Makefile 2025-04-30 19:42:08.538362252 +0200
  4. @@ -30,7 +30,7 @@
  5. -O3 -g -fPIC -fno-strict-aliasing -fno-common -fno-builtin -G 0 \
  6. -mrelax-pic-calls $(call cc-option, -mexplicit-relocs) \
  7. -fno-stack-protector -fno-jump-tables -DDISABLE_BRANCH_PROFILING \
  8. - $(call cc-option, -fno-asynchronous-unwind-tables)
  9. + $(call cc-option, -fno-asynchronous-unwind-tables) -std=gnu11
  10. aflags-vdso := $(ccflags-vdso) \
  11. -D__ASSEMBLY__ -Wa,-gdwarf-2