diff options
author | Chris Lattner <sabre@nondot.org> | 2009-06-24 05:29:56 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-06-24 05:29:56 +0000 |
commit | 017511b99fcd1c192b62e45f3166f83b6466f063 (patch) | |
tree | 6a6fe49f7fc059c9402e1490d2f10970dc5700ef /tools | |
parent | e9be0535ebd29ff0fa2b985c2891c1015d6a1893 (diff) | |
download | external_llvm-017511b99fcd1c192b62e45f3166f83b6466f063.zip external_llvm-017511b99fcd1c192b62e45f3166f83b6466f063.tar.gz external_llvm-017511b99fcd1c192b62e45f3166f83b6466f063.tar.bz2 |
remove dead makefile flags.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74065 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools')
-rw-r--r-- | tools/gold/Makefile | 1 | ||||
-rw-r--r-- | tools/lto/Makefile | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/tools/gold/Makefile b/tools/gold/Makefile index f282a35..65e99bf 100644 --- a/tools/gold/Makefile +++ b/tools/gold/Makefile @@ -18,7 +18,6 @@ include $(LEVEL)/Makefile.config LINK_LIBS_IN_SHARED=1 SHARED_LIBRARY = 1 BUILD_ARCHIVE = 0 -DONT_BUILD_RELINKED = 1 LINK_COMPONENTS := LIBS += -llto diff --git a/tools/lto/Makefile b/tools/lto/Makefile index f0f6da7..de885d9 100644 --- a/tools/lto/Makefile +++ b/tools/lto/Makefile @@ -17,7 +17,6 @@ include $(LEVEL)/Makefile.config LINK_LIBS_IN_SHARED = 1 SHARED_LIBRARY = 1 -DONT_BUILD_RELINKED = 1 LINK_COMPONENTS := $(TARGETS_TO_BUILD) ipo scalaropts linker bitreader bitwriter |