You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -69,6 +69,8 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
69
69
70
70
71
71
72
+
73
+
72
74
73
75
### TL'DR
74
76
@@ -81,9 +83,11 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
81
83
> _This project benefits everyone, from a professional Developer to a small Hobbyist to a research Student, who's looking for latest easy-to-use precompiled GCC toolchains for their Raspberry Pi project(s)._
82
84
83
85
86
+
87
+
84
88
85
89
86
-
### New-Release SneekPeak: v3.0
90
+
### Newv3.0+ Release SneekPeak
87
91
88
92
-*Automated CI maintained GCC standalone ARM/ARM64 toolchains.*
- This project now provides user-friendly open-sourced bash build-scripts that auto-generates Compressed Cross & Native GCC ARM/ARM64 Toolchain binaries targeting Raspberry Pi 32-bit & 64-bit OSes.
191
195
@@ -222,9 +226,8 @@ Open source is awesome :heart:
222
226
223
227
### Optimization Flags Involved:
224
228
225
-
**These toolchains are built with these following system-specific LTO _(Link Time Optimization)_ flags, therefore you can easily take advantage of your Raspberry Pi's CPU specific features with these Toolchains while compiling your programs:**
229
+
These toolchains are built with these following system-specific LTO _(Link Time Optimization)_ flags, therefore you can easily take advantage of your Raspberry Pi's CPU specific features with these Toolchains while compiling your programs:
226
230
227
-
**Important:** The latest Raspberry Pi 4 uses a Broadcom BCM2711 SoC with a 1.5 GHz 64-bit quad-core ARM Cortex-A72 processor, that also have armv8-a architecture similar to Raspberry Pi 3B+, therefore it is also officially supported!
228
231
229
232
| Raspberry Pi Board | Link Time Optimization Flags |
230
233
|---|---|
@@ -234,8 +237,11 @@ Open source is awesome :heart:
234
237
| Raspberry Pi - *3 & 4 Model A+/B+ & Compute 3/3-lite/3+ (64-Bit)*|`-march=armv8-a+fp+simd`|
235
238
236
239
240
+
**Important: :bulb:**_The latest Raspberry Pi 4 uses a Broadcom BCM2711 SoC with a 1.5 GHz 64-bit quad-core ARM Cortex-A72 processor, that also have armv8-a architecture similar to Raspberry Pi 3B+, therefore it is also officially supported!_
241
+
237
242
238
243
244
+
239
245
240
246
# Citing
241
247
@@ -253,13 +259,17 @@ Open source is awesome :heart:
0 commit comments