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 DJGPP platform support #2473

Merged
merged 1 commit into from
Feb 23, 2022
Merged

Add DJGPP platform support #2473

merged 1 commit into from
Feb 23, 2022

Conversation

svaarala
Copy link
Owner

  • Add DUK_F_DJGPP.h.in to detect and provide DJGPP convenience defines.
  • Add a separate platform for MSDOS, now supporting DJGPP only.
  • Add DJGPP identification to compiler_gcc.h.in.

Fixes #2472.

* Add DUK_F_DJGPP.h.in to detect and provide DJGPP convenience defines.

* Add a separate platform for MSDOS, now supporting DJGPP only.

* Add DJGPP identification to compiler_gcc.h.in.
@svaarala svaarala added this to the v3.0.0 milestone Feb 23, 2022
@svaarala svaarala marked this pull request as ready for review February 23, 2022 22:27
@svaarala svaarala merged commit e1e398e into master Feb 23, 2022
@svaarala svaarala deleted the djgpp-port-fix branch February 23, 2022 22:27
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.

Duktape fails to compile with DJGPP (DOS port of GCC)
1 participant