[cfe-commits] [libcxx] r141445 - /libcxx/trunk/lib/buildit

Howard Hinnant hhinnant at apple.com
Fri Oct 7 16:55:11 PDT 2011


Author: hhinnant
Date: Fri Oct  7 18:55:11 2011
New Revision: 141445

URL: http://llvm.org/viewvc/llvm-project?rev=141445&view=rev
Log:
reverting change to compatibility_version

Modified:
    libcxx/trunk/lib/buildit

Modified: libcxx/trunk/lib/buildit
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/lib/buildit?rev=141445&r1=141444&r2=141445&view=diff
==============================================================================
--- libcxx/trunk/lib/buildit (original)
+++ libcxx/trunk/lib/buildit Fri Oct  7 18:55:11 2011
@@ -71,7 +71,7 @@
 	    LDSHARED_FLAGS="-o libc++.1.dylib \
 			-dynamiclib -nodefaultlibs  \
 			-current_version ${RC_ProjectSourceVersion} \
-			-compatibility_version ${RC_ProjectSourceVersion} \
+			-compatibility_version 1 \
 			-install_name /usr/lib/libc++.1.dylib \
 			-lSystem  \
 			-Wl,-unexported_symbols_list,libc++unexp.exp  \





More information about the cfe-commits mailing list