summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-01-18 07:17:13 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-01-18 07:17:13 +0000
commitbde0335f78259a8e4cde28ecd78d431873d16f40 (patch)
tree4656d80747455f6fb1e4727c4c84c4025290d514 /make
parentReformat. (diff)
downloadrtems-bde0335f78259a8e4cde28ecd78d431873d16f40.tar.bz2
Remove obsolete comments.
Diffstat (limited to 'make')
-rw-r--r--make/custom/leon2.cfg3
-rw-r--r--make/custom/leon3.cfg3
2 files changed, 0 insertions, 6 deletions
diff --git a/make/custom/leon2.cfg b/make/custom/leon2.cfg
index 1ef5fdd04e..0b0922ee2f 100644
--- a/make/custom/leon2.cfg
+++ b/make/custom/leon2.cfg
@@ -11,9 +11,6 @@ RTEMS_CPU_MODEL=leon2
# This is the actual bsp directory used during the build process.
RTEMS_BSP_FAMILY=leon2
-# The -mflat avoids the use of save/restore instructions. It has
-# a negative impact on the performance of RTEMS and should not be used.
-
# This had been used with gcc-2.7.2
# CPU_CFLAGS = -mno-v8 -mcypress $(MSOFT_FLOAT)
# -mcpu=cypress says to optimize for a Cypress 60x chipset
diff --git a/make/custom/leon3.cfg b/make/custom/leon3.cfg
index 9980589224..e24e8ec468 100644
--- a/make/custom/leon3.cfg
+++ b/make/custom/leon3.cfg
@@ -13,9 +13,6 @@ RTEMS_CPU_MODEL=leon3
# This is the actual bsp directory used during the build process.
RTEMS_BSP_FAMILY=leon3
-# The -mflat avoids the use of save/restore instructions. It has
-# a negative impact on the performance of RTEMS and should not be used.
-
# This had been used with gcc-2.7.2
# CPU_CFLAGS = -mno-v8 -mcypress $(MSOFT_FLOAT)
# -mcpu=cypress says to optimize for a Cypress 60x chipset