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

  /prebuilts/go/darwin-x86/misc/cgo/testcshared/
test.bash 107 linkflags="-Wl,--no-as-needed"
109 linkflags=""
111 $(go env CC) $(go env GOGCCFLAGS) -o testp2 main2.c $linkflags libgo2.$libext
  /prebuilts/go/linux-x86/misc/cgo/testcshared/
test.bash 107 linkflags="-Wl,--no-as-needed"
109 linkflags=""
111 $(go env CC) $(go env GOGCCFLAGS) -o testp2 main2.c $linkflags libgo2.$libext
  /external/mesa3d/scons/
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 201 milliseconds