diff options
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> |