rtl22xx_t.cfg: Remove comment with -D __THUMB_INTERWORK__

Updates #3425.
This commit is contained in:
Joel Sherrill
2018-05-08 17:34:49 -05:00
parent eaa1709894
commit 2a1171d8c8

View File

@@ -10,10 +10,6 @@ include $(RTEMS_ROOT)/make/custom/rtl22xx.cfg
CPU_CFLAGS += -mthumb
#CFLAG: -mthumb-interwork can add veneer between ARM and Thumb code.
#CPU_CFLAGS += -mthumb-interwork -D __THUMB_INTERWORK__ -mthumb
#CPU_ASFLAGS += -D __THUMB_INTERWORK__ -mthumb-interwork
CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections
LDFLAGS = -Wl,--gc-sections