1
Programming / Re: GCC - updates
« Last post by Jochen Schäfer on Today at 10:53:10 am »I'm doing the same for the DOSBOX-X cpu core files.Fair enough. I'm just interested, what it would take to have a cross compiler.
Don't get me wrong, there could be definite benefits - for example - building qtwebengine on OS/2 is a PITA due to g++ processes consuming ~2gb of RAM on large compilations, so having to limit the number of ninja processes - building on a modern linux system could allow multiple processes to run without memory exhaustion.
Another benefit would to have Github actions automatically build the code, so we would some sort of integration test.