waddlesplash
4f180bdb94
Utilize the new "all" ARCHITECTURES keyword in most recipes. ( #6189 )
...
x86_64 is used as a baseline: the "x86_64" entry, whatever status it has,
is transformed into "all", and then the other entries in ARCHITECTURES
either dropped or rearranged appropriately.
2021-09-15 15:40:18 -04:00
Fredrik Holmqvist
6a822bc198
Added arm64 riscv64 for binutils recipe
2021-08-27 21:08:25 +02:00
Fredrik Holmqvist
195c648782
Add arm64 riscv64 for patch recipe
2021-08-27 20:42:07 +02:00
Fredrik Holmqvist
e231936cf4
Add arm64 riscv64 and enable arm for bison recipe
2021-08-27 20:29:26 +02:00
Fredrik Holmqvist
5e16a48cd3
Add arm64 riscv64 to gettext recipe
2021-08-27 20:25:20 +02:00
Fredrik Holmqvist
9cab1ff08a
[Hack] Add riscv64 and arm64 to gcc recipe
...
While it can't be used as this version don't have correct config
for those archs it is needed when building images.
See https://github.com/haikuports/haikuports/issues/6136 for info
2021-08-27 19:59:02 +02:00
Jerome Duval
1f9df083d6
autoconf-archive: bump version
...
switch to upstream version scheme
2021-06-09 19:14:02 +02:00
extrowerk
1f0e168e1e
GCC: recipe for version 11.1 ( #5858 )
...
disabled to avoid conflicts with gcc 8.3
the patch for Beta2 can be removed on Beta3+
2021-05-12 16:51:00 +02:00
Jerome Duval
6b7ae7d3f5
gcc: default to strict dwarf4
2021-05-06 21:00:01 +02:00
Jerome Duval
0862d53216
llvm12: enable with release artefacts
2021-04-24 19:53:33 +02:00
Jerome Duval
6dab68ce47
llvm12: add recipe for version 12.0.0~rc4, disabled for now
2021-04-05 10:01:05 +02:00
Jerome Duval
dfdd52ae14
bison: bump version
2021-04-03 14:02:00 +02:00
Jérôme Duval
7f91bd880f
make: rebuild to make version available
2021-02-23 14:49:44 +01:00
Jérôme Duval
a75a18260f
gcc: bump for rebuild
...
last one failed because of texinfo
2021-02-05 08:08:42 +01:00
Jerome Duval
ab58bc4953
gcc: rebuild after mpfr version bump
...
mpc links against libmpfr6 while gcc links against libmpfr4, this
seems to lead to a crash in mpfr when building some projects.
2021-02-04 20:11:00 +01:00
Jerome Duval
a82ebc2b45
make: disable 4.3
...
our signal handling is not good enough yet
make[1]: *** duping jobs pipe: Bad file descriptor. Stop.
2021-02-01 15:52:16 +01:00
extrowerk
3d9d02b191
DistCC: bump, remove old, positive_errors, cleanup, switch to py3.7 ( #5585 )
2021-01-13 07:20:16 +01:00
Jérôme Duval
44ad9ca13d
make: typo
2021-01-12 21:51:43 +01:00
extrowerk
1fa91a9b34
make: bump ( #5517 )
...
* disable pselect, enable recipe
Co-authored-by: Jérôme Duval <jerome.duval@gmail.com >
2021-01-12 21:47:55 +01:00
Jerome Duval
f2a736498a
automake: bump version
2021-01-07 18:50:17 +01:00
Schrijvers Luc
5b24251672
llvm6, revbump for rebuild ( #5505 )
2020-12-23 19:29:23 +01:00
Schrijvers Luc
66b3662e27
llvm v5.0.0, bump revision, fixes build for gcc8 ( #5497 )
2020-12-21 18:58:31 +01:00
Schrijvers Luc
3b57ead64e
flex, add symlink to lex ( #5303 )
2020-09-29 11:51:08 +02:00
Augustin Cavalier
25b60f3657
jam: Bump version.
...
Now uses posix_spawn.
2020-06-06 13:03:11 -04:00
waddlesplash
de55dbc05a
binutils: bump revision for rebuild.
2020-06-05 21:09:16 -04:00
Jérôme Duval
615cb00eab
libuuid: fix CONFLICTS
2020-05-22 16:09:21 +02:00
Schrijvers Luc
d9f3e4e875
lemon, last obsolete bep file removal ( #4971 )
2020-05-11 09:12:48 +02:00
Jerome Duval
4b439051e3
bison: bump version.
2020-05-05 14:06:01 +02:00
Jerome Duval
bd34643aa3
automake: bump version.
2020-05-05 13:45:31 +02:00
Jerome Duval
1d3c121b66
libuuid: scons needs a secondary arch variable
2020-04-28 10:22:16 +02:00
Jerome Duval
d033783342
libuuid: fix build
2020-04-27 20:48:52 +02:00
Michael Lotz
8bbc0bfc66
Restore UIUC license still referenced by older LLVM recipe.
...
It was removed in 717c4976f2 and caused
the older LLVM packages to become unbuildable.
2020-04-13 09:03:59 +02:00
Adrien Destugues
32f9e02ecf
libtool: do not link transitive dependencies explicitly.
...
Let runtime_loader figure this out. It makes it easier for us to manage
updates to libraries.
2020-04-11 22:17:42 +02:00
Jerome Duval
c4c111dce8
bison: bump version.
2020-03-26 09:27:45 +01:00
X512
e32dd2d215
llvm: add lld-link, improve incremental build ( #4810 )
...
* Use ninja instead of make to improve incremental build.
* Use -n option in cp to do not change existing files when installing source code.
2020-03-21 15:07:22 -04:00
Jerome Duval
fd6c00b1a1
bison: add recipe for version 3.5.2
...
disabled for gcc2. test #132 fails.
2020-02-15 18:22:12 +01:00
François Revol
2c95bf707c
Enable m68k for the base packages
...
This is needed to build the source packages to use in the bootstrap image.
2020-02-04 22:44:39 +01:00
PulkoMandy
3858612e37
Add sparc architecture to some recipes and fix bash
...
Needed for succesful bootstrap.
Bash recipe fails to find files if the PATCH() code is not run from the
source directory.
2020-01-21 20:27:37 +01:00
Jérôme Duval
f11d8f5930
llvm9: trigger build for x86_64
2020-01-16 10:21:41 +01:00
Jerome Duval
717c4976f2
llvm9: bump version.
...
update license
add subpackage for lit
2020-01-15 22:41:17 +01:00
Jerome Duval
d38c505a23
ucpp: bump version.
2019-12-01 22:05:22 +01:00
Alexander von Gluck IV
aef616ad98
libuuid: Bump to 1.3.1 for gcc2 fixes
2019-10-15 18:36:07 +00:00
Alexander von Gluck IV
ce55d8052b
libuuid: Add v1.3.0 from my own fork. Solves #4266
...
* Now properly BSD licensed.
2019-10-13 22:01:55 +00:00
Jerome Duval
137aa5aade
llvm9: fix c++ headers search for secondary arch.
2019-09-21 22:46:35 +02:00
Jerome Duval
3babc69ca8
llvm9: enable with release artefacts.
2019-09-21 12:11:22 +02:00
Jerome Duval
35e44c8789
llvm9: add recipe for 9.0.0-rc3, disabled for now.
2019-09-07 17:46:37 +02:00
Adrien Destugues
2dab4aae83
avr_gcc: remove invalid provides entry
...
The binary is not in $binDir anymore so there is no need to have an
entry for it.
2019-09-02 18:51:24 +02:00
Adrien Destugues
53bb7b63e0
avr_gcc: fix secondary arch support.
...
Put the compiler in the main architecture dir, that's simpler (no need
to setarch to use it). And avr_libc would not handle it otherwise,
anyways.
2019-09-01 21:37:11 +02:00
miqlas
95e85cede8
GCC size reduction ( #4132 )
2019-08-24 13:39:36 -04:00
miqlas
c71e130ac5
GCC: enable objc without objc lib ( #3748 )
2019-08-23 18:41:16 -04:00