diff options
author | Xi Ruoyao <xry111@mengyan1223.wang> | 2019-03-25 09:03:00 +0000 |
---|---|---|
committer | Xi Ruoyao <xry111@mengyan1223.wang> | 2019-03-25 09:03:00 +0000 |
commit | 797ada6224c18798fcaaa48d54aabe824d51ea7b (patch) | |
tree | 3ea5b88a9a42d180e73e901b5c040525cf6fa0de /chapter01 | |
parent | 93058448b33401726b00eb546a1359143f1c1f57 (diff) |
Use GCC option -ffile-prefix-map to simplify chapter 6 Glibc instruction
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11560 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 932f94ee3..b5ab29713 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -44,6 +44,16 @@ --> <listitem> + <para>2019-03-25</para> + <itemizedlist> + <listitem> + <para>[xry111] - Use -ffile-prefix-map instead of -isystem and + symlinks in the Glibc build to simplify the instruction.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2019-03-13</para> <itemizedlist> <listitem> |