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

@@ -1,4 +1,5 @@
include $(BASE_DIR)/lib/mk/base.inc
LIBS += base-foc-common
SRC_CC += cap_map_remove.cc cap_alloc.cc
SRC_CC += thread_start.cc

View File

@@ -2,7 +2,7 @@ REQUIRES += foc
GEN_CORE_DIR = $(BASE_DIR)/src/core
LIBS += base-common
LIBS += base-foc-common
SRC_CC += stack_area.cc \
core_log.cc \

View File

@@ -1,4 +1,4 @@
# override default stack-area location
INC_DIR += $(REP_DIR)/src/include/spec/arm
include $(REP_DIR)/lib/mk/base-common.inc
include $(REP_DIR)/lib/mk/base-foc-common.inc

View File

@@ -1,4 +1,4 @@
# override default stack-area location
INC_DIR += $(REP_DIR)/src/include/spec/arm
include $(REP_DIR)/lib/mk/base.inc
include $(REP_DIR)/lib/mk/base-foc.inc

View File

@@ -0,0 +1,3 @@
BASE_LIBS += base-foc-common base-foc
include $(BASE_DIR)/lib/mk/spec/arm/ld.inc

View File

@@ -1 +0,0 @@
include $(REP_DIR)/lib/mk/base-common.inc

View File

@@ -0,0 +1 @@
include $(REP_DIR)/lib/mk/base-foc-common.inc

View File

@@ -0,0 +1 @@
include $(REP_DIR)/lib/mk/base-foc.inc

View File

@@ -1 +0,0 @@
include $(REP_DIR)/lib/mk/base.inc

View File

@@ -0,0 +1,3 @@
BASE_LIBS += base-foc-common base-foc
include $(BASE_DIR)/lib/mk/spec/x86_32/ld.inc

View File

@@ -0,0 +1,3 @@
BASE_LIBS += base-foc-common base-foc
include $(BASE_DIR)/lib/mk/spec/x86_64/ld.inc

View File

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