1# $FreeBSD: stable/11/usr.bin/clang/Makefile.inc 360658 2020-05-05 12:59:04Z dim $
2
3WARNS?=		0
4
5.if ${MACHINE_ARCH:Mmips*} && ${MACHINE_ARCH:Mmips64*} == ""
6CFLAGS+= -mxgot
7CXXFLAGS+= -mxgot
8.endif
9
10.include "../Makefile.inc"
11