[rtems commit] bsp/beatnik: Remove CFLAGS_DEBUG_V
Sebastian Huber
sebh at rtems.org
Mon Jun 18 05:12:28 UTC 2018
Module: rtems
Branch: master
Commit: 1f283f17a8daee9e9ab70599cb2bc91a92b91859
Changeset: http://git.rtems.org/rtems/commit/?id=1f283f17a8daee9e9ab70599cb2bc91a92b91859
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Fri Jun 15 08:07:17 2018 +0200
bsp/beatnik: Remove CFLAGS_DEBUG_V
This was the only BSP setting this flag.
---
bsps/powerpc/beatnik/config/beatnik.cfg | 4 ----
1 file changed, 4 deletions(-)
diff --git a/bsps/powerpc/beatnik/config/beatnik.cfg b/bsps/powerpc/beatnik/config/beatnik.cfg
index 05bea38..7df626a 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)
More information about the vc
mailing list