summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2010-02-23 07:56:22 +0000
committerDaniel Dunbar <daniel@zuster.org>2010-02-23 07:56:22 +0000
commit99d9863cce6a460aac7b4330084044ca7a11ab43 (patch)
treee7c334bfc593fe0c536b70ecfa515527145d9b9d /Makefile
parenta2b40a95b264a8a00d849928cc510556bbf778a3 (diff)
downloadllvm-99d9863cce6a460aac7b4330084044ca7a11ab43.tar.gz
llvm-99d9863cce6a460aac7b4330084044ca7a11ab43.tar.bz2
llvm-99d9863cce6a460aac7b4330084044ca7a11ab43.tar.xz
Kill off LLVMGCC_MAJVERS make variable.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96907 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index 319bdcd0fb..20395e9470 100644
--- a/Makefile
+++ b/Makefile
@@ -43,13 +43,6 @@ EXTRA_DIST := test unittests llvm.spec include win32 Xcode
include $(LEVEL)/Makefile.config
-# llvm-gcc4 doesn't need runtime libs. llvm-gcc4 is the only supported one.
-# FIXME: Remove runtime entirely once we have an understanding of where
-# libprofile etc should go.
-#ifeq ($(LLVMGCC_MAJVERS),4)
-# DIRS := $(filter-out runtime, $(DIRS))
-#endif
-
ifeq ($(MAKECMDGOALS),libs-only)
DIRS := $(filter-out tools runtime docs, $(DIRS))
OPTIONAL_DIRS :=