mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
libc: include malloc via stdlib/Makefile.inc
There's a hierarchy here and we should use it. Improves: cbeacb7c46f3a3650e5dbefa9a1a18bc9943a8cc Reviewed by: jrtc27, jhb, emaste Sponsored by: DARPA Differential Revision: https://reviews.freebsd.org/D41456
This commit is contained in:
parent
3b6b476549
commit
4c757938e4
2 changed files with 2 additions and 1 deletions
|
|
@ -113,7 +113,6 @@ NOASM=
|
|||
.include "${LIBC_SRCTOP}/resolv/Makefile.inc"
|
||||
.include "${LIBC_SRCTOP}/stdio/Makefile.inc"
|
||||
.include "${LIBC_SRCTOP}/stdlib/Makefile.inc"
|
||||
.include "${LIBC_SRCTOP}/stdlib/jemalloc/Makefile.inc"
|
||||
.include "${LIBC_SRCTOP}/stdtime/Makefile.inc"
|
||||
.include "${LIBC_SRCTOP}/string/Makefile.inc"
|
||||
.include "${LIBC_SRCTOP}/sys/Makefile.inc"
|
||||
|
|
|
|||
|
|
@ -28,6 +28,8 @@ C99_Exit.c: ${LIBC_SRCTOP}/stdlib/_Exit.c .NOMETA
|
|||
|
||||
SYM_MAPS+= ${LIBC_SRCTOP}/stdlib/Symbol.map
|
||||
|
||||
.include "${LIBC_SRCTOP}/stdlib/jemalloc/Makefile.inc"
|
||||
|
||||
# machine-dependent stdlib sources
|
||||
.sinclude "${LIBC_SRCTOP}/${LIBC_ARCH}/stdlib/Makefile.inc"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue