From a28fc0ea2f533076f8573f07f9fa0ca7d6b7475a Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 19 Jan 2016 00:56:40 +0200 Subject: Revert "LTO fixes for android" Seems to break the tinderbox, needs more work? This reverts commit 6aaf1ec5a781b50ceda6d0d288a43dba435be2ce. --- solenv/gbuild/platform/android.mk | 6 ------ 1 file changed, 6 deletions(-) (limited to 'solenv/gbuild') diff --git a/solenv/gbuild/platform/android.mk b/solenv/gbuild/platform/android.mk index 55b6c5c1aa10..ae1a9ea0b618 100644 --- a/solenv/gbuild/platform/android.mk +++ b/solenv/gbuild/platform/android.mk @@ -20,12 +20,6 @@ gb_STDLIBS := \ endif -ifeq ($(ENABLE_LTO),TRUE) - gb_LTOPLUGINFLAGS := --plugin $(shell $(CC) --print-prog-name=liblto_plugin.so) - AR_FLAGS := rcs --plugin $(shell $(CC) --print-prog-name=liblto_plugin.so) - RANLIB := $(RANLIB) --plugin $(shell $(CC) --print-prog-name=liblto_plugin.so) -endif - # No unit testing can be run gb_CppunitTest_CPPTESTPRECOMMAND := : -- cgit