From: Reid Spencer
Date: Fri, 22 Apr 2005 20:27:33 +0000 (+0000)
Subject: Mention the --enable-targets= option to configure.
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=2ebdb53c0166b91f793e06e660cb29231b9a9810;p=oota-llvm.git
Mention the --enable-targets= option to configure.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21459 91177308-0d34-0410-b5e6-96231b3b80d8
---
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index e3ae3896db6..4bcf6c45b27 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -84,6 +84,9 @@ bug fixes for those problems found since the 1.4 release.
Alpha, and IA64.
Support for Microsoft Visual Studio is improved, and now documented.
+ Configuring LLVM to build targets selectively is now implemented, via the
+ --enable-targets= option. This feature is documented
+ here.