blob: 1e1045142583f74d3596d18bd531e2edb6e5ec1b [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
Daniel Dunbar1497c392009-08-28 02:20:39 +000013ifndef NO_RUNTIME_LIBS
14
Gordon Henriksen4b63fbc2009-03-02 03:46:48 +000015PARALLEL_DIRS := libprofile
Dan Gohmanf17a25c2007-07-18 16:29:46 +000016
17# Disable libprofile: a faulty libtool is generated by autoconf which breaks the
18# build on Sparc
19ifeq ($(ARCH), Sparc)
20PARALLEL_DIRS := $(filter-out libprofile, $(PARALLEL_DIRS))
21endif
Dan Gohmanf17a25c2007-07-18 16:29:46 +000022
Daniel Dunbar41d850e2009-08-27 23:43:28 +000023endif
Daniel Dunbar1497c392009-08-28 02:20:39 +000024
Daniel Dunbarac6a9252009-08-28 03:06:28 +000025include $(LEVEL)/Makefile.common
26
Daniel Dunbar1497c392009-08-28 02:20:39 +000027install::