mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-05 18:05:16 +00:00
Disable -Winline on MIPS in preparation for the import of the latest version
of the Cavium Simple Executive, which violates large function growth rules in such a way that simply increasing the large function growth parameter is insufficient.
This commit is contained in:
parent
7223938408
commit
47c022f2ab
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=232811
@ -131,6 +131,9 @@ CFLAGS+= -mcall-aixdesc
|
||||
.if ${MACHINE_CPUARCH} == "mips"
|
||||
CFLAGS+= -msoft-float
|
||||
INLINE_LIMIT?= 8000
|
||||
# XXX Disable -Winline. This is needed because of the monstrous code that is
|
||||
# the Cavium Octeon Simple Executive.
|
||||
CWARNFLAGS:= ${CWARNFLAGS:N-Winline}
|
||||
.endif
|
||||
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user