[rtems commit] rtl22xx_t.cfg: Remove comment with -D __THUMB_INTERWORK__

Joel Sherrill joel at rtems.org
Tue May 8 22:35:23 UTC 2018


Module:    rtems
Branch:    master
Commit:    2a1171d8c8874de9b9d021442d916a92617d2350
Changeset: http://git.rtems.org/rtems/commit/?id=2a1171d8c8874de9b9d021442d916a92617d2350

Author:    Joel Sherrill <joel at rtems.org>
Date:      Tue May  8 17:34:49 2018 -0500

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 5cf8b662..b89ad7b 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



More information about the vc mailing list