* [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
* [Buildroot] [PATCH 2/2] toolchain/toolchain-wrapper.c: fix 'potentially' typo
2024-09-20 20:49 [Buildroot] [PATCH 1/2] toolchain/helpers.mk: fix 'unsupported' typo Peter Korsgaard
@ 2024-09-20 20:49 ` Peter Korsgaard
2024-09-21 18:48 ` [Buildroot] [PATCH 1/2] toolchain/helpers.mk: fix 'unsupported' typo Yann E. MORIN
1 sibling, 0 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/toolchain-wrapper.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/toolchain/toolchain-wrapper.c b/toolchain/toolchain-wrapper.c
index e436889760..db11cdb6ab 100644
--- a/toolchain/toolchain-wrapper.c
+++ b/toolchain/toolchain-wrapper.c
@@ -134,7 +134,7 @@ static const struct str_len_s unsafe_paths[] = {
{ NULL, 0 },
};
-/* Unsafe options are options that specify a potentialy unsafe path,
+/* Unsafe options are options that specify a potentially unsafe path,
* that will be checked by check_unsafe_path(), below.
*/
static const struct str_len_s unsafe_opts[] = {
--
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
* Re: [Buildroot] [PATCH 1/2] toolchain/helpers.mk: fix 'unsupported' typo
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 ` Yann E. MORIN
1 sibling, 0 replies; 3+ messages in thread
From: Yann E. MORIN @ 2024-09-21 18:48 UTC (permalink / raw)
To: Peter Korsgaard; +Cc: Romain Naour, Giulio Benetti, Thomas Petazzoni, buildroot
Peter, All,
On 2024-09-20 22:49 +0200, Peter Korsgaard spake thusly:
> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Both patches applied to master, thanks.
Regards,
Yann E. MORIN.
> ---
> 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
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox