]> gcc.gnu.org Git - gcc.git/commitdiff
Makefile.in (FLAGS_TO_PASS): Pass libsubdir as well.
authorOlivier Hainque <hainque@adacore.com>
Tue, 31 Oct 2017 09:09:33 +0000 (09:09 +0000)
committerOlivier Hainque <hainque@gcc.gnu.org>
Tue, 31 Oct 2017 09:09:33 +0000 (09:09 +0000)
2017-10-31  Olivier Hainque  <hainque@adacore.com>

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

From-SVN: r254251

gcc/ChangeLog
gcc/Makefile.in

index cba3694c663d1a1e5e2c70828fb27d0a41f4fd04..363922b603b66c286943213ff285ef282e4cdf82 100644 (file)
@@ -1,3 +1,7 @@
+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>
 
        * config.gcc: Add gfniintrin.h.
index 9b4cedf3df4c46c8bfaf3b4ede32e03bab9b2b23..5f5f4032ae61f658d6f70c417781566bbc8ec105 100644 (file)
@@ -1161,6 +1161,7 @@ FLAGS_TO_PASS = \
        "libexecsubdir=$(libexecsubdir)" \
        "datarootdir=$(datarootdir)" \
        "datadir=$(datadir)" \
+       "libsubdir=$(libsubdir)" \
        "localedir=$(localedir)"
 #\f
 # Lists of files for various purposes.
This page took 0.108732 seconds and 5 git commands to generate.