Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add x64-gcc-10.3.0-glibc-2.28 #2

Merged
merged 1 commit into from
Mar 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Newer cross-compiler toolchains than are available @ https://github.com/raspberr
* **x64-gcc-6.5.0** contains a GCC 6.5.0 cross compiler for x64 that will compile binaries for all Raspberry Pi models running Raspbian Stretch (Debian 9) onward (thanks to a later libstdc++ version).
* **x64-gcc-8.3.0** contains a GCC 8.3.0 cross compiler for x64 that will compile binaries for ARMv6 & ARMv7, however the newer libstdc++ will probably need a newer OS to run the binaries.
* **x64-gcc-8.3.0-glibc-2.28** is the same as **x64-gcc-8.3.0** but with glibc bumped from 2.24 to 2.28.
* **x64-gcc-10.3.0-glibc-2.28** is the same as **x64-gcc-8.3.0-glibc-2.28** but with GCC bumped from 8.3.0 to 10.3.0.

Use the `-march=armv6zk` flag to get ARMv6-compatible binaries if you need a minimum Raspberry Pi 1 & B+ compatibility.
Use the `-march=armv7-a` flag to get ARMv7-compatible binaries if you only need a minimum Raspberry Pi 2 compatibility.
Expand All @@ -15,3 +16,4 @@ Use the `-march=armv7-a` flag to get ARMv7-compatible binaries if you only need
* `x64-gcc-4.9.4-binutils-2.28.config` was generated with crosstool-ng 1.23. This config is roughly based on the configurations used to build the raspberrypi/tools toolchains.
* `x64-gcc-6.5.0.config` and `x64-gcc-8.3.0.config` were generated with crosstool-ng 1.24.0-rc3 and are partly based on `x64-gcc-4.9.4-binutils-2.28.config`
* `x64-gcc-8.3.0-glibc-2.28.config` was generated with crosstool-ng 1.24.0, with a minor edit due to a libisl download location change.
* `x64-gcc-10.3.0-glibc-2.28.config` was generated with crosstool-ng 1.25.0, based on `x64-gcc-8.3.0-glibc-2.28.config`.
Loading