2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* configure.ac:
	AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
	AM_INIT_AUTOMAKE([no-define foreign 1.6]).
	* bootloader/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* Makefile.am: Remove AUTOMAKE_OPTIONS.
	* clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* console/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* include/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* motorola/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* openpic/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* pci/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* residual/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* start/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
This commit is contained in:
Joel Sherrill
2002-03-28 00:41:42 +00:00
parent 8d0782a63d
commit d521eaa95c
16 changed files with 22 additions and 16 deletions

View File

@@ -1,3 +1,23 @@
* startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
2002-04-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* bootloader/Makefile.am: Use automake-1.6 AS compilation rules.
2001-04-02 Joel Sherrill <joel@OARcorp.com>
* bootloader/Makefile.am: Use AM_CCASFLAGS instead of AM_ASFLAGS.
2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac:
AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
AM_INIT_AUTOMAKE([no-define foreign 1.6]).
* bootloader/Makefile.am: Remove AUTOMAKE_OPTIONS.
* Makefile.am: Remove AUTOMAKE_OPTIONS.
* clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
* console/Makefile.am: Remove AUTOMAKE_OPTIONS.
* include/Makefile.am: Remove AUTOMAKE_OPTIONS.
* irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
* motorola/Makefile.am: Remove AUTOMAKE_OPTIONS.
* openpic/Makefile.am: Remove AUTOMAKE_OPTIONS.

View File

@@ -2,7 +2,6 @@
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4
ACLOCAL_AMFLAGS = -I ../../../../../../aclocal
# wrapup is the one that actually builds and installs the library

View File

@@ -5,7 +5,6 @@
## NOTE: This Makefile.am applies automake compilation rules and does not
## apply RTEMS's compilation rules.
AUTOMAKE_OPTIONS = foreign no-exeext 1.5
VPATH = @srcdir@:@srcdir@/../../shared/bootloader:@srcdir@/../../shared/console

View File

@@ -2,7 +2,6 @@
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4
VPATH = @srcdir@:@srcdir@/../../shared/clock

View File

@@ -3,13 +3,13 @@
## $Id$
AC_PREREQ(2.52)
AC_INIT
AC_INIT([rtems-c-src-lib-libbsp-powerpc-motorola_powerpc],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
AC_CONFIG_SRCDIR([bsp_specs])
RTEMS_TOP(../../../../../..)
AC_CONFIG_AUX_DIR(../../../../../..)
RTEMS_CANONICAL_TARGET_CPU
AM_INIT_AUTOMAKE(rtems-c-src-lib-libbsp-powerpc-motorola_powerpc,$RTEMS_VERSION,no)
AM_INIT_AUTOMAKE([no-define foreign 1.6])
RTEMS_BSP_CONFIGURE
RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])

View File

@@ -2,7 +2,6 @@
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4
VPATH = @srcdir@:@srcdir@/../../shared/console:@srcdir@/../../../shared

View File

@@ -2,7 +2,6 @@
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4
include_HEADERS = bspopts.h

View File

@@ -2,7 +2,6 @@
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4
VPATH = @srcdir@:@srcdir@/../../shared/irq

View File

@@ -2,7 +2,6 @@
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4
VPATH = @srcdir@:@srcdir@/../../shared/motorola

View File

@@ -2,7 +2,6 @@
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4
VPATH = @srcdir@:@srcdir@/../../shared/openpic

View File

@@ -2,7 +2,6 @@
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4
VPATH = @srcdir@:@srcdir@/../../shared/pci

View File

@@ -2,7 +2,6 @@
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4
VPATH = @srcdir@:@srcdir@/../../shared/residual

View File

@@ -2,7 +2,6 @@
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4
VPATH = @srcdir@:@srcdir@/../../shared/start

View File

@@ -2,7 +2,6 @@
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4
VPATH = @srcdir@:@srcdir@/../console:@srcdir@/../../../shared:@srcdir@/../../shared/startup

View File

@@ -2,7 +2,6 @@
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4
VPATH = @srcdir@:@srcdir@/../console:@srcdir@/../../shared/vectors

View File

@@ -2,7 +2,6 @@
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4
BSP_PIECES = clock console irq openpic pci residual startup vectors motorola