Re: [PATCH 1/1] Makefile: support CROSS_COMPILE=armv7a-*

2022-05-09 Thread Marek BehĂșn
On Sat, 7 May 2022 23:09:41 +0200 Heinrich Schuchardt wrote: > Gentoo uses armv7a-hardfloat-linux-gnueabi- as cross compiler prefix. > > Signed-off-by: Heinrich Schuchardt Acked-by: Marek BehĂșn

[PATCH 1/1] Makefile: support CROSS_COMPILE=armv7a-*

2022-05-07 Thread Heinrich Schuchardt
Gentoo uses armv7a-hardfloat-linux-gnueabi- as cross compiler prefix. Signed-off-by: Heinrich Schuchardt --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ea80f00716..d9081815fd 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ else i