Don't try to pull vector bitcasts that change the number of elements through
[llvm.git] / runtime / Makefile
blobd0e85d58264f6c9fb034565ac58bb7e781e8f030
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 ifndef NO_RUNTIME_LIBS
15 PARALLEL_DIRS := libprofile
17 # Disable libprofile: a faulty libtool is generated by autoconf which breaks the
18 # build on Sparc
19 ifeq ($(ARCH), Sparc)
20 PARALLEL_DIRS := $(filter-out libprofile, $(PARALLEL_DIRS))
21 endif
23 ifeq ($(TARGET_OS), $(filter $(TARGET_OS), Cygwin MingW Minix))
24 PARALLEL_DIRS := $(filter-out libprofile, $(PARALLEL_DIRS))
25 endif
27 endif
29 include $(LEVEL)/Makefile.common
31 install::