|
14 | 14 | * **Native GCC Compilers:** can be used with any Raspberry Pi OS flavors(*32-bit/64-bit*). It can be use beside old default Raspbian GCC 6.3.0 that lacks some major features(*such as C++17 support*).
|
15 | 15 | * **Cross GCC Compilers:** can be used with any Linux Distributions(*32-bit/64-bit*) for cross-compiling programs for your Raspberry Pi machine.
|
16 | 16 | * **ARM64 (*aka AArch64*)** is a popular platform that is currently experiencing growth in developer mind-share. This project now provides exclusive [64-bit ARM64 Raspberry Pi GCC Toolchains](https://github.com/abhiTronix/raspberry-pi-cross-compilers/wiki#bonus-64-bit-arm64-gcc-compilers-toolchains).
|
17 |
| -* All these compilers binaries are Raspberry Pi hardware-optimized with enhanced overall performance. |
| 17 | +* All these compilers binaries are Raspberry Pi hardware-optimized that enhances overall performance. |
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
21 | 21 | ## Features
|
22 | 22 | #### What makes these Raspberry Pi GCC Toolchains special?
|
23 |
| -- *Raspberry pi hardware optimized GCC standalone ARM Binaries* |
24 |
| -- *Separate binaries and [flags](https://github.com/abhiTronix/raspberry-pi-cross-compilers/tree/dev#supported-optimization-flags) for each Raspberry Pi Model(including Compute Module)* |
| 23 | +- *Raspberry pi hardware-optimized GCC Standalone ARM Binaries* |
| 24 | +- *Separate binaries for each Raspberry Pi Model(including Compute modules)* |
25 | 25 | - *Ridiculously low installation time(few mins)*
|
| 26 | +- *Tar Compressed smaller size binaries* |
26 | 27 | - *Latest [**GCC 9.1.0**](https://gcc.gnu.org/gcc-9/) binary available*<img src="https://raw.githubusercontent.com/abhiTronix/Imbakup/master/Images/new.gif"/>
|
27 | 28 | - *Exclusive **AArch64/ARM64** Binaries for Raspberry Pi 64-Bit OS flavors*<img src="https://raw.githubusercontent.com/abhiTronix/Imbakup/master/Images/new.gif"/>
|
28 | 29 | - *Inbuilt [latest GDB Debugger](https://www.gnu.org/software/gdb/download/ANNOUNCEMENT) for Cross Compilers*<img src="https://raw.githubusercontent.com/abhiTronix/Imbakup/master/Images/new.gif"/>
|
29 |
| -- *Best Cross-Compiler CMAKE Compatibility* |
| 30 | +- *Excellent Cross-Compiler CMAKE Compatibility* |
| 31 | +- *Link-time-optimization (LTO) enabled* |
30 | 32 | - *OpenMP 5, C++2A, C2X, C++17 standard support (Default Raspberry pi GCC 6.3.0 lacks it) and other [latest changes](https://www.phoronix.com/scan.php?page=news_item&px=GCC-9.1-Compiler-Released)* <img src="https://raw.githubusercontent.com/abhiTronix/Imbakup/master/Images/new.gif"/>
|
31 | 33 | - *Improved Performance [Benchmarks](https://www.phoronix.com/scan.php?page=article&item=gcc9-eoy-2018&num=1)* <img src="https://raw.githubusercontent.com/abhiTronix/Imbakup/master/Images/new.gif"/>
|
32 | 34 |
|
|
0 commit comments