source: rtems-source-builder/rtems/config/tools/rtems-automake-1.12.6-1.cfg @ 4c49119

4.11
Last change on this file since 4c49119 was 7385feb, checked in by Chris Johns <chrisj@…>, on 07/20/15 at 03:49:42

Canandian Cross Compiling and RTEMS 3rd party package building Fixes.

The change fixes installing for RTEMS 3rd Party packages where the
RSB considered them Canadian Cross Compiling (Cxc). Fixing the
Cxc issue broke real Cxc builds. The change corrects the issue of
macros being changed in the Cxc and the prep data not being udpated.
The configuration is loaded again after the updated macros. The
macros are also copied and restored to ensure a clean stable base.

The change also introduces --rtems-tools and --rtems-bsp to align
the command line with the waf configure process or RTEMS application.

  • Property mode set to 100644
File size: 413 bytes
Line 
1#
2# Automake 1.12.6
3#
4
5%if %{rtems_arch} == none
6 %define _target %{_host}
7%endif
8
9%include %{_configdir}/checks.cfg
10%include %{_configdir}/base.cfg
11%include %{_configdir}/versions.cfg
12
13%define rtems_automake_version 1.12.6
14
15#
16# Check the version of automake in the path.
17#
18%if %{__automake_ver} < %{rtems_automake_version}
19 #
20 # Tools configuration.
21 #
22 %include %{_configdir}/devel/automake-1.12.6-1.cfg
23%endif
Note: See TracBrowser for help on using the repository browser.