diff options
author | Adrian Ratiu <adrian.ratiu@collabora.com> | 2022-01-07 15:08:13 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2022-01-07 22:27:08 +0100 |
commit | 355c5b5715ffcf787c421d03209642d2823cf1f7 (patch) | |
tree | c2c65e9230df4dc9522f651389edda7ab2d8e777 /gui-libs | |
parent | net-libs/libtorrent-rasterbar: Keyword 2.0.5 arm64, #830688 (diff) | |
download | gentoo-355c5b5715ffcf787c421d03209642d2823cf1f7.tar.gz gentoo-355c5b5715ffcf787c421d03209642d2823cf1f7.tar.bz2 gentoo-355c5b5715ffcf787c421d03209642d2823cf1f7.zip |
media-libs/freetype: fix GCC usage during configure
If $CC_BUILD is not set, configure defaults to GCC for some
of its tests causing clang builds to use a mixture of the
two compilers instead of using just clang consistently.
Here is an example before and after setting CC_BUILD (this
is actually from ChromiumOS where this was first detected).
before:
checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
checking for x86_64-pc-linux-gnu-gcc... (cached) x86_64-pc-linux-gnu-gcc
checking for x86_64-pc-linux-gnu-gcc... (cached) x86_64-pc-linux-gnu-gcc
checking for suffix of native executables...
after:
checking for x86_64-pc-linux-gnu-gcc... x86_64-cros-linux-gnu-clang
checking for x86_64-pc-linux-gnu-gcc... (cached) x86_64-cros-linux-gnu-clang
checking for x86_64-pc-linux-gnu-gcc... (cached) x86_64-cros-linux-gnu-clang
checking for suffix of native executables...
Signed-off-by: Adrian Ratiu <adrian.ratiu@collabora.com>
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'gui-libs')
0 files changed, 0 insertions, 0 deletions