From 6444d5806dbdd66dd23a18df824872eb84fbe248 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Mon, 20 Jul 2015 13:49:42 +1000 Subject: 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. --- rtems/config/tools/rtems-automake-1.12.6-1.cfg | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'rtems/config/tools/rtems-automake-1.12.6-1.cfg') diff --git a/rtems/config/tools/rtems-automake-1.12.6-1.cfg b/rtems/config/tools/rtems-automake-1.12.6-1.cfg index 1585cf4..f844013 100644 --- a/rtems/config/tools/rtems-automake-1.12.6-1.cfg +++ b/rtems/config/tools/rtems-automake-1.12.6-1.cfg @@ -2,6 +2,10 @@ # Automake 1.12.6 # +%if %{rtems_arch} == none + %define _target %{_host} +%endif + %include %{_configdir}/checks.cfg %include %{_configdir}/base.cfg %include %{_configdir}/versions.cfg -- cgit v1.2.3