2005-02-04 Ralf Corsepius <ralf.corsepius@rtems.org>

* make/bsp.mak: Remove CFLAGS_DEBUG_V.
This commit is contained in:
Ralf Corsepius
2005-02-04 16:19:59 +00:00
parent f2a9529351
commit 7cb25ebb09
2 changed files with 4 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2005-02-04 Ralf Corsepius <ralf.corsepius@rtems.org>
* make/bsp.mak: Remove CFLAGS_DEBUG_V.
2005-02-04 Ralf Corsepius <ralf.corsepius@rtems.org>
* optman/rtems/no-sem.c: Semaphores are rtems_id not Object_id.

View File

@@ -12,4 +12,3 @@ make/${RTEMS_BSP}.cache:
@echo ac_cv_env_RTEMS_BSP_FAMILY=\"$(RTEMS_BSP_FAMILY)\" >> $@
@echo ac_cv_env_CPU_CFLAGS=\"$(CPU_CFLAGS)\" >> $@
@echo ac_cv_env_CFLAGS_OPTIMIZE_V=\"$(CFLAGS_OPTIMIZE_V)\" >> $@
@echo ac_cv_env_CFLAGS_DEBUG_V=\"$(CFLAGS_DEBUG_V)\" >> $@