[PATCH] Add s390 as legal target arch

Dan Horák dan at danny.cz
Tue Dec 7 10:38:17 UTC 2010


s390 is legal target architecture in Fedora/s390x
---
 py/mock.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/py/mock.py b/py/mock.py
index 7957a05..911407e 100755
--- a/py/mock.py
+++ b/py/mock.py
@@ -383,7 +383,7 @@ legal_arches = {
     'ppc64'  : ('ppc', 'ppc64'),
     'sparc'  : ('sparc'),
     'sparc64': ('sparc', 'sparc64'),
-    's390x'  : ('s390x'),
+    's390x'  : ('s390', 's390x'),
 }
 
 decorate(traceLog())
-- 
1.7.3.2



More information about the buildsys mailing list