Home
last modified time | relevance | path

Searched refs:lib_path (Results 1 – 8 of 8) sorted by relevance

/toolchain/binutils/binutils-2.25/
DMakefile.def57 host_modules= { module= mpfr; lib_path=.libs; bootstrap=true;
60 host_modules= { module= mpc; lib_path=.libs; bootstrap=true;
63 host_modules= { module= isl; lib_path=.libs; bootstrap=true;
67 host_modules= { module= cloog; lib_path=.libs; bootstrap=true;
72 host_modules= { module= libelf; lib_path=.libs; bootstrap=true;
118 lib_path=src/.libs;
122 lib_path=.libs;
126 lib_path=.libs;
129 lib_path=.libs; };
130 target_modules = { module= libssp; lib_path=.libs; };
[all …]
Dcompile86 if test -z "$lib_path"; then
87 lib_path=$file
89 lib_path="$lib_path;$file"
102 for dir in $lib_path $LIB
133 lib_path=
DMakefile.tpl534 IF lib_path +]$(TARGET_LIB_PATH_[+module+])[+ ENDIF lib_path +][+
536 [+ FOR target_modules +][+ IF lib_path +]
538 TARGET_LIB_PATH_[+module+] = $$r/$(TARGET_SUBDIR)/[+module+]/[+lib_path+]:
540 [+ ENDIF lib_path +][+ ENDFOR target_modules +]
546 IF lib_path +]$(HOST_LIB_PATH_[+module+])[+ ENDIF lib_path +][+
554 [+ FOR host_modules +][+ IF lib_path +]
557 $$r/$(HOST_SUBDIR)/[+module+]/[+lib_path+]:[+ IF bootstrap
558 +]$$r/$(HOST_SUBDIR)/prev-[+module+]/[+lib_path+]:[+ ENDIF bootstrap +]
560 [+ ENDIF lib_path +][+ ENDFOR host_modules +]
DChangeLog521 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
1601 * Makefile.def (target_modules): Set lib_path to src/.libs for
3862 * Makefile.def (bfd, opcodes): Fix lib_path.
4560 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
/toolchain/binutils/binutils-2.25/ld/emultempl/
Dsunos.em470 const char *lib_path;
472 lib_path = (const char *) getenv ("LD_LIBRARY_PATH");
473 if (gld${EMULATION_NAME}_search_needed (lib_path, lname))
Delf32.em1170 const char *lib_path;
1197 lib_path = (const char *) getenv ("LD_RUN_PATH");
1198 if (gld${EMULATION_NAME}_search_needed (lib_path, &n,
1202 lib_path = (const char *) getenv ("LD_LIBRARY_PATH");
1203 if (gld${EMULATION_NAME}_search_needed (lib_path, &n, force))
/toolchain/binutils/binutils-2.25/ld/
DChangeLog-20051582 lib_path if NATIVE is yes.
DChangeLog-91971328 definition of lib_path inside condition where it is used.