diff options
author | midipix <writeonce@midipix.org> | 2019-01-01 13:00:38 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2019-01-01 13:00:38 -0500 |
commit | 58c393d470c1bdc02adb7ac76b8a3c7135c3329f (patch) | |
tree | 910c1119f7506941064cfd0b6d35db7a34e74b61 | |
parent | b86636aeecea5f0a6afb0ac48ca29bd01ca78154 (diff) | |
download | sofort-58c393d470c1bdc02adb7ac76b8a3c7135c3329f.tar.bz2 sofort-58c393d470c1bdc02adb7ac76b8a3c7135c3329f.tar.xz |
build system: ccenv.usage: using absolute path made optional (forthcoming).
-rw-r--r-- | sofort/ccenv/ccenv.usage | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sofort/ccenv/ccenv.usage b/sofort/ccenv/ccenv.usage index 44e5f05..8eab780 100644 --- a/sofort/ccenv/ccenv.usage +++ b/sofort/ccenv/ccenv.usage @@ -61,12 +61,6 @@ A few words on sofort's tool-finding logic - AR=/path/to/ar --> set AR to the specified absolute path -# consistency: -- in the above case of AR=ar, using $(command -v ar) ensures - that the same tool is used throughout the lifetime of the - build project. - - # host generated config file and variable names: - ccenv/host.mk - AR, NM, OBJDUMP, ... |