Remove references to unsupported stdlib functionality

"Unsupported stdlib" functionality is not relevant to the current "minimal"
libc implementation.

Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
This commit is contained in:
Peter Mitsis 2015-04-13 15:05:09 -04:00 committed by Anas Nashif
commit 2148d3af81
3 changed files with 0 additions and 13 deletions

View file

@ -47,7 +47,4 @@ PRJ_INCPATH += ${vBASE}/samples/include/
PRJ_CONF = $(PRJ_CONF_CONSOLE_$(if ${CONFIG_CPU_FLOAT_UNSUPPORTED},NOFLOAT,FLOAT)_$(if $(filter ${vBSP},${PC8253_BSP}),8253,GEN))
# Enable unsupported libc functionality for testing purposes only
export UNSUPPORTED_STD_LIBS=y
include ${vMAKE}/target/make.ukernel

View file

@ -39,11 +39,6 @@ PRJ_CONF = prj_${TEST}_${vARCH}.conf
VPFILE = micro_${TEST}.vpf
override EXTRA_CFLAGS += -DTEST_${TEST}
# Conditionally enable unsupported libc functionality for testing purposes only
UNSUPPORTED_STD_LIBS_reg = y
UNSUPPORTED_STD_LIBS_max = y
export UNSUPPORTED_STD_LIBS = ${UNSUPPORTED_STD_LIBS_${TEST}}
PRJ_INCPATH += ${vBASE}/samples/include/
# uncomment this to get a per-arch, per-test output dir

View file

@ -39,11 +39,6 @@ TEST ?= min
PRJ_CONF = prj_${TEST}_${vARCH}.conf
override EXTRA_CFLAGS += -DTEST_${TEST}
# Conditionally enable unsupported libc functionality for testing purposes only
UNSUPPORTED_STD_LIBS_reg = y
UNSUPPORTED_STD_LIBS_max = y
export UNSUPPORTED_STD_LIBS = ${UNSUPPORTED_STD_LIBS_${TEST}}
# uncomment this to get a per-arch, per-test output dir
# OUTPUT_DIR ?= ${vARCH}_${TEST}