Trial and error will eventually reveal the best answer, but you people may be able to tell me sooner:
I tried to gcc a hello world program. Apparently at the moment I need -fno-common to do so, but though gcc works fine when I ask it for its version, the moment it actually starts compiling something, the entire AROS hosted goes away. There might be something wrong in my set-up.
Checking the nightly builds more closely, I noticed that for pc-i386-contrib, the 32-bit contributions, the description states it as being for hosted as well. But pc-x86_64-contrib, for the 64-bit version, has no such description.
That leaves open the question for 64-bit hosted:
- pc-i386-contrib, which is rather 32-bit, but is at least intended for hosted
or
- pc-x86_64-contrib, which really is for 64-bit, but may not be intended for hosted.
Or is hosted on 64-bit currently not supported in the nightly builds at all?