summaryrefslogtreecommitdiffstats
path: root/tools/cpu/configure.ac
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2018-04-10 16:06:39 +1000
committerChris Johns <chrisj@rtems.org>2018-04-11 11:52:29 +1000
commitaa567bc1cc639fd4b791d0b57db0615a7b6ea648 (patch)
tree7340766e89a8bb980b0a544ef9edddd7b9c286c1 /tools/cpu/configure.ac
parentGenerate an error if a BSP in the --enable-rtemsbsp list is not valid (diff)
downloadrtems-aa567bc1cc639fd4b791d0b57db0615a7b6ea648.tar.bz2
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.
Diffstat (limited to 'tools/cpu/configure.ac')
-rw-r--r--tools/cpu/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/cpu/configure.ac b/tools/cpu/configure.ac
index 58081121ce..69ac4d89dd 100644
--- a/tools/cpu/configure.ac
+++ b/tools/cpu/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