forked from Imagelibrary/rtems
jmr3904.cfg: Delete old comments
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user