From e4c06e9b93cd8a125aa89f64f30115bfe0992f4b Mon Sep 17 00:00:00 2001 From: Dirk Zimoch Date: Mon, 12 Jan 2026 10:42:54 +0100 Subject: [PATCH] drop 32 bit mingw --- configure/os/CONFIG.RHEL8-x86_64.win32-x86-mingw | 1 - configure/os/CONFIG.RHEL9-x86_64.Common | 6 ------ configure/os/CONFIG.RHEL9-x86_64.win32-x86-mingw | 1 - configure/os/CONFIG_SITE.RHEL8-x86_64.win32-x86-mingw | 1 - configure/os/CONFIG_SITE.RHEL9-x86_64.win32-x86-mingw | 1 - 5 files changed, 10 deletions(-) delete mode 100644 configure/os/CONFIG.RHEL8-x86_64.win32-x86-mingw delete mode 100644 configure/os/CONFIG.RHEL9-x86_64.win32-x86-mingw delete mode 100644 configure/os/CONFIG_SITE.RHEL8-x86_64.win32-x86-mingw delete mode 100644 configure/os/CONFIG_SITE.RHEL9-x86_64.win32-x86-mingw diff --git a/configure/os/CONFIG.RHEL8-x86_64.win32-x86-mingw b/configure/os/CONFIG.RHEL8-x86_64.win32-x86-mingw deleted file mode 100644 index 8ce90d312..000000000 --- a/configure/os/CONFIG.RHEL8-x86_64.win32-x86-mingw +++ /dev/null @@ -1 +0,0 @@ -include $(CONFIG)/os/CONFIG.linux-x86_64.win32-x86-mingw diff --git a/configure/os/CONFIG.RHEL9-x86_64.Common b/configure/os/CONFIG.RHEL9-x86_64.Common index d515b70d9..26c65b727 100644 --- a/configure/os/CONFIG.RHEL9-x86_64.Common +++ b/configure/os/CONFIG.RHEL9-x86_64.Common @@ -1,9 +1,3 @@ #CONFIG.$(EPICS_HOST_ARCH).Common is required by build system #Include definitions common to linux hosts include $(CONFIG)/os/CONFIG.linux-x86_64.Common - -# Windows 32 bit cross builds using mingw -# (broken on RHEL8) - -CROSS_COMPILER_TARGET_ARCHS += win32-x86-mingw -CROSS_COMPILER_RUNTEST_ARHCS += win32-x86-mingw diff --git a/configure/os/CONFIG.RHEL9-x86_64.win32-x86-mingw b/configure/os/CONFIG.RHEL9-x86_64.win32-x86-mingw deleted file mode 100644 index 8ce90d312..000000000 --- a/configure/os/CONFIG.RHEL9-x86_64.win32-x86-mingw +++ /dev/null @@ -1 +0,0 @@ -include $(CONFIG)/os/CONFIG.linux-x86_64.win32-x86-mingw diff --git a/configure/os/CONFIG_SITE.RHEL8-x86_64.win32-x86-mingw b/configure/os/CONFIG_SITE.RHEL8-x86_64.win32-x86-mingw deleted file mode 100644 index 2f67e5936..000000000 --- a/configure/os/CONFIG_SITE.RHEL8-x86_64.win32-x86-mingw +++ /dev/null @@ -1 +0,0 @@ -include $(CONFIG)/os/CONFIG_SITE.linux-x86_64.win32-x86-mingw diff --git a/configure/os/CONFIG_SITE.RHEL9-x86_64.win32-x86-mingw b/configure/os/CONFIG_SITE.RHEL9-x86_64.win32-x86-mingw deleted file mode 100644 index 2f67e5936..000000000 --- a/configure/os/CONFIG_SITE.RHEL9-x86_64.win32-x86-mingw +++ /dev/null @@ -1 +0,0 @@ -include $(CONFIG)/os/CONFIG_SITE.linux-x86_64.win32-x86-mingw