From 70bcf9e8bea1fee9cca44437730324ba7805b633 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 23 Jan 2023 11:28:21 +0100 Subject: Remove support for AIX As discussed in the mailing list thread starting at "Plan to remove dead C++ UNO bridge implementations (bridges/source/cpp_uno/*)", the bridge implementation at bridges/source/cpp_uno/gcc3_aix_powerpc is apparently dead and should thus be removed. However, that was the only bridge implementation for AIX, which implies that support for the AIX platform as a whole is dead and should thus be removed. Change-Id: I96de3f7f97d4fd770ff78256f0ea435383688be9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146057 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- odk/CustomTarget_check.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'odk/CustomTarget_check.mk') diff --git a/odk/CustomTarget_check.mk b/odk/CustomTarget_check.mk index e77b1fb09d87..98d31c3a9c5e 100644 --- a/odk/CustomTarget_check.mk +++ b/odk/CustomTarget_check.mk @@ -21,8 +21,7 @@ odk_PLATFORM := $(if $(filter WNT,$(OS)),windows,\ $(if $(filter NETBSD,$(OS)),netbsd,\ $(if $(filter FREEBSD,$(OS)),freebsd,\ $(if $(filter DRAGONFLY,$(OS)),dragonfly,\ - $(if $(filter MACOSX,$(OS)),macosx,\ - $(if $(filter AIX,$(OS)),aix)))))))) + $(if $(filter MACOSX,$(OS)),macosx))))))) .PHONY: $(call gb_CustomTarget_get_workdir,odk/check)/checkbin $(call gb_CustomTarget_get_workdir,odk/check)/checkbin : \ -- cgit