Compare commits
No commits in common. "a93b367129bbcc2a81f1c8956afcd3031ddb97a5" and "d1a92bbeef18ebb7bd60e00005f23d633b975cd7" have entirely different histories.
a93b367129
...
d1a92bbeef
1 changed files with 0 additions and 7 deletions
|
@ -2,13 +2,6 @@ wget -O gcc-11.1.0.tar.gz https://gcc.gnu.org/pub/gcc/releases/gcc-11.1.0/gcc-11
|
||||||
tar -xf gcc-11.1.0.tar.gz
|
tar -xf gcc-11.1.0.tar.gz
|
||||||
cd gcc-11.1.0
|
cd gcc-11.1.0
|
||||||
|
|
||||||
wget https://ftp.gnu.org/gnu/gmp/gmp-6.2.1.tar.xz
|
|
||||||
tar -xf gmp-6.2.1.tar.xz gmp
|
|
||||||
wget https://ftp.gnu.org/gnu/mpfr/mpfr-4.1.0.tar.xz
|
|
||||||
tar -xf mprf-4.1.0.tar.xz mpfr
|
|
||||||
wget https://ftp.gnu.org/gnu/mpc/mpc-1.2.1.tar.gz
|
|
||||||
tar -xf mpc-1.2.1.tar.gz mpc
|
|
||||||
|
|
||||||
# Use lib not lib64 by default.
|
# Use lib not lib64 by default.
|
||||||
sed '/m64=/s/lib64/lib/' gcc/gcc/config/i386/t-linux64 > _
|
sed '/m64=/s/lib64/lib/' gcc/gcc/config/i386/t-linux64 > _
|
||||||
mv -f _ gcc/gcc/config/i386/t-linux64
|
mv -f _ gcc/gcc/config/i386/t-linux64
|
||||||
|
|
Loading…
Reference in a new issue