Search Results
Post Author Forum Replies Views Posted [asc]
  Thread: ARM64 compilation on CentOS 7 / RHEL7 with GCC 4.8
Post: RE: ARM64 compilation on CentOS 7 / RHEL7 with GCC...

Thanks I'll post this on ipxe-devel as well.
bensallen General 2 9,820 2017-07-26, 16:43
  Thread: ARM64 compilation on CentOS 7 / RHEL7 with GCC 4.8
Post: ARM64 compilation on CentOS 7 / RHEL7 with GCC 4.8

The arm64 makefile sets the -mabi=lp64 CFLAG. It appears this ABI argument was added to GCC in 4.9 for AArch64. CentOS 7 / RHEL7 ship with GCC 4.8. Compiling via Code: make CROSS_COMPILE=aarch64-lin...
bensallen General 2 9,820 2017-07-25, 23:48