glibc: Drop --with-headers=/usr/include

The Glibc INSTALL file says:

‘--with-headers=DIRECTORY’
     Look for kernel header files in DIRECTORY, not ‘/usr/include’. ...

So --with-headers=/usr/include seems just doing nothing.
This commit is contained in:
Xi Ruoyao 2024-01-29 23:45:33 +08:00
parent 4ecfc55ddb
commit 40cd8a1801
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

@ -73,7 +73,6 @@ cd build</userinput></screen>
--disable-werror \
--enable-kernel=&min-kernel; \
--enable-stack-protector=strong \
--with-headers=/usr/include \
--disable-nscd \
libc_cv_slibdir=/usr/lib</userinput></screen>