mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-19 23:59:46 +08:00
* configure.ac: Use AS_IF instead of if/then/else. Add AC_DEFINE_UNQUOTED(RTEMS_UNIX) for RTEMS_CPU==unix. Add AC_DEFINE_UNQUOTED(RTEMS_UNIXLIB) for RTEMS_CPU==unix. Add include/Makefile to CONFIG_FILES. Add AC_ENABLE_MULITLIB. Remove wrapup/rtems, wrapup/itron, wrapup/posix. Remove */optman/Makefile from CONFIG_FILES. * Makefile.am: Add include to SUBDIRS. * rtems/Makefile.am: Remove optman from SUBDIRS. * sapi/Makefile.am: Remove optman from SUBDIRS. * include/Makefile.am: New file. * include/rtems/bspIo.h: Relocated from lib/include. * include/rtems/libio_.h: Relocated from lib/include.
82 lines
2.6 KiB
Plaintext
82 lines
2.6 KiB
Plaintext
2001-12-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
|
|
|
* configure.ac: Use AS_IF instead of if/then/else.
|
|
Add AC_DEFINE_UNQUOTED(RTEMS_UNIX) for RTEMS_CPU==unix.
|
|
Add AC_DEFINE_UNQUOTED(RTEMS_UNIXLIB) for RTEMS_CPU==unix.
|
|
Add include/Makefile to CONFIG_FILES.
|
|
Add AC_ENABLE_MULITLIB.
|
|
Remove wrapup/rtems, wrapup/itron, wrapup/posix.
|
|
Remove */optman/Makefile from CONFIG_FILES.
|
|
* Makefile.am: Add include to SUBDIRS.
|
|
* rtems/Makefile.am: Remove optman from SUBDIRS.
|
|
* sapi/Makefile.am: Remove optman from SUBDIRS.
|
|
* include/Makefile.am: New file.
|
|
* include/rtems/bspIo.h: Relocated from lib/include.
|
|
* include/rtems/libio_.h: Relocated from lib/include.
|
|
|
|
2001-12-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
|
|
|
* wrapup/posix/Makefile.am: Add multilib support.
|
|
* wrapup/itron/Makefile.am: Add multilib support.
|
|
* wrapup/rtems/Makefile.am: Add multilib support.
|
|
* Makefile.am: Add multilib support.
|
|
|
|
2001-10-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
|
|
|
* configure.ac: Use RTEMS_CPU_SUBDIRS to make autoconf-2.52 happy.
|
|
|
|
2001-10-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
|
|
|
* configure.ac: Use AC_CONFIG_SUBDIRS for posix and itron.
|
|
Reflect changes to configuration of rtems, score and sapi subdirs.
|
|
* Makefile.am: require automake-1.5.
|
|
|
|
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-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
|
|
|
* wrapup/rtems/Makefile.am: Fix comments to make automake-1.5 happy.
|
|
|
|
2001-04-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
|
|
|
* configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
|
|
|
|
2001-02-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
|
|
|
* configure.in: AC_DEFINE RTEMS_UNIX if RTEMS_CPU=unix.
|
|
|
|
2000-12-01 Joel Sherrill <joel@OARcorp.com>
|
|
|
|
* configure.in: Removed error check for enabling macros with
|
|
either POSIX or ITRON API.
|
|
|
|
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>
|
|
|
|
* Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
|
|
|
|
2000-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
|
|
|
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
|
|
Switch to GNU canonicalization.
|
|
|
|
2000-09-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
|
|
|
* wrapup/rtems/Makefile.am: Use PROJECT_TOPdir in path to size_rtems.
|
|
|
|
2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
|
|
|
* wrapup/itron/Makefile.am, wrapup/posix/Makefile.am,
|
|
wrapup/rtems/Makefile.am: Include compile.am
|
|
|
|
2000-08-10 Joel Sherrill <joel@OARcorp.com>
|
|
|
|
* ChangeLog: New file.
|