summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merger from rtems-4-6-branch.Ralf Corsepius2003-02-141-0/+4
|
* 2003-01-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-01-281-0/+4
| | | | * aclocal/version.m4: Updated to rtems-ss-20030128.
* 2003-01-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-01-231-0/+5
| | | | | * automake/local.am: Remove distclean-local. Remove PROJECT_TOOLS.
* 2003-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-01-211-0/+5
| | | | | * automake/compile.am: Remove CLEAN_DEPEND (Unused). Remove CLOBBER_DEPEND (Unused).
* 2002-12-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-12-191-1/+4
| | | | * automake/compile.am: Remove $(RTEMS_BSP_CFLAGS).
* 2002-12-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-12-141-0/+5
| | | | | * wrapup/Makefile.am: Fix path to libxdr and librpc (Another typo in from the 2002-12-12 patch).
* 2002-12-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-12-131-0/+4
| | | | * wrapup/Makefile.am: Fix typo in yesterday's patch.
* 2002-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-12-121-0/+5
| | | | | * wrapup/Makefile.am: Don't create $ARCH. Use install-data-local to install librtemscpu.a
* 2002-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-12-121-0/+4
| | | | * wrapup/Makefile.am: Add libmisc.
* 2002-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-12-121-0/+4
| | | | * configure.ac: Add AC_CONFIG_SUBDIR(libmisc).
* 2002-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-12-091-0/+6
| | | | | | * aclocal/env-rtemsbsp.m4: Remove RTEMS_CHECK_CUSTOM_BSP. * aclocal/env-rtemscpu.m4: Remove RTEMS_CHECK_CUSTOM_BSP. * aclocal/check-bsps.m4: Remove.
* 2002-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-12-091-0/+5
| | | | | * wrapup/Makefile.am: Remove *_OBJS, use LIBS+= instead. * configure.ac: Require autoconf >= 2.54, automake-1.7.2.
* 2002-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-12-091-0/+10
| | | | | * wrapup/Makefile.am: Reflect changes to score/. * configure.ac: Reflect changes to score/.
* 2002-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-12-091-0/+4
| | | | * configure.ac: Add AC_SUBST(INLINEdir).
* 2002-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-12-091-0/+5
| | | | | * wrapup/Makefile.am: Reflect changes to rtems/. * configure.ac: Reflect changes to rtems/.
* 2002-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-12-091-0/+5
| | | | | * wrapup/Makefile.am: Reflect changes to posix/. Reflect changes to itron/.
* 2002-12-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-12-061-0/+4
| | | | * automake/compile.am: Rework *FLAGS, AM_*FLAGS handling.
* 2002-12-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-12-061-0/+12
| | | | | | | | | | | | * automake/multilib.am: Don't include @RTEMS_BSP@.cfg. * automake/compile.am: Remove hard-coded CFLAGS_PROFILE_V. Add autoconf-supplied CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CFLAGS_PROFILE_V. Hard-code RTEMS_CFLAGS_PROFILE = -pg * aclocal/prog-cc.m4: Sync with toplevel/aclocal/prog-cc.m4. Remove GCCSED. * aclocal/env-rtemsbsp.m4: Add AC_ARG_VAR for CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CFLAGS_PROFILE_V.
* 2002-12-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-12-061-0/+4
| | | | * aclocal/rtems-flags.m4: New.
* 2002-11-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-11-201-0/+4
| | | | * automake/compile.am: Remove CFLAGS_DEBUG_OPTIMIZE_V (Unused).
* 2002-11-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-11-191-1/+6
| | | | | * aclocal/sysv-ipc.m4: Adaptation to autoconf-2.5x. * aclocal/check-newlib.m4: Sync with ../aclocal/check-newlib.m4.
* 2002-11-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-11-181-0/+4
| | | | * include/rtems/libio.h: Remove.
* 2002-11-18 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-11-181-0/+4
| | | | * aclocal/version.m4: Updated to rtems-ss-20021118.
* 2002-11-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-11-151-0/+5
| | | | | * include/rtems/userenv.h: Rely upon <limits.h> for _POSIX_LOGIN_NAME_MAX.
* 2002-11-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-11-151-0/+6
| | | | | | * aclocal/prog-cc.m4: Acknowledge configuration-time CFLAGS. * automake/compile.am: Acknowledge configuration-time CFLAGS. Remove CFLAGS_DEFAULT.
* 2002-11-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-11-111-0/+4
| | | | * aclocal/version.m4: Updated to rtems-ss-20021111.
* 2002-11-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-11-111-0/+4
| | | | * aclocal/version.m4: Updated to rtems-ss-20021111.
* 2002-11-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-11-011-0/+9
| | | | * ChangeLog: Corrected.
* 2002-10-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-10-301-0/+4
| | | | * aclocal/check-bsp-cache.m4: Remove.
* 2002-10-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-10-291-0/+4
| | | | * aclocal/multilib.m4: Remove RTEMS_ENABLE_MULTILIB_MASTER.
* 2002-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-10-251-0/+4
| | | | * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
* 2002-10-21 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-10-211-0/+4
| | | | * aclocal/version.m4: Updated to rtems-20021021-test.
* 2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-10-211-0/+6
| | | | | | * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
* 2002-10-07 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-10-071-0/+4
| | | | * aclocal/version.m4: Updated to rtems-ss-20021007.
* 2002-10-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-10-041-0/+4
| | | | * aclocal/version.m4: Updated to rtems-JUNK.
* 2002-10-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-10-041-4/+0
| | | | * aclocal/version.m4: Updated to rtems-ss-20021004.
* 2002-10-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-10-041-0/+4
| | | | * aclocal/version.m4: Updated to rtems-ss-20021004.
* 2002-10-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-10-041-0/+4
| | | | * aclocal/version.m4: Updated to rtems-ss-20021004.
* 2002-08-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-08-291-0/+7
| | | | | | | * score/include/Makefile.am: Remove cpuopt.h generation. * configure.ac: Correct package name. Don't build ada if POSIX is disabled. Generate cpuopt.h on the fly, filter out autoconf-2.53 PACKAGE crap.
* 2002-08-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-08-221-0/+5
| | | | | * aclocal/prog-gnat.m4: New. * configure.ac: Add ada subdir handling.
* 2002-08-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-08-201-0/+4
| | | | * aclocal/bsp-alias.m4: Remove.
* Fix ChangeLog.Ralf Corsepius2002-08-131-5/+0
|
* 2002-08-08 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-08-081-0/+5
| | | | | * setup.def, binutils/base-binutils.add, binutils/target-binutils.add: Updated to binutils 2.13 which has no known issues.
* 2002-08-07 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-08-071-0/+4
| | | | * aclocal/version.m4: Updated to rtems-ss-20020807.
* 2002-08-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-08-071-0/+6
| | | | | | * configure.ac: Add missing ',' to librpc activation. Add AC_MSG_CHECKING/AC_MSG_RESULT. * aclocal/check-networking.m4: Let AC_MSG_CHECKING refer to CPU.
* 2002-08-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-08-071-0/+5
| | | | | * configure.ac: Fix bug in librpc activation, having introduced by yesterday's patch.
* 2002-08-06 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-08-061-0/+4
| | | | * configure.ac: or32 does not currently support librpc.
* 2002-08-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-08-061-0/+4
| | | | * aclocal/env-rtemsbsp.m4: Remove RTEMS_CONFIG_PER_BSP.
* 2002-08-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-08-061-0/+5
| | | | | * aclocal/env-rtemscpu.m4: Remove RTEMS_CONFIG_PER_BSP. Use AS_IF instead of if/then/else/fi.
* 2002-08-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-08-011-0/+5
| | | | | * wrapup/Makefile.am: Use librtems.a. * wrapup/Makefile.am: Use libsapi.a.