summaryrefslogtreecommitdiffstats
path: root/c/src/exec
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-12-19 14:36:53 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-12-19 14:36:53 +0000
commitca837f8ac6898226bf846cc807d77229ed770bc8 (patch)
treef79fb73612be1a6c1c95bc7828f7e2baab61791a /c/src/exec
parent2001-12-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-ca837f8ac6898226bf846cc807d77229ed770bc8.tar.bz2
2001-12-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* src/Makefile.am: Add multilib support.
Diffstat (limited to '')
-rw-r--r--c/src/exec/itron/ChangeLog4
-rw-r--r--c/src/exec/itron/src/Makefile.am2
-rw-r--r--c/src/exec/score/ChangeLog4
-rw-r--r--c/src/exec/score/src/Makefile.am2
4 files changed, 10 insertions, 2 deletions
diff --git a/c/src/exec/itron/ChangeLog b/c/src/exec/itron/ChangeLog
index abe2b2a8f1..ad6178039c 100644
--- a/c/src/exec/itron/ChangeLog
+++ b/c/src/exec/itron/ChangeLog
@@ -1,3 +1,7 @@
+2001-12-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * src/Makefile.am: Add multilib support.
+
2001-11-07 Joel Sherrill <joel@OARcorp.com>
Discovered while fixing PR36 reported by Todor.Todorov@barco.com.
diff --git a/c/src/exec/itron/src/Makefile.am b/c/src/exec/itron/src/Makefile.am
index 4cb76a4757..1f6960738e 100644
--- a/c/src/exec/itron/src/Makefile.am
+++ b/c/src/exec/itron/src/Makefile.am
@@ -47,7 +47,7 @@ C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
OBJS = $(C_O_FILES)
-include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
+include $(top_srcdir)/../../../../automake/multilib.am
include $(top_srcdir)/../../../../automake/compile.am
include $(top_srcdir)/../../../../automake/lib.am
diff --git a/c/src/exec/score/ChangeLog b/c/src/exec/score/ChangeLog
index 890e7f7c63..6d0cdb845b 100644
--- a/c/src/exec/score/ChangeLog
+++ b/c/src/exec/score/ChangeLog
@@ -1,3 +1,7 @@
+2001-12-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * src/Makefile.am: Add multilib support.
+
2001-11-28 Joel Sherrill <joel@OARcorp.com>,
This was tracked as PR91.
diff --git a/c/src/exec/score/src/Makefile.am b/c/src/exec/score/src/Makefile.am
index 71b597e533..a9b589020a 100644
--- a/c/src/exec/score/src/Makefile.am
+++ b/c/src/exec/score/src/Makefile.am
@@ -4,7 +4,7 @@
AUTOMAKE_OPTIONS = foreign 1.4
-include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
+include $(top_srcdir)/../../../automake/multilib.am
include $(top_srcdir)/../../../automake/compile.am
include $(top_srcdir)/../../../automake/lib.am