This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [bfin] Fix EXTRA_MULTILIB_PARTS
- From: Jie Zhang <jzhang918 at gmail dot com>
- To: Bernd Schmidt <bernds_cb1 at t-online dot de>
- Cc: GCC Patches <gcc-patches at gcc dot gnu dot org>
- Date: Fri, 28 Sep 2007 17:18:41 +0800
- Subject: Re: [bfin] Fix EXTRA_MULTILIB_PARTS
- References: <46FA0A3B.8010202@gmail.com> <46FB8CE5.8070805@t-online.de>
Bernd Schmidt wrote:
Jie Zhang wrote:
When building bfin-linux-uclibc-gcc, I got an error that
EXTRA_MULTILIB_PARTS in gcc does not match the one in libgcc.
bfin-linux-uclibc-gcc don't need crtbeginT.o. And uClibc provides
crti.o and crtn.o. So we don't need to multilib them.
I'm guessing the reason I haven't seen this is because I'm only building
bfin-elf toolchains? Ok.
Thanks. Done as 128860.
Jie