diff --git a/general.ent b/general.ent
index 4f0f1eb0b4..284048144e 100644
--- a/general.ent
+++ b/general.ent
@@ -1,12 +1,12 @@
-
+
-
+
diff --git a/general/prog/gcc-java.xml b/general/prog/gcc-java.xml
index aed34fcc56..6ff77db94d 100644
--- a/general/prog/gcc-java.xml
+++ b/general/prog/gcc-java.xml
@@ -157,6 +157,7 @@ cd ../gcc-build &&
--disable-multilib \
--with-system-zlib \
--disable-bootstrap \
+ --enable-java-home \
--with-jvm-root-dir=/opt/gcj \
--with-antlr-jar=$(pwd)/../antlr-&antlr-version;-complete.jar \
--enable-languages=java &&
@@ -230,6 +231,11 @@ ln -sfv ../../../usr/bin/ecj /opt/gcj/bin/javac
ones you install.
+
+ --enable-java-home: Allows to creates a directory
+ layout similar to that of a JVM.
+
+
--with-jvm-root-dir=/opt/gcj: Allows to install
the JVM in the specified location.
diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml
index 59a5e534c7..dd5eb92954 100644
--- a/introduction/welcome/changelog.xml
+++ b/introduction/welcome/changelog.xml
@@ -44,6 +44,15 @@
-->
+
+ July 6th, 2014
+
+
+ [pierre] - Add a missing switch for GCC-Java.
+
+
+
+
July 5th, 2014