Home
last modified time | relevance | path

Searched refs:lib (Results 1 – 9 of 9) sorted by relevance

/drstd/
H A Dinit_dragonos_toolchain.sh23 DRAGONOS_UNKNOWN_ELF_PATH=$(rustc --print sysroot)/lib/rustlib/x86_64-unknown-dragonos
24 mkdir -p ${DRAGONOS_UNKNOWN_ELF_PATH}/lib
H A DMakefile144 for lib in $^; do\
145 echo "addlib $$lib" >> "$@.mri"; \
182 for lib in $^; do\
183 echo "addlib $$lib" >> "$@.mri"; \
/drstd/dlibc/src/unix/ld_so/
H A DCargo.toml6 [lib]
/drstd/dlibc/src/unix/ld_so/ld_script/
H A Di686-unknown-redox.ld10 SEARCH_DIR("/i686-unknown-redox/lib");
14 SEARCH_DIR("/usr/local/lib");
15 SEARCH_DIR("/lib");
16 SEARCH_DIR("/usr/lib");
H A Daarch64-unknown-redox.ld10 SEARCH_DIR("/aarch64-unknown-redox/lib");
14 SEARCH_DIR("/usr/local/lib");
15 SEARCH_DIR("/lib");
16 SEARCH_DIR("/usr/lib");
H A Dx86_64-unknown-redox.ld10 SEARCH_DIR("/x86_64-unknown-redox/lib");
14 SEARCH_DIR("/usr/local/lib");
15 SEARCH_DIR("/lib");
16 SEARCH_DIR("/usr/lib");
H A Dx86_64-unknown-dragonos.ld15 SEARCH_DIR("/usr/x86_64-pc-linux-gnu/lib");
17 SEARCH_DIR("/usr/local/lib");
18 SEARCH_DIR("/lib");
19 SEARCH_DIR("/usr/lib");
H A Dx86_64-unknown-linux-gnu.ld15 SEARCH_DIR("/usr/x86_64-pc-linux-gnu/lib");
17 SEARCH_DIR("/usr/local/lib");
18 SEARCH_DIR("/lib");
19 SEARCH_DIR("/usr/lib");
/drstd/dlibc/
H A DCargo.toml18 #[lib]