diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2025-07-13 08:20:34 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-07-13 08:20:34 +0200 |
commit | 844df33bcd4e2c46380b56e7497ab8d41a8510a8 (patch) | |
tree | 1b72856901566aaf899fc77eba75d41e7b56349d /target/linux/patches/6.12.37/mips-vdso-gcc15.patch | |
parent | fbbd23261cd3e4592558a5f7ca40782b5b56b37c (diff) |
linux: update to 6.12.37
Diffstat (limited to 'target/linux/patches/6.12.37/mips-vdso-gcc15.patch')
-rw-r--r-- | target/linux/patches/6.12.37/mips-vdso-gcc15.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/target/linux/patches/6.12.37/mips-vdso-gcc15.patch b/target/linux/patches/6.12.37/mips-vdso-gcc15.patch new file mode 100644 index 000000000..c18bc6c92 --- /dev/null +++ b/target/linux/patches/6.12.37/mips-vdso-gcc15.patch @@ -0,0 +1,12 @@ +diff -Nur linux-6.12.25.orig/arch/mips/vdso/Makefile linux-6.12.25/arch/mips/vdso/Makefile +--- linux-6.12.25.orig/arch/mips/vdso/Makefile 2025-04-25 10:48:08.000000000 +0200 ++++ linux-6.12.25/arch/mips/vdso/Makefile 2025-04-30 19:42:08.538362252 +0200 +@@ -30,7 +30,7 @@ + -O3 -g -fPIC -fno-strict-aliasing -fno-common -fno-builtin -G 0 \ + -mrelax-pic-calls $(call cc-option, -mexplicit-relocs) \ + -fno-stack-protector -fno-jump-tables -DDISABLE_BRANCH_PROFILING \ +- $(call cc-option, -fno-asynchronous-unwind-tables) ++ $(call cc-option, -fno-asynchronous-unwind-tables) -std=gnu11 + aflags-vdso := $(ccflags-vdso) \ + -D__ASSEMBLY__ -Wa,-gdwarf-2 + |