2002-04-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* bootloader/Makefile.am: Use automake-1.6 AS compilation rules.
This commit is contained in:
Joel Sherrill
2002-04-03 14:22:06 +00:00
parent 8eb825ef71
commit 6d3d6a0eab
2 changed files with 5 additions and 8 deletions

View File

@@ -1,3 +1,7 @@
* startup/linkcmds: In support of gcc 3.1, added one of more
of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
.gnu.linkonce.sb2.*, and .gnu.linkonce.s.*. Spacing corrections
and direction of segments to memory regions may also have been
addressed. This was a sweep across all BSPs.
2001-04-08 Joel Sherrill <joel@OARcorp.com>

View File

@@ -5,6 +5,7 @@
## NOTE: This Makefile.am applies automake compilation rules and does not
## apply RTEMS's compilation rules.
AUTOMAKE_OPTIONS = no-exeext
VPATH = @srcdir@:@srcdir@/../../shared/bootloader:@srcdir@/../../shared/console
@@ -19,14 +20,6 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
NM = @NM@
LD = @LD@
# ----
## Custom compilation vars, stripped versions of what is used in
## automake/compile.am and by automake-1.5's standard rules.
COMPILE = $(CC) $(INCLUDES) $(AM_CPPFLAGS) $(AM_CFLAGS)
ASCOMPILE = $(CC) $(AM_ASFLAGS)
CCLD = $(CC)
LINK = $(CCLD) $(AM_CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
# ----
DEFAULT_INCLUDES =