This is the mail archive of the
binutils@sources.redhat.com
mailing list for the binutils project.
Re: _bfd_merged_section_offset + powerpc-eabism == dead
- To: Alan Modra <amodra at bigpond dot net dot au>
- Subject: Re: _bfd_merged_section_offset + powerpc-eabism == dead
- From: Benjamin Kosnik <bkoz at redhat dot com>
- Date: Tue, 25 Sep 2001 10:01:18 -0700 (PDT)
- cc: binutils at sources dot redhat dot com
> configure args for gcc?
--disable-gdbtk --enable-languages=c,c++ --target=powerpc-eabism
or, from config.status:
# /mnt/hd/bliss/src.gcc-merged/gcc/configure --verbose
--host=i686-pc-linux-gnu --target=powerpc-eabism
--prefix=/mnt/hd/ahimsa/H-x86-x-powerpc-eabism
--srcdir=/mnt/hd/bliss/src.gcc-merged/gcc
--with-gcc-version-trigger=/mnt/hd/bliss/src.gcc-merged/gcc/version.c
--with-gnu-as --with-gnu-ld --with-newlib --enable-languages=c,c++
--disable-gdbtk --cache-file=../config.cache
> didn't hit your problem. I bombed later when building target libs,
> probably due to lack of target includes. Looking at my gcc/auto-conf.h,
> I see "#undef HAVE_GAS_SHF_MERGE" for some reason, so it's not surprising
> that I avoid your crash.
Aa-ha! Defining this seems to do the trick.
thanks,
benjamin