source: rtems-source-builder/source-builder/config/checks.cfg @ 4f26bdb

4.104.114.95
Last change on this file since 4f26bdb was 4f26bdb, checked in by Chris Johns <chrisj@…>, on 04/01/13 at 04:19:56

Add Canadian Cross support.

Add support to build MinGW tools using Cygwin. This is a Canadian cross
build.

Do not expand the directives when parsing a configuration file. Hold
in the package object the text as read from the configuration file. Still
parse the logic but leave the macros. This allows a configuration to be
varied when the build happens. The Canadian cross uses this to build a
build compiler used to build a Cxc runtime.

Add Cxc support to the build module. In the defaults add rm and rmfile
macros, add Cxc paths and pre-build script code.

In the setbuilder check for a Cxc build and if so and the package
allow Cxc build the build host version then the host target
version.

Add cygiwn support to the defaults processing and to the Windows module.

  • Property mode set to 100644
File size: 336 bytes
Line 
1#
2# Standard checks.
3#
4
5%if %{_target} == %{nil}
6%error No 'target' defined
7%endif
8
9%ifn %{defined release}
10%error No 'release' defined
11%endif
12
13#
14# Default to C++ on.
15#
16%ifn %{defined enable_cxx}
17%define enable_cxx 1
18%endif
19
20#
21# Hack to get around the ARM EABBI mess.
22#
23%ifn %{defined enable_obsolete}
24%define enable_obsolete 0
25%endif
26
Note: See TracBrowser for help on using the repository browser.