I'm tyring to cross-build a linux toolchain for a ColdFire v4e, where I have to pass -mcfv4e to the compiler to select the ColdFire v4e, as well as the linker(to make sure it picks the right library), and I have this working for when building gcc-3.4.3 with --languages=c, but when I try to build for --languages=c,c++, it fails while building libstdc++.
What is the preferred method of configuring gcc such that options will passed to the cross-compiler, as well as the linker when building libraries? The reason I need to pass options is that the ColdFire is a variant of the m68k, and needs options to select ColdFire specific behavior. Thanks in advance! -- Peter Barada [EMAIL PROTECTED]