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:
@@ -64,6 +64,8 @@ def load():
|
||||
if int(version) >= 13:
|
||||
defines['__cc'] = ('exe', 'required', '/usr/bin/cc')
|
||||
defines['__cxx'] = ('exe', 'required', '/usr/bin/c++')
|
||||
defines['build_cflags'] = '-O2 -pipe -fbracket-depth=1024'
|
||||
defines['build_cxxflags'] = '-O2 -pipe -fbracket-depth=1024'
|
||||
|
||||
defines['_build'] = defines['_host']
|
||||
defines['_build_vendor'] = defines['_host_vendor']
|
||||
|
Reference in New Issue
Block a user