base-linux: Repair hybrid programs

Do not link 'startup' and 'cxx' libraries against hybrid programs.
This commit is contained in:
Sebastian Sumpf
2014-02-21 13:34:27 +01:00
committed by Christian Helmuth
parent 961bd41b05
commit b4612d24ce
5 changed files with 35 additions and 17 deletions

View File

@ -1,6 +1,6 @@
TARGET = core
REQUIRES = linux
LIBS = cxx base-common syscall
LIBS = cxx base-common syscall startup
GEN_CORE_DIR = $(BASE_DIR)/src/core