no_bsp.cfg: Add hints for CFLAGS and LDFLAGS

updates #2577.
This commit is contained in:
Joel Sherrill
2016-03-10 16:22:49 -06:00
parent 1909efdb58
commit 1492661651

View File

@@ -7,4 +7,8 @@ include $(RTEMS_ROOT)/make/custom/default.cfg
RTEMS_CPU=no_cpu
RTEMS_CPU_MODEL=no_cpu_model
# Miscellaneous additions go here
# Miscellaneous additions go here. Typical options usually look like
CFLAGS_OPTIMIZE_V += -O2 -g
CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections
LDFLAGS = -Wl,--gc-sections