| From 4f540a973fcb6198a919aee3e73ef74b6088d1b1 Mon Sep 17 00:00:00 2001 |
| From: Alexey Pavlov <alexey.pawlow@gmail.com> |
| Date: Wed, 5 Aug 2015 23:36:17 +0100 |
| Subject: [PATCH] Build EXTRA_GNATTOOLS for Ada |
| |
| --- |
| gnattools/Makefile.in | 4 ++-- |
| 1 file changed, 2 insertions(+), 2 deletions(-) |
| |
| diff --git a/gnattools/Makefile.in b/gnattools/Makefile.in |
| index b0860eaf96d..ebe2aaf88c9 100644 |
| --- a/gnattools/Makefile.in |
| +++ b/gnattools/Makefile.in |
| @@ -197,7 +197,7 @@ gnattools-native: $(GCC_DIR)/stamp-tools $(GCC_DIR)/stamp-gnatlib-rts |
| ../../gnatmake$(exeext) ../../gnatlink$(exeext) |
| # gnattools2 |
| $(MAKE) -C $(GCC_DIR)/ada/tools -f ../Makefile \ |
| - $(TOOLS_FLAGS_TO_PASS_NATIVE) common-tools |
| + $(TOOLS_FLAGS_TO_PASS_NATIVE) common-tools $(EXTRA_GNATTOOLS) |
| |
| # gnatmake/link can be built with recent gnatmake/link if they are available. |
| # This is especially convenient for building cross tools or for rebuilding |
| @@ -209,7 +209,7 @@ regnattools: $(GCC_DIR)/stamp-gnatlib-rts |
| gnatmake-re gnatlink-re |
| # gnattools2 |
| $(MAKE) -C $(GCC_DIR)/ada/tools -f ../Makefile \ |
| - $(TOOLS_FLAGS_TO_PASS_NATIVE) common-tools |
| + $(TOOLS_FLAGS_TO_PASS_NATIVE) common-tools $(EXTRA_GNATTOOLS) |
| |
| gnattools-cross: $(GCC_DIR)/stamp-tools |
| # gnattools1-re |
| -- |
| 2.12.1 |
| |