mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
sb: Add CXX flags support rather than use CFLAGS.
This commit is contained in:
@@ -97,6 +97,7 @@ def load():
|
||||
if check.check_exe(cxx, cxx):
|
||||
raise error.general('no valid c++ not found')
|
||||
defines['build_cflags'] = '-O2 -pipe -fbracket-depth=1024'
|
||||
defines['build_cxxflags'] = '-O2 -pipe -fbracket-depth=1024'
|
||||
cvs = 'cvs'
|
||||
if check.check_exe(cvs, cvs):
|
||||
defines['__cvs'] = cvs
|
||||
|
Reference in New Issue
Block a user