package/gcc: fix explicitly typo

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
(cherry picked from commit d5bb8fff5f8636ce8b4a063668440efe9489d8d3)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Peter Korsgaard 2024-09-10 09:08:12 +02:00
parent 05fa1c6545
commit 500d75762b

View File

@ -233,7 +233,7 @@ HOST_GCC_COMMON_CONF_OPTS += --with-fp-32="$(GCC_TARGET_FP32_MODE)"
endif endif
# musl/uClibc-ng does not work with biarch powerpc toolchains, we # musl/uClibc-ng does not work with biarch powerpc toolchains, we
# need to configure gcc explicitely for 32 Bit for CPU's supporting # need to configure gcc explicitly for 32 Bit for CPU's supporting
# 64 Bit and 32 Bit # 64 Bit and 32 Bit
ifneq ($(GCC_TARGET_CPU),) ifneq ($(GCC_TARGET_CPU),)
ifeq ($(BR2_powerpc),y) ifeq ($(BR2_powerpc),y)