I thought that this guile cross build was compiling too fast, indicating some sort of cursed problem because guile normally takes ages to compile, but it turns out that I just didn't understand what was going on. when cross-compiling guile for another platform, it uses a native version of guile to do all the compilation. therefore, it doesn't have to bootstrap itself (the thing that takes ages) so the compilation process takes very little time.