[Ltrace-devel] 0.7.90-gitbc0de43: BROKEN mispel arch
Sedat Dilek
sedat.dilek at gmail.com
Wed Feb 20 21:11:24 UTC 2013
On Wed, Feb 20, 2013 at 9:49 PM, Sedat Dilek <sedat.dilek at gmail.com> wrote:
> On Wed, Feb 20, 2013 at 9:46 PM, Oliver Spornitz <ospornit at rz-online.de> wrote:
>>
>> 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.
>>
>
> I hoped so and as I had a look into config.status or was it config.log
> I saw different values for HOST_CPU and host_cpu.
> That's why I did this tryout.
> Not sure what's BORKED here.
>
I did a git-reset-die-hard to $LASTOK_COMMITID and what magic...
everything fine here!
Looks like I had some uncommitted changes in my local Freetz GIT repository.
I am awfully sorry!
- Sedat -
> - Sedat -
>
>> Regards
>> OS
More information about the Ltrace-devel
mailing list