Andrius Štikonas andrius
andrius pushed to wip-riscv at andrius/mes 2023-10-06 19:54:54 +01:00
a34f255f40 riscv64: Fix arguments of main function in tcc.
andrius pushed to wip-riscv at andrius/mes 2023-10-04 23:25:56 +01:00
eea9f759ee riscv64: simplify assembly constructs not supported by tcc.
44de0ec1c4 squash! riscv64: add support for tcc
72758d48d8 riscv64: add support for tcc
98f37a5bdb squash! mescc: Fix switch statements' fallthrough
6ec2715f74 Revert "squash! mescc: Fix switch statements' fallthrough --support mes"
Compare 84 commits »
andrius pushed to mes-x86_64 at andrius/live-bootstrap 2023-10-02 23:18:38 +01:00
andrius created branch riscv-mes in andrius/tinycc 2023-10-01 18:41:36 +01:00
andrius pushed to riscv-mes at andrius/tinycc 2023-10-01 18:41:36 +01:00
95f20f0188 Fix relocation of got table.
f800348eae Rename scall and sbreak to e* to conform with the standard
0e1f63eeb8 REMOVE ME: More debug info for relocs
c30541e6b9 Revert "Fix struct initialization issue"
f72b4f5fa9 RISC-V: Cast ints to 32 bit integers when needed
Compare 10 commits »
andrius pushed to master at andrius/gentoo-bootstrap 2023-09-24 22:45:51 +01:00
c92d35bcad Fix download URL for openjdk-21.
andrius pushed to master at andrius/gentoo-bootstrap 2023-09-24 17:26:11 +01:00
ce9bd8de61 More fixes to new openjdk ebuilds.
andrius pushed to master at andrius/gentoo-bootstrap 2023-09-24 16:35:20 +01:00
e9e51d5318 Mark openjdk 18-21 ebuilds stable on arm64.
andrius pushed to master at andrius/gentoo-bootstrap 2023-09-24 16:18:46 +01:00
c2deff1d59 Add openjdk versions up to 21.
andrius pushed to master at andrius/gentoo-bootstrap 2023-09-24 16:15:15 +01:00
4e47854c94 Add missing files for rust bootstrap.
andrius pushed to mes-x86_64 at andrius/live-bootstrap 2023-09-21 22:12:36 +01:00
andrius pushed to master at andrius/gentoo-bootstrap 2023-09-18 00:36:14 +01:00
2b65509a3b Rustc bootstrap needs openssl 1.1.
andrius pushed to mes-x86_64 at andrius/live-bootstrap 2023-09-18 00:04:36 +01:00
andrius pushed to mes-x86_64 at andrius/live-bootstrap 2023-09-17 17:14:20 +01:00
andrius pushed to mes-x86_64 at andrius/live-bootstrap 2023-09-16 21:12:52 +01:00
andrius pushed to master at andrius/gentoo-bootstrap 2023-09-14 20:53:08 +01:00
389e9562e0 Add rust versions up to 1.70
andrius pushed to master at andrius/gentoo-bootstrap 2023-08-31 22:32:52 +01:00
413e959bbc Add intermediate go-1.17.3 version needed to boottrap the latest version.
andrius pushed to master at andrius/gentoo-bootstrap 2023-08-31 22:05:24 +01:00
b501a21240 Remove most uses of eutils eclass and bump those files to EAPI8.
andrius pushed to mes-x86_64 at andrius/live-bootstrap 2023-08-22 10:55:38 +01:00
andrius pushed to wip-riscv at andrius/mes 2023-08-22 10:54:49 +01:00
ee77da3cc7 mescc: initialize missing struct fields to 0