mirror of
https://github.com/Linux4Yourself/book.git
synced 2025-02-10 05:24:40 +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 |