RTEMS Linker  0.0.1
RTEMS Tools Project
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
rld::cc Namespace Reference

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
 

Function Documentation

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.

Variable Documentation

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