source: rtems-source-builder/rtems/config/5/rtems-llvm.bset @ 4b7af07

5
Last change on this file since 4b7af07 was 4b7af07, checked in by Chris Johns <chrisj@…>, on 09/12/19 at 10:09:13

5/llvm: Add LLVM as a package for RTEMS.

  • Add '%source download <source>' to only download the source and do not unpack and prep. This can used when a package internally needs another source package.
  • Install the staging root only if it is present. A package may internally build another package that is not staged as it is not suitable for installing.

Updates #3250
Updatew #3797

  • Property mode set to 100644
File size: 308 bytes
Line 
1#
2# LLVM for RTEMS 5 Tools Stable
3#
4
5%define release 1
6
7%define rtems_arch none
8
9#
10# The RTEMS base defines.
11#
12%include rtems-base.bset
13
14#
15# Build and install into a prefix that is away from the staged area or it will
16# be installed.
17#
18%define swig_prefix %{_tmproot}/swig
19
20devel/swig
21tools/rtems-llvm-8.0.1
Note: See TracBrowser for help on using the repository browser.