Cross Compiling

I'm compiling bro for the mips platform on a Linux box

I've overcome the problem manually, but it has a problem with cross-compiling, since bifcl is built using the same default compiler as the rest of the build (which is the cross-compiler), while it should always be built with the native compiler. My fix was to change PATH & manually issue the commands to build bifcl, then change PATH back to get the cross-compiler toolchain.