Christoph Reiter
|
1f1a74cb26
|
Port everything away from PKGMETA
keep an empty PKGMETA.yml for now until all users are adjusted and
deployed.
|
2023-09-17 20:40:26 +02:00 |
|
Christoph Reiter
|
e40c90814f
|
Makedepend on gcc/make where needed
This means we no longer need msys2-devel
|
2021-12-13 22:19:56 +01:00 |
|
Jeremy Drake
|
f268369f77
|
set -DCMAKE_AR, etc in addition to env vars.
It seems cmake >= 3.20 doesn't respect AR and RANLIB environment
variables anymore.
Also, cmake seems to use ASM and -DCMAKE_ASM_COMPILER, not AS.
|
2021-04-14 12:06:09 -07:00 |
|
Jeremy Drake
|
07090ca6b6
|
cross-compiler-rt: build armv7 and aarch64 targets
The armv7 lib needs to be called 'arm' not 'armv7' for clang to find it.
|
2021-04-11 10:16:43 -07:00 |
|
Jeremy Drake
|
abec42cdaa
|
mingw-w64-cross-compiler-rt: build i686 also
|
2020-12-21 23:15:31 -08:00 |
|
jeremyd2019
|
0a9b5c1704
|
mingw-w64-cross-compiler-rt: set ASMFLAGS
like CFLAGS et al, -target should be set for clang when used as an assembler.
|
2020-12-21 13:24:15 -08:00 |
|
jeremyd2019
|
941bc381aa
|
mingw-w64-cross-compiler-rt: fix compiler target
Instead of using `${CARCH}`, extract from `${_target}` in case they
should be different.
|
2020-12-20 20:37:05 -08:00 |
|
jeremyd2019
|
3fd578a2b4
|
mingw-w64-cross-compiler-rt: makedepend on lld
|
2020-12-20 19:24:51 -08:00 |
|
Christoph Reiter
|
01c82edb48
|
cross-compiler-rt: fix description
|
2020-12-11 22:20:43 +01:00 |
|
Mateusz Mikuła
|
920aaa4090
|
Add packages for bootstrapping Clang subsystem
|
2020-12-10 21:53:30 +01:00 |
|