summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/gold/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/tools/gold/Makefile b/tools/gold/Makefile
index 37a7e4ef7f..b976b2d7f6 100644
--- a/tools/gold/Makefile
+++ b/tools/gold/Makefile
@@ -15,11 +15,7 @@ LIBRARYNAME = LLVMgold
# early so we can set up LINK_COMPONENTS before including Makefile.rules
include $(LEVEL)/Makefile.config
-LINK_LIBS_IN_SHARED=1
-SHARED_LIBRARY = 1
-BUILD_ARCHIVE = 0
-DONT_BUILD_RELINKED = 1
-
+LOADABLE_MODULE = 1
LINK_COMPONENTS :=
include $(LEVEL)/Makefile.common