Add llvm::hexDigitValue to convert single characters to hex.
[oota-llvm.git] / runtime / Makefile
index 7209867c2f6cbda7929bb3c55b92dba55607be75..d0e85d58264f6c9fb034565ac58bb7e781e8f030 100644 (file)
@@ -20,7 +20,7 @@ ifeq ($(ARCH), Sparc)
 PARALLEL_DIRS := $(filter-out libprofile, $(PARALLEL_DIRS))
 endif
 
-ifeq ($(TARGET_OS), $(filter $(TARGET_OS), Cygwin MingW))
+ifeq ($(TARGET_OS), $(filter $(TARGET_OS), Cygwin MingW Minix))
 PARALLEL_DIRS := $(filter-out libprofile, $(PARALLEL_DIRS))
 endif