Fixed a typo

This commit is contained in:
zykron1 2023-02-17 07:50:12 -08:00 committed by GitHub
parent 1f318919a8
commit 38ebdba5b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,8 +63,8 @@ curl -O https://ftp.gnu.org/gnu/gcc/gcc-12.2.0/gcc-12.2.0.tar.gz
tar xf gcc-4.9.1.tar.bz2 tar xf gcc-4.9.1.tar.bz2
mkdir gcc-build mkdir gcc-build
cd gcc-build cd gcc-build
../gcc-4.9.1/contrib/download_prerequisites ../gcc-12.2.0/contrib/download_prerequisites
../gcc-4.9.1/configure --target=$TARGET --prefix="$PREFIX" --disable-nls --disable-libssp --enable-languages=c --without-headers ../gcc-12.2.0/configure --target=$TARGET --prefix="$PREFIX" --disable-nls --disable-libssp --enable-languages=c --without-headers
make all-gcc make all-gcc
make all-target-libgcc make all-target-libgcc
make install-gcc make install-gcc