summaryrefslogtreecommitdiffstats
path: root/lib/System/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/System/Makefile')
-rw-r--r--lib/System/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/System/Makefile b/lib/System/Makefile
index 49704c3..d4fd60e 100644
--- a/lib/System/Makefile
+++ b/lib/System/Makefile
@@ -11,6 +11,12 @@ LEVEL = ../..
LIBRARYNAME = LLVMSystem
BUILD_ARCHIVE = 1
+include $(LEVEL)/Makefile.config
+
+ifeq ($(HOST_OS),MingW)
+ REQUIRES_EH := 1
+endif
+
EXTRA_DIST = Unix Win32 README.txt
include $(LEVEL)/Makefile.common
OpenPOWER on IntegriCloud