From 51b54b2050b1f2af2146e499db800482b4913c49 Mon Sep 17 00:00:00 2001 From: Daniel Robbins Date: Fri, 24 Oct 2003 05:43:22 +0000 Subject: [PATCH] plugin ninja git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@19 d1e1f19c-881f-0410-ab34-b69fee027534 --- catalyst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/catalyst b/catalyst index 07d2f940..7a941734 100755 --- a/catalyst +++ b/catalyst @@ -2,6 +2,8 @@ import os,sys,imp,string +#map current machine information from uname() to the mainarch we are running under + machinemap={ "i386" : "x86", "i486" : "x86", "i586" : "x86", @@ -9,6 +11,9 @@ machinemap={ "i386" : "x86", "x86_64" : "amd64" } +#map the mainarch we are running under to the mainarches we support for building +#stages and LiveCDs. (for example, on amd64, we can build stages for x86 or amd64. + targetmap={ "x86" : ["x86"], "amd64" : ["x86","amd64"] } -- 2.26.2