mirror of
https://github.com/Linux4Yourself/book.git
synced 2025-02-10 21:54:40 +08:00
9 lines
313 B
Plaintext
9 lines
313 B
Plaintext
CC="gcc -m32" \
|
|
./configure --host=i686-pc-linux-gnu \
|
|
--prefix=/usr \
|
|
--libdir=/usr/lib32 \
|
|
--sysconfdir=/etc \
|
|
--disable-manpages \
|
|
--disable-static \
|
|
--config-cache
|