mirror of
https://github.com/Linux4Yourself/book.git
synced 2025-01-24 06:52:20 +08:00
12 lines
373 B
Plaintext
12 lines
373 B
Plaintext
mkdir build
|
|
cd build
|
|
|
|
../configure \
|
|
--prefix=/usr \
|
|
--disable-werror \
|
|
--enable-kernel=3.2 \
|
|
--with-headers=/usr/include \
|
|
--libexecdir=/usr/lib \
|
|
libc_cv_slibdir=/usr/lib \
|
|
libc_cv_include_x86_isa_level=no
|