Added
- Add option to enable NEON intrinsics for the 32-bit ARMv7-A target (
OBGGCC_NEON
)
Fixed
- Fix broken symlink for
libgcc_s.so
on some targets - This regression was the result of replacing hard links with symbolic links in the GCC install scripts. Some libraries, like
libgcc
, rely too much on the hard-linking behavior and break otherwise. - Fix incorrect glibc version detection in the GCC wrapper
Changed
- GOLD is no longer the default linker
- With GOLD being removed from binutils 2.45 and the fact that it still lacks a new maintainer, it seems unreliable to keep using it as the default linker.
- This will be the last version of OBGGCC supporting SPARC, HPPA, MIPS, and other niche architectures
- From version 3.2 onwards, we will support only ARM and x86.