From e8f723620ee5f3b76d507947cb657653d122cbac Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Tue, 19 May 2020 16:26:08 +0200 Subject: [PATCH] Fix issue #736, still other errors on armsrc to solve --- common_arm/Makefile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common_arm/Makefile.common b/common_arm/Makefile.common index 95b419e8e..81f2b0131 100644 --- a/common_arm/Makefile.common +++ b/common_arm/Makefile.common @@ -39,7 +39,7 @@ VPATH = . ../common_arm ../common ../common/crapto1 ../common/mbedtls ../common/ INCLUDES = ../include/proxmark3_arm.h ../include/at91sam7s512.h ../include/config_gpio.h ../include/pm3_cmd.h -ARMCFLAGS = -mthumb-interwork +ARMCFLAGS = -mthumb-interwork -fno-builtin DEFCFLAGS = -Wall -Werror -Os -pedantic -fstrict-aliasing -pipe # Some more warnings we want as errors: