Skip to content

Commit

Permalink
Bring back the build of libprofile_rt on Sparc. It is now working cor…
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvestre committed Sep 8, 2013
1 parent c7a25ac commit 0427f04
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions runtime/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0427f04

Please sign in to comment.