mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-11-21 17:35:55 +01:00
Remove old Itanium references in msvc/ifort detection
This commit is contained in:
parent
456bd879bc
commit
aef2c6ef23
@ -99,7 +99,7 @@ def configure(conf):
|
||||
conf.ifort_modifier_platform()
|
||||
|
||||
|
||||
all_ifort_platforms = [ ('intel64', 'amd64'), ('em64t', 'amd64'), ('ia32', 'x86'), ('Itanium', 'ia64')]
|
||||
all_ifort_platforms = [('intel64', 'amd64'), ('em64t', 'amd64'), ('ia32', 'x86')]
|
||||
"""List of icl platforms"""
|
||||
|
||||
@conf
|
||||
|
@ -89,7 +89,7 @@ all_msvc_platforms = [ ('x64', 'amd64'), ('x86', 'x86'), ('ia64', 'ia64'),
|
||||
('amd64_x86', 'x86'), ('amd64_arm', 'arm'), ('amd64_arm64', 'arm64') ]
|
||||
"""List of msvc platforms"""
|
||||
|
||||
all_icl_platforms = [ ('intel64', 'amd64'), ('em64t', 'amd64'), ('ia32', 'x86'), ('Itanium', 'ia64')]
|
||||
all_icl_platforms = [('intel64', 'amd64'), ('em64t', 'amd64'), ('ia32', 'x86')]
|
||||
"""List of icl platforms"""
|
||||
|
||||
def options(opt):
|
||||
|
Loading…
Reference in New Issue
Block a user