From eb9daefdf84d73d5e00cdb62892a6590353c388f Mon Sep 17 00:00:00 2001 From: Andre Przywara Date: Wed, 3 Feb 2016 23:57:57 +0000 Subject: Makefile: comment Cortex-A53 linker fix option Newer versions of binutils' ld recognize a errata fix option to avoid issues with a certain ARM Cortex-A53 errata. Since this option is widely available yet, comment it for now to allow build with older toolchains. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 954c466..3230102 100644 --- a/Makefile +++ b/Makefile @@ -233,7 +233,8 @@ CFLAGS += -nostdinc -ffreestanding -Wall \ ${DEFINES} ${INCLUDES} CFLAGS += -ffunction-sections -fdata-sections LDFLAGS += --fatal-warnings -O1 -LDFLAGS += --gc-sections --fix-cortex-a53-843419 +LDFLAGS += --gc-sections +#LDFLAGS += --fix-cortex-a53-843419 CC := ${CROSS_COMPILE}gcc -- cgit v1.2.3