mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-01-11 19:29:50 +00:00
disable thumb for now (gdb isn't working with thumb)
This commit is contained in:
parent
20f6a749d1
commit
b92dec6ee8
@ -1,7 +1,7 @@
|
||||
PLATFORM_LDFLAGS =
|
||||
PLATFORM_RELFLAGS = -fno-strict-aliasing -fno-common -ffixed-r8 -ffunction-sections -msoft-float -Wcast-align -Wall
|
||||
PLATFORM_CPPFLAGS = -march=armv4t -mlong-calls -mtune=arm7tdmi-s -DCONFIG_ARM -D__ARM__ -mthumb-interwork
|
||||
THUMB_FLAGS=-mthumb -mcallee-super-interworking
|
||||
THUMB_FLAGS= #-mthumb -mcallee-super-interworking
|
||||
|
||||
#########################################################################
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user