All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] toolchain/helpers.mk: fix 'unsupported' typo
@ 2024-09-20 20:49 Peter Korsgaard
  2024-09-20 20:49 ` [Buildroot] [PATCH 2/2] toolchain/toolchain-wrapper.c: fix 'potentially' typo Peter Korsgaard
  2024-09-21 18:48 ` [Buildroot] [PATCH 1/2] toolchain/helpers.mk: fix 'unsupported' typo Yann E. MORIN
  0 siblings, 2 replies; 3+ messages in thread
From: Peter Korsgaard @ 2024-09-20 20:49 UTC (permalink / raw)
  To: buildroot; +Cc: Romain Naour, Giulio Benetti, Thomas Petazzoni

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 toolchain/helpers.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/toolchain/helpers.mk b/toolchain/helpers.mk
index 839ee278d0..f3fdaaec07 100644
--- a/toolchain/helpers.mk
+++ b/toolchain/helpers.mk
@@ -324,7 +324,7 @@ check_arm_abi = \
 	__CROSS_CC=$(strip $1) ; \
 	EXT_TOOLCHAIN_TARGET=`LANG=C $${__CROSS_CC} -v 2>&1 | grep ^Target | cut -f2 -d ' '` ; \
 	if ! echo $${EXT_TOOLCHAIN_TARGET} | grep -qE 'eabi(hf)?$$' ; then \
-		echo "External toolchain uses the unsuported OABI" ; \
+		echo "External toolchain uses the unsupported OABI" ; \
 		exit 1 ; \
 	fi ; \
 	if ! echo 'int main(void) {}' | $${__CROSS_CC} -x c -o $(BUILD_DIR)/.br-toolchain-test.tmp - ; then \
-- 
2.39.2

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-09-21 18:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-20 20:49 [Buildroot] [PATCH 1/2] toolchain/helpers.mk: fix 'unsupported' typo Peter Korsgaard
2024-09-20 20:49 ` [Buildroot] [PATCH 2/2] toolchain/toolchain-wrapper.c: fix 'potentially' typo Peter Korsgaard
2024-09-21 18:48 ` [Buildroot] [PATCH 1/2] toolchain/helpers.mk: fix 'unsupported' typo Yann E. MORIN

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.