source: rtems-source-builder/rtems/config/tools/rtems-kernel-4.11.cfg @ 86b2b4f

4.104.114.95
Last change on this file since 86b2b4f was 86b2b4f, checked in by Chris Johns <chrisj@…>, on 04/23/13 at 06:03:25

Add support to check for a valid autoconf for RTEMS.

  • Property mode set to 100644
File size: 680 bytes
Line 
1#
2# RTEMS 4.11
3#
4
5%include %{_configdir}/checks.cfg
6%include %{_configdir}/base.cfg
7%include %{_configdir}/versions.cfg
8
9%define rtems_kernel_version 4.11
10
11#
12# Check the version of autoconf.
13#
14%if %{__autoconf_ver} <= 2.68
15 %error Autoconf version 2.69 or higher is needed.
16%endif
17
18#
19# Pull the latest changes from git each build. Override if this is not what you
20# want.
21#
22Source0: git://git.rtems.org/rtems.git?pull
23
24#
25# The code in git needs to be bootstrapped. Do each build because we have
26# no way to change what changes may have happened in the code.
27#
28%define rtems_bootstrap
29
30#
31# The RTEMS build instructions. We use 4.xx Release 1.
32#
33%include tools/rtems-kernel-4-1.cfg
Note: See TracBrowser for help on using the repository browser.