@@@ tests: aarch64 test0100 using debug ELF header

It was using the non-debug one but the rest of the compilation chain is
done with debug in mind.
This commit is contained in:
deesix 2021-01-31 00:00:00 +01:00
parent 1a9bbe6e63
commit f865e47646
2 changed files with 2 additions and 2 deletions

View File

@ -145,7 +145,7 @@ deb80d26727f797c397b927938360f846eb982dc0722903cb07947737332c443 test/results/t
930f40edcfbddb108926c1de3f24a86fd6e9dc40129a037866f5cf5206e278e9 test/results/test0025-amd64-binary
8f0de7d0a0b66d0050199621e8215b9c9a55ef62784acccef80a72238f361cd3 test/results/test0025-armv7l-binary
2adf4dd02db431f498cfa2803c66d632024fedcc6af70ff76c96726fad8442d4 test/results/test0025-x86-binary
d27e36cc2f30f69bd8bb86cef41241fbe35bcace6a179f952dbb51853b995a35 test/results/test0100-aarch64-binary
6fb7da24e7cce69125cce86666e6fdf852836cc03b8f5690ee2976ec2d647a24 test/results/test0100-aarch64-binary
18afb2596647b6755d686f787aa6dd69998b2dc8ae87879edf90e32469ded986 test/results/test0100-amd64-binary
174c5d09252e8056e1fbc11bb5bd637a5eeee26b7cf2867fa031c165209f4245 test/results/test0100-armv7l-binary
ebecf1e841c9c6ef03eb656d8aa17722624728285df26db136c89a583f67f7b8 test/results/test0100-knight-posix-binary

View File

@ -56,7 +56,7 @@ M1 \
# Resolve all linkages
hex2 \
-f M2libc/aarch64/ELF-aarch64.hex2 \
-f M2libc/aarch64/ELF-aarch64-debug.hex2 \
-f ${TMPDIR}/blood-elf.hex2 \
--little-endian \
--architecture aarch64 \