summaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authordaney <daney@138bc75d-0d04-0410-961f-82ee72b054a4>2007-05-22 04:06:06 +0000
committerdaney <daney@138bc75d-0d04-0410-961f-82ee72b054a4>2007-05-22 04:06:06 +0000
commitcc3b034a19553df5b4c3657acfd420677c702fff (patch)
treed9caca122df6d9175b9fdda2147de2929c998b91 /gcc/doc
parent52d7910c17b39784ab6d1f6be1e4f0148d117871 (diff)
downloadgcc-cc3b034a19553df5b4c3657acfd420677c702fff.tar.gz
* doc/install.texi (Building a cross compiler): Add requirements
for Java cross compiler. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@124936 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/install.texi7
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
index fa17564574c..690afbfbcf7 100644
--- a/gcc/doc/install.texi
+++ b/gcc/doc/install.texi
@@ -1767,6 +1767,13 @@ native compiler. You can then use the native GCC compiler to build the
cross compiler. The installed native compiler needs to be GCC version
2.95 or later.
+If the cross compiler is to be built with support for the Java
+programming language and the ability to compile .java source files is
+desired, the installed native compiler used to build the cross
+compiler needs to be the same GCC version as the cross compiler. In
+addition the cross compiler needs to be configured with
+@option{--with-ecj-jar=@dots{}}.
+
Assuming you have already installed a native copy of GCC and configured
your cross compiler, issue the command @command{make}, which performs the
following steps: