diff options
Diffstat (limited to 'gcc-config')
-rwxr-xr-x | gcc-config | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -61,8 +61,9 @@ usage() { -L, --get-lib-path Print path where libraries of the given/current profile are located. - Profile names are of the form: <CTARGET>-<version> - For example: i686-pc-linux-gnu-3.2.1 + Profile names are of the form: <CTARGET>-<version> (like 'i686-pc-linux-gnu-3.2.1') + <version> (like '3.2.1') + <profile-number> (as specified in '--list-profiles') EOF exit ${1:-1} } |