Build dynamically linked executables by default

This patch is related to the following issue:

https://github.com/genodelabs/genode/issues/2184
This commit is contained in:
Norman Feske
2016-12-06 17:22:31 +01:00
parent d7c42e20de
commit 06fdb9e4ce
4 changed files with 4 additions and 4 deletions

View File

@@ -26,7 +26,7 @@ install_config {
</config> </config>
} }
build_boot_image "core init log_tee test-printf" build_boot_image "core ld.lib.so init log_tee test-printf"
append qemu_args "-nographic -m 64" append qemu_args "-nographic -m 64"

View File

@@ -117,7 +117,7 @@ install_config {
# Boot image # Boot image
# #
build_boot_image { core init timer build_boot_image { core ld.lib.so init timer
remote_rom_server remote_rom_server
remote_rom_client remote_rom_client
dynamic_rom dynamic_rom

View File

@@ -63,7 +63,7 @@ install_config {
# Boot image # Boot image
# #
build_boot_image { core init timer build_boot_image { core ld.lib.so init timer
remote_rom_client remote_rom_client
rom_logger rom_logger
nic_drv nic_drv

View File

@@ -77,7 +77,7 @@ install_config {
# Boot image # Boot image
# #
build_boot_image { core init timer build_boot_image { core ld.lib.so init timer
remote_rom_server remote_rom_server
dynamic_rom dynamic_rom
nic_drv nic_drv