Commit 5a6b6a9f by Olivier Hainque Committed by Olivier Hainque

Makefile.in (CROSS): Define, to @CROSS@.

2014-10-02  Olivier Hainque  <hainque@adacore.com>

        * Makefile.in (CROSS): Define, to @CROSS@.

From-SVN: r215799
parent 9dddb6f5
2014-10-02 Olivier Hainque <hainque@adacore.com>
* Makefile.in (CROSS): Define, to @CROSS.
2014-10-02 Jakub Jelinek <jakub@redhat.com> 2014-10-02 Jakub Jelinek <jakub@redhat.com>
PR target/62128 PR target/62128
...@@ -115,6 +115,10 @@ vpath %.texi $(gcc_docdir)/include ...@@ -115,6 +115,10 @@ vpath %.texi $(gcc_docdir)/include
# UNSORTED # 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. # Variables that exist for you to override.
# See below for how to change them for certain systems. # See below for how to change them for certain systems.
......
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