Searched refs:lib_path (Results 1 – 8 of 8) sorted by relevance
57 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 …]
86 if test -z "$lib_path"; then87 lib_path=$file89 lib_path="$lib_path;$file"102 for dir in $lib_path $LIB133 lib_path=
534 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 bootstrap558 +]$$r/$(HOST_SUBDIR)/prev-[+module+]/[+lib_path+]:[+ ENDIF bootstrap +]560 [+ ENDIF lib_path +][+ ENDFOR host_modules +]
521 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd1601 * Makefile.def (target_modules): Set lib_path to src/.libs for3862 * Makefile.def (bfd, opcodes): Fix lib_path.4560 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
470 const char *lib_path;472 lib_path = (const char *) getenv ("LD_LIBRARY_PATH");473 if (gld${EMULATION_NAME}_search_needed (lib_path, lname))
1170 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))
1582 lib_path if NATIVE is yes.
1328 definition of lib_path inside condition where it is used.