From: Mikko Rasa Date: Sun, 5 Oct 2014 11:47:24 +0000 (+0300) Subject: Recognize PowerPC architecture X-Git-Url: http://git.tdb.fi/?p=builder.git;a=commitdiff_plain;h=8ee4fd693c8d15265f0c145221737a322f89618b Recognize PowerPC architecture --- diff --git a/source/architecture.cpp b/source/architecture.cpp index 07f5dbf..847711e 100644 --- a/source/architecture.cpp +++ b/source/architecture.cpp @@ -16,6 +16,7 @@ const char *types[] = { "pc", "arm", + "ppc", 0 }; @@ -54,6 +55,7 @@ const char *aliases[] = "i686", "pentiumpro", "x86_64", "athlon64", "win32", "windows", + "power macintosh", "ppc", 0 };