2014-10-02 Olivier Hainque <hainque@adacore.com>
* Makefile.in (CROSS): Define, to @CROSS@.
From-SVN: r215799
+2014-10-02 Olivier Hainque <hainque@adacore.com>
+
+ * Makefile.in (CROSS): Define, to @CROSS.
+
2014-10-02 Jakub Jelinek <jakub@redhat.com>
PR target/62128
# UNSORTED
# --------
+# Extra flags to pass to indicate cross compilation, which
+# might be used or tested by Make-lang fragments.
+CROSS=@CROSS@
+
# Variables that exist for you to override.
# See below for how to change them for certain systems.