[cfe-commits] r93970 - /cfe/trunk/lib/Runtime/Makefile

Daniel Dunbar daniel at zuster.org
Tue Jan 19 18:35:03 PST 2010


Author: ddunbar
Date: Tue Jan 19 20:35:02 2010
New Revision: 93970

URL: http://llvm.org/viewvc/llvm-project?rev=93970&view=rev
Log:
clang/Darwin: Update for rename of 10.4 static runtime library.

Modified:
    cfe/trunk/lib/Runtime/Makefile

Modified: cfe/trunk/lib/Runtime/Makefile
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Runtime/Makefile?rev=93970&r1=93969&r2=93970&view=diff

==============================================================================
--- cfe/trunk/lib/Runtime/Makefile (original)
+++ cfe/trunk/lib/Runtime/Makefile Tue Jan 19 20:35:02 2010
@@ -36,7 +36,7 @@
 RuntimeDirs :=
 ifeq ($(OS),Darwin)
 RuntimeDirs += darwin
-RuntimeLibrary.darwin.Configs = x86_10.4 armv6
+RuntimeLibrary.darwin.Configs = 10.4 armv6
 endif
 
 # Rule to build the compiler-rt libraries we need.





More information about the cfe-commits mailing list