X-Git-Url: https://bearssl.org/gitweb//home/git/?p=BearSSL;a=blobdiff_plain;f=conf%2Fsamd20.mk;h=5b3d5004c38af4b76c49f7aa806b5806fb8d63d7;hp=acb6272bcac312075622a83ca6dbee291d650852;hb=042986b989521f0ae1e2fe3819c72f2fabcb70a6;hpb=3f00688b9d9f483a6ca97e659eea104995ea15b7 diff --git a/conf/samd20.mk b/conf/samd20.mk index acb6272..5b3d500 100644 --- a/conf/samd20.mk +++ b/conf/samd20.mk @@ -10,7 +10,7 @@ BUILD = samd20 # C compiler, linker, and static library builder. CC = arm-none-eabi-gcc -CFLAGS = -W -Wall -Os -mthumb -ffunction-sections -fdata-sections -mcpu=cortex-m0plus +CFLAGS = -W -Wall -Os -mthumb -ffunction-sections -fdata-sections -mcpu=cortex-m0plus -DBR_ARMEL_CORTEXM_GCC LD = arm-none-eabi-gcc AR = arm-none-eabi-ar