Skip to content
Snippets Groups Projects
Commit 03ad0513 authored by Avi Kivity's avatar Avi Kivity
Browse files

Merge branch 'master' of github.com:avikivity/osv

parents 36348a4e 9506b15e
No related branches found
No related tags found
No related merge requests found
...@@ -5,13 +5,15 @@ To build OSv ...@@ -5,13 +5,15 @@ To build OSv
2) make sure all git submodules are uptodate 2) make sure all git submodules are uptodate
----------------------------------------- -----------------------------------------
git submodule init external/openjdk.bin/
git submodule init external/libunwind
git submodule update git submodule update
1) build the specially patched libunwind 1) build the specially patched libunwind
------------------------------------- -------------------------------------
cd external/libunwind cd external/libunwind
autoreconf -a autoreconf -i
sh config.sh sh config.sh
make make
cp ./src/.libs/libunwind.a ../.. cp ./src/.libs/libunwind.a ../..
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment