summaryrefslogtreecommitdiffstats
path: root/cpukit/aclocal (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2006-04-24 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-04-241-1/+1
| | | | * aclocal/version.m4: Updated to rtems-4.6.6.
* 2005-10-06 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-10-061-1/+1
| | | | * aclocal/version.m4: Updated to rtems-4.6.5.
* 2005-09-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-09-011-1/+1
| | | | * aclocal/version.m4: Updated to rtems-4.6.4.
* 2004-10-18 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-10-181-1/+1
| | | | * aclocal/version.m4: Updated to rtems-4.6.2.
* Fix m4-underquoting.Ralf Corsepius2004-08-1825-34/+34
|
* 2004-04-08 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-04-081-1/+1
| | | | * aclocal/version.m4: Updated to rtems-4.6.1.
* 2004-01-20 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-01-201-1/+1
| | | | * aclocal/version.m4: Updated to rtems-4.6.0.
* 2003-10-13 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-10-131-1/+1
| | | | * aclocal/version.m4: Updated to rtems-4.6.0pre5.
* 2003-09-16 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-09-161-1/+1
| | | | * aclocal/version.m4: Updated to rtems-4.6.0.
* 2003-08-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-08-281-1/+3
| | | | | * aclocal/rtems-top.m4: Add RTEMS_API. AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
* 2003-07-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-07-151-8/+2
| | | | | | | | | | | | * aclocal/multi.m4: Don't add --enable-multilib. Rename AC_ENABLE_MULTILIB into AM_ENABLE_MULTILIB. Increment serial to 103 (automake's multi.m4 version + 100). * configure.ac: Use AM_ENABLE_MULTILIB instead of AC_ENABLE_MULTILIB. 2003-07-03 Joel Sherrill <joel@OARcorp.com> * aclocal/version.m4: Updated to rtems-4.6.0pre4.
* 2003-07-03 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-07-031-1/+1
| | | | * aclocal/version.m4: Updated to rtems-4.6.0pre4.
* 2003-05-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-05-022-57/+0
| | | | | | * 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>Ralf Corsepius2003-05-021-17/+50
| | | | | | * 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>Ralf Corsepius2003-05-021-1/+1
| | | | | * aclocal/env-rtemscpu.m4: Remove stray '/' in setting up project_libdir.
* 2003-04-23 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-04-231-1/+1
| | | | * aclocal/version.m4: Updated to rtems-4.6.0pre3.
* 2003-03-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-03-111-2/+1
| | | | | * aclocal/env-rtemscpu.m4: Remove obsolete comment. Add MULTISUBDIR to probject_libdir.
* 2003-03-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-03-113-30/+0
| | | | | | | * aclocal/env-rtemscpu.m4: Remove RTEMS_ROOT (Unused). * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT (Unused). Remove RTEMS_PROJECT_ROOT (Unused). * aclocal/tool-paths.m4: Delete.
* 2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-03-061-1/+1
| | | | | * configure.ac: Remove AC_CONFIG_AUX_DIR. * aclocal/rtems-top.m4: Add AC_CONFIG_AUX_DIR.
* 2003-02-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-02-183-25/+33
| | | | | | | | * aclocal/gcc-isystem.m4: New. * aclocal/gcc-specs.m4: Remove. * aclocal/prog-cc.m4: Remove RTEMS_GCC_SPECS. Add RTEMS_GCC_ISYSTEM. Reformat setting up RTEMS_CPPFLAGS.
* 2003-02-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-02-183-6/+4
| | | | | | | | | | * automake/local.am: Introduce depend-gcc. Remove ${ARCH}. * automake/compile.am: Remove GCCSPECS, GCC_SPECS, CONFIG.CC, CC, CPP. Add ${ARCH}. depend-gcc. * aclocal/prog-cc.m4: Set up RTEMS_CPPFLAGS. * aclocal/env-rtemscpu.m4: Remove GCC_SPECS. * aclocal/env-rtemsbsp.m4: Remove GCC_SPECS.
* 2003-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-02-121-0/+3
| | | | * aclocal/canonical-target-name.m4: Transform tic4x -> RTEMS_CPU=c4x.
* 2003-02-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-02-111-1/+1
| | | | * aclocal/version.m4: Updated to rtems-4.6.0pre1.
* missed in previous commit.Joel Sherrill2003-02-071-1/+1
|
* 2002-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-12-093-15/+0
| | | | | | * 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-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-12-062-11/+10
| | | | | | | | | | | | * 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/+11
| | | | * aclocal/rtems-flags.m4: New.
* 2002-11-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-11-192-25/+17
| | | | | * aclocal/sysv-ipc.m4: Adaptation to autoconf-2.5x. * aclocal/check-newlib.m4: Sync with ../aclocal/check-newlib.m4.
* 2002-11-18 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-11-181-1/+1
| | | | * aclocal/version.m4: Updated to rtems-ss-20021118.
* 2002-11-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-11-151-1/+1
| | | | | | * 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-1/+1
| | | | * aclocal/version.m4: Updated to rtems-ss-20021111.
* 2002-10-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-10-301-13/+0
| | | | * aclocal/check-bsp-cache.m4: Remove.
* 2002-10-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-10-291-42/+0
| | | | * aclocal/multilib.m4: Remove RTEMS_ENABLE_MULTILIB_MASTER.
* 2002-10-21 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-10-211-1/+1
| | | | * aclocal/version.m4: Updated to rtems-20021021-test.
* 2002-10-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-10-041-1/+1
| | | | * aclocal/version.m4: Updated to rtems-JUNK.
* 2002-10-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-10-041-1/+1
| | | | * aclocal/version.m4: Updated to rtems-ss-20021004.
* 2002-08-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-08-221-0/+45
| | | | | * 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-39/+0
| | | | * aclocal/bsp-alias.m4: Remove.
* 2002-08-08 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-08-081-1/+1
| | | | | * setup.def, binutils/base-binutils.add, binutils/target-binutils.add: Updated to binutils 2.13 which has no known issues.
* 2002-08-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-08-071-1/+1
| | | | | | * 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-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-08-061-1/+0
| | | | * aclocal/env-rtemsbsp.m4: Remove RTEMS_CONFIG_PER_BSP.
* 2002-08-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-08-061-7/+4
| | | | | * aclocal/env-rtemscpu.m4: Remove RTEMS_CONFIG_PER_BSP. Use AS_IF instead of if/then/else/fi.
* 2002-07-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-07-311-1/+0
| | | | | | * aclocal/canonicalize-tools.m4: Remove LD. * automake/lib.am: Remove LD. * Makefile.am: Put preinstall-stamp into CLEANFILES.
* 2002-07-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-07-311-2/+2
| | | | | * aclocal/rtems-top.m4: Use with_project_root and MULTIBUILDTOP to compose PROJECT_TOPdir (Fixes hppa1.1/genoffset problem).
* 2002-07-31 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-07-311-1/+0
| | | | | * aclocal/rtems-cpu-subdirs.m4: Removed the or16 port was just a stub and only the OR32 port is getting worked on.
* 2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-07-223-20/+12
| | | | | | | | | | | * aclocal/env-rtemsbsp.m4: Remove RTEMS_BSP_SPECS, PROJECT_RELEASE. Add project_libdir, libdir. New GCC_SPECS. Various cleanups. * aclocal/env-rtemscpu.m4: Remove RTEMS_BSP_SPECS, PROJECT_RELEASE. Add project_libdir, libdir. New GCC_SPECS. Various cleanups. * aclocal/rtems-top.m4: New PROJECT_ROOT handling. * automake/compile.am: Remove RTEMS_BSP_SPECS, LD* flags, LINK, references to bsp_specs. Use project_libdir instead of $(PROJECT_RELEASE)/lib.
* 2002-07-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-07-173-5/+5
| | | | | | * aclocal/rtems-top.m4: Reflect relocation of c/src/exec to cpukit. * aclocal/check-cpu.m4: Ditto. * aclocal/check-bsps.m4: Ditto.
* 2002-07-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-07-054-12/+8
| | | | | | | | | | | * automake/multilib.am: Add install-multi. * aclocal/rtems-top.m4: Reflect new RTEMS_TOPdir to detecting version.m4. Add --with-project-root. Reflect --with-project-root to setting up PROJECT_ROOT. * aclocal/env-rtemscpu.m4: Reflect new RTEMS_TOPdir (HACK). * aclocal/check-cpu.m4: Reflect new RTEMS_TOPdir. * aclocal/check-bsps.m4: Reflect new RTEMS_TOPdir.
* 2002-07-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-07-011-4/+0
| | | | * aclocal/check-bsp-cache.m4: Remove RTEMS_BSP_FAMILY.
* 2002-07-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-07-012-10/+5
| | | | | | * aclocal/enable-multiprocessing.m4: enable_multiprocessing=no. * aclocal/prog-cc.m4: Remove obsolete comments. Comment out GCCSED.