COMP: remove wmake rules for discontinued IA64 (itanium) arch

This commit is contained in:
Mark Olesen
2022-11-07 09:37:50 +01:00
parent edc12c9ad9
commit c2af76337e
23 changed files with 4 additions and 176 deletions

View File

@ -6,7 +6,7 @@
# \\/ M anipulation |
#------------------------------------------------------------------------------
# Copyright (C) 2011-2016 OpenFOAM Foundation
# Copyright (C) 2016-2021 OpenCFD Ltd.
# Copyright (C) 2016-2022 OpenCFD Ltd.
#------------------------------------------------------------------------------
# License
# This file is part of OpenFOAM, distributed under GPL-3.0-or-later.
@ -71,10 +71,6 @@ case Linux:
setenv WM_ARCH linux
breaksw
case ia64:
setenv WM_ARCH linuxIA64
breaksw
default:
echo "openfoam: (`uname -m`) - unknown Linux processor type"
breaksw