mirror of
https://github.com/Linux4Yourself/book.git
synced 2025-02-03 07:17:17 +08:00
5 lines
112 B
Plaintext
5 lines
112 B
Plaintext
|
CC="gcc -m32" ./configure \
|
||
|
--prefix=/usr \
|
||
|
--libdir=/usr/lib32 \
|
||
|
--host=i686-pc-linux-gnu
|