summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2020-10-02 12:18:49 +1000
committerChris Johns <chrisj@rtems.org>2020-10-02 12:18:49 +1000
commit8af551c5a58dbf707507a42000eecab437b94596 (patch)
tree7f21110883f6b1364efed26c6c3d8ac3dd399df8
parentarm: newlib checksum update (diff)
downloadrtems-source-builder-8af551c5a58dbf707507a42000eecab437b94596.tar.bz2
freebsd: FreeBSD 12.1 does not build gcc
- Remove the warnings from the build Closes #4109
-rw-r--r--source-builder/sb/freebsd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source-builder/sb/freebsd.py b/source-builder/sb/freebsd.py
index 28f70b9..87d4f41 100644
--- a/source-builder/sb/freebsd.py
+++ b/source-builder/sb/freebsd.py
@@ -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