mirror of
https://github.com/Linux4Yourself/book.git
synced 2025-02-10 05:24:40 +08:00
3 lines
144 B
Plaintext
3 lines
144 B
Plaintext
|
sed -e '/m64=/s/lib64/lib/' \
|
||
|
-e '/m32=/s/m32=.*/m32=..\/lib32$(call if_multiarch,:i386-linux-gnu)/' \
|
||
|
-i.orig gcc/config/i386/t-linux64
|