mirror of
https://github.com/Linux4Yourself/book.git
synced 2025-02-11 14:14:39 +08:00
5 lines
140 B
Plaintext
5 lines
140 B
Plaintext
|
CC="gcc -m32" ./configure \
|
||
|
--prefix=/usr \
|
||
|
--disable-static \
|
||
|
--libdir=/usr/lib32 \
|
||
|
--host=i686-pc-linux-gnu
|