Joel Sherrill
ba748523d1
2001-12-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* 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-12-20 17:33:23 +00:00
Joel Sherrill
c5fff113a9
2001-12-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* automake/multilib.am: include @RTEMS_BSP@.cfg, cleanup.
* automake/lib.am: Add MULTISUBDIR.
2001-12-18 14:12:25 +00:00
Joel Sherrill
d0d33f21a3
2001-12-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* bootstrap: Run autoheader when configure.ac contains
RTEMS_BSP_CONFIGURE. Remove bspopts.h* files.
2001-12-07 12:31:13 +00:00
Joel Sherrill
1a457f53e7
2001-11-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* aclocal/bsp-configure.m4: New file.
* Makefile.am: Add aclocal/bsp-configure.m4.
2001-12-03 16:09:08 +00:00
Joel Sherrill
345772eb60
2001-11-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* Makefile.am: Add automake/force-preinstall.am,
aclocal/ppc.am, remove ACLOCAL_M4.
2001-11-27 01:18:06 +00:00
Joel Sherrill
8e54186822
2001-11-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* aclocal/bsp-alias.m4: Remove score603e_g1.
* aclocal/check-bsps.m4: Remove score603e_g1.
* aclocal/prog-cc.m4: Apply m4_if.
2001-11-21 18:36:51 +00:00
Joel Sherrill
466e5905e8
2001-11-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* automake/force-preinstall.am: New file.
* aclocal/ppc.m4: New file.
2001-11-20 18:50:12 +00:00
Joel Sherrill
9c392aa281
2001-11-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* aclocal/check-bsps.m4: Reworked.
* aclocal/bsp-alias.m4: Add score603e_g1, apply m4sugar.
2001-11-15 16:50:33 +00:00
Joel Sherrill
7ee86ba746
2001-11-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* aclocal/bspopts.m4: New file.
2001-11-14 18:57:26 +00:00
Joel Sherrill
4812b65bff
2001-11-13 Joel Sherrill <joel@OARcorp.com>
...
* COPYING: Test of $Id$ -> $RTEMS$.
2001-11-14 00:04:32 +00:00
Joel Sherrill
0aa0960866
2001-11-08 Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
...
This modification is part of the submitted modifications necessary to
support the IBM PPC405 family. This submission was reviewed by
Thomas Doerfler <Thomas.Doerfler@imd-systems.de > who ensured it did
not negatively impact the ppc403 BSPs. The submission and tracking
process was captured as PR50.
* README.configure: Added gen405 BSP.
2001-11-08 23:32:21 +00:00
Joel Sherrill
a34b2458a4
2001-10-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* Adopt more automake rules:
* automake/compile.am: Add LINK, CXXLINK, AS, ASCOMPILE;
Remove ARFLAGS, LINK.c, COMPILE.S, LINK.cc;
Add CPU_CFLAGS to CXXFLAGS, CFLAGS, ASFLAGS;
* automake/leaf.am: Add CXXLINK_APP, LINK_APP, make-exe, apply
CXXLINK_APP in make-cxx-exe.
* automake/lib.am: Add ARFLAGS.
2001-10-29 14:39:50 +00:00
Joel Sherrill
60c752425c
2001-10-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* aclocal/check-rdbg.m4: Fix latent bug exposed by removal of
config.cache's which prevented powerpc targets librdbg from building.
2001-10-17 20:30:38 +00:00
Joel Sherrill
080afecb64
2001-10-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* 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-17 13:15:11 +00:00
Joel Sherrill
6638798649
2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* .cvsignore: Add autom4te.cache for autoconf > 2.52.
* configure.in: Remove.
* configure.ac: New file, generated from configure.in by autoupdate.
2001-10-11 19:07:37 +00:00
Joel Sherrill
083b72aece
2001-10-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* aclocal/rtems-cpu-subdirs.m4: New file.
2001-10-10 00:38:56 +00:00
Joel Sherrill
bfba54ed1c
2001-10-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* automake/compile.am: Fundamentally reworked compilation rules for
closer adaptation to automake's behavior.
2001-10-10 00:22:21 +00:00
Joel Sherrill
8738dfaa7b
2001-09-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* automake/lib.am: Comment out LD.
* Makefile.am: Use ACLOCAL_FILES = to make automake-1.5 happy; Add
automake/leaf.am to AUTOMAKE_FILES.
2001-09-27 19:26:39 +00:00
Joel Sherrill
d9e4f08963
2001-09-27 Joel Sherrill <joel@OARcorp.com>
...
* config.guess: No longer in CVS since installed by bootstrap.
2001-09-27 13:29:53 +00:00
Joel Sherrill
ceb9f8f0e4
2001-09-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* bootstrap: remove/add automake added files.
* .cvsignore: reflect changes to bootstrap.
2001-09-21 15:01:28 +00:00
Joel Sherrill
5ddff84bb2
2001-09-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* automake/leaf.am: New file.
2001-09-19 17:19:27 +00:00
Joel Sherrill
37b5d78153
2001-09-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* 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-09-14 17:30:22 +00:00
Joel Sherrill
986e111357
2001-09-13 Joel Sherrill <joel@OARcorp.com>
...
* missing: Updated to latest version.
2001-09-13 13:15:41 +00:00
Joel Sherrill
e712997cac
2001-07-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* 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-09-13 13:14:30 +00:00
Joel Sherrill
e32fdfa442
2001-05-25 Joel Sherrill <joel@OARcorp.com>
...
* README.configure: Corrected the name of the MRM332 BSP.
Strengthened the distinction between what the target
and the BSP each select. Added more targets to list.
2001-05-25 16:39:11 +00:00
Joel Sherrill
4cb89cc95d
2001-05-25 Joel Sherrill <joel@OARcorp.com>
...
* README.configure: Updated the list of BSPs.
2001-05-25 16:20:24 +00:00
Joel Sherrill
a86c171440
2001-05-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* 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-05-24 20:01:10 +00:00
Joel Sherrill
f1d08c98b3
2001-04-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* aclocal/prog-cc.m4: Add CPPFLAGS and CFLAGS handling to
RTEMS_PROG_CC_FOR_TARGET.
2001-05-07 13:15:49 +00:00
Joel Sherrill
8351871339
2001-04-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* README.cdn-X: Update.
* automake/compile.am: Remove -ansi -fasm from CFLAGS_DEFAULT, add
@CPPFLAGS@ to CPPFLAGS.
2001-04-26 14:09:17 +00:00
Joel Sherrill
084556d6ec
2001-04-20 Eric Valette <valette@crf.canon.fr>
...
* aclocal/check-rdbg.m4: Added check to determine which PowerPC
BSPs support the new exception processing model and
consequently, librdbg.
2001-04-20 17:27:55 +00:00
Joel Sherrill
48ad47cc70
2001-02-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* configure.in: Reworked for Canadian Cross support.
* Makefile.am: Reflect changes to configure.in.
* config.guess, config.sub: Update from subversions.gnu.org.
* README.cdn-X: New file.
* tools/Makefile.am: Remove build, tools from SUBDIRS.
2001-03-01 20:46:21 +00:00
Joel Sherrill
b50b3c841a
2001-02-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* 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-21 14:20:50 +00:00
Joel Sherrill
70cbff2e1c
2001-02-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* aclocal/config-subdirs.m4: New file.
* aclocal/target.m4: Use macros from config-subdirs.m4.
2001-02-12 14:38:44 +00:00
Joel Sherrill
6e815b386a
2001-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* aclocal/config-subdirs.m4: New file.
* aclocal/target.m4: Use macros from config-subdirs.m4.
2001-02-02 18:32:11 +00:00
Joel Sherrill
21d7de3a3f
2001-02-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* 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-02-02 18:30:42 +00:00
Joel Sherrill
560aae24e2
2001-01-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* 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-29 15:27:25 +00:00
Joel Sherrill
227ae749dc
2001-01-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Add simsh7032 and
simsh7045.
2001-01-22 14:03:44 +00:00
Joel Sherrill
4dc2e9a75e
2001-01-03 Emmanuel Raguet <raguet@crf.canon.fr>
...
* automake/compile.am: Add LD.
2001-01-03 18:47:07 +00:00
Joel Sherrill
baedcbb429
2000-11-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* config.guess, config.sub: Update from CVS-autoconf to pick
up new features (e.g. CC_FOR_BUILD in config.guess) but is
necessary anyway to use autoconf-versions > 2.13.
2000-11-27 14:18:32 +00:00
Joel Sherrill
1033e273a4
2000-11-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* 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-15 21:56:52 +00:00
Joel Sherrill
a44f9ca520
2000-11-13 Jiri Gaisler <jgais@ws.estec.esa.nl>
...
* 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-13 22:51:54 +00:00
Joel Sherrill
2dbd07f8dc
2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* 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).
2000-11-09 17:04:53 +00:00
Joel Sherrill
5913d94de8
2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* aclocal/enable-itron.m4: Remove changequotes (autoconf-2.49b).
* aclocal/enable-posix.m4: Remove changequotes (autoconf-2.49b), use
$host instead of $target (BUG-FIX).
* configure.in: Use $target and $host instead of $target_alias and
$host_alias (autoconf-2.49b).
* aclocal/check-newlib.m4: Remove CC_FOR_TARGET (BUG-FIX)
* aclocal/sysv-ipc.m4: Move AC_DEFINE outside of AC_CACHE (BUG-FIX)
NOTES:
* autoconf-2.49b depredicates using changequotes.
* The changes to configure.in are due to cleanups in
autoconf-2.49b's implemention of canonicalization. With
autoconf-2.1x it wasn't always clear, when to use $xxx or
$xxx_alias. Now this is clear.
2000-11-09 17:01:25 +00:00
Joel Sherrill
feead22618
2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
2000-11-09 16:43:05 +00:00
Joel Sherrill
4686e5d915
2000-11-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* aclocal/canonicalize-tools.m4, aclocal/check-tool.m4,
aclocal/prog-cc.m4, aclocal/prog-cxx.m4: Replace AC_CHECK_TOOL
with an RTEMS specific but more restrictive autoconf macro.
2000-11-02 22:51:12 +00:00
Joel Sherrill
779654e2af
2000-11-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* automake/lib.am: Add LD.
2000-11-02 22:49:07 +00:00
Joel Sherrill
2f17d7454f
2000-11-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* aclocal/canonicalize-tools.m4: Remove RTEMS_PATH_TOOL, use
AC_CHECK_TOOL instead of RTEMS_PATH_TOOL in RTEMS_CANONICALIZE_TOOLS.
2000-11-02 15:55:26 +00:00
Joel Sherrill
2e0fd4273d
2000-11-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* aclocal/*: Replace with contents of macros/*.m4
* macros/: Remove.
* aclocal/ar-s.m4 aclocal/tool-prefix.m4: Remove.
* Makefile.am: Reflect changes to aclocal/ and macros/.
2000-11-02 15:44:04 +00:00
Joel Sherrill
3174a7edae
2000-10-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* configure.in: New, Cygnus/GNU style configuration.
* Makefile.am: Add macros/, reflect new configure.in,
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros
* automake/compile.am: BSP_SPECS, remove RTEMS_CANONICALIZATION.
* automake/lib.am: Remove RTEMS_CANONICALIZATION.
* macros/tool-prefix.m4: Remove.
* macros/target.m4: Remove RTEMS_CONFIG_SUBDIRS, RTEMS_OUTPUT_SUBDIRS.
* macros/enable-rtemsbsp.m4: Add RTEMS_CONFIG_PER_BSP, add setting
RTEMS_ROOT.
* macros/i386-gas-code16.m4: Define NEW_GAS only for 16bit mode-
* macros/multilib.m4: Various minor fixes.
* macros/project-root.m4: Remove setting PROJECT_TOPdir,
PROJECT_ROOT, RTEMS_ROOT.
* macros/rtems-top.m4: Remove RTEMS_CANONICALIZATION, TARGET_SUBDIRS;
Add with_target_subdirs, PROJECT_TOPdir, PROJECT_ROOT.
2000-10-31 21:20:00 +00:00
Joel Sherrill
16a30bd3b6
2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* automake/multilib.am: New file.
* Makefile.am: Update AUTOMAKE_FILES to reflect the contents of
the automake/ directory.
2000-10-27 13:36:37 +00:00