summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2018-05-08 17:34:49 -0500
committerJoel Sherrill <joel@rtems.org>2018-05-08 17:34:56 -0500
commit2a1171d8c8874de9b9d021442d916a92617d2350 (patch)
tree495507a101cc7f27ef1a98960cca310e39ff85ee
parentftpd: Fix infinite recursion in yield() (diff)
downloadrtems-2a1171d8c8874de9b9d021442d916a92617d2350.tar.bz2
rtl22xx_t.cfg: Remove comment with -D __THUMB_INTERWORK__
Updates #3425.
-rw-r--r--bsps/arm/rtl22xx/config/rtl22xx_t.cfg4
1 files changed, 0 insertions, 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