|
|
|
|
|
|
|
|
archive: |
|
|
archive: |
|
|
rm -rf v8.a |
|
|
rm -rf v8.a |
|
|
#ar rvs v8.a $$(cat v8-include.txt |xargs -n 1 -I{} find {} -name '*.o') |
|
|
#ar rvs v8.a $$(cat v8-include.txt |xargs -n 1 -I{} find {} -name '*.o') |
|
|
ar rvs v8.a $$(find ./v8/out/x64.release/ -type f -name '*.o') |
|
|
|
|
|
|
|
|
# third_party/ |
|
|
|
|
|
# excluding buildtools/third_party directory which contains libc++ etc., or you will get linker errors. |
|
|
|
|
|
# ./out/x64.release/obj/buildtools/third_party/libc++/libc++/ |
|
|
|
|
|
ar rvs v8.a $$(find ./v8/out/x64.release/ -type f -name '*.o' | grep -v "buildtools/third_party/libc++/libc++") |
|
|
echo all included object files listed below |
|
|
echo all included object files listed below |
|
|
cat v8-include.txt |xargs -n 1 -I{} find {} -name '*.o' |
|
|
cat v8-include.txt |xargs -n 1 -I{} find {} -name '*.o' |
|
|
echo all .so files listed below |
|
|
echo all .so files listed below |