2010-06-21 Joel Sherrill <joel.sherrill@oarcorp.com>

* Makefile.maint, README.configure: Remove more ITRON references.
This commit is contained in:
Joel Sherrill
2010-06-21 22:55:56 +00:00
parent 5283f858ee
commit 962f540b1a
3 changed files with 10 additions and 9 deletions

View File

@@ -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.

View File

@@ -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)

View File

@@ -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.