extras-buildsys/common ArchUtils.py,NONE,1.1

Daniel Williams (dcbw) fedora-extras-commits at redhat.com
Mon Jul 18 23:40:34 UTC 2005


Author: dcbw

Update of /cvs/fedora/extras-buildsys/common
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21128/common

Added Files:
	ArchUtils.py 
Log Message:
Oops, add missing file


--- NEW FILE ArchUtils.py ---
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU Library General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#
# Copyright 2005 Dan Williams <dcbw at redhat.com> and Red Hat, Inc.



# Associate sub-architectures with their "master" architecture.
sub_arches = {
               'athlon'    : 'i386',
               'i686'      : 'i386',
               'i586'      : 'i386',
               'i486'      : 'i386',
               'amd64'     : 'x86_64',
               'ia32e'     : 'x86_64',
               'ppc32'     : 'ppc',
               'sparcv8'   : 'sparc',
               'sparcv9'   : 'sparc'
               }




More information about the fedora-extras-commits mailing list