summaryrefslogtreecommitdiffstats
path: root/tools
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
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')
-rw-r--r--tools/build/configure.ac2
-rw-r--r--tools/cpu/configure.ac2
-rw-r--r--tools/cpu/generic/configure.ac2
-rw-r--r--tools/cpu/nios2/configure.ac2
-rw-r--r--tools/cpu/sh/configure.ac2
5 files changed, 5 insertions, 5 deletions
diff --git a/tools/build/configure.ac b/tools/build/configure.ac
index 10a61ed63d..5d752c62f7 100644
--- a/tools/build/configure.ac
+++ b/tools/build/configure.ac
@@ -7,7 +7,7 @@ RTEMS_BUILD_TOP
AC_CANONICAL_HOST
-AM_INIT_AUTOMAKE([no-define foreign 1.12.2])
+AM_INIT_AUTOMAKE([no-define foreign subdir-objects 1.12.2])
AM_MAINTAINER_MODE
AC_PROG_CC
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
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
diff --git a/tools/cpu/nios2/configure.ac b/tools/cpu/nios2/configure.ac
index 208819128a..b0fbc85949 100644
--- a/tools/cpu/nios2/configure.ac
+++ b/tools/cpu/nios2/configure.ac
@@ -9,7 +9,7 @@ RTEMS_BUILD_TOP
RTEMS_CANONICAL_TARGET_CPU
-AM_INIT_AUTOMAKE([foreign 1.12.2])
+AM_INIT_AUTOMAKE([foreign subdir-objects 1.12.2])
AM_MAINTAINER_MODE
AC_PROG_CC
diff --git a/tools/cpu/sh/configure.ac b/tools/cpu/sh/configure.ac
index 7b6b1187b7..fd368e6001 100644
--- a/tools/cpu/sh/configure.ac
+++ b/tools/cpu/sh/configure.ac
@@ -9,7 +9,7 @@ RTEMS_BUILD_TOP
RTEMS_CANONICAL_TARGET_CPU
-AM_INIT_AUTOMAKE([foreign 1.12.2])
+AM_INIT_AUTOMAKE([foreign subdir-objects 1.12.2])
AM_MAINTAINER_MODE
AC_PROG_CC