- Timestamp:
- 03/28/02 00:54:58 (22 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 579f14cc
- Parents:
- b2145d92
- Location:
- tools/cpu
- Files:
-
- 15 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/cpu/ChangeLog
rb2145d92 r7273b6e 1 2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * configure.ac: 4 AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). 5 AM_INIT_AUTOMAKE([no-define foreign 1.6]). 6 * Makefile.am: Remove AUTOMAKE_OPTIONS. 7 1 8 2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 9 -
tools/cpu/Makefile.am
rb2145d92 r7273b6e 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 ACLOCAL_AMFLAGS = -I ../../aclocal 7 6 -
tools/cpu/configure.ac
rb2145d92 r7273b6e 4 4 5 5 AC_PREREQ(2.52) 6 AC_INIT 6 AC_INIT([rtems-tools-cpu],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com]) 7 7 AC_CONFIG_SRCDIR([generic]) 8 8 RTEMS_TOP(../..) … … 11 11 RTEMS_CANONICAL_TARGET_CPU 12 12 13 AM_INIT_AUTOMAKE( rtems-tools-cpu,$RTEMS_VERSION,no)13 AM_INIT_AUTOMAKE([no-define foreign 1.6]) 14 14 AM_MAINTAINER_MODE 15 15 -
tools/cpu/generic/ChangeLog
rb2145d92 r7273b6e 1 2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * configure.ac: 4 AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). 5 AM_INIT_AUTOMAKE([no-define foreign 1.6]). 6 * Makefile.am: Remove AUTOMAKE_OPTIONS. 7 1 8 2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 9 -
tools/cpu/generic/Makefile.am
rb2145d92 r7273b6e 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 ACLOCAL_AMFLAGS = -I ../../../aclocal 7 6 -
tools/cpu/generic/configure.ac
rb2145d92 r7273b6e 4 4 5 5 AC_PREREQ(2.52) 6 AC_INIT 6 AC_INIT([rtems-tools-cpu-generic],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com]) 7 7 AC_CONFIG_SRCDIR([size_rtems.in]) 8 8 RTEMS_TOP(../../..) … … 11 11 RTEMS_CANONICAL_TARGET_CPU 12 12 13 AM_INIT_AUTOMAKE( rtems-tools-cpu-generic,$RTEMS_VERSION,no)13 AM_INIT_AUTOMAKE([no-define foreign 1.6]) 14 14 AM_MAINTAINER_MODE 15 15 -
tools/cpu/hppa1.1/ChangeLog
rb2145d92 r7273b6e 1 2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * configure.ac: 4 AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). 5 AM_INIT_AUTOMAKE([no-define foreign 1.6]). 6 * Makefile.am: Remove AUTOMAKE_OPTIONS. 7 1 8 2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 9 -
tools/cpu/hppa1.1/Makefile.am
rb2145d92 r7273b6e 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 ACLOCAL_AMFLAGS = -I ../../../aclocal 7 6 -
tools/cpu/hppa1.1/configure.ac
rb2145d92 r7273b6e 4 4 5 5 AC_PREREQ(2.52) 6 AC_INIT 6 AC_INIT([rtems-tools-cpu-hppa1.1],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com]) 7 7 AC_CONFIG_SRCDIR([genoffsets.c]) 8 8 RTEMS_TOP(../../..) … … 11 11 RTEMS_CANONICAL_TARGET_CPU 12 12 13 AM_INIT_AUTOMAKE( rtems-tools-cpu-hppa1.1,$RTEMS_VERSION,no)13 AM_INIT_AUTOMAKE([no-define foreign 1.6]) 14 14 AM_MAINTAINER_MODE 15 15 AC_EXEEXT -
tools/cpu/sh/ChangeLog
rb2145d92 r7273b6e 1 2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * configure.ac: 4 AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). 5 AM_INIT_AUTOMAKE([no-define foreign 1.6]). 6 * Makefile.am: Remove AUTOMAKE_OPTIONS. 7 1 8 2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 9 -
tools/cpu/sh/Makefile.am
rb2145d92 r7273b6e 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.4 no-installman6 5 ACLOCAL_AMFLAGS = -I ../../../aclocal 7 6 -
tools/cpu/sh/configure.ac
rb2145d92 r7273b6e 4 4 5 5 AC_PREREQ(2.52) 6 AC_INIT 6 AC_INIT([rtems-tools-cpu-sh],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com]) 7 7 AC_CONFIG_SRCDIR([shgen.c]) 8 8 RTEMS_TOP(../../..) … … 11 11 RTEMS_CANONICAL_TARGET_CPU 12 12 13 AM_INIT_AUTOMAKE( rtems-tools-cpu-sh,0.4)13 AM_INIT_AUTOMAKE([foreign 1.6]) 14 14 AM_MAINTAINER_MODE 15 15 AC_EXEEXT -
tools/cpu/unix/ChangeLog
rb2145d92 r7273b6e 1 2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * configure.ac: 4 AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). 5 AM_INIT_AUTOMAKE([no-define foreign 1.6]). 6 * Makefile.am: Remove AUTOMAKE_OPTIONS. 7 1 8 2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 9 -
tools/cpu/unix/Makefile.am
rb2145d92 r7273b6e 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 ACLOCAL_AMFLAGS = -I ../../../aclocal 7 6 -
tools/cpu/unix/configure.ac
rb2145d92 r7273b6e 4 4 5 5 AC_PREREQ(2.52) 6 AC_INIT 6 AC_INIT([rtems-tools-cpu-unix],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com]) 7 7 AC_CONFIG_SRCDIR([gensize.c]) 8 8 RTEMS_TOP(../../..) … … 11 11 RTEMS_CANONICAL_TARGET_CPU 12 12 13 AM_INIT_AUTOMAKE( rtems-tools-cpu-unix,$RTEMS_VERSION,no)13 AM_INIT_AUTOMAKE([no-define foreign 1.6]) 14 14 AM_MAINTAINER_MODE 15 15 AC_EXEEXT
Note: See TracChangeset
for help on using the changeset viewer.