forked from Imagelibrary/rtems
* 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.
265 lines
9.1 KiB
Plaintext
265 lines
9.1 KiB
Plaintext
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-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 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
|
|
|
* 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>
|
|
|
|
* configure.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>
|
|
|
|
* 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>
|
|
|
|
* aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Add simsh7032 and
|
|
simsh7045.
|
|
|
|
2001-01-03 Emmanuel Raguet <raguet@crf.canon.fr>
|
|
|
|
* automake/compile.am: Add LD.
|
|
|
|
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-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-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-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 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 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
|
|
|
* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
|
|
|
|
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 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
|
|
|
* automake/lib.am: Add LD.
|
|
|
|
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 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-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-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-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
|
|
|
* macros/enable-hwapi.m4: Removed.
|
|
* aclocal/rtems-top.m4, automake/compile.am, automake/lib.am:
|
|
A small cleanup step towards gnu-canonicalization.
|
|
|
|
2000-09-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
|
|
|
* macros: New directory.
|
|
* macros/bsp-alias.m4: new file.
|
|
* macros/canonical-host.m4: new file.
|
|
* macros/canonical-target-name.m4: new file.
|
|
* macros/canonicalize-tools.m4: new file.
|
|
* macros/check-bsp-cache.m4: new file.
|
|
* macros/check-bsps.m4: new file.
|
|
* macros/check-cpu.m4: new file.
|
|
* macros/rtems-debug.m4: new file.
|
|
* macros/check-cxx.m4: new file.
|
|
* macros/check-itron.m4: new file.
|
|
* macros/check-multiprocessing.m4: new file.
|
|
* macros/check-networking.m4: new file.
|
|
* macros/check-newlib.m4: new file.
|
|
* macros/check-posix.m4: new file.
|
|
* macros/check-rdbg.m4: new file.
|
|
* macros/enable-bare.m4: new file.
|
|
* macros/enable-cxx.m4: new file.
|
|
* macros/enable-gcc28.m4: new file.
|
|
* macros/enable-inlines.m4: new file.
|
|
* macros/enable-itron.m4: new file.
|
|
* macros/enable-libcdir.m4: new file.
|
|
* macros/enable-multiprocessing.m4: new file.
|
|
* macros/enable-networking.m4: new file.
|
|
* macros/enable-posix.m4: new file.
|
|
* macros/enable-rdbg.m4: new file.
|
|
* macros/enable-rtemsbsp.m4: new file.
|
|
* macros/enable-tests.m4: new file.
|
|
* macros/gcc-pipe.m4: new file.
|
|
* macros/gcc-specs.m4: new file.
|
|
* macros/i386-gas-code16.m4: new file.
|
|
* macros/path-ksh.m4: new file.
|
|
* macros/path-perl.m4: new file.
|
|
* macros/prog-cc.m4: new file.
|
|
* macros/prog-cxx.m4: new file.
|
|
* macros/project-root.m4: new file.
|
|
* macros/rtems-top.m4: new file.
|
|
* macros/sysv-ipc.m4: new file.
|
|
* macros/target.m4: new file.
|
|
* macros/rtems-test-no-pause.m4: new file.
|
|
* macros/multilib.m4: new file.
|
|
* macros/tool-paths.m4: new file.
|
|
* macros/tool-prefix.m4: new file.
|
|
|
|
2000-09-14 Joel Sherrill <joel@OARcorp.com>
|
|
|
|
* Makefile.am: Referenceed aclocal/enable-hwapi.m4 that was removed.
|
|
|
|
2000-09-14 Joel Sherrill <joel@OARcorp.com>
|
|
|
|
* aclocal/enable-hwapi.m4: Now longer used and removed.
|
|
|
|
2000-09-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
|
|
|
* automake/lib.am: Remove leaf.cfg.
|
|
|
|
2000-09-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
|
|
|
* aclocal/rtems-top.m4: Add ENDIF-hack.
|
|
* automake/compile.am: Add include $(DEPENDS) + ENDIF-hack.
|
|
|
|
2000-09-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
|
|
|
* aclocal/check-cxx.m4: Add AC_SUBST(CPLUS_LD_LIBS)
|
|
* aclocal/prog-cc.m4: Cleanup comments, require RTEMS_ENABLE_GCC28,
|
|
add automake conditionals RTEMS_USE_GCC, RTEMS_USE_GCC272.
|
|
* automake/compile.am: Replaced.
|
|
* automake/local.am: Remove building variant handling.
|
|
|
|
2000-09-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
|
|
|
* aclocal/enable-rtemsbsp.m4: Add RTEMS_ENABLE_BARE,
|
|
AC_SUBST(BARE_CPU_MODEL),AC_SUBST(BARE_CPU_CFLAGS).
|
|
* aclocal/i386-gas-code16.m4: AC_DEFINE NEW_GAS.
|
|
* aclocal/target.m4: Cleanup comments
|
|
* Automake/compile.am: Add DEFS support to keep building happy.
|
|
|
|
2000-09-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
|
|
|
* aclocal/project-root.m4: Introduce PROJECT_TOPdir, add comments.
|
|
|
|
2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
|
|
|
* automake/compile.am: New file
|
|
* ChangeLog: Fix email addresses
|
|
|
|
2000-09-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
|
|
|
* LICENSE.NET, README, README.configure: Spelling corrections.
|
|
|
|
2000-09-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
|
|
|
* aclocal/check-bsps.m4: Fix c4* and sim68000 entries
|
|
|
|
2000-08-30 Joel Sherrill <joel@OARcorp.com>
|
|
|
|
* LICENSE.NET, LICENSE.RPCXDR, LICENSE.WEBSERVER: New files.
|
|
|
|
2000-08-25 Joel Sherrill <joel.sherrill@OARcorp.com>
|
|
|
|
* ChangeLog: Moved incorrect entries to make/ChangeLog.
|
|
|
|
2000-08-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
|
|
|
* aclocal/check-bsps.h:
|
|
- Add pck6-BSP
|
|
- Exclude ChangeLog from being picked up as BSP
|
|
* aclocal/bsp-alias.m4: Add pck6-BSP
|
|
|
|
2000-08-10 Joel Sherrill <joel@OARcorp.com>
|
|
|
|
* ChangeLog: New file.
|