Skip to content

Commit

Permalink
Update gcc to 11.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
uwueviee committed Aug 30, 2021
1 parent 241d715 commit 7139994
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ You'll need a working clang + gcc setup on the host system to run these scripts.

You'll also need the sources for:
* binutils 2.36.1
* gcc 10.2.0
* gcc 11.2.0
* linux 5.13.13
* glibc 2.34 with [this patch](https://www.linuxfromscratch.org/patches/downloads/glibc/glibc-2.34-fhs-1.patch)
* openssl 1.1.1l
Expand All @@ -16,7 +16,7 @@ You'll also need the sources for:
* libcxx 12.0.1
* libcxxabi 12.0.1

To allow the scripts to find the sources, please ensure the extracted sources are in a folder with only it's name as the folder name. (Example: gcc 10.2.0 would be in /sources/gcc)
To allow the scripts to find the sources, please ensure the extracted sources are in a folder with only it's name as the folder name. (Example: gcc 11.2.0 would be in /sources/gcc)

A destination folder will need to be created to allow the toolchain to properly link.

Expand Down
2 changes: 1 addition & 1 deletion libstdcxx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ cd build
--disable-multilib \
--disable-nls \
--disable-libstdcxx-pch \
--with-gxx-include-dir=/tools/$2/include/c++/10.2.0
--with-gxx-include-dir=/tools/$2/include/c++/11.2.0


make $4
Expand Down

0 comments on commit 7139994

Please sign in to comment.