X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FSupport%2FMakefile;h=48c21f4fd9e0e7e6437c5db8ae5a62cea5a45aee;hb=2ec0dbf9616e91952c90ad1c7f7404d9d1ee053c;hp=151f253165be1e8119229b1e27779d0e92813fb6;hpb=c48c103c335c9c2537b4c5b3caa74b8e5b26d3dd;p=oota-llvm.git diff --git a/lib/Support/Makefile b/lib/Support/Makefile index 151f253165b..48c21f4fd9e 100644 --- a/lib/Support/Makefile +++ b/lib/Support/Makefile @@ -1,14 +1,17 @@ -##===- lib/Support/Makefile ------------------------------*- Makefile -*-===## -# +##===- lib/Support/Makefile --------------------------------*- Makefile -*-===## +# # The LLVM Compiler Infrastructure # -# This file was developed by the LLVM research group 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. +# ##===----------------------------------------------------------------------===## + LEVEL = ../.. -PARALLEL_DIRS=bzip2 LIBRARYNAME = LLVMSupport BUILD_ARCHIVE = 1 +## FIXME: This only requires RTTI because tblgen uses it. Fix that. +REQUIRES_RTTI = 1 + include $(LEVEL)/Makefile.common