]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/elftoolchain/ar/os.Linux.mk
Upgrade Unbound to 1.6.0. More to follow.
[FreeBSD/FreeBSD.git] / contrib / elftoolchain / ar / os.Linux.mk
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.
7 LFLAGS += --nounput
8 .endif
9 .endif