diff options
| author | Masahiro Yamada <[email protected]> | 2020-05-14 11:38:20 +0900 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2020-05-15 14:47:35 -0400 |
| commit | 248cf96d36a5dc2cacbbc332901f40b1c88b98d6 (patch) | |
| tree | 5f8b0e97f79ab7faa216b80e19ce432c3a0d6b71 | |
| parent | 8239be61bdeb228863734a890b02d10006360a65 (diff) | |
Makefile: remove m68k GCC 3.4 workaround
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 <[email protected]>
| -rw-r--r-- | Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -722,13 +722,6 @@ else KBUILD_CFLAGS += $(call cc-disable-warning, unused-but-set-variable) endif -# turn jbsr into jsr for m68k -ifeq ($(ARCH),m68k) -ifeq ($(findstring 3.4,$(shell $(CC) --version)),3.4) -KBUILD_AFLAGS += -Wa,-gstabs,-S -endif -endif - # Prohibit date/time macros, which would make the build non-deterministic KBUILD_CFLAGS += $(call cc-option,-Werror=date-time) |
