updated gcc

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

View File

@ -59,7 +59,7 @@ gcc
---
```sh
cd /tmp/src
curl -O https://ftp.gnu.org/gnu/gcc/gcc-4.9.1/gcc-4.9.1.tar.bz2
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
mkdir gcc-build
cd gcc-build