Home | History | Annotate | Download | only in linkloader

Lines Matching refs:cflags

22         'CFLAGS': COMMON_CFLAGS + ['-g'],
27 'CFLAGS': COMMON_CFLAGS + ['-O2'],
50 'gcc': { 'CFLAGS': [], 'CXXFLAGS': [], 'LDFLAGS': [] },
51 'clang': { 'CFLAGS': [], 'CXXFLAGS': [], 'LDFLAGS': [] },
52 'mips-gcc': { 'CFLAGS': ['-EL', '-mips32r2'],
76 cflags = build_config['CFLAGS'] + build_toolset_config['CFLAGS']
82 CFLAGS=cflags,