Bundle aarch64-none-elf-objdump 2.33 from Arm to simplify setup

Ubuntu 18.04's objdump is too old (2.30)

devkitA64's objdump is also too old (2.32) and doesn't support
--source-comment
This commit is contained in:
Léo Lam
2020-08-21 14:55:59 +02:00
parent a344367b01
commit 17701b157b
3 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -5,4 +5,4 @@ def apply(config, args):
config['baseimg'] = 'data/main.elf'
config['myimg'] = 'build/uking'
config['source_directories'] = ['src']
config['objdump_executable'] = 'aarch64-linux-gnu-objdump'
config['objdump_executable'] = 'tools/aarch64-none-elf-objdump'