mirror of
https://git.rtems.org/rtems-tools/
synced 2025-06-03 23:15:10 +08:00

Limit the compilers used to gcc and clang. Clang has not been tested. Users with MSVC install does not need to remove now. Force the os.sep path to the standard '\\' on Windows. The MSYS2 python sets it to '/' for internal project reasons. Doing this does cause waf problems when running configure so only do this for the build target. Closes #2583.
RTEMS Linkers. ============== Chris Johns <chrisj@rtems.org> This directory contains the RTEMS linkers and various tools to help managed them. License ------- The linker code is licensed under the ISC license. Currently some libiberty code is present in the libiberty directory which is GPL. In time this code will be removed.