Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
newlib.mk: Windows/MSYS Bash support: use realpath instead of abspath
Some versions of Mingw32 abspath implementation has trouble working with windows formatted path. $(abspath "C:/A/B") returns "/C/CUR/DIR/C:/A/B" instead of "/C/A/B" relpath does not have this problem, it does additional symlink resolution but is not a problem. Note: on windows it does not remove the trailing `/`. zephyrproject-rtos/zephyr#2061 (comment) Patched in zephyrproject-rtos/zephyr@941059c
- Loading branch information