From aa567bc1cc639fd4b791d0b57db0615a7b6ea648 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Tue, 10 Apr 2018 16:06:39 +1000 Subject: configure: Add subdir-objects to all automake flags. This option silences warning with automake-1.16.1 allowing us to upgrade to that version. This change has been tested with automake-1.12.6 and automake-1.16.1. It seems version 1.16.1 configures slower than 1.12.6 for the same source and BSP. The newer versions is 6 second slower. Close #3387. --- tools/cpu/generic/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/cpu/generic/configure.ac') diff --git a/tools/cpu/generic/configure.ac b/tools/cpu/generic/configure.ac index c393d309a6..f0b606ea41 100644 --- a/tools/cpu/generic/configure.ac +++ b/tools/cpu/generic/configure.ac @@ -9,7 +9,7 @@ RTEMS_BUILD_TOP RTEMS_CANONICAL_TARGET_CPU -AM_INIT_AUTOMAKE([no-define foreign 1.12.2]) +AM_INIT_AUTOMAKE([no-define foreign subdir-objects 1.12.2]) AM_MAINTAINER_MODE RTEMS_PATH_KSH -- cgit v1.2.3