Am 19.02.2013 um 18:24 schrieb Sedat Dilek:

> 
> --- configure.ac
> +++ configure.ac
> @@ -41,6 +41,7 @@ AC_SUBST(HOST_OS)
> case "${host_cpu}" in
>     arm*|sa110)                HOST_CPU="arm" ;;
>     cris*)             HOST_CPU="cris" ;;
> +    mips*el)            HOST_CPU="mipsel" ;;
>     mips*)             HOST_CPU="mips" ;;
>     powerpc|powerpc64) HOST_CPU="ppc" ;;
>     sun4u|sparc64)     HOST_CPU="sparc" ;;
> 
> This changes:
> 
> $ grep -i HOST_CPU
> source/target-mipsel_uClibc-0.9.32.1/ltrace-0.7.90-git/config.status
> S["HOST_CPU"]="mipsel" <--- Before the change I get ...=mips

We do not need the endianness of the cpu here any more. That is
exactly what the patch intends. We map all to mips. Only code in
the subdirectory sysdeps/linux-gnu/mips deals with endianess.
See sysdeps/linux-gnu/mips/arch.h.

Regards
OS

_______________________________________________
Ltrace-devel mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/ltrace-devel

Reply via email to