mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-29 16:44:03 +00:00
Add ${LIBC} to DPADD to fix "make checkdpadd"
Phabric: D632 Approved by: jmmv (mentor) MFC after: 2 weeks
This commit is contained in:
parent
6804aa1b68
commit
b6130f8189
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=270216
@ -28,6 +28,7 @@ CFLAGS+= -DIN_GCC -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED \
|
||||
-I${.CURDIR}/../../usr.bin/cc/cc_tools
|
||||
|
||||
LDFLAGS+= -nodefaultlibs
|
||||
DPADD+= ${LIBC}
|
||||
LDADD+= -lc
|
||||
|
||||
OBJS= # added to below in various ways depending on TARGET_CPUARCH
|
||||
|
Loading…
Reference in New Issue
Block a user