diff options
author | Alexey Neyman <stilor@att.net> | 2017-04-03 10:22:38 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-03 10:22:38 -0700 |
commit | 9571a97a4d2e3aedc5fa6807a920c619b9467c77 (patch) | |
tree | 32773c921778f631487c227255e5c9ffc543e017 /scripts/build/libc | |
parent | 8aab16323219b37902c680bb332ad748dc7d5890 (diff) | |
parent | 0fc6f1c47e1ea3f18c4c30f834c9ae4bb3913aa9 (diff) | |
download | crosstool-ng-9571a97a4d2e3aedc5fa6807a920c619b9467c77.tar.gz crosstool-ng-9571a97a4d2e3aedc5fa6807a920c619b9467c77.tar.bz2 crosstool-ng-9571a97a4d2e3aedc5fa6807a920c619b9467c77.zip |
Merge pull request #672 from stilor/freebsd-fixescrosstool-ng-1.23.0-rc2
Freebsd fixes
Diffstat (limited to 'scripts/build/libc')
-rw-r--r-- | scripts/build/libc/uClibc.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/build/libc/uClibc.sh b/scripts/build/libc/uClibc.sh index 9f1eb370..a730a1dd 100644 --- a/scripts/build/libc/uClibc.sh +++ b/scripts/build/libc/uClibc.sh @@ -119,6 +119,7 @@ do_libc_backend_once() { # - We do _not_ want to strip anything for now, in case we specifically # asked for a debug toolchain, thus the STRIPTOOL= assignment. make_args=( CROSS_COMPILE="${CT_TARGET}-" \ + HOSTCC="${CT_BUILD}-gcc" \ PREFIX="${multi_root}/" \ MULTILIB_DIR="${multilib_dir}" \ LOCALE_DATA_FILENAME="${uclibc_locale_tarball}.tgz" \ |