diff options
Diffstat (limited to 'target/linux/mpc85xx/patches-4.14/103-powerpc-fix-build-cross32ar.patch')
-rw-r--r-- | target/linux/mpc85xx/patches-4.14/103-powerpc-fix-build-cross32ar.patch | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/target/linux/mpc85xx/patches-4.14/103-powerpc-fix-build-cross32ar.patch b/target/linux/mpc85xx/patches-4.14/103-powerpc-fix-build-cross32ar.patch deleted file mode 100644 index 7ed52f649c..0000000000 --- a/target/linux/mpc85xx/patches-4.14/103-powerpc-fix-build-cross32ar.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/arch/powerpc/Makefile -+++ b/arch/powerpc/Makefile -@@ -23,6 +23,7 @@ CROSS32AR := $(CROSS32_COMPILE)ar - ifeq ($(HAS_BIARCH),y) - ifeq ($(CROSS32_COMPILE),) - CROSS32CC := $(CC) -m32 -+CROSS32AR := $(AR) - KBUILD_ARFLAGS += --target=elf32-powerpc - endif - endif |