Home | History | Annotate | Download | only in toolchain-utils

Lines Matching refs:cxxflags

224       '--cxxflags',
225 dest='cxxflags',
227 help='Build a compiler with specified CXXFLAGS')
250 ' CFLAGS and CXXFLAGS.')
297 if options.cxxflags:
298 build_env['CXXFLAGS'] = '`portageq envvar CXXFLAGS` ' + options.cxxflags
311 if 'CXXFLAGS' in build_env:
312 build_env['CXXFLAGS'] += ' %s' % (debug_flags)
314 build_env['CXXFLAGS'] = debug_flags