From 09b6d6b38a56e04df7a0b3edd5ee750f7b03a08e Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Tue, 16 Aug 2005 15:55:17 +0000 Subject: Add support for Pegasos machine (dwmw2, #166013). --- iutil.py | 1 + 1 file changed, 1 insertion(+) (limited to 'iutil.py') diff --git a/iutil.py b/iutil.py index dbfda816b..483f5672e 100644 --- a/iutil.py +++ b/iutil.py @@ -549,6 +549,7 @@ def getPPCMachine(): ppcType = { 'Mac' : 'PMac', 'Book' : 'PMac', 'CHRP IBM' : 'pSeries', + 'Pegasos' : 'Pegasos', 'iSeries' : 'iSeries', 'PReP' : 'PReP', 'CHRP' : 'pSeries', -- cgit