diff options
-rw-r--r-- | lib/Target/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/Makefile b/lib/Target/Makefile index ae70488a4d..d0efc98784 100644 --- a/lib/Target/Makefile +++ b/lib/Target/Makefile @@ -9,6 +9,7 @@ LEVEL = ../.. LIBRARYNAME = LLVMTarget BUILD_ARCHIVE = 1 +DONT_BUILD_RELINKED = 1 # We include this early so we can access the value of TARGETS_TO_BUILD as the # value for PARALLEL_DIRS which must be set before Makefile.rules is included |