Forwarding ... so I guess $cpu is thumbv7a, which explains why the
previous case didn't catch it.
Date: Fri, 04 Dec 2020 00:30:01 +0300
From: KOLANICH
To: Karl Berry
Subject: Re: [kola...@mail.ru: Re: thumbv7[arm] support]
1. The apps were built with thumbv7a-none-linux-androideab
OK, I've just added thumbv7*,
Thanks.
although I still have some doubts because
"thumb" is translated to "arm" since 2011-03-23
(commit 45a6a4d02d7ee81332328b412441ac982e2c8a81).
I didn't know. Maybe $cpu is not actually "thumb" (instead "thumbv7"?)
on this system.
I have no pe
Hi Karl,
On Tue, Dec 01, 2020 at 04:40:08PM -0700, Karl Berry wrote:
> Hi Dmitry,
>
> > + | arm | arm[bl]e | arme[lb] | armv[2-8] | armv[3-8][lb] |
> armv7[arm] | thumbv7[arm] \
>
> thumbv7[arm] means thumbv7a | thumbv7r | thumbv7m - did you mean that?
>
> Yes, evidently that is
Hi Dmitry,
> + | arm | arm[bl]e | arme[lb] | armv[2-8] | armv[3-8][lb] | armv7[arm] |
thumbv7[arm] \
thumbv7[arm] means thumbv7a | thumbv7r | thumbv7m - did you mean that?
Yes, evidently that is what is needed, from his response that I
forwarded on Nov 21. I'll include it below again.
Dmitry - passing on ...
Date: Sat, 21 Nov 2020 13:59:59 +0300
From: KOLANICH
To: Karl Berry
Subject: Re: thumbv7[arm] support
As I understand, thumbv7 is just armv7, but using thumb-2
instructions. I have googled the variants, thumbv7r and thumbv7m are
also found in the Net, and I have
Hi Dmitry - thanks for getting back so quickly.
I hope Mr. Kolanich can answer the questions. I know nothing.
> + | arm | arm[bl]e | arme[lb] | armv[2-8] | armv[3-8][lb] | armv7[arm] |
thumbv7[arm] \
thumbv7[arm] means thumbv7a | thumbv7r | thumbv7m - did you mean that?
My understanding
On Wed, Nov 18, 2020 at 03:03:54PM -0700, Karl Berry wrote:
> We received this report on automake from Kolanich (thanks):
> (https://debbugs.gnu.org/cgi/bugreport.cgi?bug=43945):
>
> Hello. When I crosscompiled some app I had to patch some file
> generated by autoreconf -i, where I have to
We received this report on automake from Kolanich (thanks):
(https://debbugs.gnu.org/cgi/bugreport.cgi?bug=43945):
Hello. When I crosscompiled some app I had to patch some file
generated by autoreconf -i, where I have to add thumbv7[arm] (using
the analogy to armv7[arm] already present