From 8646ab97dc37c0606b19057686bf3d610f9c15ee Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 10 Feb 2017 14:05:21 +0100 Subject: Remove MinGW support In OOo times, there'd originally been efforts to allow building on Windows with MinGW. Later, in LO times, this has been shifted to an attempt of cross- compiling for Windows on Linux. That attempt can be considered abandoned, and the relevant code rotting. Due to this heritage, there are now three kinds of MinGW-specific code in LO: * Code from the original OOo native Windows effort that is no longer relevant for the LO cross-compilation effort, but has never been removed properly. * Code from the original OOo native Windows effort that is re-purposed for the LO cross-compilation effort. * Code that has been added specifially for the LO cross-compilation effort. All three kinds of code are removed. (An unrelated, remaining use of MinGW is for --enable-build-unowinreg, utilizing --with-mingw-cross-compiler, MINGWCXX, and MINGWSTRIP.) Change-Id: I49daad8669b4cbe49fa923050c4a4a6ff7dda568 Reviewed-on: https://gerrit.libreoffice.org/34127 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- distro-configs/LibreOfficeMinGW.conf | 31 ------------------------------- distro-configs/LibreOfficeMinGW64.conf | 32 -------------------------------- 2 files changed, 63 deletions(-) delete mode 100644 distro-configs/LibreOfficeMinGW.conf delete mode 100644 distro-configs/LibreOfficeMinGW64.conf (limited to 'distro-configs') diff --git a/distro-configs/LibreOfficeMinGW.conf b/distro-configs/LibreOfficeMinGW.conf deleted file mode 100644 index c29311779d96..000000000000 --- a/distro-configs/LibreOfficeMinGW.conf +++ /dev/null @@ -1,31 +0,0 @@ ---build=x86_64-unknown-linux-gnu ---host=i686-w64-mingw32 ---with-system-altlinuxhyph ---with-system-boost ---with-system-cairo ---with-system-cppunit ---with-system-curl ---with-system-expat ---with-system-graphite ---with-system-hunspell ---with-system-icu ---with-system-libpng ---with-system-libxml ---with-system-lpsolve ---with-system-mythes ---with-system-neon ---with-system-nss ---with-system-openssl ---with-system-poppler ---with-system-redland ---with-system-zlib ---without-junit ---without-myspell-dicts ---disable-activex ---disable-cairo-canvas ---disable-directx ---disable-extension-integration ---disable-postgresql-sdbc ---disable-gtk ---with-help ---with-myspell-dicts diff --git a/distro-configs/LibreOfficeMinGW64.conf b/distro-configs/LibreOfficeMinGW64.conf deleted file mode 100644 index 9440077afcd9..000000000000 --- a/distro-configs/LibreOfficeMinGW64.conf +++ /dev/null @@ -1,32 +0,0 @@ ---build=x86_64-unknown-linux-gnu ---host=x86_64-w64-mingw32 ---enable-64-bit ---with-system-altlinuxhyph ---with-system-boost ---with-system-cairo ---with-system-cppunit ---with-system-curl ---with-system-expat ---with-system-graphite ---with-system-hunspell ---with-system-icu ---with-system-libpng ---with-system-libxml ---with-system-lpsolve ---with-system-mythes ---with-system-neon ---with-system-nss ---with-system-openssl ---with-system-poppler ---with-system-redland ---with-system-zlib ---without-junit ---without-myspell-dicts ---disable-activex ---disable-cairo-canvas ---disable-directx ---disable-extension-integration ---disable-postgresql-sdbc ---disable-gtk ---with-help ---with-myspell-dicts -- cgit