diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-01-25 20:31:16 +0100 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-01-25 20:31:16 +0100 |
commit | 94be1f470c148afe1b7b2a7e43b886c4ddea2e15 (patch) | |
tree | c0e4407af95a62366f38af5aa6f1683e862e5b74 /scripts/populate.in | |
parent | 15a1cc24913bf6290caa16d6bb05505d1471f8d0 (diff) | |
download | crosstool-ng-94be1f470c148afe1b7b2a7e43b886c4ddea2e15.tar.gz crosstool-ng-94be1f470c148afe1b7b2a7e43b886c4ddea2e15.tar.bz2 crosstool-ng-94be1f470c148afe1b7b2a7e43b886c4ddea2e15.zip |
config: add an option to name the sysroot directory
Depending on local policies, some users have expressed a need to
have the sysroot be named differently than the hard-coded name.
Add an option for that.
Default to 'sysroot' to match the existing literature.
While at it, replace 'sys-root' with 'sysroot' everywhere we
reference the sysroot.
Reported-by: Alexey Kuznetsov <Alexey.KUZNETSOV@youtransactor.com>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Diffstat (limited to 'scripts/populate.in')
-rw-r--r-- | scripts/populate.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/populate.in b/scripts/populate.in index 9b69afdb..02b17972 100644 --- a/scripts/populate.in +++ b/scripts/populate.in @@ -57,9 +57,9 @@ OPTIONS -l name1[:name2[...]] Always add the specified shared library/ies name1, name2... from the - toolchain (in the sys-root). Actual library names are searched as + toolchain (in the sysroot). Actual library names are searched as follows (where 'name' is replaced with the given name) in the - sys-root directory: + sysroot directory: - libname.so - name.so - name |