mirror of
https://github.com/YellowJacketLinux/lfs-buildscripts.git
synced 2025-02-02 23:07:18 +08:00
missing case
This commit is contained in:
parent
af8a1838ae
commit
ce90429647
@ -28,6 +28,13 @@ mv gmp-${gmp_version} gmp
|
||||
tar -xf ../${mpc_tarball}
|
||||
mv mpc-${mpc_version} mpc
|
||||
|
||||
case $(uname -m) in
|
||||
x86_64)
|
||||
sed -e '/m64=/s/lib64/lib/' \
|
||||
-i.orig gcc/config/i386/t-linux64
|
||||
;;
|
||||
esac
|
||||
|
||||
mkdir build
|
||||
cd build
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user