diff --git a/Documentation/Developers/CHANGELOG-RENE b/Documentation/Developers/CHANGELOG-RENE index 32653ee3f..a1deab57c 100644 --- a/Documentation/Developers/CHANGELOG-RENE +++ b/Documentation/Developers/CHANGELOG-RENE @@ -1,4 +1,9 @@ +*) 2003-11-07 (2.0.0-rc2 - 2.0.0-rc3) + + - Dimitar Zhekov: disable gcc2 chill and gcc33 java compilers for the + bootdisk target + *) 2003-11-06 (2.0.0-rc2 - 2.0.0-rc3) - updated wv2 diff --git a/target/bootdisk/config.in b/target/bootdisk/config.in index 9f96b8521..083a35b2c 100644 --- a/target/bootdisk/config.in +++ b/target/bootdisk/config.in @@ -75,7 +75,9 @@ ROCKCFGSET_DIETLIBC_gawk=1 ROCKCFGSET_DIETLIBC_iproute2=1 ROCKCFGSET_PKG_TERMCAP_USEIT=1 +ROCKCFGSET_PKG_GCC2_NO_CHILL=1 ROCKCFGSET_PKG_GCC3_NO_JAVA=1 +ROCKCFGSET_PKG_GCC33_NO_JAVA=1 ROCKCFGSET_PKG_BASH_PROGCOMP=0 ROCKCFGSET_PKG_BASH_INST_RLL=0