~raskolnikov/mixxx/round-bpm

« back to all changes in this revision

Viewing changes to mixxx/build/mixxx.py

  • Committer: Juan Pedro BolĂ­var Puente
  • Date: 2012-01-07 15:16:52 UTC
  • mfrom: (2592.1.391 mixxx-trunk)
  • Revision ID: raskolnikov@gnu.org-20120107151652-rpbwukn0xpikdn7e
Merged trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
 
42
42
        if machine not in ['x86_64', 'x86', 'i686', 'i586',
43
43
                           'alpha', 'hppa', 'mips', 'mipsel', 's390',
44
 
                           'sparc', 'ia64', 'armel', 'hurd-i386',
 
44
                           'sparc', 'ia64', 'armel', 'armhf', 'hurd-i386',
 
45
                           'sh3', 'sh4',
45
46
                           'kfreebsd-amd64', 'kfreebsd-i386',
46
47
                           'i486', 'i386', 'powerpc', 'powerpc64',
 
48
                           'powerpcspe', 's390x',
47
49
                           'amd64', 'AMD64', 'EM64T', 'INTEL64']:
48
50
            raise Exception("invalid machine type")
49
51