i can succesfully build mingw64 with ada support but with a few quirks.
ln -s needs to be changed to cp -Pr in the makefile for libada, and when bootstrapping
ld fails to find the crt libraries unless copied to the source/gcc directory. the built ada works fine though.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
i can succesfully build mingw64 with ada support but with a few quirks.
ln -s needs to be changed to cp -Pr in the makefile for libada, and when bootstrapping
ld fails to find the crt libraries unless copied to the source/gcc directory. the built ada works fine though.
Please elaborate. What host system are you using? Which file did you exactly edit? Which version of GCC are you using?