[rtems-source-builder commit] freebsd: FreeBSD 12.1 does not build gcc
Chris Johns
chrisj at rtems.org
Fri Oct 2 02:19:40 UTC 2020
Module: rtems-source-builder
Branch: 4.11
Commit: 8af551c5a58dbf707507a42000eecab437b94596
Changeset: http://git.rtems.org/rtems-source-builder/commit/?id=8af551c5a58dbf707507a42000eecab437b94596
Author: Chris Johns <chrisj at rtems.org>
Date: Fri Oct 2 12:18:49 2020 +1000
freebsd: FreeBSD 12.1 does not build gcc
- Remove the warnings from the build
Closes #4109
---
source-builder/sb/freebsd.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
More information about the vc
mailing list