On Fri, Mar 01, 2019 at 02:29:50PM +0100, Thomas Monjalon wrote:
31/01/2019 11:11, Phil Yang:
quoted
Enable native/cross compiling for Cortex-A55 and Cortex-A76 on meson.
Signed-off-by: Phil Yang <redacted>
Reviewed-by: Ola Liljedahl <redacted>
Reviewed-by: Gavin Hu <redacted>
---
config/arm/arm64_armv8_linuxapp_gcc | 2 ++
config/arm/meson.build | 2 ++
2 files changed, 4 insertions(+)
Applied, thanks.
Some thoughts:
- Can we merge support for cross and native compilation in one place?
- Why isn't it native in Meson?
I believe there is some work being done upstream on meson to make native
and cross builds more similar, but I'm not sure of the exact scope of that
work.
/Bruce