summaryrefslogtreecommitdiff
path: root/armv7lhf-cross-toolchain.morph
blob: e6a0f16558b1655bda5fc38fd5b592e105e9726b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
name: armv7lhf-cross-toolchain
kind: stratum
description: Stratum for building an armv7lhf cross compiler for your native system.
build-depends:
- morph: build-essential
chunks:
- name: armv7lhf-cross-binutils
  repo: upstream:binutils-redhat
  ref: baserock/build-essential
  build-depends: []
- name: armv7lhf-cross-linux-api-headers
  repo: upstream:linux
  ref: baserock/build-essential
  build-depends: []
- name: armv7lhf-cross-gcc-nolibc
  repo: upstream:gcc-tarball
  ref: baserock/build-essential
  build-depends:
  - armv7lhf-cross-binutils
- name: armv7lhf-cross-eglibc
  repo: upstream:eglibc2
  ref: baserock/2.15-build-essential
  build-depends:
  - armv7lhf-cross-binutils
  - armv7lhf-cross-gcc-nolibc
  - armv7lhf-cross-linux-api-headers
- name: armv7lhf-cross-gcc
  repo: upstream:gcc-tarball
  ref: baserock/build-essential
  build-depends:
  - armv7lhf-cross-binutils
  - armv7lhf-cross-eglibc