summaryrefslogtreecommitdiff
path: root/target/linux/patches/6.6.28/hppa-cross-compile.patch
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2024-05-12 16:28:26 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2024-05-12 16:28:26 +0200
commit7ec1fa09c2f1663923868f9700c9f66c5b6b0ffb (patch)
treea08fbf4a9a53099c609e6b946341615751ffd70a /target/linux/patches/6.6.28/hppa-cross-compile.patch
parenta61a2f4ae23f0179f4bb9ba9124c14e56259ba46 (diff)
linux: update to 6.6.30
Diffstat (limited to 'target/linux/patches/6.6.28/hppa-cross-compile.patch')
-rw-r--r--target/linux/patches/6.6.28/hppa-cross-compile.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/target/linux/patches/6.6.28/hppa-cross-compile.patch b/target/linux/patches/6.6.28/hppa-cross-compile.patch
deleted file mode 100644
index 51c24fff2..000000000
--- a/target/linux/patches/6.6.28/hppa-cross-compile.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-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)-)))