mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-21 14:49:58 +08:00
Makefile.in (FLAGS_TO_PASS): Pass $(libexecsubdir) instead of $(libsubdir) as libexecsubdir.
gcc/ * Makefile.in (FLAGS_TO_PASS): Pass $(libexecsubdir) instead of $(libsubdir) as libexecsubdir. From-SVN: r187658
This commit is contained in:
parent
9c68125ebc
commit
0ac3cb2a66
@ -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
|
||||
|
@ -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)"
|
||||
|
Loading…
Reference in New Issue
Block a user