This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Multilib blues
- To: <gcc at gcc dot gnu dot org>
- Subject: Multilib blues
- From: "Vadim Lebedev" <vlebedev at aplio dot fr>
- Date: Mon, 10 Jan 2000 16:01:21 +0100
Hello,
I've problem to configure in multilib support for arm-uclinux target....
What i need is to have a mutilib subdir pic where the object modules are
compiled with flag -mno-got...
it works well for all files except for crtbeginS.o and crtendS.o which get
compiled without these options...
when i add crtbeginS.o and crtendS.o to MULTILIB_EXTRA_PARTS the make
process breaks...
Please advice
Vadim