File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,14 +11,14 @@ git apply ../fix_qemu_sphinx_warning.patch
1111git apply ../tweak_linux_config_options.patch
1212
1313echo ' Successfully applied the required patches. Configuring now...'
14-
14+ # Most importantly, note '--static'
1515mkdir build-riscv64 && cd build-riscv64
1616../configure --target-list=riscv64-softmmu --static --audio-drv-list=" " --without-default-devices --disable-vnc
1717
1818echo " Successfully configured. Building now..."
1919# On my machine, configuration step did not collect all the dependencies
2020# required to build Qemu. So manually appending them here, even if they
2121# are present already.
22- awk -F ' =' -i inplace ' { if ($1 == "GIO_LIBS") { print $0 " -luuid -lblkid " } else { print $0 } }' config-host.mak
22+ awk -F ' =' -i inplace ' { if ($1 == "GIO_LIBS") { print $0 " -lblkid -luuid " } else { print $0 } }' config-host.mak
2323
2424make -j4
You can’t perform that action at this time.
0 commit comments