summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 2004-01-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-01-1230-15/+75
| | | | * configure.ac: Requires automake >= 1.8.1.
* 2004-01-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-01-122-2/+12
| | | | | | * scripts/automake.spec.in: 1.8.1. Add Patch0 automake-1.8.1-rtems-20040112-1.diff. Add defattr, URL:-tag.
* 2004-01-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-01-122-2/+6
| | | | * cpu/Makefile.am: Use @RTEMS_CPU@ instead of $(RTEMS_CPU).
* 2004-01-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-01-122-14/+15
| | | | * gnatsupp/Makefile.am: Eliminate VPATH.
* 2004-01-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-01-121-1/+0
| | | | | | * start/Makefile.am: Remove. * Makefile.am: Merge-in start/Makefile.am. * configure.ac: Reflect changes above.
* 2004-01-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-01-114-42/+14
| | | | | | | | | | * aclocal/rtems-top.m4: Don't AC_SUBST PROJECT_ROOT. Remove PROJECT_TOPdir (Unused). * aclocal/env-rtemscpu.m4: Remove PROJECT_RELEASE. Expand ${PROJECT_ROOT}. Remove RTEMS_ENABLE_BARE (Unused). Don't AC_SUBST RTEMS_BSP. * aclocal/enable-bare.m4: Remove (Unused).
* 2004-01-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-01-112-7/+5
| | | | | * aclocal/rtems-top.m4: Remove check for cpukit/aclocal/version.m4. Remove gnu-make endif HACK (Unused).
* 2004-01-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-01-112-23/+23
| | | | * Makefile.am: Reformat, add UNUSED_FILES.
* 2004-01-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-01-112-22/+36
| | | | | * Makefile.am: Include compile.am, again. Cleanup.
* 2004-01-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-01-112-37/+41
| | | | | * Makefile.am: Include compile.am, again. Reformat/Cleanup.
* 2004-01-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-01-112-32/+60
| | | | | | | * Makefile.am: Include compile.am, again. Put man-pages into EXTRA_DIST to work around automake not distributing conditionally installed *_MANS. Distribute include/rpcsvc.
* 2004-01-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-01-112-5/+7
| | | | | * Makefile.am: Include compile.am, again. Eliminate DOC_FILES.
* 2004-01-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-01-112-13/+17
| | | | | * Makefile.am: Include compile.am, again. Eliminate C_FILES. Reformat.
* 2004-01-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-01-1110-6/+25
| | | | * Makefile.am: Include compile.am, again.
* 2004-01-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-01-112-34/+41
| | | | | | | * wrapup/Makefile.am: Include compile.am. Use TMP_LIBS instead of LIBS to avoid potential conflicts with auto*tools' LIBS. Reflect new locations of libscorecpu*.a
* 2004-01-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-01-112-30/+22
| | | | * Makefile.am: Include compile.am again. Misc fixes.
* 2004-01-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-01-1126-21/+73
| | | | * Makefile.am: Include compile.am, again.
* 2004-01-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-01-115-176/+11
| | | | | | | * Makefile.am: Remove AUTOMAKE_FILES. * automake/compile.am: Replace contents with contents of automake/amcompile.am. * automake/amcompile.am, automake/lib.am: Remove.
* 2004-01-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-01-112-18/+4
| | | | * macros/rtems/score/README: Remove (Redundant with macros/README).
* 2004-01-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-01-1126-156/+173
| | | | * Makefile.am: Convert to using automake compilation rules.
* 2004-01-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-01-1112-22/+24
| | | | | | | | | | * configure.ac, aclocal/enable-bare.m4, aclocal/enable-inlines.m4, aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4, aclocal/enable-posix.m4, aclocal/enable-rtems-debug.m4, aclocal/multi.m4, aclocal/multilib.m4: Use AS_HELP_STRING instead of AC_HELP_STRING (deprecated in autoconf-2.59) * automake/local.am: Remove clean-local, depend-gcc.
* 2004-01-09 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-01-093-6/+131
| | | | | | | PR 464/doc * clock.t, signal.t: Add documentation for usleep() and ualarm(). Also fixed a couple of calls which have the wrong .h files per the OpenGroup site documentation.
* 2004-01-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-01-092-41/+24
| | | | * Makefile.am: Remove *C_FILES.
* 2004-01-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-01-092-2/+6
| | | | * wrapup/Makefile.am: Cosmetics.
* 2004-01-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-01-0922-39/+138
| | | | | * Makefile.am: Add libs to CLEANFILES Set lib*_g_a_SOURCES = lib*_a_SOURCES.
* 2004-01-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-01-095-11/+23
| | | | | | | | | * aclocal/enable-networking.m4: Don't AC_SUBST(RTEMS_HAS_NETWORKING). * aclocal/check-networking.m4: Don't AC_SUBST(HAS_NETWORKING). * automake/amcompile.am: Remove $(ARCH). * wrapup/Makefile.am: Add $(ARCH). Remove compile.am, lib.am. Include amcompile.am.
* 2004-01-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-01-093-37/+25
| | | | | | * start/Makefile.am: Remove. * Makefile.am: Merge-in start/Makefile.am. * configure.ac: Reflect changes above.
* 2004-01-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-01-092-25/+30
| | | | | * wrapup/Makefile.am: Use ../*/*$(LIB_VARIANT).a instead of $(ARCH)/lib*.a.
* 2004-01-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-01-098-173/+177
| | | | | * Makefile.am: Build lib*$(LIB_VARIANT).a instead of $(ARCH)/lib*.a.
* 2004-01-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-01-092-9/+12
| | | | | * Makefile.am: Build libposix$(LIB_VARIANT).a instead of $(ARCH)/libposix.a.
* 2004-01-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-01-092-7/+12
| | | | | * Makefile.am: Build libitron$(LIB_VARIANT).a instead of $(ARCH)/libitron.a.
* 2004-01-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-01-092-7/+12
| | | | | * Makefile.am: Build libscore$(LIB_VARIANT).a instead of $(ARCH)/libscore.a.
* 2004-01-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-01-092-7/+12
| | | | | * Makefile.am: Build librtems$(LIB_VARIANT).a instead of $(ARCH)/librtems.a.
* 2004-01-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-01-092-9/+12
| | | | | * Makefile.am: Build libcsupport$(LIB_VARIANT).a instead of $(ARCH)/libcsupport.a.
* 2004-01-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-01-096-34/+40
| | | | | | * include/rtems/blkdev.h, include/rtems/ide_part_table.h, src/bdbuf.c, src/ide_part_table.c, src/ramdisk.c: Switch to using c99 fixed size types instead of RTEMS-types.
* 2004-01-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-01-092-7/+12
| | | | | * Makefile.am: Build libcsupport$(LIB_VARIANT).a instead of $(ARCH)/libcsupport.a.
* 2004-01-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-01-092-7/+12
| | | | | * Makefile.am: Build libblock$(LIB_VARIANT).a instead of $(ARCH)/libblock.a.
* 2004-01-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-01-092-2/+8
| | | | | | * wrapup/Makefile.am: Reflect changes to libblock/Makefile.am. Reflect changes to libcsupport/Makefile.am.
* 2004-01-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-01-094-4/+8
| | | | * start/.cvsignore: Remove.
* 2004-01-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-01-093-2/+6
| | | | | * .cvsignore: Remove mkinstalldirs. * bootstrap: Remove compile during "clean".
* 2004-01-08 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-01-082-2/+7
| | | | | * setup.def: Update gcc/newlib for 4.7 series to 3.3.2 with 20031216 gcc patch (RPM revision 4.7-2).
* 2004-01-08 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-01-082-0/+5
| | | | * .cvsignore: Add compile.
* 2004-01-07 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-01-072-2/+7
| | | | | * README.configure: Remove efi68k and efi332 references as they are no longer in the tree.
* 2004-01-07 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-01-072-7/+9
| | | | | * ACKNOWLEDGEMENTS: Remove efi68k and efi332 references as they are no longer in the tree.
* 2004-01-07 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-01-072-3/+8
| | | | | * Makefile.am: Remove efi68k and efi332 references as they are no longer in the tree.
* 2004-01-07 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-01-075-8/+9
| | | | | * qsm.h, sim.h: Remove efi68k and efi332 references as they are no longer in the tree.
* 2004-01-07 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-01-073-4/+16
| | | | | * times, console/sci.c: Remove efi68k and efi332 references as they are no longer in the tree.
* 2004-01-07 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-01-072-4/+5
| | | | | * acinclude.m4: Remove efi68k and efi332 references as they are no longer in the tree.
* 2004-01-07 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-01-072-1/+6
| | | | | * timer/timer.c: Remove efi68k and efi332 references as they are no longer in the tree.
* 2004-01-07 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-01-073-76/+6
| | | | | | Per John S. Gwynne <jgwynne@mrcday.com>, there are no longer any users of these boards so we are removing them. * custom/efi332.cfg, custom/efi68k.cfg: Removed.