summaryrefslogtreecommitdiffstats
path: root/bsps
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-06-15 08:07:17 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-06-15 12:57:32 +0200
commit1f283f17a8daee9e9ab70599cb2bc91a92b91859 (patch)
treef00cfbc9613382823c77117f481bf5f508de26e0 /bsps
parentmake: Remove obsolete AC_SUBST() (diff)
downloadrtems-1f283f17a8daee9e9ab70599cb2bc91a92b91859.tar.bz2
bsp/beatnik: Remove CFLAGS_DEBUG_V
This was the only BSP setting this flag.
Diffstat (limited to 'bsps')
-rw-r--r--bsps/powerpc/beatnik/config/beatnik.cfg4
1 files changed, 0 insertions, 4 deletions
diff --git a/bsps/powerpc/beatnik/config/beatnik.cfg b/bsps/powerpc/beatnik/config/beatnik.cfg
index 05bea383bf..7df626afe9 100644
--- a/bsps/powerpc/beatnik/config/beatnik.cfg
+++ b/bsps/powerpc/beatnik/config/beatnik.cfg
@@ -26,10 +26,6 @@ CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections
LDFLAGS = -Wl,--gc-sections
-# debug flags: typically none, but at least -O1 is required due to this
-# BSP using inlined code
-CFLAGS_DEBUG_V = -O1 -g
-
define bsp-post-link
$(default-bsp-post-link)
$(OBJCOPY) -O binary $@ $(basename $@)$(DOWNEXT)