blob: a1b89af3780f42602f2e797fc74a34351fa3f447 [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001##===- runtime/Makefile ------------------------------------*- Makefile -*-===##
2#
3# The LLVM Compiler Infrastructure
4#
Chris Lattner3876aa72007-12-29 20:11:13 +00005# This file is distributed under the University of Illinois Open Source
6# License. See LICENSE.TXT for details.
Dan Gohmanf17a25c2007-07-18 16:29:46 +00007#
8##===----------------------------------------------------------------------===##
9
10LEVEL = ..
11include $(LEVEL)/Makefile.config
12
Gordon Henriksen4b63fbc2009-03-02 03:46:48 +000013PARALLEL_DIRS := libprofile
Dan Gohmanf17a25c2007-07-18 16:29:46 +000014
15# Disable libprofile: a faulty libtool is generated by autoconf which breaks the
16# build on Sparc
17ifeq ($(ARCH), Sparc)
18PARALLEL_DIRS := $(filter-out libprofile, $(PARALLEL_DIRS))
19endif
Dan Gohmanf17a25c2007-07-18 16:29:46 +000020
21include $(LEVEL)/Makefile.common
22
Dan Gohmanf17a25c2007-07-18 16:29:46 +000023install::
24