summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Ratiu <adrian.ratiu@collabora.com>2022-01-07 15:08:13 +0200
committerLars Wendler <polynomial-c@gentoo.org>2022-01-07 22:27:08 +0100
commit355c5b5715ffcf787c421d03209642d2823cf1f7 (patch)
treec2c65e9230df4dc9522f651389edda7ab2d8e777 /gui-libs
parentnet-libs/libtorrent-rasterbar: Keyword 2.0.5 arm64, #830688 (diff)
downloadgentoo-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