2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00
Commit Graph

76 Commits

Author SHA1 Message Date
Owen Rafferty
f1416d356f
gcc: 13.2.0 2023-07-28 15:51:28 -05:00
Owen Rafferty
52fdd489b4
gcc: 13.1.0 2023-04-30 15:53:03 -05:00
phoebos
7028d50226
*: explicit DESTDIR 2023-03-05 17:34:06 -06:00
phoebos
8bf65f2765
*: remove VERSION markers 2023-03-02 18:00:45 +05:30
git-bruh
44710574cb
*: b3sum 2022-11-21 17:17:17 +05:30
git-bruh
a8719fbdeb
gcc: unbundle gmp, libmpc, mpfr 2022-10-17 14:16:16 +05:30
Owen Rafferty
1b88924c8d
gcc: 12.2.0 2022-08-19 13:18:21 -05:00
Owen Rafferty
631bb4b14d
gcc: fix version check for bootstrap 2022-06-12 21:29:39 -05:00
git-bruh
14cdb576be
gcc: 12.1.0 2022-05-06 18:18:21 +05:30
Owen Rafferty
ad0933db44
gcc: 11.3.0 2022-04-21 23:16:59 -05:00
illiliti
3dfa85bab9
Stop using kiss within build scripts (#50)
* mesa: use pkg-config instead of kiss l

* gcc: use gcc -dumpversion instead of reading version from kiss database

* cmake: use command -v instead of kiss l
2022-03-28 09:35:47 +00:00
Dylan Araps
14849c1eb7
repo: check-in readmes 2021-08-26 07:22:10 +03:00
Dylan Araps
8650abf170
gcc: fix checksums. Closes #319 2021-08-17 18:06:02 +03:00
Dylan Araps
f5c901bf5e
gcc: remove mold workaround 2021-08-17 12:14:12 +03:00
Dylan Araps
e4e4d460b9
gcc: fix build with mold
Mold fails to dynamically link GCC, static linking works fine.
This should hopefully be fixed upstream soon.
2021-08-16 12:07:26 +03:00
Dylan Araps
7652b979db
gcc: 11.2.0 2021-07-28 15:04:45 +03:00
Dylan Araps
4a4e4e1fec
gcc: update for new env 2021-07-17 20:18:56 +03:00
Dylan Araps
9129f663ef
gcc: use VERSION 2021-07-15 09:27:05 +03:00
Dylan Araps
fc4a67f574
gcc: enable initfini-array. See #271 2021-07-09 11:03:42 +03:00
Dylan Araps
e4b4335e2e
gcc: update gmp, mpc and mpfr 2021-07-06 14:01:11 +03:00
Dylan Araps
e594cf011f
gcc: remove sed -i 2021-07-03 20:18:50 +00:00
Dylan Araps
4ba8434125
gcc: mark c99 as executable
Closes #258

New chroot release shortly.
2021-07-02 12:12:00 +00:00
Dylan Araps
ce65618986
gcc: backport patch from GCC 11.2
This fixes a compiler bug which causes Firefox builds to fail.
2021-07-01 18:24:24 +00:00
Dylan Araps
03082d8bbf
gcc: add missing flags 2021-07-01 16:55:52 +00:00
Dylan Araps
61db95b2e3
gcc: disable zstd 2021-07-01 16:52:38 +00:00
Dylan Araps
895c4217cb
gcc: remove usage of install 2021-07-01 16:13:14 +00:00
Dylan Araps
be32635baa
gcc: 11.1.0 2021-06-30 10:46:18 +00:00
Dylan Araps
8bc8a49d4d
gcc: bump to 10.2.0 2020-07-23 11:38:58 +03:00
Dylan Araps
8a5f380c6f
gcc: fix source (cert expr) 2020-06-01 16:20:09 +03:00
Dylan Araps
cc3efab794
gcc: unhardcode version 2020-05-15 21:35:37 +03:00
Dylan Araps
dedc9b35d6
various: Drop unneeded rm 2020-05-15 10:44:41 +03:00
Dylan Araps
f7a7cde0c7
various: Delete info pages. 2020-05-11 19:26:32 +03:00
Dylan Araps
d7d9eae4e8
gcc: Skip bootstrap if we are able 2020-05-11 10:15:00 +03:00
Dylan Araps
d762966e00
gcc: Fix LTO location 2020-05-08 13:31:17 +03:00
Dylan Araps
998cfc4f9b
gcc: minor tweaks 2020-05-08 11:52:08 +03:00
Dylan Araps
6dd1eb9076
gcc: bump to 10.1.0 2020-05-08 09:41:35 +03:00
Dylan Araps
071f63d170
gcc: Fix broken LTO symlink 2020-05-02 17:22:23 +03:00
Dylan Araps
1f94999d18
gcc,perl: Fix POSIX find. Closes #178 2020-03-27 11:51:24 +02:00
Dylan Araps
225acbd05c
gcc: Remove verbose from cp 2020-03-19 08:26:47 +02:00
Dylan Araps
05ab743102
gcc: Fix depends 2020-03-14 10:18:01 +02:00
Dylan Araps
d0f826b541
gcc: bump to 9.3.0 2020-03-12 17:39:28 +02:00
Dylan Araps
058ed8d015
gcc: Fix source 2020-03-07 23:29:12 +02:00
Dylan Araps
a39a48c3bc
gcc: No nls 2020-03-03 20:57:12 +02:00
Dylan Araps
9be524141f
gcc: setup lto. Closes #153 2020-02-15 21:53:33 +02:00
Dylan Araps
ba2e102739
gcc: Revert static-pie fix.
This fix has been reverted as it has caused far too much
breakage in select packages. I'm surprised that this
patch caused issues as nothing came up in my testing.

Apologies for the inconvenience.

NOTE: Remove the following from your 'CFLAGS' if you
      have them defined: '-fno-pie -no-pie'
2020-02-11 02:12:37 +02:00
Dylan Araps
96ad6fbe89
gcc: bump version for libgomp and static-pie fixes.
Both fixes were made by @ioraff.

NOTE: --disable-bootstrap has been added to aid in compile times.
      This is fine as we are going from 9.2.0 to... 9.2.0.
2020-02-09 09:15:39 +02:00
Dylan Araps
d7a4e9f6fd
gcc: fix libgomp relocation. Patch applied from @ioraff
Closes #138
2020-01-23 01:08:16 +02:00
Dylan Araps
8c20ab97a8
gcc: Use better mirror 2019-12-18 16:57:01 +00:00
Dylan Araps
1ef385f184
gcc: remove rm 2019-10-07 16:47:54 +03:00
Dylan Araps
d9a64ed406
gcc: let nls be detected 2019-10-05 20:12:41 +03:00