This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

problemns confgire/build gcc/libstdc++ for ColdFire v4e


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
peter@the-baradas.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]