2001-12-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* src/Makefile.am: Add multilib support.
This commit is contained in:
Joel Sherrill
2001-12-19 14:36:53 +00:00
parent d8c7657414
commit ca837f8ac6
8 changed files with 20 additions and 4 deletions

View File

@@ -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> 2001-11-07 Joel Sherrill <joel@OARcorp.com>
Discovered while fixing PR36 reported by Todor.Todorov@barco.com. Discovered while fixing PR36 reported by Todor.Todorov@barco.com.

View File

@@ -47,7 +47,7 @@ C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
OBJS = $(C_O_FILES) 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/compile.am
include $(top_srcdir)/../../../../automake/lib.am include $(top_srcdir)/../../../../automake/lib.am

View File

@@ -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>, 2001-11-28 Joel Sherrill <joel@OARcorp.com>,
This was tracked as PR91. This was tracked as PR91.

View File

@@ -4,7 +4,7 @@
AUTOMAKE_OPTIONS = foreign 1.4 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/compile.am
include $(top_srcdir)/../../../automake/lib.am include $(top_srcdir)/../../../automake/lib.am

View File

@@ -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> 2001-11-07 Joel Sherrill <joel@OARcorp.com>
Discovered while fixing PR36 reported by Todor.Todorov@barco.com. Discovered while fixing PR36 reported by Todor.Todorov@barco.com.

View File

@@ -47,7 +47,7 @@ C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
OBJS = $(C_O_FILES) 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/compile.am
include $(top_srcdir)/../../../../automake/lib.am include $(top_srcdir)/../../../../automake/lib.am

View File

@@ -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>, 2001-11-28 Joel Sherrill <joel@OARcorp.com>,
This was tracked as PR91. This was tracked as PR91.

View File

@@ -4,7 +4,7 @@
AUTOMAKE_OPTIONS = foreign 1.4 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/compile.am
include $(top_srcdir)/../../../automake/lib.am include $(top_srcdir)/../../../automake/lib.am