diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2016-08-06 15:00:51 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2016-08-06 15:00:51 +0000 |
commit | 83528c7103bf2e014b3e783e0b75626beb2bff1b (patch) | |
tree | 385759cb1289759f13765b10d4a610600461c663 /chapter05 | |
parent | 12836f58d2db3fc47b91c4b544daa9f17b25c56c (diff) |
Update to binutils-2.27
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11101 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/glibc.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml index e9832c651..8002fae35 100644 --- a/chapter05/glibc.xml +++ b/chapter05/glibc.xml @@ -58,7 +58,6 @@ cd build</userinput></screen> --enable-kernel=&min-kernel; \ --with-headers=/tools/include \ libc_cv_forced_unwind=yes \ - libc_cv_ctors_header=yes \ libc_cv_c_cleanup=yes</userinput></screen> <variablelist> @@ -111,14 +110,14 @@ cd build</userinput></screen> cleanup handling support is configured.</para> </listitem> </varlistentry> - <varlistentry> +<!-- <varlistentry> <term><parameter>libc_cv_ctors_header=yes</parameter></term> <listitem> <para>Similarly, we pass libc_cv_ctors_header=yes through to the <command>configure</command> script so that the test is skipped and gcc constructor support is configured.</para> </listitem> - </varlistentry> + </varlistentry>--> </variablelist> |