jmr3904.cfg: Delete old comments

This commit is contained in:
Joel Sherrill
2016-01-05 17:11:08 -06:00
parent f9f7321e0a
commit c653559e05

View File

@@ -7,13 +7,6 @@ include $(RTEMS_ROOT)/make/custom/default.cfg
RTEMS_CPU=mips RTEMS_CPU=mips
RTEMS_CPU_MODEL=tx3904 RTEMS_CPU_MODEL=tx3904
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.
#
# gcc 2.95.x and 3.0
#CPU_CFLAGS = -m3900 -G0
# gcc 3.1 and newer
CPU_CFLAGS = -march=r3900 -Wa,-xgot -G0 CPU_CFLAGS = -march=r3900 -Wa,-xgot -G0
# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -O2 -g CFLAGS_OPTIMIZE_V = -O2 -g