Re: Skip building target libiberty for arm*-*-linux-androideabi

2011-06-06 Thread Nick Clifton
Hi Jing Yu, > 2011-05-08 Jing Yu > > * configure.ac: Skip target-libiberty for arm*-*-linux-androideabi. > * configure: Regenerated. Approved - please apply. Cheers Nick

Re: Ping:Re: Skip building target libiberty for arm*-*-linux-androideabi

2011-06-03 Thread Jing Yu
ARM maintainers, Is it ok to skip building target-libiberty for arm*-*-linux-androideabi target? http://gcc.gnu.org/ml/gcc-patches/2011-05/msg02208.html Thanks, Jing On Fri, Jun 3, 2011 at 11:26 AM, DJ Delorie wrote: > >> Ping. >> http://gcc.gnu.org/ml/gcc-patches/2011-0

Re: Ping:Re: Skip building target libiberty for arm*-*-linux-androideabi

2011-06-03 Thread DJ Delorie
> Ping. > http://gcc.gnu.org/ml/gcc-patches/2011-05/msg02208.html > > > I don't have the bandwidth to work on the ideal patch. Thus I am > > wondering if we can skip target-libiberty for androideabi target > > before the ideal patch is out. Target-specific changes in the build are up to the targ

Ping:Re: Skip building target libiberty for arm*-*-linux-androideabi

2011-06-03 Thread Jing Yu
Ping. http://gcc.gnu.org/ml/gcc-patches/2011-05/msg02208.html On Tue, May 31, 2011 at 11:32 AM, Jing Yu wrote: > Based on discussion on another thread > (http://www.mail-archive.com/gcc-patches@gcc.gnu.org/msg06627.html), > what Joseph recommended was ripping out all support for building > libibe

Re: Skip building target libiberty for arm*-*-linux-androideabi

2011-05-31 Thread Jing Yu
Based on discussion on another thread (http://www.mail-archive.com/gcc-patches@gcc.gnu.org/msg06627.html), what Joseph recommended was ripping out all support for building libiberty for the target side as it is not needed. Thus I doubt skipping target-libiberty for all targets is acceptable. I don'

Skip building target libiberty for arm*-*-linux-androideabi

2011-05-27 Thread Jing Yu
Building gcc-4.6 arm android toolchain fails because of an incompatible function definition between libiberty and bionic. Thanking Joseph, I have learned that "there's no such thing as a target libiberty" and we should rip all the target-libiberty rules out. I don't know if someone is working on