mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 13:32:45 +00:00
e927af37bd
Split the last gcc-specific flags off into CFLAGS.gcc. This also removes the need to use -Qunused-arguments for clang throughout the tree. MFC r260369: Apply band-aid for 32-bit compat libs failures after r260334: put back -Qunused-arguments for clang for now, until I can figure out a way to make it unneeded in all scenarios. Sorry about the breakage.
8 lines
124 B
Makefile
8 lines
124 B
Makefile
# $FreeBSD$
|
|
|
|
SHLIB= ISO2022
|
|
SRCS+= citrus_iso2022.c
|
|
CFLAGS.gcc+= --param max-inline-insns-single=128
|
|
|
|
.include <bsd.lib.mk>
|