Build dynamically linked executables by default

Fixes #2184
This commit is contained in:
Norman Feske
2016-12-01 19:00:11 +01:00
parent d882277ce3
commit ccffbb0dfc
190 changed files with 227 additions and 199 deletions

View File

@@ -26,7 +26,7 @@ install_config {
</config>}
# create single boot image from the compiled program images
build_boot_image "core init test-cpu_scheduler"
build_boot_image "core ld.lib.so init test-cpu_scheduler"
# configure qemu to use 64 MB RAM and avoid GUI mode
append qemu_args " -m 64 -nographic"

View File

@@ -27,7 +27,7 @@ install_config {
}
# create single boot image from the compiled program images
build_boot_image "core init test-double_list"
build_boot_image "core ld.lib.so init test-double_list"
# configure qemu to use 64 MB RAM and avoid GUI mode
append qemu_args " -m 64 -nographic"

View File

@@ -60,7 +60,7 @@ install_config {
}
# create single boot image from the compiled program images
build_boot_image "core init"
build_boot_image "core ld.lib.so init"
# configure qemu to use 64 MB RAM and avoid GUI mode
append qemu_args " -m 64 -nographic"