From fe5851ceaec2e233c48fc5707ece2f69fce77090 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 29 Jun 2000 15:29:31 +0000 Subject: Patch rtems-rc-20000627-1 from Ralf Corsepius that is part of the multilib/gnu-canonicalization movement: Changes: * New m4-macro: aclocal/multilib.am * Suppress multiprocessing if --enable-multilib is given to configure Notes: For now this patch only suppresses multiprocessing if --enable-multilib is given to configure and should not have any other side-effects, ie. it works around a minor issue which prevents introduction of multilibs in general. The RTEMS_ENABLE_MULTILIB_MASTER macro is the core part to build real multilibs, but can not be applied before other multilib related issues with RTEMS have been solved. (e.g. sptables.h, bsp_specs, Cygnus/Gnu canonicalization, _RTEMS_version, targopts.h, changing the installation point/tooldir support, etc.). --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 83561efa43..9d03bf5f6d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -29,7 +29,7 @@ ACLOCAL_FILES += aclocal/ar-s.m4 aclocal/bsp-alias.m4 \ aclocal/i386-gas-code16.m4 aclocal/path-ksh.m4 aclocal/path-perl.m4 \ aclocal/prog-cc.m4 aclocal/prog-cxx.m4 aclocal/project-root.m4 \ aclocal/rtems-top.m4 aclocal/sysv-ipc.m4 aclocal/target.m4 \ - aclocal/tool-paths.m4 aclocal/tool-prefix.m4 + aclocal/tool-paths.m4 aclocal/tool-prefix.m4 aclocal/multilib.m4 noinst_SCRIPTS = bootstrap -- cgit v1.2.3