Tomáš Kelemen (vudiq)
5daa02547a
gcc: properly keep libatomic (for kronos)
2021-10-10 15:08:26 +02:00
gouchi
a405eaa40f
play: update core
...
port of
ff724e3eb7
2021-09-29 18:35:57 +02:00
Tomáš Kelemen (vudiq)
2fff9cd94c
gcc: keep libatomic
...
needed by kronos
2021-04-10 19:20:02 +02:00
Ian Leonard
3087041cd0
lang: automated code cleanup
...
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2021-01-19 19:33:55 +00:00
Ian Leonard
6a272ef005
gcc: update to 10.2.0
...
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2020-07-28 15:32:53 +00:00
Peter
e8a0318e6e
gcc: add zstd dependency
...
gcc 10 adds zstd compression for its LTO data, that's why zstd library should be build before
2020-07-09 10:45:14 +02:00
Jernej Skrabec
c84005f63c
gcc: Update to 10.1.0
2020-06-24 20:56:40 +02:00
MilhouseVH
c7985e0754
gcc: fix host-gcc-final when ccache is used
...
58ecbbc3ef
2020-06-21 12:29:33 +02:00
Ian Leonard
4c831b636b
gcc: use default C++ mode for host compiler
...
GCC 6 changed the default C++ mode from gnu++98 to gnu++14. This change
caused some packages to stop building. GCC 6 has been out for 4 years.
Affected software should have been fixed by now. Remaining software
should be updated, purged, or have its call to gcc changed to include
this individually.
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2020-06-07 19:52:02 +00:00
MilhouseVH
8939e00bd8
gcc: update to gcc-9.3.0
2020-03-13 04:37:06 +00:00
MilhouseVH
9b350e50b7
gcc: fix glibc-2.31 incompatability
2020-02-04 23:14:28 +00:00
Sascha Kuehndel (InuSasha)
c7c469431e
buildsystem: host should not depend on cross-compiler
2019-10-18 19:41:00 +02:00
MilhouseVH
a8558f3d6f
gcc: update to gcc-9.2.0
2019-08-14 14:26:17 +01:00
MilhouseVH
b99aa329b9
gcc: update to gcc-9.1.0
2019-08-14 14:25:03 +01:00
MilhouseVH
c4ac46e862
gcc: update to gcc-8.3.0
2019-02-25 05:22:07 +00:00
MilhouseVH
b135c7ead9
packages: add missing dependencies
2019-02-08 17:17:43 +00:00
CvH
85e5b4dc1f
cleanup: PKG_SHORTDESC
2018-10-22 15:06:12 +02:00
CvH
4cffa5fe6f
cleanup: remove PKG_ARCH="any"
2018-10-22 15:06:12 +02:00
CvH
4317bc5002
cleanup: remove PKG_SECTION
2018-10-22 15:06:11 +02:00
mglae
e8cb05bf23
gcc: install lto plugin for binutils ar/nm/ranlib
...
config/functions: setup_toolchain(): remove $TARGET_AR_NM_RANLIB_PREFIX handling
2018-08-28 22:30:35 +02:00
MilhouseVH
9e0c18f025
gcc: update to gcc-8.2.0
2018-07-30 22:36:28 +01:00
CvH
b03d8126d6
spdx: packages/lang
2018-07-17 23:58:50 +02:00
Ian Leonard
c7952a9539
build: set hash-style to gnu via gcc default
...
Builds use a mix of styles for the hash table in the ELF header. Only
one style of table is necessary, and the GNU one is more performant
for lookups. Eliminating the SysV style hash table trims ~450kb. This
is done via setting the default linker in gcc instead of LDFLAGS as
some packages ignore LDFLAGS.
Note that if MIPS is ever added as a supported architecture, it
does not support hash-style=gnu at this time.
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2018-06-09 21:17:31 +00:00
Sascha Kuehndel (InuSasha)
7942013365
gcc: update to 8.1
2018-06-04 20:07:06 +02:00
MilhouseVH
c1f944f88b
gcc: use BUILD_WITH_DEBUG variable
...
We can use the variable as we're not accessing it in the global context.
2018-02-19 07:08:48 +00:00
MilhouseVH
92e8d564d5
gcc: update to gcc-7.3.0
2018-01-25 19:50:59 +00:00
Sascha Kuehndel (InuSasha)
3846ec7dac
buildsystem: replace PKG_AUTORECONF
2017-11-22 00:41:12 +01:00
cvh
837b447b7c
decommission PKG_IS_ADDON
2017-10-16 00:01:20 +02:00
Sascha Kuehndel (InuSasha)
6a44ae619a
gcc: update to gcc 7.2
2017-08-14 19:57:57 +02:00
Sascha Kuehndel (InuSasha)
11def32fed
gcc: update to 7.1.0
2017-08-14 19:40:47 +02:00
Lukas Rusak
6e420dbf99
gcc: add patches for glibc 2.26
2017-08-14 19:39:16 +02:00
Peter Vicman
50a51452be
build system: add sha256 checksum to all packages
...
putting #1597 in use
2017-07-17 20:49:23 +02:00
MilhouseVH
99ef6bc05d
PKG_BUILD: drop $ROOT, convert to absolute path
2017-02-17 18:17:13 +00:00
MilhouseVH
03366a102c
TOOLCHAIN: drop $ROOT, convert to absolute path
2017-02-17 18:17:13 +00:00
awiouy
cf5d3a4579
decommission PKG_REV
2017-01-19 00:06:13 +01:00
Lukas Rusak
26a14f1845
gcc: use unified /usr
2016-12-04 13:23:46 -08:00
Peter Vicman
8064d06753
Revert "gcc: do not abort when including host headers"
...
This reverts commit 00a7211dc6
.
Don't understand why Python would fail with this. Will check once in the future.
2016-12-01 18:42:43 +01:00
Peter Vicman
00a7211dc6
gcc: do not abort when including host headers like from /usr/include, just ignore them
...
done as in d002358d0f
2016-11-30 11:01:47 +01:00
MilhouseVH
93d79e7d9d
gcc: reduce genautomata memory footprint for ARM - bug 70473
2016-11-15 23:49:07 +00:00
MilhouseVH
3750ea87c6
gcc: update to gcc-6.2.0
2016-11-15 23:49:07 +00:00
MilhouseVH
6d6746e8ad
gcc: update to gcc-6.1.0
2016-11-15 23:49:07 +00:00
Christian Hewitt
a7ad32935c
Merge pull request #760 from lrusak/cmake
...
rework cmake build system and adjust build variables
2016-09-27 11:26:54 +04:00
Lukas Rusak
5f11e9ba7d
gcc: disable libssp
2016-09-26 23:21:00 -07:00
Stephan Raue
b97c526648
gcc: dont use $TARGET_* variables
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2016-09-26 23:20:36 -07:00
Stephan Raue
98fa01ed8a
gcc: simplyfing
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2016-09-26 23:20:34 -07:00
Stephan Raue
433ab98027
config/path: remove $TOOLCHAIN_LANGUAGES and $TOOLCHAIN_CXX
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2016-09-26 23:20:33 -07:00
awiouy
e0c2de9b39
Decommission PKG_PRIORITY
2016-09-24 11:57:39 +02:00
cvh
2bbeec8418
change gnu.org download location
2016-09-14 10:55:52 +02:00
Lukas Rusak
8078ed945c
gcc: update to 5.4.0
2016-06-24 13:44:52 -07:00
escalade
a23c52e5bc
gcc: compile with -std=gnu++98 to fix build with gcc6
2016-05-23 21:17:16 +02:00