* updated yet more dir-less .cache DEPs
[t2sde.git] / target / generic / pkgsel / 00-toolchain.in
blob50152aeb5fd60825b3812f6d07656549a02f1e2c
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # T2 SDE: target/generic/pkgsel/00-toolchain.in
3 # Copyright (C) 2007 - 2024 The T2 SDE Project
4
5 # This Copyright note is generated by scripts/Create-CopyPatch,
6 # more information can be found in the files COPYING and README.
7
8 # This program is free software; you can redistribute it and/or modify
9 # it under the terms of the GNU General Public License version 2.
10 # --- T2-COPYRIGHT-NOTE-END ---
12 # TITLE: Toolchain package selection
14 # TODO: s.th. like: keep CC an LIBC, optional the rest
15 #O "[^LC][^IC][^B][^C]"*
17 O *
19 # Add strictly required packages
20 X 00-dirtree
22 X binutils
23 X gmp
24 X mpfr
25 X mpc
26 X isl
27 # TODO: s.th. nicer compiler selection
28 X gcc
29 # TODO: llvm, rustc, clang?
31 X linux-header
33 # Minimal Rust toolchain testing
34 #X llvm
35 #X openssl
36 #X rustc
37 #X cargo