From 2a1171d8c8874de9b9d021442d916a92617d2350 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 8 May 2018 17:34:49 -0500 Subject: rtl22xx_t.cfg: Remove comment with -D __THUMB_INTERWORK__ Updates #3425. --- bsps/arm/rtl22xx/config/rtl22xx_t.cfg | 4 ---- 1 file changed, 4 deletions(-) diff --git a/bsps/arm/rtl22xx/config/rtl22xx_t.cfg b/bsps/arm/rtl22xx/config/rtl22xx_t.cfg index 5cf8b66246..b89ad7bc83 100644 --- a/bsps/arm/rtl22xx/config/rtl22xx_t.cfg +++ b/bsps/arm/rtl22xx/config/rtl22xx_t.cfg @@ -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 -- cgit v1.2.3