misc: Merge branch 'release-staging-v21-1' into develop

Change-Id: I0f69d3d0863f77c02ac8089fb4dccee3aa70a4ea
This commit is contained in:
Bobby R. Bruce
2021-07-28 17:37:04 -07:00
15 changed files with 377 additions and 50 deletions

View File

@@ -330,12 +330,6 @@ if main['GCC'] or main['CLANG']:
if GetOption('gold_linker'):
main.Append(LINKFLAGS='-fuse-ld=gold')
# Treat warnings as errors but white list some warnings that we
# want to allow (e.g., deprecation warnings).
main.Append(CCFLAGS=['-Werror',
'-Wno-error=deprecated-declarations',
'-Wno-error=deprecated',
])
else:
error('\n'.join((
"Don't know what compiler options to use for your compiler.",