From ca837f8ac6898226bf846cc807d77229ed770bc8 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 19 Dec 2001 14:36:53 +0000 Subject: 2001-12-19 Ralf Corsepius * src/Makefile.am: Add multilib support. --- c/src/exec/itron/ChangeLog | 4 ++++ c/src/exec/itron/src/Makefile.am | 2 +- c/src/exec/score/ChangeLog | 4 ++++ c/src/exec/score/src/Makefile.am | 2 +- 4 files changed, 10 insertions(+), 2 deletions(-) (limited to 'c/src/exec') 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 + + * src/Makefile.am: Add multilib support. + 2001-11-07 Joel Sherrill 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 + + * src/Makefile.am: Add multilib support. + 2001-11-28 Joel Sherrill , 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 -- cgit v1.2.3