Lines Matching refs:LINKFLAGS
181 env['LINKFLAGS'] += SCons.Util.CLVar(os.environ['LDFLAGS'])
521 env.Append(LINKFLAGS = [
533 linkflags = []
537 linkflags += ['-m32']
539 linkflags += ['-m64']
550 linkflags += [
555 linkflags += ['-static-libgcc']
557 linkflags += ['-static-libstdc++']
564 linkflags += ['/LTCG']
569 linkflags += [
575 env.Append(LINKFLAGS = linkflags)