Implement the --enable-targets= feature of the configure script. The make
authorReid Spencer <rspencer@reidspencer.com>
Fri, 22 Apr 2005 17:20:11 +0000 (17:20 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Fri, 22 Apr 2005 17:20:11 +0000 (17:20 +0000)
commit18969fbc9f19fbc62d25ff2e83098c3143d77a33
tree74a3595e21c1fd374b36f3021d052cafdf4b1917
parent5a870448d12a786098e9ec5018cd2bb3f5f673fd
Implement the --enable-targets= feature of the configure script. The make
variable TARGETS_TO_BUILD is used to determine which targets in lib/Target
are built and which libraries are linked into llc. This effectively
implements the feature. One item remains: disabling targets in the dejagnu
test suite.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21450 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Makefile
tools/llc/Makefile