build:make libminc a build dependency of services.
Make libminc a build dependency of services to ensure the services get rebuilt if libminc changes. Change-Id: I703a9d98d7641a9a85e04d88402a7228ad0be19f
This commit is contained in:
parent
8991ca4e5a
commit
1f619c93a8
1 changed files with 2 additions and 0 deletions
|
@ -17,12 +17,14 @@ LDADD:= -nodefaultlibs ${LDADD}
|
|||
# 2. Compiler-specific libs
|
||||
.if !empty(CC:M*gcc)
|
||||
LDADD+= -lsys
|
||||
DPADD+= ${LIBSYS}
|
||||
.elif !empty(CC:M*clang)
|
||||
LDADD+= -L/usr/pkg/compiler-rt/lib -lCompilerRT-Generic -lsys -lCompilerRT-Generic
|
||||
.endif
|
||||
|
||||
# 3. Minimal C library
|
||||
LDADD+= -lminc
|
||||
DPADD+= ${LIBMINC}
|
||||
|
||||
.if ${MACHINE_ARCH} == "earm"
|
||||
LDADD+= -lc_vfp
|
||||
|
|
Loading…
Reference in a new issue