Based on: https://github.com/buildroot/buildroot/commit/f1d95890292392459682d385fbadfec6bf743614

diff --git a/Makefile b/Makefile
index f1c10ae..b3fdcc3 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@ INCLUDES = $(SRCDIR)/include
 CFLAGS =-mcpu=cortex-m3 -mthumb -nostdlib -Wall -Wundef \
 	-Werror-implicit-function-declaration -Wstrict-prototypes \
 	-Wdeclaration-after-statement -fno-delete-null-pointer-checks \
-	-Wempty-body -fno-strict-overflow  -g -I$(INCLUDES) -O2	-MD
+	-Wempty-body -fno-strict-overflow  -g -I$(INCLUDES) -O2 -MD -fno-builtin
 LDFLAGS =-nostartfiles -fno-exceptions -Tfirmware.ld
 
 EXECUTABLE=am335x-pm-firmware.elf
-- 
2.25.1

