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

m68k: add port and linux sysdeps #1149

Merged
merged 2 commits into from
Oct 13, 2024
Merged

Conversation

netbsduser
Copy link
Contributor

@netbsduser netbsduser commented Oct 13, 2024

Road to CI:

  1. 1. This PR
  2. 2. PR to add m68k-linux-mlibc to mlibc-crossers
  3. 3. Solution to the problem that the version of qemu-m68k in the CI image isn't new enough to do FPU stuff properly.
  4. 4. PR to add m68k to the CI matrix
    arch: [x86_64, riscv64, aarch64, x86]

@64 64 changed the title Port to m68k and add linux-m68k sysdeps. m68k: add port and linux sysdeps Oct 13, 2024
@@ -63,7 +63,7 @@ int main () {
DO_ERR_TEST("-999999999999999999999999999", LONG_MIN, ERANGE, strtol, 10);

// strtol
#if defined(__i386__)
#if defined(__i386__) || defined(__m68k__)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Made #1152 regarding this

@64 64 merged commit d1ba689 into managarm:master Oct 13, 2024
35 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