Clean up a little bit more.
This commit is contained in:
parent
4ab605cf6d
commit
8f0d33af07
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=84911
@ -13,13 +13,14 @@ SRCS+= ldcref.c ldctor.c ldemul.c ldemul-list.h ldexp.c ldfile.c \
|
||||
.if defined(BOOTSTRAPPING) && !exists(/usr/include/elf-hints.h)
|
||||
SRCS+= elf-hints.h
|
||||
CLEANFILES+= elf-hints.h
|
||||
|
||||
elf-hints.h:
|
||||
ln -sf ${.CURDIR}/../../../../include/${.TARGET} .
|
||||
.endif
|
||||
|
||||
CFLAGS+= -DSCRIPTDIR=\"${DESTDIR}/usr/libdata\"
|
||||
CFLAGS+= -I${SRCDIR}/ld -I${SRCDIR}/bfd
|
||||
CFLAGS+= -DVERSION=\"${VERSION}\" -DBFD_VERSION=\"${VERSION}\"
|
||||
CFLAGS+= -I${SRCDIR}/ld -I${SRCDIR}/bfd
|
||||
NOSHARED?= yes
|
||||
DPADD= ${RELTOP}/libbfd/libbfd.a
|
||||
DPADD+= ${RELTOP}/libiberty/libiberty.a
|
||||
|
Loading…
Reference in New Issue
Block a user