Commit graph

28 commits

Author SHA1 Message Date
fosslinux
0d81d85e05 Fix --with-sysroot in binutils (again)
--with-sysroot removal is insufficient.

There is bad behaviour somewhere that causes --with-sysroot=no as the
default, and then sysroot to be set to 'no'. In reality, we should have
literally no sysroot; so set --with-sysroot=
2023-02-12 09:21:24 +11:00
fosslinux
73b8916e1f Remove with-sysroot from binutils
This option is erroneous and only worked by chance.

sysroot is prepended to all library search paths when working correctly,
eg, /usr/lib turns into /usr/usr/lib when --with-sysroot=/usr.
2023-02-06 16:58:10 +11:00
fosslinux
070e9dacc5 Fix binutils 2.14 install
Programs shouldn't install to outdated usr/<target> location
2023-02-06 16:58:10 +11:00
Dor Askayo
59a13f0d09 Add LIBDIR variable for the musl library directory
LIBDIR should be used where possible to avoid unnecessary
duplication in build scripts that target the musl toolchain.

No change in package hashes.
2023-01-29 00:09:38 +02:00
fosslinux
10a55522a2 Change sources getting method.
- Rather than defining the urls where they are gotten (python sysa,
  python sysc, inside sysc), a spec file is now used that is easily
  interpretable and tool-independent.
- This is interpreted by rootfs.py and inside sysc.
- This is also used to make sources available and extract sources.
- Manual dirname selection is no longer required as is tarball renaming
  upon download - all of this is handled automatically.

Fixes #188
2022-10-02 09:48:20 +11:00
Dor Askayo
d78fcdfa99 Remove pregenerated opcodes files in binutils 2.14 2022-09-14 13:05:23 +03:00
Andrius Štikonas
6c4b98a17a Some shellcheck fixes. 2022-05-09 22:53:46 +01:00
fosslinux
9543a47f1b Fix up checksums + other fixes 2022-03-12 16:23:24 +11:00
fosslinux
a343dcf6ed Add new tarball-based checksums to all packages 2022-03-07 19:02:12 +11:00
fosslinux
b93a931a53 Move to /usr prefix.
- This is much more standard and replaces /image in sysa and is the
  standard in sysc (avoids many issues).
- GCC needs to have a file created for some unknown reason.
- Checksums updated.
2021-08-27 14:54:08 +10:00
Andrius Štikonas
c8784cbcd3 Split installed files out of /after into /image. 2021-06-29 17:49:34 +01:00
Andrius Štikonas
a2c5745da4 helpers.sh: Add a helper function to call appropriate default stage function. 2021-05-03 23:48:06 +01:00
Andrius Štikonas
3ddf5d096a Fix indentation. 2021-04-20 23:57:00 +01:00
Andrius Štikonas
7cd79d1c72 Remove remaining texinfo files.
Fixes: #86
2021-04-19 00:46:38 +01:00
Andrius Štikonas
70d1fc4163 Add support for DESTDIR variable in make install. 2021-04-02 12:24:40 +01:00
Andrius Štikonas
9d4b489b11 binutils: remove autogen'ed files
Fixes #82
2021-04-01 23:52:03 +01:00
fosslinux
0456b48038 Fix indentation in binutils-2.14 2021-03-18 07:22:10 +11:00
Andrius Štikonas
7581244583 binutils-2.14: rebuild first half of intl/aclocal.m4.
Fixes: #65
2021-03-14 23:54:34 +00:00
Andrius Štikonas
fcc3a2ee74 Regenerate more autotools files in binutils 2.14. 2021-03-14 20:32:45 +00:00
Andrius Štikonas
4463eedc03 Rebuild libtool files in binutils.
Fixes #58
2021-03-13 00:01:30 +00:00
Andrius Štikonas
ed0f613621 Add a patch to produce deterministic binutils archives. 2021-03-02 23:28:09 +00:00
Andrius Štikonas
329f5ac73e Regenerate bfd header files. 2021-03-01 23:32:04 +00:00
Andrius Štikonas
1412fb99ec Remove flex generated files from binutils. 2021-02-28 22:32:37 +00:00
Andrius Štikonas
cb78359878 Fix libdir location. 2021-02-28 12:52:50 +00:00
Andrius Štikonas
f70815aef4 Add binutils checksums 2021-02-28 12:52:33 +00:00
Andrius Štikonas
9122b5e2e0 Add description of binutils. 2021-02-28 12:52:19 +00:00
Andrius Štikonas
cf9d0d1f3c Regenerate binutils bison files, autoconf and automake files. 2021-02-28 01:15:20 +00:00
Paul Dersey
21096f6ff2 start binutils 2021-02-28 01:08:00 +00:00