Commit Graph

17 Commits

Author SHA1 Message Date
Nathan Fisher
08734804d6 Added hhl.cargo.mk; Replace su with Rust rewrite; Add jah sudo
replacement; Rewrite `42` in Rust; Update kernel config; Create target
for upgrade archives; Various other small bugfixes;
2023-03-19 11:46:54 -04:00
Nathan Fisher
7617a35cbc Revert from embedded sed src to autotools build; Use GNU grep over BSD port,
which segfaults with Musl; Update s6 packages; Fix a few other compilation
issues;
2023-01-29 00:15:49 -05:00
Nathan Fisher
fd4713eb1e Compilation upo to Util-linux on x86_64 2023-01-10 00:56:05 -05:00
Nathan Fisher
7100bf5963 buildworld target finishes successfully on aarch64; Replace out of date
config.sub in pkg-config to fix target not recognized on riscv64;
2023-01-03 17:22:23 -05:00
Nathan Fisher
c037071164 Compiles up to bin/sed 2022-12-31 02:17:37 -05:00
Nathan Fisher
2f9598382b Update several packages, various fixes to compilation, various boot fixes 2022-08-26 10:33:22 -04:00
Nathan Fisher
2b8d1580e5 Bumped a number of package versions including glibc-2.35 and gcc-12.1.0 2022-05-10 09:41:52 -04:00
Nathan Fisher
8fc87adccb Remove closefrom from libopenbsd to build with glibc > 2.34 2022-05-01 08:56:24 -04:00
Nathan Fisher
2feff2a5d3 Update to gcc11
Change to openssl
Clean up some `C` for HitchHiker specific utils
2022-01-28 11:44:56 -05:00
Nathan Fisher
54fa4e49fd Fixes for armv6 2021-03-22 17:13:41 -04:00
Nathan Fisher
f014b6d01c Testing musl support, disabled by default
Imported multiple utilities from ubase to replace util-linux utils
Only build utilities from util-linux that can't be had elsewhere
2021-03-10 13:53:36 -05:00
Nathan Fisher
05bed5dde9 Makefile - fix path from build/ to $(build)/
toolchain/glibc - armv7l - versioned name for linker
2021-03-06 08:04:58 -05:00
Nathan Fisher
1e85e6fb7e toolchain/pax - ensure $(bindir) is present before install
$(basedir)/Makefile - fix paths for toolchain archive creation
2021-03-04 14:33:49 -05:00
Nathan Fisher
94998f6491 Added havaged
Bugfixes after restructuring
2021-03-04 09:23:50 -05:00
Nathan Fisher
a5d0778d53 Restructured paths
1. build is in build/$(arch)
2. tooldir is in build/toolchain-$(arch)
3. global_srcdir is in build/src-{world,toolchain}
4. global_objdir is in build/obj-{world,toolchain}
2021-03-02 15:13:26 -05:00
Nathan Fisher
61db92519f Numerous changes to toolchain optional packages and world default packages
bin/head - accept -[num] style arguments
usr.bin/uname - alias -o to -s
2021-02-26 12:46:11 -05:00
Nathan Fisher
faa6d3b4a9 Commit sysroot / cross-compile build tree 2021-02-18 19:41:59 -05:00