package/binutils: fix typo in variable name

Commit 7ff21f8d4b (package/binutils: handle gprofng as an optional
feature) introduced the typo. Although it was noticed, the commit was
not amended before being pushed...

Fix that now...

Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
Yann E. MORIN
2022-08-14 17:13:57 +02:00
parent c8e3bfa2f5
commit d4afac3ab1

View File

@@ -94,9 +94,9 @@ HOST_BINUTILS_CONF_OPTS = \
ifeq ($(BR2_BINUTILS_GPROFNG),y)
HOST_BINUTILS_DEPENDENCIES += host-bison
HOST_INBUTILS_CONF_OPTS += --enable-gprofng
HOST_BINUTILS_CONF_OPTS += --enable-gprofng
else
HOST_INBUTILS_CONF_OPTS += --disable-gprofng
HOST_BINUTILS_CONF_OPTS += --disable-gprofng
endif
# binutils run configure script of subdirs at make time, so ensure