[rtems commit] jmr3904.cfg: Delete old comments
Joel Sherril
joel at rtems.org
Wed Jan 6 13:49:24 UTC 2016
Module: rtems
Branch: master
Commit: c653559e05a7db94f921fa595a93440035a44b9b
Changeset: http://git.rtems.org/rtems/commit/?id=c653559e05a7db94f921fa595a93440035a44b9b
Author: Joel Sherrill <joel at rtems.org>
Date: Tue Jan 5 17:11:08 2016 -0600
jmr3904.cfg: Delete old comments
---
c/src/lib/libbsp/mips/jmr3904/make/custom/jmr3904.cfg | 7 -------
1 file changed, 7 deletions(-)
diff --git a/c/src/lib/libbsp/mips/jmr3904/make/custom/jmr3904.cfg b/c/src/lib/libbsp/mips/jmr3904/make/custom/jmr3904.cfg
index 7468d9a..056f63c 100644
--- a/c/src/lib/libbsp/mips/jmr3904/make/custom/jmr3904.cfg
+++ b/c/src/lib/libbsp/mips/jmr3904/make/custom/jmr3904.cfg
@@ -7,13 +7,6 @@ include $(RTEMS_ROOT)/make/custom/default.cfg
RTEMS_CPU=mips
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
-# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -O2 -g
More information about the vc
mailing list