Changeset 8af551c in rtems-source-builder


Ignore:
Timestamp:
10/02/20 02:18:49 (3 years ago)
Author:
Chris Johns <chrisj@…>
Branches:
4.11
Children:
158ad68
Parents:
a74f317
Message:

freebsd: FreeBSD 12.1 does not build gcc

  • Remove the warnings from the build

Closes #4109

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source-builder/sb/freebsd.py

    ra74f317 r8af551c  
    103103        #
    104104        defines['build_cflags'] = '-O2 -pipe -fbracket-depth=1024'
    105         defines['build_cxxflags'] = '-O2 -pipe -fbracket-depth=1024'
     105        defines['build_cxxflags'] = '-O2 -pipe -fbracket-depth=1024 -Wno-deprecated -Wno-reserved-user-defined-literal'
    106106        cvs = 'cvs'
    107107        if check.check_exe(cvs, cvs):
Note: See TracChangeset for help on using the changeset viewer.