From a634eb27a9ee2309a0ddb45cac25829ece5adc05 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 12 Nov 2020 09:01:25 +0100 Subject: afboot-stm32: fix problem with fdpic toolchain --- package/afboot-stm32/patches/patch-Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 package/afboot-stm32/patches/patch-Makefile (limited to 'package/afboot-stm32/patches/patch-Makefile') diff --git a/package/afboot-stm32/patches/patch-Makefile b/package/afboot-stm32/patches/patch-Makefile new file mode 100644 index 000000000..6a7087c84 --- /dev/null +++ b/package/afboot-stm32/patches/patch-Makefile @@ -0,0 +1,10 @@ +--- afboot-stm32-3566acd582e5536fb60864281788a30f5527df2d.orig/Makefile 2020-11-11 22:52:18.000000000 +0100 ++++ afboot-stm32-3566acd582e5536fb60864281788a30f5527df2d/Makefile 2020-11-11 22:56:16.737522477 +0100 +@@ -13,6 +13,7 @@ DTB_ADDR?=0x08004000 + CFLAGS := -mthumb -mcpu=cortex-m4 + CFLAGS += -ffunction-sections -fdata-sections + CFLAGS += -Os -std=gnu99 -Wall ++CFLAGS += -fno-builtin -mno-fdpic + LINKERFLAGS := -nostartfiles --gc-sections + + obj-y += gpio.o mpu.o qspi.o start_kernel.o -- cgit v1.2.3