mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
freebsd: FreeBSD 12.1 does not build gcc
- Remove the warnings from the build Closes #4109
This commit is contained in:
parent
a74f317cea
commit
8af551c5a5
@ -102,7 +102,7 @@ def load():
|
||||
# bracket depth build build the gcc ARM compiler.
|
||||
#
|
||||
defines['build_cflags'] = '-O2 -pipe -fbracket-depth=1024'
|
||||
defines['build_cxxflags'] = '-O2 -pipe -fbracket-depth=1024'
|
||||
defines['build_cxxflags'] = '-O2 -pipe -fbracket-depth=1024 -Wno-deprecated -Wno-reserved-user-defined-literal'
|
||||
cvs = 'cvs'
|
||||
if check.check_exe(cvs, cvs):
|
||||
defines['__cvs'] = cvs
|
||||
|
Loading…
x
Reference in New Issue
Block a user