Lines Matching refs:LINKFLAGS
205 env['LINKFLAGS'] += SCons.Util.CLVar(os.environ['LDFLAGS'])
555 env.Append(LINKFLAGS = [
567 linkflags = []
571 linkflags += ['-m32']
573 linkflags += ['-m64']
584 linkflags += [
589 linkflags += ['-static-libgcc']
591 linkflags += ['-static-libstdc++']
598 linkflags += ['/LTCG']
603 linkflags += [
609 env.Append(LINKFLAGS = linkflags)