forked from Imagelibrary/rtems
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Require automake >= 1.8, autoconf >= 2.59.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* configure.ac: Require automake >= 1.8, autoconf >= 2.59.
|
||||||
|
|
||||||
2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* configure.ac: Remove make/custom/Makefile.
|
* configure.ac: Remove make/custom/Makefile.
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* configure.ac: Require automake >= 1.8, autoconf >= 2.59.
|
||||||
|
|
||||||
2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* configure.ac: Cosmetics.
|
* configure.ac: Cosmetics.
|
||||||
|
|||||||
@@ -2,14 +2,14 @@
|
|||||||
##
|
##
|
||||||
## $Id$
|
## $Id$
|
||||||
|
|
||||||
AC_PREREQ(2.57)
|
AC_PREREQ(2.59)
|
||||||
AC_INIT([rtems-c],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
|
AC_INIT([rtems-c],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
|
||||||
AC_CONFIG_SRCDIR([src])
|
AC_CONFIG_SRCDIR([src])
|
||||||
RTEMS_TOP(..)
|
RTEMS_TOP(..)
|
||||||
|
|
||||||
RTEMS_CANONICAL_TARGET_CPU
|
RTEMS_CANONICAL_TARGET_CPU
|
||||||
|
|
||||||
AM_INIT_AUTOMAKE([no-define foreign 1.7.2])
|
AM_INIT_AUTOMAKE([no-define foreign 1.8])
|
||||||
AM_MAINTAINER_MODE
|
AM_MAINTAINER_MODE
|
||||||
|
|
||||||
## These options are used within this file.
|
## These options are used within this file.
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* configure.ac: Require automake >= 1.8, autoconf >= 2.59.
|
||||||
|
|
||||||
2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* aclocal/env-rtemsbsp.m4: AC_SUBST(project_libdir).
|
* aclocal/env-rtemsbsp.m4: AC_SUBST(project_libdir).
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* configure.ac: Require automake >= 1.8, autoconf >= 2.59.
|
||||||
|
|
||||||
2003-12-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2003-12-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* mptests/mp01/Makefile.am: Cosmetics.
|
* mptests/mp01/Makefile.am: Cosmetics.
|
||||||
|
|||||||
@@ -2,14 +2,14 @@
|
|||||||
##
|
##
|
||||||
## $Id$
|
## $Id$
|
||||||
|
|
||||||
AC_PREREQ(2.57)
|
AC_PREREQ(2.59)
|
||||||
AC_INIT([rtems-ada-tests],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
|
AC_INIT([rtems-ada-tests],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
|
||||||
AC_CONFIG_SRCDIR([support])
|
AC_CONFIG_SRCDIR([support])
|
||||||
RTEMS_TOP(../../..)
|
RTEMS_TOP(../../..)
|
||||||
|
|
||||||
RTEMS_CANONICAL_TARGET_CPU
|
RTEMS_CANONICAL_TARGET_CPU
|
||||||
|
|
||||||
AM_INIT_AUTOMAKE([no-define foreign 1.7.2])
|
AM_INIT_AUTOMAKE([no-define foreign 1.8])
|
||||||
AM_MAINTAINER_MODE
|
AM_MAINTAINER_MODE
|
||||||
|
|
||||||
AC_CHECK_PROGS([M4],[gm4 m4])
|
AC_CHECK_PROGS([M4],[gm4 m4])
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
##
|
##
|
||||||
## $Id$
|
## $Id$
|
||||||
|
|
||||||
AC_PREREQ(2.57)
|
AC_PREREQ(2.59)
|
||||||
AC_INIT([rtems-c-src],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
|
AC_INIT([rtems-c-src],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
|
||||||
AC_CONFIG_SRCDIR([optman])
|
AC_CONFIG_SRCDIR([optman])
|
||||||
RTEMS_TOP(../..)
|
RTEMS_TOP(../..)
|
||||||
@@ -13,7 +13,7 @@ RTEMS_ENABLE_RDBG
|
|||||||
|
|
||||||
RTEMS_CANONICAL_TARGET_CPU
|
RTEMS_CANONICAL_TARGET_CPU
|
||||||
|
|
||||||
AM_INIT_AUTOMAKE([no-define foreign 1.7.2])
|
AM_INIT_AUTOMAKE([no-define foreign 1.8])
|
||||||
AM_MAINTAINER_MODE
|
AM_MAINTAINER_MODE
|
||||||
|
|
||||||
RTEMS_ENABLE_MULTILIB
|
RTEMS_ENABLE_MULTILIB
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* configure.ac: Require automake >= 1.8, autoconf >= 2.59.
|
||||||
|
|
||||||
2003-12-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2003-12-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* configure.ac: Remove shared/comm/Makefile, shared/irq/Makefile.
|
* configure.ac: Remove shared/comm/Makefile, shared/irq/Makefile.
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* configure.ac: Require automake >= 1.8, autoconf >= 2.59.
|
||||||
|
|
||||||
2003-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2003-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* console/Makefile.am: Misc cleanups and fixes.
|
* console/Makefile.am: Misc cleanups and fixes.
|
||||||
|
|||||||
@@ -2,13 +2,13 @@
|
|||||||
##
|
##
|
||||||
## $Id$
|
## $Id$
|
||||||
|
|
||||||
AC_PREREQ(2.57)
|
AC_PREREQ(2.59)
|
||||||
AC_INIT([rtems-c-src-lib-libbsp-arm-arm_bare_bsp],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
|
AC_INIT([rtems-c-src-lib-libbsp-arm-arm_bare_bsp],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
|
||||||
AC_CONFIG_SRCDIR([bsp_specs])
|
AC_CONFIG_SRCDIR([bsp_specs])
|
||||||
RTEMS_TOP(../../../../../..)
|
RTEMS_TOP(../../../../../..)
|
||||||
|
|
||||||
RTEMS_CANONICAL_TARGET_CPU
|
RTEMS_CANONICAL_TARGET_CPU
|
||||||
AM_INIT_AUTOMAKE([no-define foreign 1.7.2])
|
AM_INIT_AUTOMAKE([no-define foreign 1.8])
|
||||||
RTEMS_BSP_CONFIGURE
|
RTEMS_BSP_CONFIGURE
|
||||||
|
|
||||||
RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
|
RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* configure.ac: Require automake >= 1.8, autoconf >= 2.59.
|
||||||
|
|
||||||
2003-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2003-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* start/Makefile.am: Misc cleanups and fixes.
|
* start/Makefile.am: Misc cleanups and fixes.
|
||||||
|
|||||||
@@ -2,13 +2,13 @@
|
|||||||
##
|
##
|
||||||
## $Id$
|
## $Id$
|
||||||
|
|
||||||
AC_PREREQ(2.57)
|
AC_PREREQ(2.59)
|
||||||
AC_INIT([rtems-c-src-lib-libbsp-arm-armulator],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
|
AC_INIT([rtems-c-src-lib-libbsp-arm-armulator],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
|
||||||
AC_CONFIG_SRCDIR([bsp_specs])
|
AC_CONFIG_SRCDIR([bsp_specs])
|
||||||
RTEMS_TOP(../../../../../..)
|
RTEMS_TOP(../../../../../..)
|
||||||
|
|
||||||
RTEMS_CANONICAL_TARGET_CPU
|
RTEMS_CANONICAL_TARGET_CPU
|
||||||
AM_INIT_AUTOMAKE([no-define foreign 1.7.2])
|
AM_INIT_AUTOMAKE([no-define foreign 1.8])
|
||||||
RTEMS_BSP_CONFIGURE
|
RTEMS_BSP_CONFIGURE
|
||||||
|
|
||||||
RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
|
RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
|
||||||
|
|||||||
@@ -2,13 +2,13 @@
|
|||||||
##
|
##
|
||||||
## $Id$
|
## $Id$
|
||||||
|
|
||||||
AC_PREREQ(2.57)
|
AC_PREREQ(2.59)
|
||||||
AC_INIT([rtems-c-src-lib-libbsp-arm],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
|
AC_INIT([rtems-c-src-lib-libbsp-arm],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
|
||||||
AC_CONFIG_SRCDIR([arm_bare_bsp])
|
AC_CONFIG_SRCDIR([arm_bare_bsp])
|
||||||
RTEMS_TOP(../../../../..)
|
RTEMS_TOP(../../../../..)
|
||||||
|
|
||||||
RTEMS_CANONICAL_TARGET_CPU
|
RTEMS_CANONICAL_TARGET_CPU
|
||||||
AM_INIT_AUTOMAKE([no-define foreign 1.7.2])
|
AM_INIT_AUTOMAKE([no-define foreign 1.8])
|
||||||
AM_MAINTAINER_MODE
|
AM_MAINTAINER_MODE
|
||||||
|
|
||||||
RTEMS_ENV_RTEMSBSP
|
RTEMS_ENV_RTEMSBSP
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* configure.ac: Require automake >= 1.8, autoconf >= 2.59.
|
||||||
|
|
||||||
2003-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2003-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* network/Makefile.am: Misc cleanups and fixes.
|
* network/Makefile.am: Misc cleanups and fixes.
|
||||||
|
|||||||
@@ -2,13 +2,13 @@
|
|||||||
##
|
##
|
||||||
## $Id$
|
## $Id$
|
||||||
|
|
||||||
AC_PREREQ(2.57)
|
AC_PREREQ(2.59)
|
||||||
AC_INIT([rtems-c-src-lib-libbsp-arm-edb7312],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
|
AC_INIT([rtems-c-src-lib-libbsp-arm-edb7312],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
|
||||||
AC_CONFIG_SRCDIR([bsp_specs])
|
AC_CONFIG_SRCDIR([bsp_specs])
|
||||||
RTEMS_TOP(../../../../../..)
|
RTEMS_TOP(../../../../../..)
|
||||||
|
|
||||||
RTEMS_CANONICAL_TARGET_CPU
|
RTEMS_CANONICAL_TARGET_CPU
|
||||||
AM_INIT_AUTOMAKE([no-define foreign 1.7.2])
|
AM_INIT_AUTOMAKE([no-define foreign 1.8])
|
||||||
RTEMS_BSP_CONFIGURE
|
RTEMS_BSP_CONFIGURE
|
||||||
|
|
||||||
RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
|
RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* configure.ac: Require automake >= 1.8, autoconf >= 2.59.
|
||||||
|
|
||||||
2003-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2003-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* start/Makefile.am: Misc cleanups and fixes.
|
* start/Makefile.am: Misc cleanups and fixes.
|
||||||
|
|||||||
@@ -2,13 +2,13 @@
|
|||||||
##
|
##
|
||||||
## $Id$
|
## $Id$
|
||||||
|
|
||||||
AC_PREREQ(2.57)
|
AC_PREREQ(2.59)
|
||||||
AC_INIT([rtems-c-src-lib-libbsp-arm-vegaplus],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
|
AC_INIT([rtems-c-src-lib-libbsp-arm-vegaplus],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
|
||||||
AC_CONFIG_SRCDIR([bsp_specs])
|
AC_CONFIG_SRCDIR([bsp_specs])
|
||||||
RTEMS_TOP(../../../../../..)
|
RTEMS_TOP(../../../../../..)
|
||||||
|
|
||||||
RTEMS_CANONICAL_TARGET_CPU
|
RTEMS_CANONICAL_TARGET_CPU
|
||||||
AM_INIT_AUTOMAKE([no-define foreign 1.7.2])
|
AM_INIT_AUTOMAKE([no-define foreign 1.8])
|
||||||
RTEMS_BSP_CONFIGURE
|
RTEMS_BSP_CONFIGURE
|
||||||
|
|
||||||
RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
|
RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* configure.ac: Require automake >= 1.8, autoconf >= 2.59.
|
||||||
|
|
||||||
2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* Makefile.am: Misc cleanups and fixes.
|
* Makefile.am: Misc cleanups and fixes.
|
||||||
|
|||||||
@@ -2,13 +2,13 @@
|
|||||||
##
|
##
|
||||||
## $Id$
|
## $Id$
|
||||||
|
|
||||||
AC_PREREQ(2.57)
|
AC_PREREQ(2.59)
|
||||||
AC_INIT([rtems-c-src-lib-libbsp-bare],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
|
AC_INIT([rtems-c-src-lib-libbsp-bare],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
|
||||||
AC_CONFIG_SRCDIR([bsp_specs])
|
AC_CONFIG_SRCDIR([bsp_specs])
|
||||||
RTEMS_TOP(../../../../..)
|
RTEMS_TOP(../../../../..)
|
||||||
|
|
||||||
RTEMS_CANONICAL_TARGET_CPU
|
RTEMS_CANONICAL_TARGET_CPU
|
||||||
AM_INIT_AUTOMAKE([no-define foreign 1.7.2])
|
AM_INIT_AUTOMAKE([no-define foreign 1.8])
|
||||||
AM_MAINTAINER_MODE
|
AM_MAINTAINER_MODE
|
||||||
|
|
||||||
RTEMS_ENV_RTEMSBSP
|
RTEMS_ENV_RTEMSBSP
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* configure.ac: Require automake >= 1.8, autoconf >= 2.59.
|
||||||
|
|
||||||
2003-10-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2003-10-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* acinclude.m4: Reflect changes to bootstrap.
|
* acinclude.m4: Reflect changes to bootstrap.
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* configure.ac: Require automake >= 1.8, autoconf >= 2.59.
|
||||||
|
|
||||||
2003-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2003-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* start/Makefile.am: Misc cleanups and fixes.
|
* start/Makefile.am: Misc cleanups and fixes.
|
||||||
|
|||||||
@@ -2,13 +2,13 @@
|
|||||||
##
|
##
|
||||||
## $Id$
|
## $Id$
|
||||||
|
|
||||||
AC_PREREQ(2.57)
|
AC_PREREQ(2.59)
|
||||||
AC_INIT([rtems-c-src-lib-libbsp-c4x-c4xsim],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
|
AC_INIT([rtems-c-src-lib-libbsp-c4x-c4xsim],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
|
||||||
AC_CONFIG_SRCDIR([bsp_specs])
|
AC_CONFIG_SRCDIR([bsp_specs])
|
||||||
RTEMS_TOP(../../../../../..)
|
RTEMS_TOP(../../../../../..)
|
||||||
|
|
||||||
RTEMS_CANONICAL_TARGET_CPU
|
RTEMS_CANONICAL_TARGET_CPU
|
||||||
AM_INIT_AUTOMAKE([no-define foreign 1.7.2])
|
AM_INIT_AUTOMAKE([no-define foreign 1.8])
|
||||||
RTEMS_BSP_CONFIGURE
|
RTEMS_BSP_CONFIGURE
|
||||||
|
|
||||||
RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
|
RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* configure.ac: Require automake >= 1.8, autoconf >= 2.59.
|
||||||
|
|
||||||
2003-08-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2003-08-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* Makefile.am: Reflect having moved aclocal/.
|
* Makefile.am: Reflect having moved aclocal/.
|
||||||
|
|||||||
@@ -2,14 +2,14 @@
|
|||||||
##
|
##
|
||||||
## $Id$
|
## $Id$
|
||||||
|
|
||||||
AC_PREREQ(2.57)
|
AC_PREREQ(2.59)
|
||||||
AC_INIT([rtems-c-src-lib-libbsp-c4x-c4xsim-tools],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
|
AC_INIT([rtems-c-src-lib-libbsp-c4x-c4xsim-tools],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
|
||||||
AC_CONFIG_SRCDIR([runtest.in])
|
AC_CONFIG_SRCDIR([runtest.in])
|
||||||
RTEMS_TOP(../../../../../../..)
|
RTEMS_TOP(../../../../../../..)
|
||||||
|
|
||||||
RTEMS_CANONICAL_TARGET_CPU
|
RTEMS_CANONICAL_TARGET_CPU
|
||||||
|
|
||||||
AM_INIT_AUTOMAKE([no-define foreign 1.7.2])
|
AM_INIT_AUTOMAKE([no-define foreign 1.8])
|
||||||
AM_MAINTAINER_MODE
|
AM_MAINTAINER_MODE
|
||||||
|
|
||||||
RTEMS_PATH_KSH
|
RTEMS_PATH_KSH
|
||||||
|
|||||||
@@ -2,13 +2,13 @@
|
|||||||
##
|
##
|
||||||
## $Id$
|
## $Id$
|
||||||
|
|
||||||
AC_PREREQ(2.57)
|
AC_PREREQ(2.59)
|
||||||
AC_INIT([rtems-c-src-lib-libbsp-c4x],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
|
AC_INIT([rtems-c-src-lib-libbsp-c4x],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
|
||||||
AC_CONFIG_SRCDIR([c4xsim])
|
AC_CONFIG_SRCDIR([c4xsim])
|
||||||
RTEMS_TOP(../../../../..)
|
RTEMS_TOP(../../../../..)
|
||||||
|
|
||||||
RTEMS_CANONICAL_TARGET_CPU
|
RTEMS_CANONICAL_TARGET_CPU
|
||||||
AM_INIT_AUTOMAKE([no-define foreign 1.7.2])
|
AM_INIT_AUTOMAKE([no-define foreign 1.8])
|
||||||
AM_MAINTAINER_MODE
|
AM_MAINTAINER_MODE
|
||||||
|
|
||||||
RTEMS_ENV_RTEMSBSP
|
RTEMS_ENV_RTEMSBSP
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* configure.ac: Require automake >= 1.8, autoconf >= 2.59.
|
||||||
|
|
||||||
2003-10-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2003-10-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* acinclude.m4: Reflect changes to bootstrap.
|
* acinclude.m4: Reflect changes to bootstrap.
|
||||||
|
|||||||
@@ -2,13 +2,13 @@
|
|||||||
##
|
##
|
||||||
## $Id$
|
## $Id$
|
||||||
|
|
||||||
AC_PREREQ(2.57)
|
AC_PREREQ(2.59)
|
||||||
AC_INIT([rtems-c-src-lib-libbsp-h8300],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
|
AC_INIT([rtems-c-src-lib-libbsp-h8300],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
|
||||||
AC_CONFIG_SRCDIR([h8sim])
|
AC_CONFIG_SRCDIR([h8sim])
|
||||||
RTEMS_TOP(../../../../..)
|
RTEMS_TOP(../../../../..)
|
||||||
|
|
||||||
RTEMS_CANONICAL_TARGET_CPU
|
RTEMS_CANONICAL_TARGET_CPU
|
||||||
AM_INIT_AUTOMAKE([no-define foreign 1.7.2])
|
AM_INIT_AUTOMAKE([no-define foreign 1.8])
|
||||||
AM_MAINTAINER_MODE
|
AM_MAINTAINER_MODE
|
||||||
|
|
||||||
RTEMS_ENV_RTEMSBSP
|
RTEMS_ENV_RTEMSBSP
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* configure.ac: Require automake >= 1.8, autoconf >= 2.59.
|
||||||
|
|
||||||
2003-12-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2003-12-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* clock/Makefile.am: Misc cleanups and fixes.
|
* clock/Makefile.am: Misc cleanups and fixes.
|
||||||
|
|||||||
@@ -2,13 +2,13 @@
|
|||||||
##
|
##
|
||||||
## $Id$
|
## $Id$
|
||||||
|
|
||||||
AC_PREREQ(2.57)
|
AC_PREREQ(2.59)
|
||||||
AC_INIT([rtems-c-src-lib-libbsp-h8300-h8sim],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
|
AC_INIT([rtems-c-src-lib-libbsp-h8300-h8sim],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
|
||||||
AC_CONFIG_SRCDIR([bsp_specs])
|
AC_CONFIG_SRCDIR([bsp_specs])
|
||||||
RTEMS_TOP(../../../../../..)
|
RTEMS_TOP(../../../../../..)
|
||||||
|
|
||||||
RTEMS_CANONICAL_TARGET_CPU
|
RTEMS_CANONICAL_TARGET_CPU
|
||||||
AM_INIT_AUTOMAKE([no-define foreign 1.7.2])
|
AM_INIT_AUTOMAKE([no-define foreign 1.8])
|
||||||
RTEMS_BSP_CONFIGURE
|
RTEMS_BSP_CONFIGURE
|
||||||
|
|
||||||
RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
|
RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* configure.ac: Require automake >= 1.8, autoconf >= 2.59.
|
||||||
|
|
||||||
2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* configure.ac: Remove shared/io/Makefile, shared/comm/Makefile,
|
* configure.ac: Remove shared/io/Makefile, shared/comm/Makefile,
|
||||||
|
|||||||
@@ -2,13 +2,13 @@
|
|||||||
##
|
##
|
||||||
## $Id$
|
## $Id$
|
||||||
|
|
||||||
AC_PREREQ(2.57)
|
AC_PREREQ(2.59)
|
||||||
AC_INIT([rtems-c-src-lib-libbsp-i386],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
|
AC_INIT([rtems-c-src-lib-libbsp-i386],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
|
||||||
AC_CONFIG_SRCDIR([pc386])
|
AC_CONFIG_SRCDIR([pc386])
|
||||||
RTEMS_TOP(../../../../..)
|
RTEMS_TOP(../../../../..)
|
||||||
|
|
||||||
RTEMS_CANONICAL_TARGET_CPU
|
RTEMS_CANONICAL_TARGET_CPU
|
||||||
AM_INIT_AUTOMAKE([no-define foreign 1.7.2])
|
AM_INIT_AUTOMAKE([no-define foreign 1.8])
|
||||||
AM_MAINTAINER_MODE
|
AM_MAINTAINER_MODE
|
||||||
|
|
||||||
RTEMS_ENV_RTEMSBSP
|
RTEMS_ENV_RTEMSBSP
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* configure.ac: Require automake >= 1.8, autoconf >= 2.59.
|
||||||
|
|
||||||
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* wrapup/Makefile.am: Cosmetics.
|
* wrapup/Makefile.am: Cosmetics.
|
||||||
|
|||||||
@@ -2,13 +2,13 @@
|
|||||||
##
|
##
|
||||||
## $Id$
|
## $Id$
|
||||||
|
|
||||||
AC_PREREQ(2.57)
|
AC_PREREQ(2.59)
|
||||||
AC_INIT([rtems-c-src-lib-libbsp-i386-i386ex],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
|
AC_INIT([rtems-c-src-lib-libbsp-i386-i386ex],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
|
||||||
AC_CONFIG_SRCDIR([bsp_specs])
|
AC_CONFIG_SRCDIR([bsp_specs])
|
||||||
RTEMS_TOP(../../../../../..)
|
RTEMS_TOP(../../../../../..)
|
||||||
|
|
||||||
RTEMS_CANONICAL_TARGET_CPU
|
RTEMS_CANONICAL_TARGET_CPU
|
||||||
AM_INIT_AUTOMAKE([no-define foreign 1.7.2])
|
AM_INIT_AUTOMAKE([no-define foreign 1.8])
|
||||||
RTEMS_BSP_CONFIGURE
|
RTEMS_BSP_CONFIGURE
|
||||||
|
|
||||||
RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
|
RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* configure.ac: Require automake >= 1.8, autoconf >= 2.59.
|
||||||
|
|
||||||
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* wrapup/Makefile.am: Cosmetics.
|
* wrapup/Makefile.am: Cosmetics.
|
||||||
|
|||||||
@@ -2,13 +2,13 @@
|
|||||||
##
|
##
|
||||||
## $Id$
|
## $Id$
|
||||||
|
|
||||||
AC_PREREQ(2.57)
|
AC_PREREQ(2.59)
|
||||||
AC_INIT([rtems-c-src-lib-libbsp-i386-pc386],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
|
AC_INIT([rtems-c-src-lib-libbsp-i386-pc386],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
|
||||||
AC_CONFIG_SRCDIR([bsp_specs])
|
AC_CONFIG_SRCDIR([bsp_specs])
|
||||||
RTEMS_TOP(../../../../../..)
|
RTEMS_TOP(../../../../../..)
|
||||||
|
|
||||||
RTEMS_CANONICAL_TARGET_CPU
|
RTEMS_CANONICAL_TARGET_CPU
|
||||||
AM_INIT_AUTOMAKE([no-define foreign 1.7.2])
|
AM_INIT_AUTOMAKE([no-define foreign 1.8])
|
||||||
RTEMS_BSP_CONFIGURE
|
RTEMS_BSP_CONFIGURE
|
||||||
|
|
||||||
RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
|
RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* configure.ac: Require automake >= 1.8, autoconf >= 2.59.
|
||||||
|
|
||||||
2003-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2003-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* Makefile.am: More hacks to keep this crap alive.
|
* Makefile.am: More hacks to keep this crap alive.
|
||||||
|
|||||||
@@ -2,14 +2,14 @@
|
|||||||
##
|
##
|
||||||
## $Id$
|
## $Id$
|
||||||
|
|
||||||
AC_PREREQ(2.57)
|
AC_PREREQ(2.59)
|
||||||
AC_INIT([rtems-c-src-lib-libbsp-i386-pc386-tools],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
|
AC_INIT([rtems-c-src-lib-libbsp-i386-pc386-tools],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
|
||||||
AC_CONFIG_SRCDIR([Spec.doc])
|
AC_CONFIG_SRCDIR([Spec.doc])
|
||||||
RTEMS_TOP(../../../../../../..)
|
RTEMS_TOP(../../../../../../..)
|
||||||
|
|
||||||
RTEMS_CANONICAL_TARGET_CPU
|
RTEMS_CANONICAL_TARGET_CPU
|
||||||
|
|
||||||
AM_INIT_AUTOMAKE([no-define foreign 1.7.2])
|
AM_INIT_AUTOMAKE([no-define foreign 1.8])
|
||||||
AM_MAINTAINER_MODE
|
AM_MAINTAINER_MODE
|
||||||
|
|
||||||
RTEMS_ENV_RTEMSBSP
|
RTEMS_ENV_RTEMSBSP
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* configure.ac: Require automake >= 1.8, autoconf >= 2.59.
|
||||||
|
|
||||||
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* wrapup/Makefile.am: Cosmetics.
|
* wrapup/Makefile.am: Cosmetics.
|
||||||
|
|||||||
@@ -2,13 +2,13 @@
|
|||||||
##
|
##
|
||||||
## $Id$
|
## $Id$
|
||||||
|
|
||||||
AC_PREREQ(2.57)
|
AC_PREREQ(2.59)
|
||||||
AC_INIT([rtems-c-src-lib-libbsp-i386-ts_386ex],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
|
AC_INIT([rtems-c-src-lib-libbsp-i386-ts_386ex],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
|
||||||
AC_CONFIG_SRCDIR([bsp_specs])
|
AC_CONFIG_SRCDIR([bsp_specs])
|
||||||
RTEMS_TOP(../../../../../..)
|
RTEMS_TOP(../../../../../..)
|
||||||
|
|
||||||
RTEMS_CANONICAL_TARGET_CPU
|
RTEMS_CANONICAL_TARGET_CPU
|
||||||
AM_INIT_AUTOMAKE([no-define foreign 1.7.2])
|
AM_INIT_AUTOMAKE([no-define foreign 1.8])
|
||||||
RTEMS_BSP_CONFIGURE
|
RTEMS_BSP_CONFIGURE
|
||||||
|
|
||||||
RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
|
RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* configure.ac: Require automake >= 1.8, autoconf >= 2.59.
|
||||||
|
|
||||||
2003-12-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2003-12-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* Makefile.am: Cosmetics.
|
* Makefile.am: Cosmetics.
|
||||||
|
|||||||
@@ -2,14 +2,14 @@
|
|||||||
##
|
##
|
||||||
## $Id$
|
## $Id$
|
||||||
|
|
||||||
AC_PREREQ(2.57)
|
AC_PREREQ(2.59)
|
||||||
AC_INIT([rtems-c-src-lib-libbsp-i386-ts_386ex-tools],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
|
AC_INIT([rtems-c-src-lib-libbsp-i386-ts_386ex-tools],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
|
||||||
AC_CONFIG_SRCDIR([coff2bin])
|
AC_CONFIG_SRCDIR([coff2bin])
|
||||||
RTEMS_TOP(../../../../../../..)
|
RTEMS_TOP(../../../../../../..)
|
||||||
|
|
||||||
RTEMS_CANONICAL_TARGET_CPU
|
RTEMS_CANONICAL_TARGET_CPU
|
||||||
|
|
||||||
AM_INIT_AUTOMAKE([no-define foreign 1.7.2])
|
AM_INIT_AUTOMAKE([no-define foreign 1.8])
|
||||||
AM_MAINTAINER_MODE
|
AM_MAINTAINER_MODE
|
||||||
|
|
||||||
RTEMS_PROJECT_ROOT
|
RTEMS_PROJECT_ROOT
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* configure.ac: Require automake >= 1.8, autoconf >= 2.59.
|
||||||
|
|
||||||
2003-10-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2003-10-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* acinclude.m4: Reflect changes to bootstrap.
|
* acinclude.m4: Reflect changes to bootstrap.
|
||||||
|
|||||||
@@ -2,13 +2,13 @@
|
|||||||
##
|
##
|
||||||
## $Id$
|
## $Id$
|
||||||
|
|
||||||
AC_PREREQ(2.57)
|
AC_PREREQ(2.59)
|
||||||
AC_INIT([rtems-c-src-lib-libbsp-i960],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
|
AC_INIT([rtems-c-src-lib-libbsp-i960],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
|
||||||
AC_CONFIG_SRCDIR([cvme961])
|
AC_CONFIG_SRCDIR([cvme961])
|
||||||
RTEMS_TOP(../../../../..)
|
RTEMS_TOP(../../../../..)
|
||||||
|
|
||||||
RTEMS_CANONICAL_TARGET_CPU
|
RTEMS_CANONICAL_TARGET_CPU
|
||||||
AM_INIT_AUTOMAKE([no-define foreign 1.7.2])
|
AM_INIT_AUTOMAKE([no-define foreign 1.8])
|
||||||
AM_MAINTAINER_MODE
|
AM_MAINTAINER_MODE
|
||||||
|
|
||||||
RTEMS_ENV_RTEMSBSP
|
RTEMS_ENV_RTEMSBSP
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* configure.ac: Require automake >= 1.8, autoconf >= 2.59.
|
||||||
|
|
||||||
2003-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2003-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* start/Makefile.am: Misc cleanups and fixes.
|
* start/Makefile.am: Misc cleanups and fixes.
|
||||||
|
|||||||
@@ -2,13 +2,13 @@
|
|||||||
##
|
##
|
||||||
## $Id$
|
## $Id$
|
||||||
|
|
||||||
AC_PREREQ(2.57)
|
AC_PREREQ(2.59)
|
||||||
AC_INIT([rtems-c-src-lib-libbsp-i960-cvme961],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
|
AC_INIT([rtems-c-src-lib-libbsp-i960-cvme961],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
|
||||||
AC_CONFIG_SRCDIR([bsp_specs])
|
AC_CONFIG_SRCDIR([bsp_specs])
|
||||||
RTEMS_TOP(../../../../../..)
|
RTEMS_TOP(../../../../../..)
|
||||||
|
|
||||||
RTEMS_CANONICAL_TARGET_CPU
|
RTEMS_CANONICAL_TARGET_CPU
|
||||||
AM_INIT_AUTOMAKE([no-define foreign 1.7.2])
|
AM_INIT_AUTOMAKE([no-define foreign 1.8])
|
||||||
RTEMS_BSP_CONFIGURE
|
RTEMS_BSP_CONFIGURE
|
||||||
|
|
||||||
RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
|
RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* configure.ac: Require automake >= 1.8, autoconf >= 2.59.
|
||||||
|
|
||||||
2003-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2003-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* start/Makefile.am: Misc cleanups and fixes.
|
* start/Makefile.am: Misc cleanups and fixes.
|
||||||
|
|||||||
@@ -2,13 +2,13 @@
|
|||||||
##
|
##
|
||||||
## $Id$
|
## $Id$
|
||||||
|
|
||||||
AC_PREREQ(2.57)
|
AC_PREREQ(2.59)
|
||||||
AC_INIT([rtems-c-src-lib-libbsp-i960-i960sim],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
|
AC_INIT([rtems-c-src-lib-libbsp-i960-i960sim],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
|
||||||
AC_CONFIG_SRCDIR([bsp_specs])
|
AC_CONFIG_SRCDIR([bsp_specs])
|
||||||
RTEMS_TOP(../../../../../..)
|
RTEMS_TOP(../../../../../..)
|
||||||
|
|
||||||
RTEMS_CANONICAL_TARGET_CPU
|
RTEMS_CANONICAL_TARGET_CPU
|
||||||
AM_INIT_AUTOMAKE([no-define foreign 1.7.2])
|
AM_INIT_AUTOMAKE([no-define foreign 1.8])
|
||||||
RTEMS_BSP_CONFIGURE
|
RTEMS_BSP_CONFIGURE
|
||||||
|
|
||||||
RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
|
RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* configure.ac: Require automake >= 1.8, autoconf >= 2.59.
|
||||||
|
|
||||||
2003-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2003-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* start/Makefile.am: Misc cleanups and fixes.
|
* start/Makefile.am: Misc cleanups and fixes.
|
||||||
|
|||||||
@@ -2,13 +2,13 @@
|
|||||||
##
|
##
|
||||||
## $Id$
|
## $Id$
|
||||||
|
|
||||||
AC_PREREQ(2.57)
|
AC_PREREQ(2.59)
|
||||||
AC_INIT([rtems-c-src-lib-libbsp-i960-rxgen960],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
|
AC_INIT([rtems-c-src-lib-libbsp-i960-rxgen960],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
|
||||||
AC_CONFIG_SRCDIR([bsp_specs])
|
AC_CONFIG_SRCDIR([bsp_specs])
|
||||||
RTEMS_TOP(../../../../../..)
|
RTEMS_TOP(../../../../../..)
|
||||||
|
|
||||||
RTEMS_CANONICAL_TARGET_CPU
|
RTEMS_CANONICAL_TARGET_CPU
|
||||||
AM_INIT_AUTOMAKE([no-define foreign 1.7.2])
|
AM_INIT_AUTOMAKE([no-define foreign 1.8])
|
||||||
RTEMS_BSP_CONFIGURE
|
RTEMS_BSP_CONFIGURE
|
||||||
|
|
||||||
RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
|
RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* configure.ac: Require automake >= 1.8, autoconf >= 2.59.
|
||||||
|
|
||||||
2003-12-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2003-12-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* configure.ac: Remove shared/gdbstub/Makefile.
|
* configure.ac: Remove shared/gdbstub/Makefile.
|
||||||
|
|||||||
@@ -2,13 +2,13 @@
|
|||||||
##
|
##
|
||||||
## $Id$
|
## $Id$
|
||||||
|
|
||||||
AC_PREREQ(2.57)
|
AC_PREREQ(2.59)
|
||||||
AC_INIT([rtems-c-src-lib-libbsp-m68k],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
|
AC_INIT([rtems-c-src-lib-libbsp-m68k],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
|
||||||
AC_CONFIG_SRCDIR([shared])
|
AC_CONFIG_SRCDIR([shared])
|
||||||
RTEMS_TOP(../../../../..)
|
RTEMS_TOP(../../../../..)
|
||||||
|
|
||||||
RTEMS_CANONICAL_TARGET_CPU
|
RTEMS_CANONICAL_TARGET_CPU
|
||||||
AM_INIT_AUTOMAKE([no-define foreign 1.7.2])
|
AM_INIT_AUTOMAKE([no-define foreign 1.8])
|
||||||
AM_MAINTAINER_MODE
|
AM_MAINTAINER_MODE
|
||||||
|
|
||||||
RTEMS_ENV_RTEMSBSP
|
RTEMS_ENV_RTEMSBSP
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* configure.ac: Require automake >= 1.8, autoconf >= 2.59.
|
||||||
|
|
||||||
2003-12-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2003-12-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* start/Makefile.am: Misc cleanups and fixes.
|
* start/Makefile.am: Misc cleanups and fixes.
|
||||||
|
|||||||
@@ -2,13 +2,13 @@
|
|||||||
##
|
##
|
||||||
## $Id$
|
## $Id$
|
||||||
|
|
||||||
AC_PREREQ(2.57)
|
AC_PREREQ(2.59)
|
||||||
AC_INIT([rtems-c-src-lib-libbsp-m68k-dmv152],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
|
AC_INIT([rtems-c-src-lib-libbsp-m68k-dmv152],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
|
||||||
AC_CONFIG_SRCDIR([bsp_specs])
|
AC_CONFIG_SRCDIR([bsp_specs])
|
||||||
RTEMS_TOP(../../../../../..)
|
RTEMS_TOP(../../../../../..)
|
||||||
|
|
||||||
RTEMS_CANONICAL_TARGET_CPU
|
RTEMS_CANONICAL_TARGET_CPU
|
||||||
AM_INIT_AUTOMAKE([no-define foreign 1.7.2])
|
AM_INIT_AUTOMAKE([no-define foreign 1.8])
|
||||||
RTEMS_BSP_CONFIGURE
|
RTEMS_BSP_CONFIGURE
|
||||||
|
|
||||||
RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
|
RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* configure.ac: Require automake >= 1.8, autoconf >= 2.59.
|
||||||
|
|
||||||
2003-12-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2003-12-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* start/Makefile.am: Misc cleanups and fixes.
|
* start/Makefile.am: Misc cleanups and fixes.
|
||||||
|
|||||||
@@ -2,13 +2,13 @@
|
|||||||
##
|
##
|
||||||
## $Id$
|
## $Id$
|
||||||
|
|
||||||
AC_PREREQ(2.57)
|
AC_PREREQ(2.59)
|
||||||
AC_INIT([rtems-c-src-lib-libbsp-m68k-efi332],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
|
AC_INIT([rtems-c-src-lib-libbsp-m68k-efi332],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
|
||||||
AC_CONFIG_SRCDIR([bsp_specs])
|
AC_CONFIG_SRCDIR([bsp_specs])
|
||||||
RTEMS_TOP(../../../../../..)
|
RTEMS_TOP(../../../../../..)
|
||||||
|
|
||||||
RTEMS_CANONICAL_TARGET_CPU
|
RTEMS_CANONICAL_TARGET_CPU
|
||||||
AM_INIT_AUTOMAKE([no-define foreign 1.7.2])
|
AM_INIT_AUTOMAKE([no-define foreign 1.8])
|
||||||
RTEMS_BSP_CONFIGURE
|
RTEMS_BSP_CONFIGURE
|
||||||
|
|
||||||
RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
|
RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* configure.ac: Require automake >= 1.8, autoconf >= 2.59.
|
||||||
|
|
||||||
2003-12-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2003-12-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* start/Makefile.am: Misc cleanups and fixes.
|
* start/Makefile.am: Misc cleanups and fixes.
|
||||||
|
|||||||
@@ -2,13 +2,13 @@
|
|||||||
##
|
##
|
||||||
## $Id$
|
## $Id$
|
||||||
|
|
||||||
AC_PREREQ(2.57)
|
AC_PREREQ(2.59)
|
||||||
AC_INIT([rtems-c-src-lib-libbsp-m68k-efi68k],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
|
AC_INIT([rtems-c-src-lib-libbsp-m68k-efi68k],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
|
||||||
AC_CONFIG_SRCDIR([bsp_specs])
|
AC_CONFIG_SRCDIR([bsp_specs])
|
||||||
RTEMS_TOP(../../../../../..)
|
RTEMS_TOP(../../../../../..)
|
||||||
|
|
||||||
RTEMS_CANONICAL_TARGET_CPU
|
RTEMS_CANONICAL_TARGET_CPU
|
||||||
AM_INIT_AUTOMAKE([no-define foreign 1.7.2])
|
AM_INIT_AUTOMAKE([no-define foreign 1.8])
|
||||||
RTEMS_BSP_CONFIGURE
|
RTEMS_BSP_CONFIGURE
|
||||||
|
|
||||||
RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
|
RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* configure.ac: Require automake >= 1.8, autoconf >= 2.59.
|
||||||
|
|
||||||
2003-12-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2003-12-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* start/Makefile.am: Misc cleanups and fixes.
|
* start/Makefile.am: Misc cleanups and fixes.
|
||||||
|
|||||||
@@ -2,13 +2,13 @@
|
|||||||
##
|
##
|
||||||
## $Id$
|
## $Id$
|
||||||
|
|
||||||
AC_PREREQ(2.57)
|
AC_PREREQ(2.59)
|
||||||
AC_INIT([rtems-c-src-lib-libbsp-m68k-gen68302],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
|
AC_INIT([rtems-c-src-lib-libbsp-m68k-gen68302],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
|
||||||
AC_CONFIG_SRCDIR([bsp_specs])
|
AC_CONFIG_SRCDIR([bsp_specs])
|
||||||
RTEMS_TOP(../../../../../..)
|
RTEMS_TOP(../../../../../..)
|
||||||
|
|
||||||
RTEMS_CANONICAL_TARGET_CPU
|
RTEMS_CANONICAL_TARGET_CPU
|
||||||
AM_INIT_AUTOMAKE([no-define foreign 1.7.2])
|
AM_INIT_AUTOMAKE([no-define foreign 1.8])
|
||||||
RTEMS_BSP_CONFIGURE
|
RTEMS_BSP_CONFIGURE
|
||||||
|
|
||||||
RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
|
RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* configure.ac: Require automake >= 1.8, autoconf >= 2.59.
|
||||||
|
|
||||||
2003-12-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2003-12-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* start/Makefile.am: Misc cleanups and fixes.
|
* start/Makefile.am: Misc cleanups and fixes.
|
||||||
|
|||||||
@@ -2,13 +2,13 @@
|
|||||||
##
|
##
|
||||||
## $Id$
|
## $Id$
|
||||||
|
|
||||||
AC_PREREQ(2.57)
|
AC_PREREQ(2.59)
|
||||||
AC_INIT([rtems-c-src-lib-libbsp-m68k-gen68340],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
|
AC_INIT([rtems-c-src-lib-libbsp-m68k-gen68340],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
|
||||||
AC_CONFIG_SRCDIR([bsp_specs])
|
AC_CONFIG_SRCDIR([bsp_specs])
|
||||||
RTEMS_TOP(../../../../../..)
|
RTEMS_TOP(../../../../../..)
|
||||||
|
|
||||||
RTEMS_CANONICAL_TARGET_CPU
|
RTEMS_CANONICAL_TARGET_CPU
|
||||||
AM_INIT_AUTOMAKE([no-define foreign 1.7.2])
|
AM_INIT_AUTOMAKE([no-define foreign 1.8])
|
||||||
RTEMS_BSP_CONFIGURE
|
RTEMS_BSP_CONFIGURE
|
||||||
|
|
||||||
RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
|
RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* configure.ac: Require automake >= 1.8, autoconf >= 2.59.
|
||||||
|
|
||||||
2003-12-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2003-12-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* start/Makefile.am: Misc cleanups and fixes.
|
* start/Makefile.am: Misc cleanups and fixes.
|
||||||
|
|||||||
@@ -2,13 +2,13 @@
|
|||||||
##
|
##
|
||||||
## $Id$
|
## $Id$
|
||||||
|
|
||||||
AC_PREREQ(2.57)
|
AC_PREREQ(2.59)
|
||||||
AC_INIT([rtems-c-src-lib-libbsp-m68k-gen68360],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
|
AC_INIT([rtems-c-src-lib-libbsp-m68k-gen68360],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
|
||||||
AC_CONFIG_SRCDIR([bsp_specs])
|
AC_CONFIG_SRCDIR([bsp_specs])
|
||||||
RTEMS_TOP(../../../../../..)
|
RTEMS_TOP(../../../../../..)
|
||||||
|
|
||||||
RTEMS_CANONICAL_TARGET_CPU
|
RTEMS_CANONICAL_TARGET_CPU
|
||||||
AM_INIT_AUTOMAKE([no-define foreign 1.7.2])
|
AM_INIT_AUTOMAKE([no-define foreign 1.8])
|
||||||
RTEMS_BSP_CONFIGURE
|
RTEMS_BSP_CONFIGURE
|
||||||
|
|
||||||
RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
|
RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* configure.ac: Require automake >= 1.8, autoconf >= 2.59.
|
||||||
|
|
||||||
2003-12-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2003-12-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* start/Makefile.am: Misc cleanups and fixes.
|
* start/Makefile.am: Misc cleanups and fixes.
|
||||||
|
|||||||
@@ -2,13 +2,13 @@
|
|||||||
##
|
##
|
||||||
## $Id$
|
## $Id$
|
||||||
|
|
||||||
AC_PREREQ(2.57)
|
AC_PREREQ(2.59)
|
||||||
AC_INIT([rtems-c-src-lib-libbsp-m68k-idp],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
|
AC_INIT([rtems-c-src-lib-libbsp-m68k-idp],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
|
||||||
AC_CONFIG_SRCDIR([bsp_specs])
|
AC_CONFIG_SRCDIR([bsp_specs])
|
||||||
RTEMS_TOP(../../../../../..)
|
RTEMS_TOP(../../../../../..)
|
||||||
|
|
||||||
RTEMS_CANONICAL_TARGET_CPU
|
RTEMS_CANONICAL_TARGET_CPU
|
||||||
AM_INIT_AUTOMAKE([no-define foreign 1.7.2])
|
AM_INIT_AUTOMAKE([no-define foreign 1.8])
|
||||||
RTEMS_BSP_CONFIGURE
|
RTEMS_BSP_CONFIGURE
|
||||||
|
|
||||||
RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
|
RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* configure.ac: Require automake >= 1.8, autoconf >= 2.59.
|
||||||
|
|
||||||
2003-12-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2003-12-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* console/Makefile.am: Misc cleanups and fixes.
|
* console/Makefile.am: Misc cleanups and fixes.
|
||||||
|
|||||||
@@ -2,13 +2,13 @@
|
|||||||
##
|
##
|
||||||
## $Id$
|
## $Id$
|
||||||
|
|
||||||
AC_PREREQ(2.57)
|
AC_PREREQ(2.59)
|
||||||
AC_INIT([rtems-c-src-lib-libbsp-m68k-mcf5206elite],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
|
AC_INIT([rtems-c-src-lib-libbsp-m68k-mcf5206elite],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
|
||||||
AC_CONFIG_SRCDIR([bsp_specs])
|
AC_CONFIG_SRCDIR([bsp_specs])
|
||||||
RTEMS_TOP(../../../../../..)
|
RTEMS_TOP(../../../../../..)
|
||||||
|
|
||||||
RTEMS_CANONICAL_TARGET_CPU
|
RTEMS_CANONICAL_TARGET_CPU
|
||||||
AM_INIT_AUTOMAKE([no-define foreign 1.7.2])
|
AM_INIT_AUTOMAKE([no-define foreign 1.8])
|
||||||
RTEMS_BSP_CONFIGURE
|
RTEMS_BSP_CONFIGURE
|
||||||
|
|
||||||
RTEMS_PROG_CC_FOR_TARGET
|
RTEMS_PROG_CC_FOR_TARGET
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* configure.ac: Require automake >= 1.8, autoconf >= 2.59.
|
||||||
|
|
||||||
2003-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2003-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* Makefile.am: Misc cleanups and fixes.
|
* Makefile.am: Misc cleanups and fixes.
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
##
|
##
|
||||||
## $Id$
|
## $Id$
|
||||||
|
|
||||||
AC_PREREQ(2.57)
|
AC_PREREQ(2.59)
|
||||||
AC_INIT([rtems-c-src-lib-libbsp-m68k-mcf5206elite-tools],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
|
AC_INIT([rtems-c-src-lib-libbsp-m68k-mcf5206elite-tools],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
|
||||||
AC_CONFIG_SRCDIR([runtest])
|
AC_CONFIG_SRCDIR([runtest])
|
||||||
RTEMS_TOP(../../../../../../..)
|
RTEMS_TOP(../../../../../../..)
|
||||||
@@ -11,7 +11,7 @@ RTEMS_TOP(../../../../../../..)
|
|||||||
AC_ARG_VAR([RTEMS_BSP],[])
|
AC_ARG_VAR([RTEMS_BSP],[])
|
||||||
RTEMS_CANONICAL_TARGET_CPU
|
RTEMS_CANONICAL_TARGET_CPU
|
||||||
|
|
||||||
AM_INIT_AUTOMAKE([no-define foreign 1.7.2])
|
AM_INIT_AUTOMAKE([no-define foreign 1.8])
|
||||||
AM_MAINTAINER_MODE
|
AM_MAINTAINER_MODE
|
||||||
|
|
||||||
RTEMS_PROJECT_ROOT
|
RTEMS_PROJECT_ROOT
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* configure.ac: Require automake >= 1.8, autoconf >= 2.59.
|
||||||
|
|
||||||
2003-12-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2003-12-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* start/Makefile.am: Misc cleanups and fixes.
|
* start/Makefile.am: Misc cleanups and fixes.
|
||||||
|
|||||||
@@ -2,13 +2,13 @@
|
|||||||
##
|
##
|
||||||
## $Id$
|
## $Id$
|
||||||
|
|
||||||
AC_PREREQ(2.57)
|
AC_PREREQ(2.59)
|
||||||
AC_INIT([rtems-c-src-lib-libbsp-m68k-mrm332],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
|
AC_INIT([rtems-c-src-lib-libbsp-m68k-mrm332],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
|
||||||
AC_CONFIG_SRCDIR([bsp_specs])
|
AC_CONFIG_SRCDIR([bsp_specs])
|
||||||
RTEMS_TOP(../../../../../..)
|
RTEMS_TOP(../../../../../..)
|
||||||
|
|
||||||
RTEMS_CANONICAL_TARGET_CPU
|
RTEMS_CANONICAL_TARGET_CPU
|
||||||
AM_INIT_AUTOMAKE([no-define foreign 1.7.2])
|
AM_INIT_AUTOMAKE([no-define foreign 1.8])
|
||||||
RTEMS_BSP_CONFIGURE
|
RTEMS_BSP_CONFIGURE
|
||||||
|
|
||||||
RTEMS_PROG_CC_FOR_TARGET
|
RTEMS_PROG_CC_FOR_TARGET
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* configure.ac: Require automake >= 1.8, autoconf >= 2.59.
|
||||||
|
|
||||||
2003-12-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2003-12-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* start/Makefile.am: Misc cleanups and fixes.
|
* start/Makefile.am: Misc cleanups and fixes.
|
||||||
|
|||||||
@@ -2,13 +2,13 @@
|
|||||||
##
|
##
|
||||||
## $Id$
|
## $Id$
|
||||||
|
|
||||||
AC_PREREQ(2.57)
|
AC_PREREQ(2.59)
|
||||||
AC_INIT([rtems-c-src-lib-libbsp-m68k-mvme136],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
|
AC_INIT([rtems-c-src-lib-libbsp-m68k-mvme136],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
|
||||||
AC_CONFIG_SRCDIR([bsp_specs])
|
AC_CONFIG_SRCDIR([bsp_specs])
|
||||||
RTEMS_TOP(../../../../../..)
|
RTEMS_TOP(../../../../../..)
|
||||||
|
|
||||||
RTEMS_CANONICAL_TARGET_CPU
|
RTEMS_CANONICAL_TARGET_CPU
|
||||||
AM_INIT_AUTOMAKE([no-define foreign 1.7.2])
|
AM_INIT_AUTOMAKE([no-define foreign 1.8])
|
||||||
RTEMS_BSP_CONFIGURE
|
RTEMS_BSP_CONFIGURE
|
||||||
|
|
||||||
RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
|
RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* configure.ac: Require automake >= 1.8, autoconf >= 2.59.
|
||||||
|
|
||||||
2003-12-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2003-12-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* start/Makefile.am: Misc cleanups and fixes.
|
* start/Makefile.am: Misc cleanups and fixes.
|
||||||
|
|||||||
@@ -2,13 +2,13 @@
|
|||||||
##
|
##
|
||||||
## $Id$
|
## $Id$
|
||||||
|
|
||||||
AC_PREREQ(2.57)
|
AC_PREREQ(2.59)
|
||||||
AC_INIT([rtems-c-src-lib-libbsp-m68k-mvme147],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
|
AC_INIT([rtems-c-src-lib-libbsp-m68k-mvme147],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
|
||||||
AC_CONFIG_SRCDIR([bsp_specs])
|
AC_CONFIG_SRCDIR([bsp_specs])
|
||||||
RTEMS_TOP(../../../../../..)
|
RTEMS_TOP(../../../../../..)
|
||||||
|
|
||||||
RTEMS_CANONICAL_TARGET_CPU
|
RTEMS_CANONICAL_TARGET_CPU
|
||||||
AM_INIT_AUTOMAKE([no-define foreign 1.7.2])
|
AM_INIT_AUTOMAKE([no-define foreign 1.8])
|
||||||
RTEMS_BSP_CONFIGURE
|
RTEMS_BSP_CONFIGURE
|
||||||
|
|
||||||
RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
|
RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* configure.ac: Require automake >= 1.8, autoconf >= 2.59.
|
||||||
|
|
||||||
2003-12-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2003-12-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* start/Makefile.am: Misc cleanups and fixes.
|
* start/Makefile.am: Misc cleanups and fixes.
|
||||||
|
|||||||
@@ -2,13 +2,13 @@
|
|||||||
##
|
##
|
||||||
## $Id$
|
## $Id$
|
||||||
|
|
||||||
AC_PREREQ(2.57)
|
AC_PREREQ(2.59)
|
||||||
AC_INIT([rtems-c-src-lib-libbsp-m68k-mvme147s],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
|
AC_INIT([rtems-c-src-lib-libbsp-m68k-mvme147s],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
|
||||||
AC_CONFIG_SRCDIR([bsp_specs])
|
AC_CONFIG_SRCDIR([bsp_specs])
|
||||||
RTEMS_TOP(../../../../../..)
|
RTEMS_TOP(../../../../../..)
|
||||||
|
|
||||||
RTEMS_CANONICAL_TARGET_CPU
|
RTEMS_CANONICAL_TARGET_CPU
|
||||||
AM_INIT_AUTOMAKE([no-define foreign 1.7.2])
|
AM_INIT_AUTOMAKE([no-define foreign 1.8])
|
||||||
RTEMS_BSP_CONFIGURE
|
RTEMS_BSP_CONFIGURE
|
||||||
|
|
||||||
RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
|
RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* configure.ac: Require automake >= 1.8, autoconf >= 2.59.
|
||||||
|
|
||||||
2003-12-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2003-12-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* Makefile.am: Misc cleanups and fixes.
|
* Makefile.am: Misc cleanups and fixes.
|
||||||
|
|||||||
@@ -2,13 +2,13 @@
|
|||||||
##
|
##
|
||||||
## $Id$
|
## $Id$
|
||||||
|
|
||||||
AC_PREREQ(2.57)
|
AC_PREREQ(2.59)
|
||||||
AC_INIT([rtems-c-src-lib-libbsp-m68k-mvme162],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
|
AC_INIT([rtems-c-src-lib-libbsp-m68k-mvme162],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
|
||||||
AC_CONFIG_SRCDIR([bsp_specs])
|
AC_CONFIG_SRCDIR([bsp_specs])
|
||||||
RTEMS_TOP(../../../../../..)
|
RTEMS_TOP(../../../../../..)
|
||||||
|
|
||||||
RTEMS_CANONICAL_TARGET_CPU
|
RTEMS_CANONICAL_TARGET_CPU
|
||||||
AM_INIT_AUTOMAKE([no-define foreign 1.7.2])
|
AM_INIT_AUTOMAKE([no-define foreign 1.8])
|
||||||
RTEMS_BSP_CONFIGURE
|
RTEMS_BSP_CONFIGURE
|
||||||
|
|
||||||
RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
|
RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* configure.ac: Require automake >= 1.8, autoconf >= 2.59.
|
||||||
|
|
||||||
2003-12-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2003-12-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* Makefile.am: Cosmetics.
|
* Makefile.am: Cosmetics.
|
||||||
|
|||||||
@@ -2,14 +2,14 @@
|
|||||||
##
|
##
|
||||||
## $Id$
|
## $Id$
|
||||||
|
|
||||||
AC_PREREQ(2.57)
|
AC_PREREQ(2.59)
|
||||||
AC_INIT([rtems-c-src-lib-libbsp-m68k-mvme162-tools],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
|
AC_INIT([rtems-c-src-lib-libbsp-m68k-mvme162-tools],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
|
||||||
AC_CONFIG_SRCDIR([sload.c])
|
AC_CONFIG_SRCDIR([sload.c])
|
||||||
RTEMS_TOP(../../../../../../..)
|
RTEMS_TOP(../../../../../../..)
|
||||||
|
|
||||||
RTEMS_CANONICAL_TARGET_CPU
|
RTEMS_CANONICAL_TARGET_CPU
|
||||||
|
|
||||||
AM_INIT_AUTOMAKE([no-define foreign 1.7.2])
|
AM_INIT_AUTOMAKE([no-define foreign 1.8])
|
||||||
AM_MAINTAINER_MODE
|
AM_MAINTAINER_MODE
|
||||||
|
|
||||||
AC_PROG_CC
|
AC_PROG_CC
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* configure.ac: Require automake >= 1.8, autoconf >= 2.59.
|
||||||
|
|
||||||
2003-12-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2003-12-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* Makefile.am: Misc cleanups and fixes.
|
* Makefile.am: Misc cleanups and fixes.
|
||||||
|
|||||||
@@ -2,13 +2,13 @@
|
|||||||
##
|
##
|
||||||
## $Id$
|
## $Id$
|
||||||
|
|
||||||
AC_PREREQ(2.57)
|
AC_PREREQ(2.59)
|
||||||
AC_INIT([rtems-c-src-lib-libbsp-m68k-mvme167],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
|
AC_INIT([rtems-c-src-lib-libbsp-m68k-mvme167],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
|
||||||
AC_CONFIG_SRCDIR([bsp_specs])
|
AC_CONFIG_SRCDIR([bsp_specs])
|
||||||
RTEMS_TOP(../../../../../..)
|
RTEMS_TOP(../../../../../..)
|
||||||
|
|
||||||
RTEMS_CANONICAL_TARGET_CPU
|
RTEMS_CANONICAL_TARGET_CPU
|
||||||
AM_INIT_AUTOMAKE([no-define foreign 1.7.2])
|
AM_INIT_AUTOMAKE([no-define foreign 1.8])
|
||||||
RTEMS_BSP_CONFIGURE
|
RTEMS_BSP_CONFIGURE
|
||||||
|
|
||||||
RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
|
RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* configure.ac: Require automake >= 1.8, autoconf >= 2.59.
|
||||||
|
|
||||||
2003-12-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2003-12-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* start/Makefile.am: Misc cleanups and fixes.
|
* start/Makefile.am: Misc cleanups and fixes.
|
||||||
|
|||||||
@@ -2,13 +2,13 @@
|
|||||||
##
|
##
|
||||||
## $Id$
|
## $Id$
|
||||||
|
|
||||||
AC_PREREQ(2.57)
|
AC_PREREQ(2.59)
|
||||||
AC_INIT([rtems-c-src-lib-libbsp-m68k-ods68302],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
|
AC_INIT([rtems-c-src-lib-libbsp-m68k-ods68302],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
|
||||||
AC_CONFIG_SRCDIR([bsp_specs])
|
AC_CONFIG_SRCDIR([bsp_specs])
|
||||||
RTEMS_TOP(../../../../../..)
|
RTEMS_TOP(../../../../../..)
|
||||||
|
|
||||||
RTEMS_CANONICAL_TARGET_CPU
|
RTEMS_CANONICAL_TARGET_CPU
|
||||||
AM_INIT_AUTOMAKE([no-define foreign 1.7.2])
|
AM_INIT_AUTOMAKE([no-define foreign 1.8])
|
||||||
RTEMS_BSP_CONFIGURE
|
RTEMS_BSP_CONFIGURE
|
||||||
|
|
||||||
RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
|
RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* configure.ac: Require automake >= 1.8, autoconf >= 2.59.
|
||||||
|
|
||||||
2003-12-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2003-12-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* start/Makefile.am: Misc cleanups and fixes.
|
* start/Makefile.am: Misc cleanups and fixes.
|
||||||
|
|||||||
@@ -2,13 +2,13 @@
|
|||||||
##
|
##
|
||||||
## $Id$
|
## $Id$
|
||||||
|
|
||||||
AC_PREREQ(2.57)
|
AC_PREREQ(2.59)
|
||||||
AC_INIT([rtems-c-src-lib-libbsp-m68k-sim68000],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
|
AC_INIT([rtems-c-src-lib-libbsp-m68k-sim68000],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
|
||||||
AC_CONFIG_SRCDIR([bsp_specs])
|
AC_CONFIG_SRCDIR([bsp_specs])
|
||||||
RTEMS_TOP(../../../../../..)
|
RTEMS_TOP(../../../../../..)
|
||||||
|
|
||||||
RTEMS_CANONICAL_TARGET_CPU
|
RTEMS_CANONICAL_TARGET_CPU
|
||||||
AM_INIT_AUTOMAKE([no-define foreign 1.7.2])
|
AM_INIT_AUTOMAKE([no-define foreign 1.8])
|
||||||
RTEMS_BSP_CONFIGURE
|
RTEMS_BSP_CONFIGURE
|
||||||
|
|
||||||
RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
|
RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* configure.ac: Require automake >= 1.8, autoconf >= 2.59.
|
||||||
|
|
||||||
2003-10-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2003-10-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* acinclude.m4: Reflect changes to bootstrap.
|
* acinclude.m4: Reflect changes to bootstrap.
|
||||||
|
|||||||
@@ -2,13 +2,13 @@
|
|||||||
##
|
##
|
||||||
## $Id$
|
## $Id$
|
||||||
|
|
||||||
AC_PREREQ(2.57)
|
AC_PREREQ(2.59)
|
||||||
AC_INIT([rtems-c-src-lib-libbsp-mips],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
|
AC_INIT([rtems-c-src-lib-libbsp-mips],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
|
||||||
AC_CONFIG_SRCDIR([p4000])
|
AC_CONFIG_SRCDIR([p4000])
|
||||||
RTEMS_TOP(../../../../..)
|
RTEMS_TOP(../../../../..)
|
||||||
|
|
||||||
RTEMS_CANONICAL_TARGET_CPU
|
RTEMS_CANONICAL_TARGET_CPU
|
||||||
AM_INIT_AUTOMAKE([no-define foreign 1.7.2])
|
AM_INIT_AUTOMAKE([no-define foreign 1.8])
|
||||||
AM_MAINTAINER_MODE
|
AM_MAINTAINER_MODE
|
||||||
|
|
||||||
RTEMS_ENV_RTEMSBSP
|
RTEMS_ENV_RTEMSBSP
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* configure.ac: Require automake >= 1.8, autoconf >= 2.59.
|
||||||
|
|
||||||
2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* start/Makefile.am: Misc cleanups and fixes.
|
* start/Makefile.am: Misc cleanups and fixes.
|
||||||
|
|||||||
@@ -2,13 +2,13 @@
|
|||||||
##
|
##
|
||||||
## $Id$
|
## $Id$
|
||||||
|
|
||||||
AC_PREREQ(2.57)
|
AC_PREREQ(2.59)
|
||||||
AC_INIT([rtems-c-src-lib-libbsp-mips-genmongoosev],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
|
AC_INIT([rtems-c-src-lib-libbsp-mips-genmongoosev],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
|
||||||
AC_CONFIG_SRCDIR([bsp_specs])
|
AC_CONFIG_SRCDIR([bsp_specs])
|
||||||
RTEMS_TOP(../../../../../..)
|
RTEMS_TOP(../../../../../..)
|
||||||
|
|
||||||
RTEMS_CANONICAL_TARGET_CPU
|
RTEMS_CANONICAL_TARGET_CPU
|
||||||
AM_INIT_AUTOMAKE([no-define foreign 1.7.2])
|
AM_INIT_AUTOMAKE([no-define foreign 1.8])
|
||||||
|
|
||||||
RTEMS_BSP_CONFIGURE
|
RTEMS_BSP_CONFIGURE
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* configure.ac: Require automake >= 1.8, autoconf >= 2.59.
|
||||||
|
|
||||||
2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* start/Makefile.am: Misc cleanups and fixes.
|
* start/Makefile.am: Misc cleanups and fixes.
|
||||||
|
|||||||
@@ -2,13 +2,13 @@
|
|||||||
##
|
##
|
||||||
## $Id$
|
## $Id$
|
||||||
|
|
||||||
AC_PREREQ(2.57)
|
AC_PREREQ(2.59)
|
||||||
AC_INIT([rtems-c-src-lib-libbsp-mips-jmr3904],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
|
AC_INIT([rtems-c-src-lib-libbsp-mips-jmr3904],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
|
||||||
AC_CONFIG_SRCDIR([bsp_specs])
|
AC_CONFIG_SRCDIR([bsp_specs])
|
||||||
RTEMS_TOP(../../../../../..)
|
RTEMS_TOP(../../../../../..)
|
||||||
|
|
||||||
RTEMS_CANONICAL_TARGET_CPU
|
RTEMS_CANONICAL_TARGET_CPU
|
||||||
AM_INIT_AUTOMAKE([no-define foreign 1.7.2])
|
AM_INIT_AUTOMAKE([no-define foreign 1.8])
|
||||||
RTEMS_BSP_CONFIGURE
|
RTEMS_BSP_CONFIGURE
|
||||||
|
|
||||||
RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
|
RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* configure.ac: Require automake >= 1.8, autoconf >= 2.59.
|
||||||
|
|
||||||
2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* Makefile.am: install runtest to bsptools_bindir.
|
* Makefile.am: install runtest to bsptools_bindir.
|
||||||
|
|||||||
@@ -2,14 +2,14 @@
|
|||||||
##
|
##
|
||||||
## $Id$
|
## $Id$
|
||||||
|
|
||||||
AC_PREREQ(2.57)
|
AC_PREREQ(2.59)
|
||||||
AC_INIT([rtems-c-src-lib-libbsp-mips-jmr3904-tools],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
|
AC_INIT([rtems-c-src-lib-libbsp-mips-jmr3904-tools],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
|
||||||
AC_CONFIG_SRCDIR([runtest])
|
AC_CONFIG_SRCDIR([runtest])
|
||||||
RTEMS_TOP(../../../../../../..)
|
RTEMS_TOP(../../../../../../..)
|
||||||
|
|
||||||
RTEMS_CANONICAL_TARGET_CPU
|
RTEMS_CANONICAL_TARGET_CPU
|
||||||
|
|
||||||
AM_INIT_AUTOMAKE([no-define foreign 1.7.2])
|
AM_INIT_AUTOMAKE([no-define foreign 1.8])
|
||||||
AM_MAINTAINER_MODE
|
AM_MAINTAINER_MODE
|
||||||
|
|
||||||
RTEMS_PROJECT_ROOT
|
RTEMS_PROJECT_ROOT
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* configure.ac: Require automake >= 1.8, autoconf >= 2.59.
|
||||||
|
|
||||||
2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* start/Makefile.am: Misc cleanups and fixes.
|
* start/Makefile.am: Misc cleanups and fixes.
|
||||||
|
|||||||
@@ -2,13 +2,13 @@
|
|||||||
##
|
##
|
||||||
## $Id$
|
## $Id$
|
||||||
|
|
||||||
AC_PREREQ(2.57)
|
AC_PREREQ(2.59)
|
||||||
AC_INIT([rtems-c-src-lib-libbsp-mips-p4000],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
|
AC_INIT([rtems-c-src-lib-libbsp-mips-p4000],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
|
||||||
AC_CONFIG_SRCDIR([bsp_specs])
|
AC_CONFIG_SRCDIR([bsp_specs])
|
||||||
RTEMS_TOP(../../../../../..)
|
RTEMS_TOP(../../../../../..)
|
||||||
|
|
||||||
RTEMS_CANONICAL_TARGET_CPU
|
RTEMS_CANONICAL_TARGET_CPU
|
||||||
AM_INIT_AUTOMAKE([no-define foreign 1.7.2])
|
AM_INIT_AUTOMAKE([no-define foreign 1.8])
|
||||||
RTEMS_BSP_CONFIGURE
|
RTEMS_BSP_CONFIGURE
|
||||||
|
|
||||||
RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
|
RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* configure.ac: Require automake >= 1.8, autoconf >= 2.59.
|
||||||
|
|
||||||
2003-10-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2003-10-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* acinclude.m4: Reflect changes to bootstrap.
|
* acinclude.m4: Reflect changes to bootstrap.
|
||||||
|
|||||||
@@ -2,13 +2,13 @@
|
|||||||
##
|
##
|
||||||
## $Id$
|
## $Id$
|
||||||
|
|
||||||
AC_PREREQ(2.57)
|
AC_PREREQ(2.59)
|
||||||
AC_INIT([rtems-c-src-lib-libbsp-mips64orion],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
|
AC_INIT([rtems-c-src-lib-libbsp-mips64orion],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
|
||||||
AC_CONFIG_SRCDIR([p4000])
|
AC_CONFIG_SRCDIR([p4000])
|
||||||
RTEMS_TOP(../../../../..)
|
RTEMS_TOP(../../../../..)
|
||||||
|
|
||||||
RTEMS_CANONICAL_TARGET_CPU
|
RTEMS_CANONICAL_TARGET_CPU
|
||||||
AM_INIT_AUTOMAKE([no-define foreign 1.7.2])
|
AM_INIT_AUTOMAKE([no-define foreign 1.8])
|
||||||
AM_MAINTAINER_MODE
|
AM_MAINTAINER_MODE
|
||||||
|
|
||||||
RTEMS_ENV_RTEMSBSP
|
RTEMS_ENV_RTEMSBSP
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* configure.ac: Require automake >= 1.8, autoconf >= 2.59.
|
||||||
|
|
||||||
2003-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2003-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* start/Makefile.am: Misc cleanups and fixes.
|
* start/Makefile.am: Misc cleanups and fixes.
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user