summaryrefslogtreecommitdiff
path: root/gcc/Makefile.in
diff options
context:
space:
mode:
authorhainque <hainque@138bc75d-0d04-0410-961f-82ee72b054a4>2014-10-02 09:44:20 +0000
committerhainque <hainque@138bc75d-0d04-0410-961f-82ee72b054a4>2014-10-02 09:44:20 +0000
commita6ea4f19c0343e30643af282fd556b035869f1f0 (patch)
tree1f77d1ec7e72f1df99393538957aa470256c02d0 /gcc/Makefile.in
parent5b08a9abe8f4b0fe5114cb01437a5b6f4ceeabfe (diff)
downloadgcc-a6ea4f19c0343e30643af282fd556b035869f1f0.tar.gz
2014-10-02 Olivier Hainque <hainque@adacore.com>
* Makefile.in (CROSS): Define, to @CROSS@. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@215799 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/Makefile.in')
-rw-r--r--gcc/Makefile.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index b38f8ef1057..1dba76f8362 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -115,6 +115,10 @@ vpath %.texi $(gcc_docdir)/include
# 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.