diff options
author | David Daney <ddaney@avtrex.com> | 2007-05-22 04:06:06 +0000 |
---|---|---|
committer | David Daney <daney@gcc.gnu.org> | 2007-05-22 04:06:06 +0000 |
commit | c076e75f302976d9c9befa9951242b70f0604ace (patch) | |
tree | d9caca122df6d9175b9fdda2147de2929c998b91 /gcc | |
parent | e175d3bffe2d6ff4b159fcc84a190cbdc625d15d (diff) | |
download | gcc-c076e75f302976d9c9befa9951242b70f0604ace.zip gcc-c076e75f302976d9c9befa9951242b70f0604ace.tar.gz gcc-c076e75f302976d9c9befa9951242b70f0604ace.tar.bz2 |
install.texi (Building a cross compiler): Add requirements for Java cross compiler.
* doc/install.texi (Building a cross compiler): Add requirements
for Java cross compiler.
From-SVN: r124936
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/install.texi | 7 |
2 files changed, 12 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 857a5fa..88f685c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2007-05-21 David Daney <ddaney@avtrex.com> + + * doc/install.texi (Building a cross compiler): Add requirements + for Java cross compiler. + 2007-05-21 Andrew Pinski <andrew_pinski@playstation.sony.com> PR middle-end/31995 diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index fa17564..690afbf 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: |