Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(126)

Unified Diff: Makefile.config.in

Issue 7730004: add llvm configure flags to enable/disable target OSes/Envs Base URL: https://llvm.org/svn/llvm-project/llvm/trunk/
Patch Set: Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Makefile.rules ('k') | autoconf/configure.ac » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Makefile.config.in
===================================================================
--- Makefile.config.in (revision 138335)
+++ Makefile.config.in (working copy)
@@ -188,6 +188,12 @@
# Targets that we should build
TARGETS_TO_BUILD=@TARGETS_TO_BUILD@
+# Target OSes to include in the build.
+TARGET_OSES_TO_BUILD=@TARGET_OSES_TO_BUILD@
+
+# Target Environments to include in the build.
+TARGET_ENVS_TO_BUILD=@TARGET_ENVS_TO_BUILD@
+
# Path to location for LLVM C/C++ front-end. You can modify this if you
# want to override the value set by configure.
LLVMGCCDIR := @LLVMGCCDIR@
« no previous file with comments | « Makefile.rules ('k') | autoconf/configure.ac » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698