mirror of
https://github.com/Linux4Yourself/book.git
synced 2025-02-11 22:34:42 +08:00
7 lines
188 B
Plaintext
7 lines
188 B
Plaintext
CC="gcc -m32" ./configure \
|
|
--prefix=/usr \
|
|
--libdir=/usr/lib32 \
|
|
--host=i686-pc-linux-gnu \
|
|
--disable-debuginfod \
|
|
--enable-libdebuginfod=dummy
|