X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=runtime%2FMakefile;h=9937c11e3bc3b0905c948c8efb329009822f3fe7;hb=f8bc3008214c8327ff987573a111fc0dcefb7d25;hp=8d6f0ff5961dbf753bd898c89a057d63b840c794;hpb=30ea2fa93314e5b6ce3f58beaffe37f04ba76ac8;p=oota-llvm.git diff --git a/runtime/Makefile b/runtime/Makefile index 8d6f0ff5961..9937c11e3bc 100644 --- a/runtime/Makefile +++ b/runtime/Makefile @@ -2,23 +2,16 @@ # # 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 = .. include $(LEVEL)/Makefile.config -ifeq ($(LLVMGCC_MAJVERS),4) -PARALLEL_DIRS := -install all:: - $(Echo) "Warning: These runtime libraries only need to be built with" - $(Echo) "Warning: llvm-gcc version 3. They are automatically included" - $(Echo) "Warning: with llvm-gcc version 4 and beyond" -else ifneq ($(wildcard $(LLVMGCC)),) -PARALLEL_DIRS := GCCLibraries libdummy libprofile libtrace GC +PARALLEL_DIRS := libprofile else PARALLEL_DIRS := install all :: @@ -33,7 +26,6 @@ endif ifeq ($(ARCH), Sparc) PARALLEL_DIRS := $(filter-out libprofile, $(PARALLEL_DIRS)) endif -endif include $(LEVEL)/Makefile.common