commit | f2ae48e6219184c49636d16a5f581057f9dd2738 | [log] [tgz] |
---|---|---|
author | Keith Packard <keithp@keithp.com> | Thu Jun 23 22:24:52 2022 -0700 |
committer | Fabio Baltieri <fabio.baltieri@gmail.com> | Mon Jul 04 15:42:53 2022 +0000 |
tree | 7deb0d804050a928f58e652d569187728a630a72 | |
parent | 6a102eeffd43e0e66060e99a70fc22b7f0319909 [diff] |
arch/arm64: Enable 'large' code model for large targets Targets with text or data addresses above the 4GB boundary may need to use the large code model to ensure relocations in the linker work correctly. Signed-off-by: Keith Packard <keithp@keithp.com>