Change compatibility_version
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@141391 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9677458967
commit
e0a0e51248
@ -35,7 +35,7 @@ then
|
|||||||
RC_ProjectSourceVersion=1
|
RC_ProjectSourceVersion=1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
EXTRA_FLAGS="-std=c++0x "
|
EXTRA_FLAGS="-std=c++0x -Wglobal-constructors"
|
||||||
|
|
||||||
case $TRIPLE in
|
case $TRIPLE in
|
||||||
*-apple-*)
|
*-apple-*)
|
||||||
@ -70,7 +70,8 @@ case $TRIPLE in
|
|||||||
fi
|
fi
|
||||||
LDSHARED_FLAGS="-o libc++.1.dylib \
|
LDSHARED_FLAGS="-o libc++.1.dylib \
|
||||||
-dynamiclib -nodefaultlibs \
|
-dynamiclib -nodefaultlibs \
|
||||||
-current_version ${RC_ProjectSourceVersion} -compatibility_version 1 \
|
-current_version ${RC_ProjectSourceVersion} \
|
||||||
|
-compatibility_version ${RC_ProjectSourceVersion} \
|
||||||
-install_name /usr/lib/libc++.1.dylib \
|
-install_name /usr/lib/libc++.1.dylib \
|
||||||
-lSystem \
|
-lSystem \
|
||||||
-Wl,-unexported_symbols_list,libc++unexp.exp \
|
-Wl,-unexported_symbols_list,libc++unexp.exp \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user