mirror of
https://github.com/roytam1/basilisk55.git
synced 2026-05-26 15:02:46 +00:00
import from UXP: constants.py: fix powerpc arch detection (2d4a8d79)
This commit is contained in:
@@ -78,8 +78,8 @@ CPU_preprocessor_checks = OrderedDict((
|
||||
('ia64', '__ia64__'),
|
||||
('s390x', '__s390x__'),
|
||||
('s390', '__s390__'),
|
||||
('ppc64', '__powerpc64__'),
|
||||
('ppc', '__powerpc__'),
|
||||
('ppc64', '__powerpc64__ || __ppc64__'),
|
||||
('ppc', '__powerpc__ || __ppc__'),
|
||||
('Alpha', '__alpha__'),
|
||||
('hppa', '__hppa__'),
|
||||
('sparc64', '__sparc__ && __arch64__'),
|
||||
|
||||
Reference in New Issue
Block a user