diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-05-12 01:42:31 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-05-12 01:42:31 +0000 |
commit | fbac4918ccf1245c0db154514af90596bbfdcd35 (patch) | |
tree | 909e5e5928bbda257993250d27a7f0421c0a935b /chapter01 | |
parent | c2c0775c1c55ec7b97e9b4738db4be910538dd09 (diff) |
added --enable-languages=c,c++ to fix gcc bug with regards to -Wreturn-type
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2578 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index cd59af4d9..875839c13 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -71,6 +71,11 @@ </itemizedlist> </para></listitem> +<listitem><para>May 11th, 2003 [gerard]: Chapter 06 - Gcc-2.95.3: Added +--enable-languages=c,c++ to fix that gcc's version bug with regards to +-Wreturn-type.</para> +<para>Fixes bug #525</para></listitem> + <listitem><para>May 11th, 2003 [gerard]: Chapter 05 - Bash: Removed the --without-bash-malloc configure option.</para></listitem> |