xref: /freebsd/contrib/elftoolchain/ar/os.Linux.mk (revision 8aac90f18aef7c9eea906c3ff9a001ca7b94f375)
1.if ${OS_DISTRIBUTION} == "Ubuntu"
2.if ${OS_DISTRIBUTION_VERSION} >= 14
3# Ubuntu Trusty Tahr and later.
4
5# Use the --nounput option to flex(1), to prevent unused functions from
6# being generated.
7LFLAGS += --nounput
8.endif
9.endif
10