This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Problem in GCC 3.4 MIPS -march=mips1


> This works mostly correctly.  But we run into trouble in one spot:
> libgcc2 has some float code in it that is compiled (apparently) with
> the default arch, which as of GCC 3.4 is mips64 (it used to be mips1).
> 

What is your configure line? I don't believe any default has been
changed for any toolchain.

> Is there something we did wrong that caused libgcc2 not to be built
> correctly?  Should libgcc2 be multilibbed?  (Is it -- and we picked
> the wrong version when building the target system image?)
> 

libgcc2 is multilibbed. Check out gcc/config/mips/t-elf and
gcc/config.gcc for more help here.

-eric

-- 
Eric Christopher <echristo@redhat.com>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]