Changeset 962f540 in rtems
- Timestamp:
- Jun 21, 2010, 10:55:56 PM (9 years ago)
- Branches:
- 4.11, master
- Children:
- 06911e0
- Parents:
- 5283f858
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
ChangeLog
r5283f858 r962f540 1 2010-06-21 Joel Sherrill <joel.sherrill@oarcorp.com> 2 3 * Makefile.maint, README.configure: Remove more ITRON references. 4 1 5 2010-06-17 Ralf Corsépius <ralf.corsepius@rtems.org> 2 6 -
Makefile.maint
r5283f858 r962f540 59 59 doc/cpu_supplement/cpu_supplement.texi \ 60 60 doc/develenv/develenv.texi doc/filesystem/filesystem.texi \ 61 doc/itron3.0/itron.texi doc/networking/networking.texi \ 62 doc/new_chapters/new_chapters.texi doc/porting/porting.texi \ 63 doc/posix1003.1/posix1003_1.texi doc/posix_users/posix_users.texi \ 64 doc/relnotes/relnotes.texi doc/started_ada/started_ada.texi \ 65 doc/started/started.texi doc/user/c_user.texi 61 doc/networking/networking.texi \ 62 doc/new_chapters/new_chapters.texi \ 63 doc/porting/porting.texi doc/posix1003.1/posix1003_1.texi \ 64 doc/posix_users/posix_users.texi doc/relnotes/relnotes.texi \ 65 doc/started_ada/started_ada.texi doc/started/started.texi \ 66 doc/user/c_user.texi 66 67 tar -cj -X rtems-$(rtems_version)/excludes \ 67 68 -f rtems-$(rtems_version)$(TAG_SUFFIX).tar.bz2 rtems-$(rtems_version) -
README.configure
r5283f858 r962f540 25 25 --disable-rtems-inlines 26 26 --disable-posix 27 --disable-itron28 27 --disable-networking 29 28 --enable-cxx … … 47 46 By default, the RTEMS POSIX 1003.1b interface is built for targets that support 48 47 it. It can be disabled with the --disable-posix option. 49 50 By default, the RTEMS uITRON interface is built for targets that support51 it. It can be disabled with the --disable-itron option.52 48 53 49 By default, the RTEMS networking support is built for targets which
Note: See TracChangeset
for help on using the changeset viewer.