62bd626920
which turn out to be needed when you don't use -ffunction-sections. Reported by: Shawn Webb <shawn.webb@hardenedbsd.org>
11 lines
130 B
Makefile
11 lines
130 B
Makefile
# $FreeBSD$
|
|
|
|
PROG_CXX= llvm-extract
|
|
|
|
SRCDIR= tools/llvm-extract
|
|
SRCS+= llvm-extract.cpp
|
|
|
|
LIBADD+= z
|
|
|
|
.include "../llvm.prog.mk"
|