forked from Imagelibrary/rtems
2004-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Cosmetics. * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2004-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* Makefile.am: Cosmetics.
|
||||||
|
* configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
|
||||||
|
|
||||||
2004-01-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2004-01-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* Makefile.am: Merge-in clock/Makefile.am, leon_open_eth/Makefile.am,
|
* Makefile.am: Merge-in clock/Makefile.am, leon_open_eth/Makefile.am,
|
||||||
|
|||||||
@@ -9,7 +9,6 @@ include $(top_srcdir)/../../bsp.am
|
|||||||
|
|
||||||
EXTRA_PROGRAMS =
|
EXTRA_PROGRAMS =
|
||||||
CLEANFILES =
|
CLEANFILES =
|
||||||
EXTRA_DIST =
|
|
||||||
noinst_DATA =
|
noinst_DATA =
|
||||||
|
|
||||||
# wrapup is the one that actually builds and installs the library
|
# wrapup is the one that actually builds and installs the library
|
||||||
@@ -19,7 +18,7 @@ SUBDIRS = . tools
|
|||||||
include_HEADERS += include/leon.h
|
include_HEADERS += include/leon.h
|
||||||
include_HEADERS += include/coverhd.h
|
include_HEADERS += include/coverhd.h
|
||||||
|
|
||||||
EXTRA_DIST += ../../sparc/shared/start.S
|
EXTRA_DIST = ../../sparc/shared/start.S
|
||||||
start$(LIB_VARIANT).$(OBJEXT): ../../sparc/shared/start.S
|
start$(LIB_VARIANT).$(OBJEXT): ../../sparc/shared/start.S
|
||||||
${CCASCOMPILE} -DASM -o $@ -c $<
|
${CCASCOMPILE} -DASM -o $@ -c $<
|
||||||
|
|
||||||
@@ -123,15 +122,15 @@ endif
|
|||||||
EXTRA_LIBRARIES = libbsp.a
|
EXTRA_LIBRARIES = libbsp.a
|
||||||
CLEANFILES += libbsp.a
|
CLEANFILES += libbsp.a
|
||||||
libbsp_a_SOURCES =
|
libbsp_a_SOURCES =
|
||||||
libbsp_a_LDADD = startup$(LIB_VARIANT).rel console$(LIB_VARIANT).rel \
|
libbsp_a_LIBADD = startup$(LIB_VARIANT).rel console$(LIB_VARIANT).rel \
|
||||||
clock$(LIB_VARIANT).rel timer$(LIB_VARIANT).rel \
|
clock$(LIB_VARIANT).rel timer$(LIB_VARIANT).rel \
|
||||||
gnatsupp$(LIB_VARIANT).rel
|
gnatsupp$(LIB_VARIANT).rel
|
||||||
|
|
||||||
if HAS_NETWORKING
|
if HAS_NETWORKING
|
||||||
libbsp_a_LDADD += leon_open_eth$(LIB_VARIANT).rel
|
libbsp_a_LIBADD += leon_open_eth$(LIB_VARIANT).rel
|
||||||
endif
|
endif
|
||||||
|
|
||||||
libbsp_a_LDADD += ../../../libcpu/sparc/cache$(LIB_VARIANT).rel \
|
libbsp_a_LIBADD += ../../../libcpu/sparc/cache$(LIB_VARIANT).rel \
|
||||||
../../../libcpu/sparc/reg_win$(LIB_VARIANT).rel \
|
../../../libcpu/sparc/reg_win$(LIB_VARIANT).rel \
|
||||||
../../../libcpu/sparc/syscall$(LIB_VARIANT).rel
|
../../../libcpu/sparc/syscall$(LIB_VARIANT).rel
|
||||||
|
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ AC_CONFIG_SRCDIR([bsp_specs])
|
|||||||
RTEMS_TOP(../../../../../..)
|
RTEMS_TOP(../../../../../..)
|
||||||
|
|
||||||
RTEMS_CANONICAL_TARGET_CPU
|
RTEMS_CANONICAL_TARGET_CPU
|
||||||
AM_INIT_AUTOMAKE([no-define foreign 1.8])
|
AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.8])
|
||||||
RTEMS_BSP_CONFIGURE
|
RTEMS_BSP_CONFIGURE
|
||||||
|
|
||||||
RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
|
RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
|
||||||
|
|||||||
Reference in New Issue
Block a user