Subject: Re: cross/sh-netbsdcoff issue with libgcc.a
To: None <port-sh3@netbsd.org>
From: None <itojun@iijlab.net>
List: port-sh3
Date: 01/10/2001 09:48:11
>>>	my problem happens while I'm building pkgsrc/cross/sh-netbsdcoff
>>>	itself, so changing build-sh3.{eb,el} does not help...
>>	fixed.  it was because pkgsrc/cross/COMMON/cross.mk visiting
>>	wrong installation target (install-libgcc instaed of install-multilib).
>	hmm, with install-multilib we have duplicated floating point library
>	in libgcc.a (gcc origin) and libc.a (netbsd)...

	if you change "-lgcc -lc -lgcc" in bsd.prog.mk into "-lc -lgcc"
	the problem goes away.  not sure if it is right (will libgcc ever
	reference outside simbols???)

itojun