summaryrefslogtreecommitdiffhomepage
path: root/sofort/ccenv
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2019-01-01 13:00:38 -0500
committermidipix <writeonce@midipix.org>2019-01-01 14:54:03 -0500
commit7e829951f3008030df7e98bbd6baa0c1f8b8c394 (patch)
treef599e25afb005a261820859c30adb53d5efff65b /sofort/ccenv
parent75c8ce2acb67cb86542155f5c122365f4ff29a63 (diff)
downloadw32lib-7e829951f3008030df7e98bbd6baa0c1f8b8c394.tar.bz2
w32lib-7e829951f3008030df7e98bbd6baa0c1f8b8c394.tar.xz
build system: ccenv.usage: using absolute path made optional (forthcoming).
Diffstat (limited to 'sofort/ccenv')
-rw-r--r--sofort/ccenv/ccenv.usage6
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, ...