Eduardo Sánchez Muñoz
aa755b44fa
Use i686-unknown-linux-musl target instead of i386-unknown-linux-musl
...
The Linux kernel is already built with CONFIG_M686=y, which suggests that the bootstrap is not supported on anything older thant i686. So, use i686 on userspace too. Some software, such as gettext, cmake or elfutils, has trouble building for i386 due to missing atomic intrinsics.
For example, building gettext 0.26 would fail with:
```
/usr/lib/i386-unknown-linux-musl/gcc/i386-unknown-linux-musl/13.3.0/../../../../../i386-unknown-linux-musl/bin/ld: /build/gettext-0.26_1/gettext-0.26/build/gettext-tools/gnulib-lib/.libs/libgettextlib.so: undefined reference to `__atomic_compare_exchange_4'
```
2025-08-18 15:35:09 +02:00
Eduardo Sánchez Muñoz
502e8f944c
Define "TARGET" variable to avoid hardcoding "i386-unknown-linux-musl" everywhere
2025-07-18 14:28:30 +02:00
Alexandre Gomes Gaigalas
6e5e42307b
Allow --qemu and file:// --mirrors to be used together
...
When using file:// mirrors, rootfs.py will spawn a local HTTP
server at 127.0.0.1.
In combination with --qemu, this poses a problem: downloads
on the host machine will work, but downloads on the guest
machine will not reach the local server.
This commit introduces a change to rewrite the address to
10.0.2.2 inside the guest, only when QEMU=True is set in
the configuration, allowing this combination to build
past the get_network improvement step.
2025-06-11 22:28:28 -03:00
Alexandre Gomes Gaigalas
59a2a98a66
Update sources for libatomic_ops
...
The previous download source became unavailable, I was able to
find in their README a link for their website which contains
direct download links.
2025-06-05 00:14:01 -03:00
Andrius Štikonas
2057d551e0
Merge pull request #521 from fosslinux/make-fixup
...
make-4.2.1: remove pregenerated files
2025-03-25 23:16:03 +00:00
fosslinux
07c15ea7db
gmp: remove pregenerated files
2025-03-24 21:49:26 +11:00
fosslinux
506cc21036
make-4.2.1: remove pregenerated files
2025-03-24 21:49:03 +11:00
fosslinux
e28407e643
pkg-config: regenerate pregenerated files
2025-03-24 09:04:12 +11:00
fosslinux
187eb78b90
coreutils-9.4: remove pregenerated files
2025-03-24 09:04:12 +11:00
fosslinux
e58a339ad3
tar-1.34: remove pregenerated files
2025-03-24 09:04:12 +11:00
fosslinux
e8ba04c141
file: remove some testfiles
2025-03-24 09:04:12 +11:00
fosslinux
14731e55e6
e2fsprogs: remove pregenerated files
2025-03-24 09:04:12 +11:00
fosslinux
6480a03dd9
util-linux: remove pregenerated files
2025-03-24 09:04:12 +11:00
fosslinux
e52b40f55d
help2man: remove .gmo files
2025-03-24 09:04:12 +11:00
Andrius Štikonas
f21d2d77b8
Merge pull request #517 from fosslinux/mes-unified-libc
...
Change mescc to use a unified libc C file
2025-03-23 19:49:16 +02:00
fosslinux
27414ee2b9
Change mescc to use a unified libc C file
...
Significantly speeds up libc compilation.
2025-03-23 14:02:31 +11:00
fosslinux
33ddec3bb3
findutils: remove pregened files
2025-03-22 20:53:59 +11:00
fosslinux
6e6c015290
fix some high core count reproducibility issues
2025-03-21 16:20:26 +11:00
Samuel Tyler
5a3dc0fafc
Merge pull request #515 from stikonas/mes_norebuild
...
Do not rebuild mes, just keep using mes-m2.
2025-02-28 13:10:05 +11:00
Andrius Štikonas
5026a2a7f8
Do not rebuild mes, just keep using mes-m2.
2025-02-28 00:14:57 +00:00
Dor Askayo
f91002b681
Abort execution on non-0 exit status from "after" scripts
...
Failures in "after" scripts do not currently result in bootstrap
failures since "find" ignores the exit code of commands that it
executes.
There are no simple options in "find" to both propagate non-0 exit
statuses of executed commands and also abort its command execution
sequence in such an event. As such, use "find" only for listing
script names and otherwise use a simple loop to execute them.
While at it, execute scripts in numerical order according to their
basename. This gives consumers control over the execution order of
their scripts. For example, 50-sign.sh will be executed before
51-upload.sh.
2025-02-26 09:08:54 +00:00
Andrius Štikonas
0842e61eb0
Add -f flag to some calls to rm to avoid stalling in interactive mode.
2025-02-23 01:42:06 +00:00
fosslinux
58455a873c
xz: update and regen files
...
5.4.1 -> 5.6.4
regenerate/delete files (this would have detected the infamous xz
backdoor)
2025-02-22 22:43:38 +11:00
Andrius Štikonas
5996826bea
Merge pull request #511 from fosslinux/curl-update
...
Curl update
2025-02-18 23:29:05 +00:00
fosslinux
4612fbc963
curl: regenerations
2025-02-18 16:46:02 +11:00
fosslinux
02ed0da3d2
curl: update to 8.12.1
2025-02-16 12:46:31 +11:00
fosslinux
43b8f4a706
bc: update to 1.08.1
2025-02-16 11:25:19 +11:00
fosslinux
b96c19188f
bc: remove pregenerated files
2025-02-16 10:28:45 +11:00
fosslinux
bf348d6b56
gcc: change libiberty rebuilds to not use hardcoded line nos
2025-02-14 16:42:00 +11:00
fosslinux
c83aea05f3
binutils-2.41: various regenerations
2025-02-14 11:50:13 +11:00
fosslinux
385cd87684
binutils-2.30: various regenerations
2025-02-14 11:50:13 +11:00
Samuel Tyler
c00fa39838
Merge pull request #498 from fosslinux/byacc2oyacc
...
Replace byacc with oyacc
2025-02-12 19:48:48 +11:00
Samuel Tyler
0373292a1f
Merge pull request #507 from fosslinux/autoconf-fixes
...
Autotools fixes
2025-02-10 20:39:34 +11:00
fosslinux
b74a111d24
libtool-2.4.7: remove pregenerated files
2025-02-10 13:56:32 +11:00
fosslinux
5599846016
libtool-2.2.4: remove some pregenerated files+dirs
...
notably, the tests directories seem to be examples of real world
software. they are unnecessary and unauditable so we remove them.
2025-02-10 13:56:32 +11:00
fosslinux
8a3ab450b2
m4-1.4.19: remove a few more pregend files
2025-02-10 13:56:32 +11:00
fosslinux
2d353f39e3
autoconf-archive: remove pregenerated docs
2025-02-10 13:56:32 +11:00
fosslinux
3c5a28268e
automake-1.16.3: regenerate t/testsuite-part.am
...
requires particular handling for make rules
2025-02-10 13:56:31 +11:00
fosslinux
bae65f193e
automake-*: remove some pregenerated files
2025-02-10 13:56:22 +11:00
Samuel Tyler
8e6fa2fcce
Merge pull request #506 from fosslinux/perl-fixup
...
Perl fixes
2025-02-10 13:23:07 +11:00
fosslinux
31fbbb11af
autoconf-*: remove some simple pregend files
2025-02-08 20:58:59 +11:00
Samuel Tyler
d163ae3ca5
Merge pull request #505 from fosslinux/gawk-3.0.4-cleanup
...
gawk-3.0.4: remove a pregenerated file
2025-02-08 20:16:42 +11:00
Samuel Tyler
540d654bfb
Merge pull request #503 from fosslinux/flex-2.5.11-cleanup
...
flex-2.5.11: remove unused directory
2025-02-08 20:16:34 +11:00
Samuel Tyler
fac3f94812
Merge pull request #502 from fosslinux/bash-2.05b-cleanup
...
Bash 2.05b cleanup
2025-02-08 20:16:24 +11:00
Samuel Tyler
17cae40bc3
Merge pull request #501 from fosslinux/coreutils-5.0-fixup
...
coreutils-5.0: remove additional pregend file
2025-02-08 20:16:16 +11:00
fosslinux
f23437a54e
perl5.005-03: remove some pregend files
2025-02-08 11:41:04 +11:00
fosslinux
c788c89017
perl-5.6.2: regenerate some files
2025-02-08 11:41:04 +11:00
fosslinux
4ff3e2532f
gawk-3.0.4: remove a pregenerated file
2025-02-08 11:40:33 +11:00
fosslinux
e10d1f175f
flex-2.5.11: remove unused directory
2025-02-08 11:38:30 +11:00
fosslinux
a6368fb2a3
Remove unused bash-2.05b second pass
2025-02-08 11:36:59 +11:00