summaryrefslogtreecommitdiffstats
path: root/llvm/runtime
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2006-04-07 21:45:23 +0000
committerReid Spencer <rspencer@reidspencer.com>2006-04-07 21:45:23 +0000
commit4873c79e41346245545198b69813dbd1d40f801b (patch)
tree729265528c8f116c0b943e020bdeb3d00b25d02a /llvm/runtime
parentaa18a52545bea77d09756e8f8e2482f75cc86a85 (diff)
downloadbcm5719-llvm-4873c79e41346245545198b69813dbd1d40f801b.tar.gz
bcm5719-llvm-4873c79e41346245545198b69813dbd1d40f801b.zip
Invert the tests on LLVMGCC_MAJVERS to check for value 4 instead of value
3. This ensures that if llvm-gcc isn't available and consequently the value of LLVMGCC_MAJVERS is blank, that the old (include runtime) behavior will persist. llvm-svn: 27499
Diffstat (limited to 'llvm/runtime')
-rw-r--r--llvm/runtime/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/runtime/Makefile b/llvm/runtime/Makefile
index f8b6ba63f85..8d6f0ff5961 100644
--- a/llvm/runtime/Makefile
+++ b/llvm/runtime/Makefile
@@ -10,7 +10,7 @@
LEVEL = ..
include $(LEVEL)/Makefile.config
-ifneq ($(LLVMGCC_MAJVERS),3)
+ifeq ($(LLVMGCC_MAJVERS),4)
PARALLEL_DIRS :=
install all::
$(Echo) "Warning: These runtime libraries only need to be built with"
OpenPOWER on IntegriCloud