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