Home
last modified time | relevance | path

Searched refs:lc (Results 1 – 7 of 7) sorted by relevance

/buildroot/package/android-tools/
A D0005-Use-pkgconf-to-get-libs-deps.patch20 -LIBS+= -lc -lpthread -lz -lcrypto -lcrypt
21 +LIBS+= -lc -lpthread -lz `pkg-config --libs libcrypto` -lcrypt
32 -LIBS+= -lc -lpthread -lz -lcrypto
33 +LIBS+= -lc -lpthread -lz `pkg-config --libs libcrypto`
A D0001-Fix-makefiles-for-out-of-tree-build.patch49 LIBS+= -lc -lpthread -lz -lcrypto
107 LIBS+= -lc -lpthread -lz -lcrypto -lcrypt `pkg-config --libs glib-2.0 gio-2.0`
A D0002-Fix-adbd-for-non-Ubuntu-systems.patch257 -LIBS+= -lc -lpthread -lz -lcrypto -lcrypt `pkg-config --libs glib-2.0 gio-2.0`
258 +LIBS+= -lc -lpthread -lz -lcrypto -lcrypt
/buildroot/package/dmalloc/
A D0005-configure-use-LD-instead-of-hard-coding-ld.patch29 - elif (ld -shared -o conftest.so.t -all -soname conftest.so.t -none -lc -all conftest.a) 2>&5; then
30 - ac_cv_shared_link_args='ld -shared -o $@.t -all -soname $@ -none -lc -all'
35 + elif (${LD-ld} -shared -o conftest.so.t -all -soname conftest.so.t -none -lc -all conftest.a) 2>&…
36 + ac_cv_shared_link_args="${LD-ld}"' -shared -o $@.t -all -soname $@ -none -lc -all'
52 - elif (ld -shared -o conftest.so.t -all -soname conftest.so.t -none -lc -all conftest.a) 2>&5; then
53 - ac_cv_shared_link_args='ld -shared -o $@.t -all -soname $@ -none -lc -all'
58 + elif (${LD-ld} -shared -o conftest.so.t -all -soname conftest.so.t -none -lc -all conftest.a) 2>&…
59 + ac_cv_shared_link_args="${LD-ld}"' -shared -o $@.t -all -soname $@ -none -lc -all'
/buildroot/package/libcamera/
A DConfig.in83 bool "lc-compliance test application"
92 lc-compliance test application
94 comment "lc-compliance test application needs a toolchain w/ C++, wchar, threads, gcc >= 5"
/buildroot/package/libavl/
A D0001-fix-makefile.patch27 - $(CC) -nostdlib -shared -Wl,-soname,libavl.so.1 $^ -o $@ -lc
28 + $(CC) $(LDFLAGS) -shared -Wl,-soname,libavl.so.1 $^ -o $@ -lc
/buildroot/package/makedevs/
A Dmakedevs.c343 char *lc; in concat_path_file() local
347 lc = last_char_is(path, '/'); in concat_path_file()
350 bb_xasprintf(&outbuf, "%s%s%s", path, (lc==NULL ? "/" : ""), filename); in concat_path_file()

Completed in 15 milliseconds