| 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@
|
|
|