After a bit of futzing around, I am rewarded with this:
# ./xgcc -v
Using builtin specs.
gcc version 2.95.3 20010315 (release)
Still not done compiling all the other stuff, 25MHz is slooooow for all this code. One of the unfortunate aspects of working with AMIX is these lengthy compiles...I start the compilation in a screen session, log out, come back some hours later and it has errored out on something. On the bright side, I replaced the HD in the machine when I reinstalled, so I have 100MB swap and everything is faster since the HD is a better one. In particular, multitasking was helped. It used to take several seconds to get a login via telnet if the machine was compiling, now it is very fast.
This compile is using m68k-cbm-sysv4 as a target and at least for gcc, it works fine.
Hey I know what I need! distcc! :-)