[llvm] r190273 - Bring back the build of libprofile_rt on Sparc. It is now working correctly. See:

Sylvestre Ledru sylvestre at debian.org
Sun Sep 8 02:15:10 PDT 2013


Author: sylvestre
Date: Sun Sep  8 04:15:09 2013
New Revision: 190273

URL: http://llvm.org/viewvc/llvm-project?rev=190273&view=rev
Log:
Bring back the build of libprofile_rt on Sparc. It is now working correctly. See:
https://buildd.debian.org/status/fetch.php?pkg=llvm-toolchain-3.3&arch=sparc&ver=1%3A3.3-9&stamp=1378398308

Thanks to Luca Falavigna for the patch


Modified:
    llvm/trunk/runtime/Makefile

Modified: llvm/trunk/runtime/Makefile
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/runtime/Makefile?rev=190273&r1=190272&r2=190273&view=diff
==============================================================================
--- llvm/trunk/runtime/Makefile (original)
+++ llvm/trunk/runtime/Makefile Sun Sep  8 04:15:09 2013
@@ -14,12 +14,6 @@ ifndef NO_RUNTIME_LIBS
 
 PARALLEL_DIRS  := libprofile
 
-# Disable libprofile: a faulty libtool is generated by autoconf which breaks the
-# build on Sparc
-ifeq ($(ARCH), Sparc)
-PARALLEL_DIRS := $(filter-out libprofile, $(PARALLEL_DIRS))
-endif
-
 ifeq ($(TARGET_OS), $(filter $(TARGET_OS), Cygwin MingW Minix))
 PARALLEL_DIRS := $(filter-out libprofile, $(PARALLEL_DIRS))
 endif





More information about the llvm-commits mailing list