source: rtems-source-builder/rtems/config/5/rtems-autotools.bset @ 8ef0d73

5
Last change on this file since 8ef0d73 was 637061c, checked in by Sebastian Huber <sebastian.huber@…>, on 11/08/17 at 08:31:58

Change RTEMS version from 4.12 to 5

Update #3220.

  • Property mode set to 100644
File size: 818 bytes
Line 
1#
2# Tools Set for RTEMS 5 Autotools Stable
3#
4# Autoconf and automake are not relocatable and cannot be cross-compiled.
5# RTEMS uses autoconf and automake and building RTEMS in the RSB requires
6# bootstrapping and this requires a current autoconf and automake. The RSB
7# provides to support by:
8#
9#  1. Building and installing autoconf and automake with a prefix to a
10#     temporary internal path.
11#  2. Using the temporary internal build, build and install another copy
12#     using the final prefix location.
13#
14
15#
16# A magic internal path that would break if changes in the defaults.mc
17# macro file are made.
18#
19%define _internal_autotools_path %{_tmppath}/sb-%{_uid}/${SB_PREFIX_CLEAN}
20
21#
22# Disable emailing reports of this building for RTEMS.
23#
24%define mail_disable
25
265/rtems-autotools-internal
275/rtems-autotools-base
Note: See TracBrowser for help on using the repository browser.