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