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 | 3912036c25105eae9c51cf7d07b6ada4feb07dd4 (patch) | |
tree | 01d19d04fadcdb8ba5610fba9426691fca29f9b3 | |
parent | f46306a697580ed7b4c596547f01e2d052381bbe (diff) | |
download | bcm5719-llvm-3912036c25105eae9c51cf7d07b6ada4feb07dd4.tar.gz bcm5719-llvm-3912036c25105eae9c51cf7d07b6ada4feb07dd4.zip |
remove dead makefile flags.
llvm-svn: 74065
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/Makefile | 2 | ||||
-rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/Makefile | 2 | ||||
-rw-r--r-- | llvm/projects/sample/lib/sample/Makefile | 2 | ||||
-rw-r--r-- | llvm/tools/gold/Makefile | 1 | ||||
-rw-r--r-- | llvm/tools/lto/Makefile | 1 |
5 files changed, 0 insertions, 8 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/Makefile b/llvm/lib/CodeGen/AsmPrinter/Makefile index cb5b3f6c59d..8f65d8d3f23 100644 --- a/llvm/lib/CodeGen/AsmPrinter/Makefile +++ b/llvm/lib/CodeGen/AsmPrinter/Makefile @@ -9,7 +9,5 @@ LEVEL = ../../.. LIBRARYNAME = LLVMAsmPrinter PARALLEL_DIRS = -BUILD_ARCHIVE = 1 -DONT_BUILD_RELINKED = 1 include $(LEVEL)/Makefile.common diff --git a/llvm/lib/CodeGen/SelectionDAG/Makefile b/llvm/lib/CodeGen/SelectionDAG/Makefile index 185222ade98..73f0b5da852 100644 --- a/llvm/lib/CodeGen/SelectionDAG/Makefile +++ b/llvm/lib/CodeGen/SelectionDAG/Makefile @@ -9,7 +9,5 @@ LEVEL = ../../.. LIBRARYNAME = LLVMSelectionDAG PARALLEL_DIRS = -BUILD_ARCHIVE = 1 -DONT_BUILD_RELINKED = 1 include $(LEVEL)/Makefile.common diff --git a/llvm/projects/sample/lib/sample/Makefile b/llvm/projects/sample/lib/sample/Makefile index 05bca6141b0..af63399d2aa 100644 --- a/llvm/projects/sample/lib/sample/Makefile +++ b/llvm/projects/sample/lib/sample/Makefile @@ -9,8 +9,6 @@ LEVEL=../.. # Give the name of a library. This will build a dynamic version. # LIBRARYNAME=sample -DONT_BUILD_RELINKED=1 -BUILD_ARCHIVE=1 # # Include Makefile.common so we know what to do. diff --git a/llvm/tools/gold/Makefile b/llvm/tools/gold/Makefile index f282a351ee8..65e99bf41c9 100644 --- a/llvm/tools/gold/Makefile +++ b/llvm/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/llvm/tools/lto/Makefile b/llvm/tools/lto/Makefile index f0f6da7191a..de885d9845a 100644 --- a/llvm/tools/lto/Makefile +++ b/llvm/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 |