diff options
author | Alexey Neyman <stilor@att.net> | 2018-04-07 14:39:56 -0700 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2018-04-07 14:39:56 -0700 |
commit | 4e7d0906c1047516ab6517e3abd4a83cba98139d (patch) | |
tree | e3ca3eb2ac3d5590ae95724ae5e5a21cac174247 /scripts/show-tuple.sh | |
parent | 7eb903667b59ac00d28e2ebad26e4b8c56bb0b84 (diff) | |
download | crosstool-ng-4e7d0906c1047516ab6517e3abd4a83cba98139d.tar.gz crosstool-ng-4e7d0906c1047516ab6517e3abd4a83cba98139d.tar.bz2 crosstool-ng-4e7d0906c1047516ab6517e3abd4a83cba98139d.zip |
Support out-of-tree local builds
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'scripts/show-tuple.sh')
-rw-r--r-- | scripts/show-tuple.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/show-tuple.sh b/scripts/show-tuple.sh index 9031b3cd..4b0b9b0b 100644 --- a/scripts/show-tuple.sh +++ b/scripts/show-tuple.sh @@ -1,9 +1,6 @@ # What we need: # - the .config file -# Parse the tools' paths configuration -. "${CT_LIB_DIR}/paths.sh" - # Parse the common functions . "${CT_LIB_DIR}/scripts/functions" |