diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-05-03 17:01:35 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-05-03 17:01:35 +0000 |
commit | 266acfa4964803c4fc4ddd8edc015fd0a0ad51f2 (patch) | |
tree | f813a20a0fe1489815e5e26dfcf5c0e661436510 | |
parent | 8b2cdf0f4e1a12385653e837e08f7088b4b6cba6 (diff) | |
download | crosstool-ng-266acfa4964803c4fc4ddd8edc015fd0a0ad51f2.tar.gz crosstool-ng-266acfa4964803c4fc4ddd8edc015fd0a0ad51f2.tar.bz2 crosstool-ng-266acfa4964803c4fc4ddd8edc015fd0a0ad51f2.zip |
As a bonus, the i686-nptl-linux-gnu can build Fortrn and Java!
/trunk/samples/i686-nptl-linux-gnu/crosstool.config | 4 2 2 0 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
-rw-r--r-- | samples/i686-nptl-linux-gnu/crosstool.config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/samples/i686-nptl-linux-gnu/crosstool.config b/samples/i686-nptl-linux-gnu/crosstool.config index 7cd40dd2..654b42b4 100644 --- a/samples/i686-nptl-linux-gnu/crosstool.config +++ b/samples/i686-nptl-linux-gnu/crosstool.config @@ -234,8 +234,8 @@ CT_CC_SUPPORT_OBJCXX=y # Additional supported languages: # CT_CC_LANG_CXX=y -# CT_CC_LANG_FORTRAN is not set -# CT_CC_LANG_JAVA is not set +CT_CC_LANG_FORTRAN=y +CT_CC_LANG_JAVA=y # CT_CC_LANG_ADA is not set # CT_CC_LANG_OBJC is not set # CT_CC_LANG_OBJCXX is not set |