octeon1: suppress a couple of warnings under clang

These appear in octeon-sdk -- there are new releases, but they don't seem to
address the running issues in octeon-sdk. GCC4.2 is more than happy, but
clang is much less-so and most of them are fairly innocuous and perhaps a
by-product of their style guide, which may make some of the changes harder
to upstream (if this is even possible anymore).
This commit is contained in:
Kyle Evans 2019-09-22 18:30:19 +00:00
parent b16a3c9d19
commit 2946ed83c0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=352604

View File

@ -7,3 +7,4 @@ cpu CPU_CNMIPS
makeoptions CFLAGS_PARAM_INLINE_UNIT_GROWTH=10000
makeoptions CFLAGS_PARAM_LARGE_FUNCTION_GROWTH=100000
makeoptions CFLAGS_ARCH_PARAMS="--param max-inline-insns-single=10000"
makeoptions "CWARNFLAGS.clang"+="-Wno-parentheses-equality -Wno-pointer-sign"