narke / gcc-cross-compiler

A script to cross-compile GCC toolchain for various target architectures.
BSD 3-Clause "New" or "Revised" License
51 stars 11 forks source link

Add armhf support #12

Closed adazem009 closed 1 year ago

adazem009 commented 1 year ago

This PR adds support for ARM hard float (arm-linux-gnueabihf toolchain).

I'm not sure if armhf is a good name for this since it's mostly used in Debian. Maybe armv7 would be better because aarch64 (instead of arm64) is used there.