summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2003-05-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-05-271-0/+6
| | | | | | PR 409: * include/Makefile.am: Add rtems/stdint.h * include/rtems/stdint.h: New.
* 2003-05-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-05-271-0/+7
| | | | | | | PR 321: * aclocal/env-rtemscpu.m4: Remove support for profile-variant. * automake/compile.am: Ditto. * automake/local.am: Ditto.
* 2003-05-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-05-141-0/+4
| | | | * automake/compile.am: Remove LIBSUFFIX_VA (unused).
* 2003-05-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-05-021-0/+11
| | | | | | | | | | | * aclocal/env-rtemscpu.m4: Merge-in env-rtemsbsp.m4. * aclocal/env-rtemsbsp.m4: Remove. * aclocal/enable-rtemsbsp.m4: Remove. 2003-05-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de> * aclocal/env-rtemscpu.m4: Remove stray '/' in setting up project_libdir.
* 2003-04-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-04-171-0/+4
| | | | * aclocal/version.m4: Updated to rtems-ss-20030417.
* 2003-04-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-04-111-0/+4
| | | | * aclocal/version.m4: Updated to rtems-ss-20030411.
* 2003-04-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-04-111-0/+4
| | | | * aclocal/version.m4: Updated to rtems-ss-20020411.
* Merger from rtems-4-6-branch.Ralf Corsepius2003-03-241-0/+21
|
* Merger from rtems-4-6-branch.Ralf Corsepius2003-03-111-0/+13
|
* Merger from rtems-4-6-branch.Ralf Corsepius2003-02-281-0/+27
|
* 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.