diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-09-06 19:01:49 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-09-06 19:01:49 +0000 |
commit | bd7123bffdefc435c9d5c8e03e72a7b8e82521b0 (patch) | |
tree | 156ed79b99c9bd9c49557ca3c32c8034361f7480 /chapter01 | |
parent | c19d13c7bfffd6f3bb6382f28f8a84107b80905a (diff) |
Use --disable-libgomp instead of altering LD_LIBRARY_PATH in GCC pass 2.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9373 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 350f1ec96..ab936f337 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -37,6 +37,17 @@ --> <listitem> + <para>2010-09-06</para> + <itemizedlist> + <listitem> + <para>[matthew] - Use --disable-libgomp instead of using + LD_LIBRARY_PATH to avoid a failure in GCC pass 2's configure + script.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2010-09-03</para> <itemizedlist> <listitem> |