diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-05-13 18:10:47 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-05-13 18:10:47 +0000 |
commit | e89072b5a5922a08bcf3f1f10f3bd12806918f23 (patch) | |
tree | d48438023543db61b9e8c1efe01127293cf1130a /ct-ng.comp | |
parent | 1c1d672f87c1fbf0428486f0eeb4f2791483570a (diff) | |
download | crosstool-ng-e89072b5a5922a08bcf3f1f10f3bd12806918f23.tar.gz crosstool-ng-e89072b5a5922a08bcf3f1f10f3bd12806918f23.tar.bz2 crosstool-ng-e89072b5a5922a08bcf3f1f10f3bd12806918f23.zip |
Add a new action: show-tuple
- in a directory containing a crosstool-NG configuration,
prints the tuple of the configured target to stdout.
-------- diffstat follows --------
/trunk/Makefile.in | 4 3 1 0 +++-
/trunk/scripts/showTuple.sh.in | 30 30 0 0 ++++++++++++++++++++++++++++++
/trunk/ct-ng.comp | 2 1 1 0 +-
/trunk/ct-ng.in | 10 9 1 0 +++++++++-
4 files changed, 43 insertions(+), 3 deletions(-)
Diffstat (limited to 'ct-ng.comp')
-rw-r--r-- | ct-ng.comp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ _ct-ng () { actions='help menuconfig oldconfig saveconfig build build. build-all build-all. - list-samples list-steps + list-samples list-steps show-tuple clean distclean wiki-samples updatetools tarball version' |