Commit 4db58158 by Olivier Hainque Committed by Olivier Hainque

Makefile.in (FLAGS_TO_PASS): Pass libsubdir as well.

2017-10-31  Olivier Hainque  <hainque@adacore.com>

        * gcc/Makefile.in (FLAGS_TO_PASS): Pass libsubdir as well.

From-SVN: r254251
parent 9d54607a
2017-10-31 Olivier Hainque <hainque@adacore.com>
* gcc/Makefile.in (FLAGS_TO_PASS): Pass libsubdir as well.
2017-11-01 Julia Koval <julia.koval@intel.com> 2017-11-01 Julia Koval <julia.koval@intel.com>
* config.gcc: Add gfniintrin.h. * config.gcc: Add gfniintrin.h.
...@@ -1161,6 +1161,7 @@ FLAGS_TO_PASS = \ ...@@ -1161,6 +1161,7 @@ FLAGS_TO_PASS = \
"libexecsubdir=$(libexecsubdir)" \ "libexecsubdir=$(libexecsubdir)" \
"datarootdir=$(datarootdir)" \ "datarootdir=$(datarootdir)" \
"datadir=$(datadir)" \ "datadir=$(datadir)" \
"libsubdir=$(libsubdir)" \
"localedir=$(localedir)" "localedir=$(localedir)"
# #
# Lists of files for various purposes. # Lists of files for various purposes.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment