From 1e15e1cb4b384a233ba9a042ee705fce23364b2f Mon Sep 17 00:00:00 2001 From: Leonid Pliushch Date: Tue, 2 Jun 2020 20:13:45 +0300 Subject: [PATCH] bitcoin: remove 0001-android-patches.patch %ci:no-build --- packages/bitcoin/0001-android-patches.patch | 51 --------------------- 1 file changed, 51 deletions(-) delete mode 100644 packages/bitcoin/0001-android-patches.patch diff --git a/packages/bitcoin/0001-android-patches.patch b/packages/bitcoin/0001-android-patches.patch deleted file mode 100644 index 7b711c6c3..000000000 --- a/packages/bitcoin/0001-android-patches.patch +++ /dev/null @@ -1,51 +0,0 @@ -diff --git i/depends/hosts/default.mk w/depends/hosts/default.mk -index 144e5f88b..4d3c527de 100644 ---- i/depends/hosts/default.mk -+++ w/depends/hosts/default.mk -@@ -2,8 +2,8 @@ ifneq ($(host),$(build)) - host_toolchain:=$(host)- - endif - --default_host_CC = $(host_toolchain)gcc --default_host_CXX = $(host_toolchain)g++ -+default_host_CC = $(CC) -+default_host_CXX = $(CXX) - default_host_AR = $(host_toolchain)ar - default_host_RANLIB = $(host_toolchain)ranlib - default_host_STRIP = $(host_toolchain)strip -diff --git i/depends/hosts/linux.mk w/depends/hosts/linux.mk -index b13a0f1ad..838db8537 100644 ---- i/depends/hosts/linux.mk -+++ w/depends/hosts/linux.mk -@@ -10,19 +10,19 @@ linux_debug_CXXFLAGS=$(linux_debug_CFLAGS) - linux_debug_CPPFLAGS=-D_GLIBCXX_DEBUG -D_GLIBCXX_DEBUG_PEDANTIC - - ifeq (86,$(findstring 86,$(build_arch))) --i686_linux_CC=gcc -m32 --i686_linux_CXX=g++ -m32 --i686_linux_AR=ar --i686_linux_RANLIB=ranlib --i686_linux_NM=nm --i686_linux_STRIP=strip -+i686_linux_CC=$(default_host_CC) -m32 -+i686_linux_CXX=$(default_host_CXX) -m32 -+i686_linux_AR=$(default_host_AR) -+i686_linux_RANLIB=$(default_host_RANLIB) -+i686_linux_NM=$(default_host_NM) -+i686_linux_STRIP=$(default_host_STRIP) - --x86_64_linux_CC=gcc -m64 --x86_64_linux_CXX=g++ -m64 --x86_64_linux_AR=ar --x86_64_linux_RANLIB=ranlib --x86_64_linux_NM=nm --x86_64_linux_STRIP=strip -+x86_64_linux_CC=$(default_host_CC) -m64 -+x86_64_linux_CXX=$(default_host_CXX) -m64 -+x86_64_linux_AR=$(default_host_AR) -+x86_64_linux_RANLIB=$(default_host_RANLIB) -+x86_64_linux_NM=$(default_host_NM) -+x86_64_linux_STRIP=$(default_host_STRIP) - else - i686_linux_CC=$(default_host_CC) -m32 - i686_linux_CXX=$(default_host_CXX) -m32