summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--Makefile.maint11
-rw-r--r--README.configure4
3 files changed, 10 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index 5bc958be4a..30005a2fc3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-06-21 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * Makefile.maint, README.configure: Remove more ITRON references.
+
2010-06-17 Ralf Corsépius <ralf.corsepius@rtems.org>
* aclocal/enable-itron.m4: Remove.
diff --git a/Makefile.maint b/Makefile.maint
index 1b50ebab9a..c25c86bb72 100644
--- a/Makefile.maint
+++ b/Makefile.maint
@@ -58,11 +58,12 @@ rtems-$(rtems_version)$(TAG_SUFFIX).tar.bz2: rtems-$(rtems_version)/stamp.autofi
touch doc/ada_user/ada_user.texi doc/bsp_howto/bsp_howto.texi \
doc/cpu_supplement/cpu_supplement.texi \
doc/develenv/develenv.texi doc/filesystem/filesystem.texi \
- doc/itron3.0/itron.texi doc/networking/networking.texi \
- doc/new_chapters/new_chapters.texi doc/porting/porting.texi \
- doc/posix1003.1/posix1003_1.texi doc/posix_users/posix_users.texi \
- doc/relnotes/relnotes.texi doc/started_ada/started_ada.texi \
- doc/started/started.texi doc/user/c_user.texi
+ doc/networking/networking.texi \
+ doc/new_chapters/new_chapters.texi \
+ doc/porting/porting.texi doc/posix1003.1/posix1003_1.texi \
+ doc/posix_users/posix_users.texi doc/relnotes/relnotes.texi \
+ doc/started_ada/started_ada.texi doc/started/started.texi \
+ doc/user/c_user.texi
tar -cj -X rtems-$(rtems_version)/excludes \
-f rtems-$(rtems_version)$(TAG_SUFFIX).tar.bz2 rtems-$(rtems_version)
diff --git a/README.configure b/README.configure
index daf453f160..bc8cac71c1 100644
--- a/README.configure
+++ b/README.configure
@@ -24,7 +24,6 @@ RTEMS-specific option are supported:
--disable-rtems-inlines
--disable-posix
- --disable-itron
--disable-networking
--enable-cxx
--enable-bare-cpu-model=<MODEL>
@@ -47,9 +46,6 @@ Some APIs may not support macro versions of their inline routines.]
By default, the RTEMS POSIX 1003.1b interface is built for targets that support
it. It can be disabled with the --disable-posix option.
-By default, the RTEMS uITRON interface is built for targets that support
-it. It can be disabled with the --disable-itron option.
-
By default, the RTEMS networking support is built for targets which
support it. It can be specifically disabled for those targets
with the --disable-networking option.