Home
last modified time | relevance | path

Searched refs:LD (Results 1 – 25 of 130) sorted by relevance

123456

/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/gregbook/
A DMakefile.unx65 LD = gcc
105 $(LD) $(LDFLAGS) -o $@ $(ROBJS) $(RLIBSs)
108 $(LD) $(LDFLAGS) -o $@ $(ROBJS) $(RLIBSd)
111 $(LD) $(LDFLAGS) -o $@ $(ROBJS2) $(RLIBSs)
114 $(LD) $(LDFLAGS) -o $@ $(ROBJS2) $(RLIBSd)
117 $(LD) $(LDFLAGS) -o $@ $(WOBJS) $(WLIBSs)
120 $(LD) $(LDFLAGS) -o $@ $(WOBJS) $(WLIBSd)
A DMakefile.mingw3248 LD = $(CC)
100 $(LD) $(LDFLAGS) -o $@ $(ROBJSs) $(RLIBSs)
103 $(LD) $(LDFLAGS) -o $@ $(ROBJSd) $(RLIBSd)
106 $(LD) $(LDFLAGS) -o $@ $(ROBJS2s) $(RLIBSs)
109 $(LD) $(LDFLAGS) -o $@ $(ROBJS2d) $(RLIBSd)
112 $(LD) $(LDFLAGS) -o $@ $(WOBJSs) $(WLIBSs)
115 $(LD) $(LDFLAGS) -o $@ $(WOBJSd) $(WLIBSd)
A DMakefile.sgi53 LD = cc
85 $(LD) $(LDFLAGS) -o $@ $(ROBJS) $(RLIBS)
88 $(LD) $(LDFLAGS) -o $@ $(ROBJS2) $(RLIBS)
91 $(LD) $(LDFLAGS) -o $@ $(WOBJS) $(WLIBS)
A DMakefile.w3254 LD = link
88 $(LD) $(RLDFLAGS) -out:$@ $(ROBJS) $(RLIBS)
91 $(LD) $(RLDFLAGS) -out:$@ $(ROBJS2) $(RLIBS)
94 $(LD) $(WLDFLAGS) -out:$@ $(WOBJS) $(WLIBS)
/AliOS-Things-master/components/SDL2/src/gfx/
A Dltconfig213 old_LD="$LD"
986 if test -z "$LD"; then
1002 test -z "$LD" && LD="$ac_prog"
1021 if test -z "$LD"; then
1040 if test -n "$LD"; then
1041 echo "$ac_t$LD" 1>&6
1046 if test -z "$LD"; then
1055 if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
1207 if $LD -v 2>&1 | egrep 'BFD 2\.8' > /dev/null; then
1777 reload_cmds='$LD$reload_flag -o $output$reload_objs'
[all …]
/AliOS-Things-master/components/SDL2/src/gfx/Test/
A Dltconfig213 old_LD="$LD"
986 if test -z "$LD"; then
1002 test -z "$LD" && LD="$ac_prog"
1021 if test -z "$LD"; then
1040 if test -n "$LD"; then
1041 echo "$ac_t$LD" 1>&6
1046 if test -z "$LD"; then
1055 if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
1207 if $LD -v 2>&1 | egrep 'BFD 2\.8' > /dev/null; then
1777 reload_cmds='$LD$reload_flag -o $output$reload_objs'
[all …]
A Dconfigure4578 test -z "$LD" && LD="$ac_prog"
4625 LD="$lt_cv_path_LD"
5397 case $LD in
12972 lt_save_LD=$LD
13045 test -z "$LD" && LD="$ac_prog"
13092 LD="$lt_cv_path_LD"
14178 LD_CXX="$LD"
15923 LDCXX=$LD
15924 LD=$lt_save_LD
18332 LD=$lt_LD
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/win32/
A DMakefile.gcc51 LD = $(CC)
101 $(LD) $(LDFLAGS) -o $@ example.o $(STATICLIB)
105 $(LD) $(LDFLAGS) -o $@ minigzip.o $(STATICLIB)
109 $(LD) $(LDFLAGS) -o $@ example.o $(IMPLIB)
113 $(LD) $(LDFLAGS) -o $@ minigzip.o $(IMPLIB)
A DMakefile.msc26 LD = link
51 $(LD) $(LDFLAGS) -def:$(TOP)/win32/zlib.def -dll -implib:$(IMPLIB) \
57 $(LD) $(LDFLAGS) example.obj $(STATICLIB)
62 $(LD) $(LDFLAGS) minigzip.obj $(STATICLIB)
67 $(LD) $(LDFLAGS) -out:$@ example.obj $(IMPLIB)
72 $(LD) $(LDFLAGS) -out:$@ minigzip.obj $(IMPLIB)
A DMakefile.bor17 LD = bcc32
97 $(LD) $(LDFLAGS) example.obj $(ZLIB_LIB)
100 $(LD) $(LDFLAGS) minigzip.obj $(ZLIB_LIB)
/AliOS-Things-master/components/SDL2/build-scripts/
A Dnaclbuild.sh52 if [ -z "$LD" ]; then
53 export LD="$NACL_SDK_ROOT/toolchain/linux_pnacl/bin/pnacl-ar"
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/msdos/
A DMakefile.emx25 LD=$(CC) -s -o
54 $(LD) $@ $< $(LDLIBS)
A DMakefile.bor31 LD=bcc
101 $(LD) $(LDFLAGS) example.obj $(ZLIB_LIB)
104 $(LD) $(LDFLAGS) minigzip.obj $(ZLIB_LIB)
A DMakefile.msc31 LD=link
97 $(LD) $(LDFLAGS) example.obj,,,$(ZLIB_LIB);
100 $(LD) $(LDFLAGS) minigzip.obj,,,$(ZLIB_LIB);
A DMakefile.tc19 LD=tcc
86 $(LD) $(LDFLAGS) example.obj $(ZLIB_LIB)
89 $(LD) $(LDFLAGS) minigzip.obj $(ZLIB_LIB)
A DMakefile.dj243 LD=$(CC) -s -o
76 $(LD) $@ $< $(LDLIBS)
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/old/
A DMakefile.emx25 LD=$(CC) -s -o
54 $(LD) $@ $< $(LDLIBS)
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/amiga/
A DMakefile.pup12 LD = ppc-amigaos-ld -r
34 $(LD) $(LDFLAGS) $@ LIB:c_ppc.o $@.o $(LIBNAME) $(LDLIBS)
37 $(LD) $(LDFLAGS) $@ LIB:c_ppc.o $@.o $(LIBNAME) $(LDLIBS)
/AliOS-Things-master/components/amp/tools/
A Dconfig.mk14 LD = ld
/AliOS-Things-master/hardware/chip/haas1000/drivers/scripts/
A Dbuild.mk399 quiet_cmd_link_o_target = LD $@
403 …$(LD) -Wl$(comma)$(subst $(space),$(comma),$(strip $(ld_flags) --partial)) -nostdlib $(LINK_CFLAGS…
407 …$(LD) -Wl$(comma)$(subst $(space),$(comma),$(strip $(ld_flags) -r)) -nostdlib -nostartfiles $(LINK…
465 quiet_cmd_link_multi-y = LD $@
467 …cmd_link_multi-y = $(LD) -Wl,$(subst $(space),$(comma),$(strip $(ld_flags) --partial)) -nostdlib $…
469 …cmd_link_multi-y = $(LD) -Wl,$(subst $(space),$(comma),$(strip $(ld_flags) -r --whole-archive)) -n…
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/pascal/
A Dzlibd32.mak11 LD = bcc32 macro
85 $(LD) $(LDFLAGS) example.obj $(ZLIB_LIB)
88 $(LD) $(LDFLAGS) minigzip.obj $(ZLIB_LIB)
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/delphi/
A Dzlibd32.mak11 LD = bcc32 macro
85 $(LD) $(LDFLAGS) example.obj $(ZLIB_LIB)
88 $(LD) $(LDFLAGS) minigzip.obj $(ZLIB_LIB)
/AliOS-Things-master/documentation/yaml/
A Dpackage.yaml_user_manual.md39 | ld_script | N | 链接时使用的 LD 脚本,未设置时,使用对应的 board 的 LD 脚本 |
42 | ld_script | N | 链接时使用 的LD 脚本,未设置时,使用对应的 chip 的 LD 脚本 |
45 | ld_script | Y | 链接时使用 的LD 脚本 |
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Dconfigure6205 test -z "$LD" && LD=$ac_prog
6252 LD=$lt_cv_path_LD
6253 if test -n "$LD"; then
6255 $as_echo "$LD" >&6; }
6994 case $LD in
8196 LD="${LD-ld} -32"
8199 LD="${LD-ld} -n32"
8202 LD="${LD-ld} -64"
8387 LD=${LD-ld}_sol2
8392 LD="${LD-ld} -64"
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A Dconfigure4635 LD=$lt_cv_path_LD
4636 if test -n "$LD"; then
4638 $as_echo "$LD" >&6; }
5642 case $LD in
6845 LD="${LD-ld} -32"
6848 LD="${LD-ld} -n32"
6851 LD="${LD-ld} -64"
7036 LD=${LD-ld}_sol2
7041 LD="${LD-ld} -64"
8578 test -z "$LD" && LD=ld
[all …]

Completed in 84 milliseconds

123456