]> granicus.if.org Git - clang/commitdiff
Don't try to build/install/clean compiler-rt stuff if it isn't in the projects directory.
authorDaniel Dunbar <daniel@zuster.org>
Tue, 19 Jan 2010 21:28:04 +0000 (21:28 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Tue, 19 Jan 2010 21:28:04 +0000 (21:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@93914 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Runtime/Makefile

index a8a64138903154371b4eec05b2f6401be2dc4f6b..020188e869941a6ef1739c80ce486b0589e13f3d 100644 (file)
@@ -39,8 +39,6 @@ RuntimeDirs += darwin
 RuntimeLibrary.darwin.Configs = x86_10.4 armv6
 endif
 
-endif
-
 # Rule to build the compiler-rt libraries we need.
 #
 # We build all the libraries in a single shot to avoid recursive make as much as
@@ -97,3 +95,5 @@ $(foreach lib,$(RuntimeDirs), $(eval $(call RuntimeLibraryTemplate,$(lib))))
 all-local:: $(RuntimeDirs:%=RuntimeLibrary.%)
 install-local:: $(RuntimeDirs:%=RuntimeLibraryInstall.%)
 clean-local:: CleanRuntimeLibraries
+
+endif