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. --- c/src/lib/libbsp/no_cpu/configure.ac | 2 +- c/src/lib/libbsp/no_cpu/no_bsp/configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'c/src/lib/libbsp/no_cpu') diff --git a/c/src/lib/libbsp/no_cpu/configure.ac b/c/src/lib/libbsp/no_cpu/configure.ac index cf347b406f..e75a2a0e2d 100644 --- a/c/src/lib/libbsp/no_cpu/configure.ac +++ b/c/src/lib/libbsp/no_cpu/configure.ac @@ -8,7 +8,7 @@ RTEMS_SOURCE_TOP 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_ENV_RTEMSBSP diff --git a/c/src/lib/libbsp/no_cpu/no_bsp/configure.ac b/c/src/lib/libbsp/no_cpu/no_bsp/configure.ac index b93b82437e..ad29b44333 100644 --- a/c/src/lib/libbsp/no_cpu/no_bsp/configure.ac +++ b/c/src/lib/libbsp/no_cpu/no_bsp/configure.ac @@ -9,7 +9,7 @@ RTEMS_BUILD_TOP RTEMS_BSP_LINKCMDS RTEMS_CANONICAL_TARGET_CPU -AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.12.2]) +AM_INIT_AUTOMAKE([no-define nostdinc foreign subdir-objects 1.12.2]) RTEMS_BSP_CONFIGURE -- cgit v1.2.3