Re: [Rpm-maint] [rpm-software-management/rpm] Add armv5tl support (#179)

2017-03-22 Thread ニール・ゴンパ
Thanks! -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/pull/179#issuecomment-288380953___ Rpm-maint mailing list

Re: [Rpm-maint] [rpm-software-management/rpm] Add armv5tl support (#179)

2017-03-22 Thread Panu Matilainen
Merged #179. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/pull/179#event-1010327269___ Rpm-maint mailing list

Re: [Rpm-maint] [rpm-software-management/rpm] Add armv5tl support (#179)

2017-03-22 Thread Panu Matilainen
All this doesn't really mean anything to me, but then it's an ARM so I didn't expect anything different. Seems harmless enough. /me shuts his eyes, holds his nose and uses the remaining hand to merge. -- You are receiving this because you are subscribed to this thread. Reply to this email

Re: [Rpm-maint] [rpm-software-management/rpm] Add armv5tl support (#179)

2017-03-22 Thread ニール・ゴンパ
Also, we use armv5tl to support Raspberry Pi 1 and older random ARM hardware. Modern 32-bit ARM stuff is simultaneously supported with armv7hl variant. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Rpm-maint] [rpm-software-management/rpm] Add armv5tl support (#179)

2017-03-20 Thread ニール・ゴンパ
@ignatenkobrain `armv5tl` is the base armv5 architecture without any extensions. There's not much "real" hardware using "just" this, but it provides maximal compatibility across the 32-bit ARM ecosystem today, as it's a soft-float arch with just the common subset of instructions supported by

[Rpm-maint] [rpm-software-management/rpm] Add armv5tl support (#179)

2017-03-19 Thread ニール・ゴンパ
This patch adds support for `armv5tl`, which we have been using in Mageia to support an ARM port for a while now, and is an officially supported architecture for Mageia 6. You can view, comment on, or merge this pull request online at: https://github.com/rpm-software-management/rpm/pull/179