HomeSort by relevance Sort by last modified time
    Searched refs:LINKFLAGS (Results 1 - 4 of 4) sorted by null

  /external/google-tv-pairing-protocol/cpp/
main.scons 56 LINKFLAGS = ['-static', '-pthread'],
63 LINKFLAGS = ['-m32'],
84 LINKFLAGS = ['--strip-all', '-s'],
93 LINKFLAGS = ['-m64'],
115 LINKFLAGS = ['--strip-all'],
138 LINKFLAGS = [
153 LINKFLAGS = ['--string-all', '-s'],
217 LINKFLAGS = [
  /external/mesa3d/scons/
crossmingw.py 192 env['SHLINKFLAGS'] = SCons.Util.CLVar('$LINKFLAGS -shared')
llvm.py 162 env.Append(LINKFLAGS = ['/nodefaultlib:LIBCMT'])
gallium.py 138 env['LINKFLAGS'] += SCons.Util.CLVar(os.environ['LDFLAGS'])
456 linkflags = []
460 linkflags += ['-m32']
462 linkflags += ['-m64']
474 linkflags += ['-static-libgcc']
476 linkflags += ['-static-libstdc++']
483 linkflags += ['/LTCG']
488 linkflags += [
492 env.Append(LINKFLAGS = linkflags)
    [all...]

Completed in 204 milliseconds