Skip to content
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

Add ix86 and ARM32 MacOS (embedded ELF) CI/CD #38

Merged
merged 6 commits into from
Jul 18, 2024
Merged

Conversation

gmbr3
Copy link
Contributor

@gmbr3 gmbr3 commented Jul 16, 2024

No description provided.

inc/subst/elf.h Outdated Show resolved Hide resolved
@gmbr3 gmbr3 marked this pull request as draft July 16, 2024 13:33
* Add x86, ARM32
* RISC-V won't work until binutils remove the shared library embedded
  ELF blocker

Signed-off-by: Callum Farmer <[email protected]>
* Missing LGPL-2.1+ license
* Add missing REL definitions

Signed-off-by: Callum Farmer <[email protected]>
* We need ELF not Mach-O

Signed-off-by: Callum Farmer <[email protected]>
* Doesn't seem to like nocombreloc
* i686 doesn't have the efi-app-ia32 target (bug in binutils??)
* Set float manually on ARM32 due to generic toolchain
* Ensure _DYNAMIC symbol exists

Signed-off-by: Callum Farmer <[email protected]>
* Needed by embedded (MacOS) ELF toolchain

Signed-off-by: Callum Farmer <[email protected]>
* Only needed in binary mode

Signed-off-by: Callum Farmer <[email protected]>
@gmbr3 gmbr3 marked this pull request as ready for review July 16, 2024 14:06
@ncroxon ncroxon merged commit a5e8881 into ncroxon:master Jul 18, 2024
43 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants