Changeset 5850ac9 in rtems-source-builder


Ignore:
Timestamp:
05/08/14 03:24:00 (10 years ago)
Author:
Chris Johns <chrisj@…>
Branches:
4.10, 4.11, 4.9, 5, master
Children:
24473fa
Parents:
74da24c
Message:

sb: Fix the testing commit for FreeBSD. Used this to test error reporting.

File:
1 edited

Legend:

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

    r74da24c r5850ac9  
    8484        if check.check_exe(cxx, cxx):
    8585            defines['__cxx'] = cxx
    86             #defines['optflags_build'] = '-O2 -pipe -fbracket-depth=1024'
     86            defines['optflags_build'] = '-O2 -pipe -fbracket-depth=1024'
    8787        cvs = 'cvs'
    8888        if check.check_exe(cvs, cvs):
Note: See TracChangeset for help on using the changeset viewer.