This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


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

Re: [PATCH] MIPS configuration fixes


Eric Christopher wrote:
[snip]
> Ok.  You've got me on this one.  Why?
> 
> -  mips*el*-*-openbsd*)
> +  mips*el-*-openbsd*)
> 
> Not realy quite sure I get this change.

Everywhere else in binutils, gcc and libc the "el" is assumed to be
the last part of the cpu string. Besides of Changelogs and config.sub,
only binutils has these occurrences:

./bfd/config.bfd:  mips-dec-netbsd* | mips*el*-*-netbsd*)
./bfd/config.bfd:  mips*el*-*-openbsd*)
./bfd/config.bfd:  mips*el*-*-linux-gnu*)
./gdb/configure.tgt:mips*tx39*el*-elf*)        gdb_target=tx39l ;;
./sim/mips/configure:  mips64el*-*-*)  mips_endian=LITTLE_ENDIAN ;;
./sim/mips/configure.in:  mips64el*-*-*)       mips_endian=LITTLE_ENDIAN ;;

I haven't fixed the latter three. Note that the one in sim/mips
wont match e.g. mips64orionel-, this also should be mips64*el-.


Thiemo


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