awiouy
c161126e01
decommission PKG_REV
2017-01-19 07:23:38 +01:00
MilhouseVH
9f17cbf77e
Python: update to Python-2.7.13
2016-12-21 13:19:06 +00: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 00a7211dc6687da308ce0a95d13b8da1b43822a6.
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
f7dc40c239
Merge pull request #958 from CvH/python_2.7.12
...
Python: update to 2.7.12
2016-11-25 08:31:38 +00:00
LongChair
97a2c64941
python : add sqlite dependency for host.
2016-11-20 07:20:21 +01:00
CvH
ec34b03ea2
Python: update to 2.7.12
2016-11-19 22:03:24 +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
MilhouseVH
64061c6b82
llvm: don't build with debug, causes insane file size
2016-11-08 22:01:03 +00:00
Peter Vicman
b3cda3a841
llvm: build llvm-tblgen for host and use it for target
2016-10-14 16:31:53 +02:00
Lukas Rusak
44881db36f
llvm: dont define CMAKE_BUILD_TYPE
2016-10-13 00:29:17 -07:00
Lukas Rusak
5e7b0a2249
llvm: build shared library
2016-09-27 21:30:09 -07: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
75a9b50517
yasm: prevent from building with cmake configuration
2016-09-26 23:21:01 -07:00
Lukas Rusak
d5a5e71451
Revert "yasm: use cmake configuration"
...
This reverts commit 825faf59d4ce47e33f224427b60df4d4fb989ac0.
2016-09-26 23:21:01 -07:00
Lukas Rusak
5f11e9ba7d
gcc: disable libssp
2016-09-26 23:21:00 -07:00
Lukas Rusak
be7d908d90
llvm: simplify cmake configuration
2016-09-26 23:20:59 -07:00
Stephan Raue
b902d7c6bf
yasm: use cmake configuration
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2016-09-26 23:20:58 -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
573bab45cc
Python: dont use $TARGET_* variables
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2016-09-26 23:20:35 -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
Lukas Rusak
2be279535a
llvm: build llvm-config for host
2016-09-21 14:39:04 -07:00
cvh
2bbeec8418
change gnu.org download location
2016-09-14 10:55:52 +02:00
Lukas Rusak
c15819934a
llvm: update to 3.9.0
2016-09-05 10:45:26 -07:00
Jonas Karlman
a375705d49
gcc-linaro-arm-eabi: new package for compiling u-boot bl301.bin
...
Also changes u-boot build command not to override makefiles variables,
allows bl301.bin/scp_task to compile using arm-eabi-gcc
Clearing C/LDFLAGS makes it possible to compile using the 4.8-2013.11 linaro toolchain
2016-08-24 23:03:18 +02:00
Jonas Karlman
44cbace0b7
gcc-linaro-aarch64-none-elf: update to 4.9-2016.02
...
Update linaro toolchain to latest 4.9-2016.02 (using 5.3-2016.02/05 will not boot kernel) and rename package to gcc-linaro-aarch64-elf
Amlogic recommends 4.8-2013.11 (http://openlinux.amlogic.com:8000/download/doc/linux-3.14-buildroot-pkg-201605-release-v1.2.pdf , 4.1 Toolchains)
Hardkernel recommends 4.9-2014.09 (http://odroid.com/dokuwiki/doku.php?id=en:c2_building_u-boot )
LibreELEC used 4.9-2014.11 before this commit
2016-08-24 23:03:18 +02:00
Lukas Rusak
38c49db838
llvm: update to 3.8.1
2016-07-25 10:04:58 -07:00
Lukas Rusak
8078ed945c
gcc: update to 5.4.0
2016-06-24 13:44:52 -07:00
Lukas Rusak
c03b5a4aee
Merge pull request #390 from escalade/pythonfix
...
Python: don't build curses and readline modules for host
2016-05-31 23:07:11 -07:00
escalade
9ed41bc863
Python: don't build curses and readline modules for host
2016-05-27 11:28:27 +02:00
escalade
a23c52e5bc
gcc: compile with -std=gnu++98 to fix build with gcc6
2016-05-23 21:17:16 +02:00
MilhouseVH
53eca15b39
Merge pull request #301 from lrusak/python-curses
...
Python: build readline and curses modules
2016-05-05 22:38:49 +01:00
Lukas Rusak
4055c9d362
gcc-linaro-aarch64-none-elf: add package
2016-05-05 01:23:04 -07:00
Lukas Rusak
da14fbcfb4
Python: build readline and curses modules
2016-04-29 02:25:32 -07:00
Lukas Rusak
102d8e51a6
Python: fix build by including $ROOT
2016-04-29 00:51:48 -07:00
Stefan Saraev
02b0648996
Python: dont leak full paths in compiled .pyo
2016-04-25 14:45:07 -07:00
longchair
300686865f
python : allow using bzip2 on host
2016-04-07 22:16:49 +02:00
MilhouseVH
4f2ac28bb8
Revert "Python: don't include _sysconfigdata.py"
...
This reverts commit 70ee30ebf92754e333eee3fd72a79c239b7ec4fd.
2016-03-17 02:17:12 +00:00
Lukas Rusak
70ee30ebf9
Python: don't include _sysconfigdata.py
2016-03-15 10:39:13 -07:00
MilhouseVH
4a6da2c733
Merge pull request #5 from lrusak/package-updates
...
llvm, xorg-server, openssh, dbus package updates
2016-03-14 23:17:05 +00:00
MilhouseVH
d8f6577b52
Merge pull request #2 from lrusak/seo-stripping
...
stripping changes
2016-03-14 17:55:15 +00:00
Lukas Rusak
c491155239
llvm: update to 3.8.0
2016-03-13 12:59:22 -07:00
Stephan Raue
d48de86457
Python: fix pkgconfig script
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2016-03-10 15:00:50 +01:00
Stephan Raue
dbc2e92769
Python: add upstream patch to install proper python-config
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2016-03-10 12:34:38 +01:00
Stephan Raue
0e25df0a53
Python: cleanup unneded options
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2016-03-10 08:27:20 +01:00