Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build with 16K page sizes in mind on aarch64
By default binutils on buildroot aligns sections to 4kb boundaries, but there are several 16k only linux distros out there now that default to 16kb pages. With this change the elf files will have their sections aligned to 16kb boundaries which should ensure binaries produced with the toolchain work on most aarch64 linuxes.
- Loading branch information