]> git.tdb.fi Git - builder.git/commitdiff
Recognize PowerPC architecture
authorMikko Rasa <tdb@tdb.fi>
Sun, 5 Oct 2014 11:47:24 +0000 (14:47 +0300)
committerMikko Rasa <tdb@tdb.fi>
Sun, 5 Oct 2014 11:48:26 +0000 (14:48 +0300)
source/architecture.cpp

index 07f5dbfb0c09159e7fa4fcbb14e7d9e3e6ff03af..847711e351c3c7fc47ff93b60494e539f8c4c4b3 100644 (file)
@@ -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
 };