summaryrefslogtreecommitdiffstats
path: root/aclocal (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2002-08-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-08-291-1/+18
| | | | | * aclocal/bsp-configure.m4: Create bspopts.h on the fly, filter out autoconf-2.53 PACKAGE crap.
* 2002-08-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-08-281-0/+26
| | | | * aclocal/prog-gnat.m4: New.
* 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-08-111-1/+1
| | | | * aclocal/bsp-configure.m4: Fix small typo in comment.
* 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-08-111-1/+1
| | | | * aclocal/env-rtemsbsp.m4: RTEMS_ROOT="\$(PROJECT_ROOT)/c/$RTEMS_BSP".
* 2002-08-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-08-091-6/+28
| | | | | | * aclocal/check-bsp-cache.m4: Convert to autoconf-2.5x quoting rules. Add RTEMS_BSP_CFLAGS, RTEMS_BSP_CFLAGS_OPTIMIZE_V, RTEMS_BSP_CFLAGS_DEBUG_V, RTEMS_BSP_CFLAGS_PROFILE_V.
* 2002-08-07 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-08-071-1/+1
| | | | * aclocal/version.m4: Updated to rtems-ss-20020807.
* 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-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-221-392/+0
| | | | | * aclocal/subdirs.m4: Remove. * acinclude.m4: New (Replaces aclocal/subdirs.m4).
* 2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-07-221-1/+2
| | | | | * aclocal/check-cpu.m4: Peek into cpukit/score/cpu instead of exec/score/cpu.
* 2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-07-221-0/+2
| | | | | | | | * aclocal/bsp-configure.m4: Add RTEMS_CHECK_MULTIPROCESSING. * automake/compile.am: Add test -d $(ARCH) || mkdir $(ARCH) to all compilation rules (Work-around to an automake bug). * automake/lib.am: Add test -d $(ARCH) || mkdir $(ARCH) to make-library.
* 2002-07-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-07-191-0/+4
| | | | * aclocal/env-rtemsbsp.m4: Add libdir, bsplibdir.
* 2002-07-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-07-171-1/+1
| | | | * aclocal/version.m4: Updated to rtems-ss-20020717.
* 2002-06-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-06-302-33/+28
| | | | | * aclocal/check-multiprocessing.m4: Reworked. * aclocal/enable-multiprocessing.m4: Remove RTEMS_HAS_MULTIPROCESSING.
* 2002-06-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-06-281-1/+1
| | | | * aclocal/version.m4: Updated to rtems-ss-20020628.
* 2002-06-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-06-173-136/+0
| | | | | | * aclocal/env-rtemscpu.m4: Remove. * aclocal/multi.m4: Remove. * aclocal/multilib.m4: Remove RTEMS_ENABLE_MULTILIB_MASTER.
* 2002-05-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-05-281-2/+2
| | | | * aclocal/version.m4: Updated to rtems-ss-20020528.
* 2002-04-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-04-172-13/+4
| | | | | | | | * aclocal/prog-cc.m4: Remove GCC272 support. Remove ENABLE_LIBCDIR. * aclocal/prog-cxx.m4: Ditto. * aclocal/enable-gcc28.m4: Remove. * aclocal/enable-libcdir.m4: Ditto.
* 2002-04-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-04-162-24/+0
| | | | | * aclocal/enable-libcdir.m4, aclocal/enable-gcc28.m4: Remove ENABLE_GCC28.
* 2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-03-281-0/+2
| | | | | | | | * aclocal/version.m4: New file. * aclocal/rtems-top.m4: Add RTEMS_VERSIONING, replace VERSION w/ aclocal/version.m4. * bootstrap: Use aclocal/version.m4 instead of VERSION. * configure.ac: Use aclocal/version.m4 instead of VERSION.
* 2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-03-281-12/+5
| | | | | | | | * aclocal/version.m4: New file. * aclocal/rtems-top.m4: Add RTEMS_VERSIONING, replace VERSION w/ aclocal/version.m4. * bootstrap: Use aclocal/version.m4 instead of VERSION. * configure.ac: Use aclocal/version.m4 instead of VERSION.
* 2002-03-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-03-151-0/+1
| | | | | * aclocal/env-rtemscpu.m4: automake-1.6 preparations: Add AM_CONDITIONAL([RTEMS_CONFIG_PER_BSP],[false]).
* 2002-02-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-02-061-1/+5
| | | | | * aclocal/subdirs.m4: Propagate the current $prefix to the sub-configures.
* 2002-01-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-01-241-1/+1
| | | | | | * aclocal/sysv-ipc.m4: Use 3-args AC_DEFINE for autoconf-2.5x compatibility. * bootstrap: Let --clean remove texinfo.tex.
* 2002-01-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-01-221-1/+1
| | | | * aclocal/env-rtemsbsp.m4: Use ${RTEMS_BSP} to setup includedir.
* 2002-02-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-01-081-3/+4
| | | | | * aclocal/check-tool.m4: Remove AC_CHECK_TOOL_PREFIX, conditionalize check upon host_alias != build_alias.
* 2002-02-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-01-065-107/+109
| | | | | | | | | | | | * aclocal/check-newlib.m4: Apply AS_IF. * aclocal/config-subdirs.m4: Remove _RTEMS_PUSH_BUILDDIR, _RTEMS_POP_BUILDDIR, _RTEMS_GIVEN_INSTALL, _RTEMS_SUB_SRCDIR. * aclocal/subdirs.m4: Fix comments, apply AS_IF. * aclocal/sysv-ipc.m4: Reflect autoconf-2.5x canonicalization changes. * aclocal/target.m4: Add _RTEMS_PUSH_BUILDDIR, _RTEMS_POP_BUILDDIR, _RTEMS_GIVEN_INSTALL, _RTEMS_SUB_SRCDIR. * automake/compile.am: Remove librtemsall from LINK_FILES.
* 2001-12-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2001-12-2010-198/+499
| | | | | | | | | | | | | | | | | | | | * configure.ac: Reworked for multilibs, reflect changes to aclocal/*.m4. * aclocal/subdirs.m4: New file. * aclocal/multi.m4: New file, adopted from autoconf-2.52 w/ modifications. * aclocal/check-posix.m4: Apply AS_IF. * aclocal/config-subdirs.m4: Reflect changes to other m4-macros. * aclocal/env-rtemsbsp.m4: Add PROJECT_INCLUDE, PROJECT_RELEASE. Add AM_CONDITIONAL(MULTILIB). Adapt GCC_SPECS to multilibs. * aclocal/env-rtemscpu.m4: Remove RTEMS_BSP. Add support for MULTIBUILDTOP, MULTISUBDIR. Adapt GCC_SPECS to multilibs. Add PROJECT_INCLUDE, PROJECT_RELEASE, includedir, libdir. * aclocal/multilib.m4: Fix m4-quoting, adopt automake-1.5's OUTPUT_COMMANDS. * aclocal/project-root.m4: Remove PROJECT_INCLUDE, PROJECT_RELEASE. * aclocal/rtems-debug.m4: Minor cleanups. * aclocal/rtems-top.m4: Minor cleanups. * automake/compile.am: Further steps towards automake's rules.
* 2001-11-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2001-12-031-0/+17
| | | | | * aclocal/bsp-configure.m4: New file. * Makefile.am: Add aclocal/bsp-configure.m4.
* 2001-11-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2001-11-213-3/+1
| | | | | | * aclocal/bsp-alias.m4: Remove score603e_g1. * aclocal/check-bsps.m4: Remove score603e_g1. * aclocal/prog-cc.m4: Apply m4_if.
* 2001-11-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2001-11-201-0/+111
| | | | | * automake/force-preinstall.am: New file. * aclocal/ppc.m4: New file.
* 2001-11-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2001-11-152-26/+20
| | | | | * aclocal/check-bsps.m4: Reworked. * aclocal/bsp-alias.m4: Add score603e_g1, apply m4sugar.
* 2001-11-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2001-11-141-0/+66
| | | | * aclocal/bspopts.m4: New file.
* 2001-10-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2001-10-171-6/+2
| | | | | * aclocal/check-rdbg.m4: Fix latent bug exposed by removal of config.cache's which prevented powerpc targets librdbg from building.
* 2001-10-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2001-10-172-20/+22
| | | | | | | | * aclocal/rtems-cpu-subdirs.m4: Add PREFIX arg to RTEMS_CPU_SUBDIRS, add 2nd arg to _RTEMS_CPU_SUBDIR. * aclocal/target.m4: Replace ac_configure_args with rtems_configure_args, add rtems_configure_args to INIT-CMDS. * Makefile.am: Require automake-1.5.
* 2001-10-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2001-10-101-0/+31
| | | | * aclocal/rtems-cpu-subdirs.m4: New file.
* 2001-09-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2001-09-143-34/+43
| | | | | | | | | | * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead of AC_CANONICAL_SYSTEM. * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of mkinstalldirs and mkdir. * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS, hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce _RTEMS_OUTPUT_BUILD_SUBDIRS.
* 2001-07-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2001-09-1317-21/+25
| | | | | | | | | | | | | | | | | | | | | | | | * configure.in: autoupdate to autoconf-2.52. * bootstrap: Add handling for configure.ac, make autoheader verbose, fix auto*tool invocation order. * aclocal/rtems-test-no-pause.m4: Introduce AC_HELP_STRING. * aclocal/enable-bare.m4: Introduce AC_HELP_STRING. * aclocal/enable-cxx.m4: Introduce AC_HELP_STRING. * aclocal/enable-gcc28: Introduce AC_HELP_STRING. * aclocal/enable-inlines.m4: Introduce AC_HELP_STRING. * aclocal/enable-itron.m4: Introduce AC_HELP_STRING. * aclocal/enable-libcdir.m4: Introduce AC_HELP_STRING. * aclocal/enable-multiprocessing.m4: Introduce AC_HELP_STRING. * aclocal/enable-networking.m4: Introduce AC_HELP_STRING. * aclocal/enable-posix.m4: Introduce AC_HELP_STRING. * aclocal/enable-rdbg.m4: Introduce AC_HELP_STRING. * aclocal/enable-rtemsbsp.m4: Introduce AC_HELP_STRING. * aclocal/enable-tests.m4: Introduce AC_HELP_STRING. * aclocal/env-rtemsbsp.m4: Add AC_ARC_VAR(RTEMS_BSP), apply true in RTEMS_CONFIG_PER_BSP conditional. * aclocal/multilib.m4: Introduce AC_HELP_STRING. * aclocal/rtems-debug.m4: Introduce AC_HELP_STRING. * aclocal/rtems-top.m4: Add AC_PREFIX_DEFAULT(/opt/rtems).
* 2001-05-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2001-05-242-14/+10
| | | | | | * canonical-target-name.m4: Fix m4-quoting for autoconf-2.49f. * aclocal/config-subdirs.m: Fix m4-quoting for autoconf-2.49f, Add support for DOS-drive-letters.
* 2001-04-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2001-05-071-0/+6
| | | | | * aclocal/prog-cc.m4: Add CPPFLAGS and CFLAGS handling to RTEMS_PROG_CC_FOR_TARGET.
* 2001-04-20 Eric Valette <valette@crf.canon.fr>Joel Sherrill2001-04-201-0/+21
| | | | | | * aclocal/check-rdbg.m4: Added check to determine which PowerPC BSPs support the new exception processing model and consequently, librdbg.
* 2001-02-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2001-02-214-3/+4
| | | | | | | * aclocal/config-subdirs.m4: Let CC default to $host_alias-gcc in TARGET_CONFIG_SUBDIRS. * aclocal/enable-bsp.m4: fix quoting. * aclocal/check-bsps.m4, aclocal/bsp-alias.m4: Add pc386dx.
* 2001-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2001-02-052-45/+254
| | | | | | * aclocal/config-subdirs.m4: New file. * aclocal/target.m4: Use macros from config-subdirs.m4.
* 2001-02-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2001-02-022-2/+2
| | | | | * aclocal/env-rtemsbsp.m4, aclocal/env-rtemscpu.m4: Add -B$(PROJECT_ROOT)/ to GCC_SPECS.
* 2001-02-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2001-02-022-8/+8
| | | | | | | * configre.in: Fix AM_INIT_AUTOMAKE. * aclocal/bsp-arg-enable.m4: Extend comments. * aclocal/check-bsps.m4: Remove extraneous comments, add test -d in the default clause.
* 2001-01-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2001-01-295-45/+83
| | | | | | | | | | | | | * aclocal/enable-rtemsbsp.m4: Split out RTEMS_ENV_RTEMSBSP, RTEMS_ENV_RTEMSCPU. * aclocal/env-rtemsbsp.m4: New file for RTEMS_ENV_RTEMSBSP, add special treatment for GCC_SPECS. * aclocal/env-rtemscpu.m4: New file for RTEMS_ENV_RTEMSCPU, add special treatment for GCC_SPECS. * aclocal/bsp-enable-arg.m4: New file, introduce RTEMS_BSP_ARG_ENABLE. * aclocal/prog-cc.m4: Add AC_PROG_CPP, use build_os in GCCSED hack. * automake/compile.am: New treatment of CPP, GCCSPECS, use `..` instead of $(shell ..) for LIBC_LIB*.
* 2001-01-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2001-01-222-0/+3
| | | | | * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Add simsh7032 and simsh7045.
* 2000-11-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-11-154-19/+10
| | | | | | | | * aclocal/canonical-host.m4: Abandon changequotes (autoconf-2.49b). * aclocal/check-newlib.m4: Let check message refer to RTEMS newlib. * aclocal/rtems-debug.m4: Fix formating and contents of the check's help string. * aclocal/rtems-top.m4: Remove AC_ARG_WITH(target-subdir).
* 2000-11-13 Jiri Gaisler <jgais@ws.estec.esa.nl>Joel Sherrill2000-11-132-0/+5
| | | | | | * README.configure, aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Modified to reflect addition of LEON BSPs as well as the no-FP ERC32 variant.
* 2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-11-095-10/+10
| | | | | | | | | | | * aclocal/gcc-pipe.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf standard). * aclocal/gcc-specs.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf standard). * aclocal/multilib.m4: Fix m4-quoting (BUG-FIX). * aclocal/check-bsp-cache.m4: Fix m4-quoting (autoconf-2.49b). * aclocal/prog-cc.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf standard), replace CC_FOR_TARGET with CC (BUG-FIX).