aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/Makefile.in2
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 95bf7f9..85b47ac 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2012-05-18 Olivier Hainque <hainque@adacore.com>
+
+ * Makefile.in (FLAGS_TO_PASS): Pass $(libexecsubdir) instead of
+ $(libsubdir) as libexecsubdir.
+
2012-05-18 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
* config/rs6000/rs6000.c (print_operand): Revise code that unsafely
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index 4853eb9..f12d89b 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -1099,7 +1099,7 @@ FLAGS_TO_PASS = \
"build_tooldir=$(build_tooldir)" \
"gcc_tooldir=$(gcc_tooldir)" \
"bindir=$(bindir)" \
- "libexecsubdir=$(libsubdir)" \
+ "libexecsubdir=$(libexecsubdir)" \
"datarootdir=$(datarootdir)" \
"datadir=$(datadir)" \
"localedir=$(localedir)"