summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-06-26 12:52:19 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-06-26 12:52:19 +0000
commitb2d72c67427594691896e1fc6befcb5a0731cae1 (patch)
tree1df2c3f6da269174857410fe53fd648e2e269bf5
parent2002-06-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-b2d72c67427594691896e1fc6befcb5a0731cae1.tar.bz2
2002-06-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove references to RTEMS_BSP. * src/Makefile.am: Add libitron.a.
-rw-r--r--c/src/exec/itron/ChangeLog5
-rw-r--r--c/src/exec/itron/configure.ac2
-rw-r--r--c/src/exec/itron/src/Makefile.am6
-rw-r--r--cpukit/itron/ChangeLog5
-rw-r--r--cpukit/itron/configure.ac2
-rw-r--r--cpukit/itron/src/Makefile.am6
6 files changed, 22 insertions, 4 deletions
diff --git a/c/src/exec/itron/ChangeLog b/c/src/exec/itron/ChangeLog
index df396492b2..c921e79d00 100644
--- a/c/src/exec/itron/ChangeLog
+++ b/c/src/exec/itron/ChangeLog
@@ -1,3 +1,8 @@
+2002-06-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * configure.ac: Remove references to RTEMS_BSP.
+ * src/Makefile.am: Add libitron.a.
+
2002-06-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/Makefile.am: Include $(top_srcdir)/../automake/*.am.
diff --git a/c/src/exec/itron/configure.ac b/c/src/exec/itron/configure.ac
index a6f0498dd4..6b9e857339 100644
--- a/c/src/exec/itron/configure.ac
+++ b/c/src/exec/itron/configure.ac
@@ -26,7 +26,7 @@ RTEMS_PROJECT_ROOT
RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
RTEMS_CANONICALIZE_TOOLS
-RTEMS_CHECK_ITRON_API(RTEMS_BSP)
+RTEMS_CHECK_ITRON_API
# If RTEMS macros are enabled, then use them. Otherwise, use inlines.
if test "$RTEMS_USE_MACROS" = "yes"; then
diff --git a/c/src/exec/itron/src/Makefile.am b/c/src/exec/itron/src/Makefile.am
index ea3ce9a24b..0c8ca41d51 100644
--- a/c/src/exec/itron/src/Makefile.am
+++ b/c/src/exec/itron/src/Makefile.am
@@ -2,6 +2,7 @@
## $Id$
##
+LIB=$(ARCH)/libitron.a
INCLUDES = -I.
@@ -52,7 +53,10 @@ include $(top_srcdir)/../automake/lib.am
AM_CPPFLAGS += -D__RTEMS_INSIDE__
-all-local: ${ARCH} ${OBJS}
+all-local: ${ARCH} ${LIB}
+
+$(LIB): ${OBJS}
+ $(make-library)
UNUSED_C_FILES = cre_mbx.c del_mbx.c mboxtranslatereturncode.c network.c \
prcv_mbx.c rcv_mbx.c ref_mbx.c snd_mbx.c sysmgmt.c trcv_mbx.c
diff --git a/cpukit/itron/ChangeLog b/cpukit/itron/ChangeLog
index df396492b2..c921e79d00 100644
--- a/cpukit/itron/ChangeLog
+++ b/cpukit/itron/ChangeLog
@@ -1,3 +1,8 @@
+2002-06-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * configure.ac: Remove references to RTEMS_BSP.
+ * src/Makefile.am: Add libitron.a.
+
2002-06-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/Makefile.am: Include $(top_srcdir)/../automake/*.am.
diff --git a/cpukit/itron/configure.ac b/cpukit/itron/configure.ac
index a6f0498dd4..6b9e857339 100644
--- a/cpukit/itron/configure.ac
+++ b/cpukit/itron/configure.ac
@@ -26,7 +26,7 @@ RTEMS_PROJECT_ROOT
RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
RTEMS_CANONICALIZE_TOOLS
-RTEMS_CHECK_ITRON_API(RTEMS_BSP)
+RTEMS_CHECK_ITRON_API
# If RTEMS macros are enabled, then use them. Otherwise, use inlines.
if test "$RTEMS_USE_MACROS" = "yes"; then
diff --git a/cpukit/itron/src/Makefile.am b/cpukit/itron/src/Makefile.am
index ea3ce9a24b..0c8ca41d51 100644
--- a/cpukit/itron/src/Makefile.am
+++ b/cpukit/itron/src/Makefile.am
@@ -2,6 +2,7 @@
## $Id$
##
+LIB=$(ARCH)/libitron.a
INCLUDES = -I.
@@ -52,7 +53,10 @@ include $(top_srcdir)/../automake/lib.am
AM_CPPFLAGS += -D__RTEMS_INSIDE__
-all-local: ${ARCH} ${OBJS}
+all-local: ${ARCH} ${LIB}
+
+$(LIB): ${OBJS}
+ $(make-library)
UNUSED_C_FILES = cre_mbx.c del_mbx.c mboxtranslatereturncode.c network.c \
prcv_mbx.c rcv_mbx.c ref_mbx.c snd_mbx.c sysmgmt.c trcv_mbx.c