From 53ca1f3190680f3e86aebe0f72f7918d63f71e0d Mon Sep 17 00:00:00 2001 From: Charles Davis Date: Mon, 29 Nov 2010 19:44:50 +0000 Subject: Now to chant the magical incantation that will exorcise the System library from LLVM forever: grep -lR "llvm/System" * | grep -v .svn | xargs sed -ie 's#llvm/System#llvm/Support#g' git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120314 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/gold/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/gold') diff --git a/tools/gold/Makefile b/tools/gold/Makefile index 82a4e39cda..66a0271fa2 100644 --- a/tools/gold/Makefile +++ b/tools/gold/Makefile @@ -21,7 +21,7 @@ LINK_LIBS_IN_SHARED=1 SHARED_LIBRARY = 1 LOADABLE_MODULE = 1 -LINK_COMPONENTS := support system +LINK_COMPONENTS := support LIBS += -llto # Because off_t is used in the public API, the largefile parts are required for -- cgit v1.2.3