summaryrefslogtreecommitdiff
path: root/target/linux/patches/6.1.71/hppa-cross-compile.patch
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2024-02-08 08:32:58 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2024-02-08 08:32:58 +0100
commite7c2ac6f515fa4ae8898eb14c20a9cc798646801 (patch)
tree9c3f04639b63159cc4c153a73891b45ae0db576d /target/linux/patches/6.1.71/hppa-cross-compile.patch
parenta09ee10a700d9fa4bb8ae92afe8a9cac6686ba37 (diff)
linux: update to 6.1.77
Diffstat (limited to 'target/linux/patches/6.1.71/hppa-cross-compile.patch')
-rw-r--r--target/linux/patches/6.1.71/hppa-cross-compile.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/target/linux/patches/6.1.71/hppa-cross-compile.patch b/target/linux/patches/6.1.71/hppa-cross-compile.patch
deleted file mode 100644
index 5400e87a0..000000000
--- a/target/linux/patches/6.1.71/hppa-cross-compile.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Nur linux-6.1.41.orig/arch/parisc/Makefile linux-6.1.41/arch/parisc/Makefile
---- linux-6.1.41.orig/arch/parisc/Makefile 2023-07-24 18:55:35.000000000 +0200
-+++ linux-6.1.41/arch/parisc/Makefile 2023-07-25 17:32:20.338363915 +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)-)))