|
@@ -96,6 +96,7 @@ cd build</userinput></screen>
|
|
|
--disable-werror \
|
|
|
--enable-kernel=&min-kernel; \
|
|
|
--enable-stack-protector=strong \
|
|
|
+ --with-headers=/usr/include \
|
|
|
libc_cv_slibdir=/lib</userinput></screen>
|
|
|
|
|
|
<variablelist>
|
|
@@ -127,6 +128,15 @@ cd build</userinput></screen>
|
|
|
</listitem>
|
|
|
</varlistentry>
|
|
|
|
|
|
+ <varlistentry>
|
|
|
+ <term><parameter>--with-headers=/usr/include</parameter></term>
|
|
|
+ <listitem>
|
|
|
+ <para>This option tells the build system where to find the
|
|
|
+ kernel API headers. By default, those headers are sought in
|
|
|
+ <filename class="directory">/tools/include</filename>.</para>
|
|
|
+ </listitem>
|
|
|
+ </varlistentry>
|
|
|
+
|
|
|
<varlistentry>
|
|
|
<term><parameter>libc_cv_slibdir=/lib</parameter></term>
|
|
|
<listitem>
|