mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-06 18:29:47 +00:00
For mkcsmapper, conditionalize gcc-specific compile flags.
MFC after: 3 days
This commit is contained in:
parent
ea74d89cf2
commit
ea9a926c9a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=243035
@ -1,7 +1,11 @@
|
||||
# $FreeBSD$
|
||||
|
||||
.include <bsd.compiler.mk>
|
||||
|
||||
SRCS+= lex.l yacc.y
|
||||
CFLAGS+= -I${.CURDIR} -I${.CURDIR}/../mkcsmapper \
|
||||
-I${.CURDIR}/../../lib/libc/iconv \
|
||||
-I${.CURDIR}/../../lib/libiconv_modules/mapper_std \
|
||||
--param max-inline-insns-single=64
|
||||
-I${.CURDIR}/../../lib/libiconv_modules/mapper_std
|
||||
.if ${COMPILER_TYPE} == "gcc"
|
||||
CFLAGS+= --param max-inline-insns-single=64
|
||||
.endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user