summaryrefslogtreecommitdiffstats
path: root/gnattools
diff options
context:
space:
mode:
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>2014-02-23 16:30:11 +0000
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>2014-02-23 16:30:11 +0000
commite956fd9c3ea37216938553ed5cb99df159640357 (patch)
tree431cfc9f4a5ab6d8e3df2052e2b1cb6f3311f346 /gnattools
parentd0e00ac3e2be1144046364d48838a05b8728c7c0 (diff)
downloadppe42-gcc-e956fd9c3ea37216938553ed5cb99df159640357.tar.gz
ppe42-gcc-e956fd9c3ea37216938553ed5cb99df159640357.zip
gnattools/
* Makefile.in (TOOLS_FLAGS_TO_PASS_CROSS): Robustify. gcc/ada/ * gcc-interface/Make-lang.in (ADA_TOOLS_FLAGS_TO_PASS): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@208053 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gnattools')
-rw-r--r--gnattools/ChangeLog4
-rw-r--r--gnattools/Makefile.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/gnattools/ChangeLog b/gnattools/ChangeLog
index a7bd840efb1..69985f4d445 100644
--- a/gnattools/ChangeLog
+++ b/gnattools/ChangeLog
@@ -1,3 +1,7 @@
+2014-02-23 Eric Botcazou <ebotcazou@adacore.com>
+
+ * Makefile.in (TOOLS_FLAGS_TO_PASS_CROSS): Robustify.
+
2014-01-27 Eric Botcazou <ebotcazou@adacore.com>
* configure.ac (*-*-lynxos*): Delete.
diff --git a/gnattools/Makefile.in b/gnattools/Makefile.in
index 4ec7afd5dd8..423cc6e950c 100644
--- a/gnattools/Makefile.in
+++ b/gnattools/Makefile.in
@@ -132,7 +132,7 @@ TOOLS_FLAGS_TO_PASS_CROSS= \
"ADAFLAGS=$(ADAFLAGS)" \
"ADA_CFLAGS=$(ADA_CFLAGS)" \
"INCLUDES=$(INCLUDES_FOR_SUBDIR)" \
- "ADA_INCLUDES=-I$(RTS_DIR)../adainclude -I$(RTS_DIR) $(ADA_INCLUDES_FOR_SUBDIR)" \
+ "ADA_INCLUDES=-I$(RTS_DIR)/../adainclude -I$(RTS_DIR) $(ADA_INCLUDES_FOR_SUBDIR)" \
"exeext=$(exeext)" \
"fsrcdir=$(fsrcdir)" \
"srcdir=$(fsrcdir)" \
OpenPOWER on IntegriCloud