Searched refs:libpath_lib_dirs (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | collect2.c | 228 static struct path_prefix libpath_lib_dirs; /* directories in LIBPATH */ variable 230 &libpath_lib_dirs, NULL}; 1005 prefix_from_env ("LIBPATH", &libpath_lib_dirs); in main() 1008 add_prefix (&libpath_lib_dirs, "/lib"); in main() 1009 add_prefix (&libpath_lib_dirs, "/usr/lib"); in main()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | collect2.c | 260 static struct path_prefix libpath_lib_dirs; /* directories in LIBPATH */ variable 262 &libpath_lib_dirs, NULL}; 1073 prefix_from_env ("LIBPATH", &libpath_lib_dirs); 1076 add_prefix (&libpath_lib_dirs, "/lib"); 1077 add_prefix (&libpath_lib_dirs, "/usr/lib");
|
| H A D | ChangeLog.0 | 7216 (libs, cmdline_lib_dirs, libpath_lib_dirs, libpath, libexts): Same.
|