summaryrefslogtreecommitdiff
path: root/lib/Support/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Support/Makefile')
-rw-r--r--lib/Support/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/Support/Makefile b/lib/Support/Makefile
index 48c21f4fd9..d68e500ca5 100644
--- a/lib/Support/Makefile
+++ b/lib/Support/Makefile
@@ -14,4 +14,9 @@ BUILD_ARCHIVE = 1
## FIXME: This only requires RTTI because tblgen uses it. Fix that.
REQUIRES_RTTI = 1
+EXTRA_DIST = Unix Win32 README.txt
+
include $(LEVEL)/Makefile.common
+
+CompileCommonOpts := $(filter-out -pedantic,$(CompileCommonOpts))
+CompileCommonOpts := $(filter-out -Wno-long-long,$(CompileCommonOpts))