mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-17 20:51:39 +00:00
Makefile: remove m68k GCC 3.4 workaround
This code dates back to 2006, commit 483a0cf804
("Fixes for gcc 3.4
based m68k toolchain,").
GCC 3.4 is so old. We do not support it.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
This commit is contained in:
parent
8239be61bd
commit
248cf96d36
1 changed files with 0 additions and 7 deletions
7
Makefile
7
Makefile
|
@ -722,13 +722,6 @@ else
|
||||||
KBUILD_CFLAGS += $(call cc-disable-warning, unused-but-set-variable)
|
KBUILD_CFLAGS += $(call cc-disable-warning, unused-but-set-variable)
|
||||||
endif
|
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
|
# Prohibit date/time macros, which would make the build non-deterministic
|
||||||
KBUILD_CFLAGS += $(call cc-option,-Werror=date-time)
|
KBUILD_CFLAGS += $(call cc-option,-Werror=date-time)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue