mirror of
https://github.com/Project-OSS-Revival/alien.git
synced 2026-04-24 14:00:17 +00:00
Treat armv7l as an alias to armel architecture.
There are some OS like Tizne which use rpm's and build them for armv7l architecture. In debain nomenclature this architecture is armel, so armv7l should be an alias to armel. Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
This commit is contained in:
committed by
Joey Hess
parent
92933477e6
commit
6f5a303f3b
@@ -607,6 +607,10 @@ sub arch {
|
||||
# Treat armv4l as arm.
|
||||
$arch='arm';
|
||||
}
|
||||
elsif ($arch eq 'armv7l') {
|
||||
# Treat armv7l as armel.
|
||||
$arch='armel';
|
||||
}
|
||||
elsif ($arch eq 'parisc') {
|
||||
$arch='hppa';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user