summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--README.configure13
2 files changed, 4 insertions, 13 deletions
diff --git a/ChangeLog b/ChangeLog
index 3104730854..08e76bac69 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * README.configure: Remove the most obsolete parts.
+
2010-07-27 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1532/testing
diff --git a/README.configure b/README.configure
index bc8cac71c1..34a3342a38 100644
--- a/README.configure
+++ b/README.configure
@@ -26,8 +26,6 @@ RTEMS-specific option are supported:
--disable-posix
--disable-networking
--enable-cxx
- --enable-bare-cpu-model=<MODEL>
- --enable-bare-cpu-cflags=<FLAGS>
--enable-multiprocessing
--enable-rtemsbsp="bsp1 bsp2 ..."
--enable-tests
@@ -100,7 +98,6 @@ The following targets are supported:
powerpc-rtems4.10
sh-rtems4.10
sparc-rtems4.10
- bare see notes
The cross-compiler is set to $(target)-gcc by default.
@@ -158,8 +155,6 @@ following:
The following bsps are supported:
-host-based : posix (on Linux, FreeBSD, Cygwin, Solaris, and HPUX)
-
arm : csb336 csb337 edb7312 gba gp32 nds rtl22x rtl22xx_t
smdk2410
@@ -167,8 +162,6 @@ avr: : avrtest
bfin : eZKit533 bf537Stamp
-c4x : c3xsim c4xsim
-
h8300 : h8sim
i386 : i386ex pc386 pc386dx pc486 pc586 pc686 pck6 ts_386ex
@@ -211,12 +204,6 @@ sh : gensh1 gensh2 gensh4 simsh1 simsh2 simsh4
sparc : erc32 sis leon2 leon3
-any : bare
-
-The following ports were considered obsoleted after the 4.6 releases
-and were removed: a29k, hppa, i960, mips64orion, and or32.
-
-
5. Makefile structure
=====================