Fix spelling and grammar in a comment.
[oota-llvm.git] / lib / System / Makefile
index d4fc79ce7a0aa86f4e80d648b8474bc17d3073b8..fe5bcece7eab178a60de483c1b15c98bbdffa5a7 100644 (file)
@@ -2,8 +2,8 @@
 # 
 #                     The LLVM Compiler Infrastructure
 #
-# This file was developed by Reid Spencer and is distributed under the 
-# University of Illinois Open Source License. See LICENSE.TXT for details.
+# This file is distributed under the University of Illinois Open Source
+# License. See LICENSE.TXT for details.
 # 
 ##===----------------------------------------------------------------------===##
 
@@ -14,3 +14,6 @@ BUILD_ARCHIVE = 1
 EXTRA_DIST = Unix Win32 README.txt
 
 include $(LEVEL)/Makefile.common
+
+CompileCommonOpts := $(filter-out -pedantic,$(CompileCommonOpts))
+CompileCommonOpts := $(filter-out -Wno-long-long,$(CompileCommonOpts))