1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-11-10 06:46:15 +01:00

- added: support for ARMv5 EABI little endian arch

This commit is contained in:
Martin Mohring 2008-11-17 01:03:49 +00:00
parent 6e65c8d7cb
commit 9db331184b

View File

@ -32,6 +32,8 @@ change_personality = {
}
can_also_build = {
'armv4l': [ 'armv4l' ],
'armv5el':[ 'armv4l', 'armv5el' ],
'x86_64': ['i686', 'i586', 'i386'],
'i686': ['i586'],
'i386': ['i586'],