-
Notifications
You must be signed in to change notification settings - Fork 25
Add support for aarch64_be #476
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
2c2cece
to
d57c970
Compare
52d4b33
to
a317dd3
Compare
0b9d854
to
f4e5f90
Compare
cc85016
to
f303551
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you drop the first commit and swap the order of the other two? :)
OUTPUT_FORMAT("elf64-littleaarch64") | ||
OUTPUT_ARCH("aarch64") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems to work, but do you happen to have any knowledge on where the default value comes from and what it is now?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, I don't, but I imagine the linker is well aware of the architecture it is linking for and therefore doesn't need this explicit hint
Built from https://github.com/Gelbpunkt/kernel/tree/1ccdb328e3aad017f0dc0ee3907b75fbd1ee85b0 Signed-off-by: Jens Reidel <[email protected]>
Signed-off-by: Jens Reidel <[email protected]>
f303551
to
37c4eb9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! :)
No description provided.