RTEMS Linker
0.0.1
RTEMS Tools Project
|
Functions | |
void | get_library_path (std::string &name, std::string &path) |
void | get_standard_libpaths (rld::files::paths &libpaths) |
void | get_standard_libs (rld::files::paths &libs, rld::files::paths &libpaths, bool cplusplus) |
Variables | |
std::string | cc |
std::string | exec_prefix |
std::string | march |
std::string | mcpu |
std::string | install_path |
std::string | programs_path |
std::string | libraries_path |
void rld::cc::get_library_path | ( | std::string & | name, |
std::string & | path | ||
) |
void rld::cc::get_standard_libpaths | ( | rld::files::paths & | libpaths | ) |
Get the standard libraries paths from the compiler.
void rld::cc::get_standard_libs | ( | rld::files::paths & | libs, |
rld::files::paths & | libpaths, | ||
bool | cpp = false |
||
) |
Get the standard libraries. Optionally add the C++ library.
std::string rld::cc::cc |
std::string rld::cc::exec_prefix |
std::string rld::cc::install_path |
std::string rld::cc::libraries_path |
std::string rld::cc::march |
std::string rld::cc::mcpu |
std::string rld::cc::programs_path |