llvm-mc: Fix tests for python variations in int printing, sigh.
[llvm/avr.git] / runtime / Makefile
bloba1b89af3780f42602f2e797fc74a34351fa3f447
1 ##===- runtime/Makefile ------------------------------------*- Makefile -*-===##
2 #
3 # The LLVM Compiler Infrastructure
5 # This file is distributed under the University of Illinois Open Source
6 # License. See LICENSE.TXT for details.
7 #
8 ##===----------------------------------------------------------------------===##
10 LEVEL = ..
11 include $(LEVEL)/Makefile.config
13 PARALLEL_DIRS := libprofile
15 # Disable libprofile: a faulty libtool is generated by autoconf which breaks the
16 # build on Sparc
17 ifeq ($(ARCH), Sparc)
18 PARALLEL_DIRS := $(filter-out libprofile, $(PARALLEL_DIRS))
19 endif
21 include $(LEVEL)/Makefile.common
23 install::