diff options
author | Alexey Neyman <stilor@att.net> | 2017-03-19 00:34:51 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-19 00:34:51 -0700 |
commit | 89f0971391fa26c442ce9bfb055c55e5cae2d0d1 (patch) | |
tree | b82d03ad78739881aa8e4993e0dcf8d290e14c30 /scripts/build/libc/glibc.sh | |
parent | a3dd55b96409922a416c05ab053569ec4f91126b (diff) | |
parent | 63b2a19de4b33f304b236850028b6c6f32ce51e2 (diff) | |
download | crosstool-ng-89f0971391fa26c442ce9bfb055c55e5cae2d0d1.tar.gz crosstool-ng-89f0971391fa26c442ce9bfb055c55e5cae2d0d1.tar.bz2 crosstool-ng-89f0971391fa26c442ce9bfb055c55e5cae2d0d1.zip |
Merge pull request #639 from stilor/tweak-gcc-movelibs
When moving gcc libs, prefer the same directory as libc
Diffstat (limited to 'scripts/build/libc/glibc.sh')
-rw-r--r-- | scripts/build/libc/glibc.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/build/libc/glibc.sh b/scripts/build/libc/glibc.sh index 569183aa..a6306336 100644 --- a/scripts/build/libc/glibc.sh +++ b/scripts/build/libc/glibc.sh @@ -297,6 +297,8 @@ do_libc_backend_once() { # or even after they get installed... echo "ac_cv_path_BASH_SHELL=/bin/bash" >>config.cache + CT_SymlinkToolsMultilib + # Configure with --prefix the way we want it on the target... # There are a whole lot of settings here. You'll probably want # to read up on what they all mean, and customize a bit, possibly |