Skip to content

Commit 6e06f64

Browse files
authored
Update README.md
1 parent 2856fe3 commit 6e06f64

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,21 @@
1414
* **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*).
1515
* **Cross GCC Compilers:** can be used with any Linux Distributions(*32-bit/64-bit*) for cross-compiling programs for your Raspberry Pi machine.
1616
* **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.
1818

1919
 
2020

2121
## Features
2222
#### 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)*
2525
- *Ridiculously low installation time(few mins)*
26+
- *Tar Compressed smaller size binaries*
2627
- *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"/>
2728
- *Exclusive **AArch64/ARM64** Binaries for Raspberry Pi 64-Bit OS flavors*<img src="https://raw.githubusercontent.com/abhiTronix/Imbakup/master/Images/new.gif"/>
2829
- *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*
3032
- *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"/>
3133
- *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"/>
3234

0 commit comments

Comments
 (0)