X-Git-Url: https://robinkrens.nl/gitweb/?p=cortex-from-scratch;a=blobdiff_plain;f=Makefile;h=9eba3b454feaf8ae7608035a8af9c800889269c9;hp=9f7f517ae2cdc1ee4ea3e3a04d575d551bd922da;hb=3f9ee85c250250580f0ceb38525ddb99ebc6d36e;hpb=22c1abee1ad44eb88784fd7ff38ca669f41b6c01 diff --git a/Makefile b/Makefile index 9f7f517..9eba3b4 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ AR=$(TOOLROOT)/arm-none-eabi-ar AS=arm-none-eabi-as MKIMG=arm-none-eabi-objcopy -LDFLAGS+= -mthumb -mcpu=cortex-m3 +LDFLAGS+= -mthumb -mcpu=cortex-m0 CFLAGS+= -mcpu=cortex-m3 -mthumb -g as: