forked from Imagelibrary/rtems
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:
@@ -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>
|
||||
|
||||
@@ -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 =
|
||||
|
||||
|
||||
Reference in New Issue
Block a user