m0n0 wrote:
Because I guess linking m68000 & m5475 libs together is an bad idea... I want to enforce an pure coldfire build, if possible.
Oh, beware. Since you are using SDL... sdl-config --libs outputs something like: -L/usr/lib -lSDLmain -lSDL Never use that directly: That -L/usr/lib is useless and defeats the correct multilib selection ! It seems that pkg-config has not been designed with multilib in mind. -- Vincent Rivière