diff options
author | Wademar Brodkorb <wbx@openadk.org> | 2024-07-31 12:24:57 +0200 |
---|---|---|
committer | Wademar Brodkorb <wbx@openadk.org> | 2024-07-31 12:25:28 +0200 |
commit | a9a42ce187a292996a496461b469af45aa4bdbe6 (patch) | |
tree | d46f67c3c0b9b189918226d8f57f295029681029 /target/linux/patches/6.6.43/hppa-cross-compile.patch | |
parent | 67e8d0f00de28a2d2207be0a0ce24dff7e10744c (diff) |
linux: update to 6.6.43
Diffstat (limited to 'target/linux/patches/6.6.43/hppa-cross-compile.patch')
-rw-r--r-- | target/linux/patches/6.6.43/hppa-cross-compile.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/target/linux/patches/6.6.43/hppa-cross-compile.patch b/target/linux/patches/6.6.43/hppa-cross-compile.patch new file mode 100644 index 000000000..51c24fff2 --- /dev/null +++ b/target/linux/patches/6.6.43/hppa-cross-compile.patch @@ -0,0 +1,12 @@ +diff -Nur linux-6.6.22.orig/arch/parisc/Makefile linux-6.6.22/arch/parisc/Makefile +--- linux-6.6.22.orig/arch/parisc/Makefile 2024-03-15 19:25:07.000000000 +0100 ++++ linux-6.6.22/arch/parisc/Makefile 2024-04-16 03:57:37.515308996 +0200 +@@ -41,7 +41,7 @@ + + # Set default 32 bits cross compilers for vdso + CC_ARCHES_32 = hppa hppa2.0 hppa1.1 +-CC_SUFFIXES = linux linux-gnu unknown-linux-gnu suse-linux ++CC_SUFFIXES = linux linux-gnu unknown-linux-gnu suse-linux openadk-linux-uclibc + CROSS32_COMPILE := $(call cc-cross-prefix, \ + $(foreach a,$(CC_ARCHES_32), \ + $(foreach s,$(CC_SUFFIXES),$(a)-$(s)-))) |