Fixed some bugs.
[llvm/zpu.git] / lib / System / Makefile
blob5d4fda923f7a257ddbc88b99af901283e654c6f5
1 ##===- lib/System/Makefile ---------------------------------*- Makefile -*-===##
3 # The LLVM Compiler Infrastructure
5 # This file is distributed under the University of Illinois Open Source
6 # License. See LICENSE.TXT for details.
8 ##===----------------------------------------------------------------------===##
10 LEVEL = ../..
11 LIBRARYNAME = LLVMSystem
12 BUILD_ARCHIVE = 1
13 REQUIRES_RTTI = 1
15 EXTRA_DIST = Unix Win32 README.txt
17 include $(LEVEL)/Makefile.common
19 CompileCommonOpts := $(filter-out -pedantic,$(CompileCommonOpts))
20 CompileCommonOpts := $(filter-out -Wno-long-long,$(CompileCommonOpts))