Re: [PATCH] Makefile: remove m68k GCC 3.4 workaround

2020-05-15 Thread Tom Rini
On Thu, May 14, 2020 at 11:38:20AM +0900, Masahiro Yamada wrote: > This code dates back to 2006, commit 483a0cf804df ("Fixes for gcc 3.4 > based m68k toolchain,"). > > GCC 3.4 is so old. We do not support it. > > Signed-off-by: Masahiro Yamada Applied to u-boot/master, thanks! -- Tom signa

[PATCH] Makefile: remove m68k GCC 3.4 workaround

2020-05-13 Thread Masahiro Yamada
This code dates back to 2006, commit 483a0cf804df ("Fixes for gcc 3.4 based m68k toolchain,"). GCC 3.4 is so old. We do not support it. Signed-off-by: Masahiro Yamada --- Makefile | 7 --- 1 file changed, 7 deletions(-) diff --git a/Makefile b/Makefile index a9d58ca7a0..97fd492bc0 100644