From 930ebed48b80cee741c4a3139a764cfb26c6821a Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Thu, 18 Apr 2024 15:59:24 +0200 Subject: [PATCH] Add option EMBEDDED --- Makefile.rule | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile.rule b/Makefile.rule index 2e777cdc6..bb239be2a 100644 --- a/Makefile.rule +++ b/Makefile.rule @@ -173,6 +173,10 @@ NO_AFFINITY = 1 # If you are compiling for Linux and you have more than 16 numa nodes or more than 256 cpus # BIGNUMA = 1 +# If you are compiling for an embedded system ("bare metal") like Cortex M series +# Note that you will have to provide implementations of malloc() and free() in this case +# EMBEDDED = 1 + # Don't use AVX kernel on Sandy Bridge. It is compatible with old compilers # and OS. However, the performance is low. # NO_AVX = 1