From dcd158af278ec19be6d608acb4e358d36903c86f Mon Sep 17 00:00:00 2001 From: Nick Lewycky Date: Thu, 26 Feb 2009 07:56:49 +0000 Subject: Force 'llvm-config' to go first, optionally followed by lto and gold mixed in with the rest of the parallel directories. Build lto when possible on all platforms. Make gold to explicitly depend on libLTO. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65518 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/gold/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/gold/Makefile') diff --git a/tools/gold/Makefile b/tools/gold/Makefile index 37a7e4ef7f..eccffcbda6 100644 --- a/tools/gold/Makefile +++ b/tools/gold/Makefile @@ -21,6 +21,7 @@ BUILD_ARCHIVE = 0 DONT_BUILD_RELINKED = 1 LINK_COMPONENTS := +LIBS += -llto include $(LEVEL)/Makefile.common -- cgit v1.2.3