From 0b0bd98b801a29994c2d794aad15e958b7f20800 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Sun, 4 Jan 1998 00:12:58 +0000 Subject: * config.sub: Add mingw32 support. * configure.in: Likewise. * mh-mingw32: New file. --- config/mh-mingw32 | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 config/mh-mingw32 (limited to 'config/mh-mingw32') diff --git a/config/mh-mingw32 b/config/mh-mingw32 new file mode 100644 index 0000000..8c4839d --- /dev/null +++ b/config/mh-mingw32 @@ -0,0 +1,12 @@ +# We don't want debugging info in Win32-hosted toolchains. +# Accomplish this by overriding CFLAGS. +CFLAGS=-O2 +CXXFLAGS=-O2 + +# We also need to override LIBGCC2_DEBUG_CFLAGS so libgcc2 will be +# built without debugging information + +LIBGCC2_DEBUG_CFLAGS= + +# custom installation rules for mingw32 (append .exe to binaries, etc.) +# INSTALL_DOSREL=install-dosrel -- cgit v1.1