mirror of
https://github.com/opnsense/src.git
synced 2026-04-03 16:35:27 -04:00
to ease any rework of how clang is built to take arm64 in to account. Submitted by: andrew Reviewed by: andrew, emaste Differential Revision: https://reviews.freebsd.org/D1446
15 lines
255 B
Makefile
15 lines
255 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
LIB= llvmaarch64utils
|
|
|
|
SRCDIR= lib/Target/AArch64/Utils
|
|
INCDIR= lib/Target/AArch64
|
|
SRCS= AArch64BaseInfo.cpp
|
|
|
|
TGHDRS= AArch64GenInstrInfo \
|
|
AArch64GenRegisterInfo \
|
|
AArch64GenSubtargetInfo
|
|
|
|
.include "../clang.lib.mk"
|