Add armel.

This commit is contained in:
Jeffrey Townsend
2016-04-03 15:44:10 -07:00
parent 686624abab
commit 6f5e6fdce8

View File

@@ -31,7 +31,9 @@ def baseconfig():
HOST_TYPES = [ 'powerpc-linux-gnu',
'i486-linux-gnu',
'i386-linux-gnu',
'x86_64-linux-gnu' ]
'x86_64-linux-gnu',
'arm-linux-gnueabi',
]
for ht in HOST_TYPES:
if os.path.exists('/lib/%s' % ht):
@@ -68,6 +70,3 @@ def baseconfig():
msg("Setting up base platform configuration for %s: done\n" %
platform.platform())