You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The config.mak.dist states that the only languages supported are C and C++, and indeed Ada is broken as-is.
However I've been able to build GCC 9.4.0 targeting x86_64-linux-musl with Ada support by applying a subset of patches from the Alpine Linux GCC port. I don't know how stable it is, but I've been able to build several well-known Ada projects with this toolchain (XmlAda, GPRBuild, GNATColl and Alire), and they all seem to work.
Are you interested in these patches?
The text was updated successfully, but these errors were encountered:
Yes, I am. It's hard to bootstrap (you need a host compiler that supports Ada to begin with) which means you can't use an existing lineage of MCM toolchains to build it, but it would still be worthwhile to have.
The
config.mak.dist
states that the only languages supported are C and C++, and indeed Ada is broken as-is.However I've been able to build GCC 9.4.0 targeting x86_64-linux-musl with Ada support by applying a subset of patches from the Alpine Linux GCC port. I don't know how stable it is, but I've been able to build several well-known Ada projects with this toolchain (XmlAda, GPRBuild, GNATColl and Alire), and they all seem to work.
Are you interested in these patches?
The text was updated successfully, but these errors were encountered: