kumquat-buildroot/package/gcc
Bernd Kuhls 873d4019f7 package/gcc: disable libmpx for gcc6-based musl builds
Building this minimal defconfig

BR2_TOOLCHAIN_BUILDROOT_MUSL=y
BR2_GCC_VERSION_6_X=y

fails:

In file included from ../../../../libmpx/mpxrt/mpxrt.c:54:0:
../../../../libmpx/mpxrt/mpxrt.c: In function 'read_mpx_status_sig':
../../../../libmpx/mpxrt/mpxrt.h:52:42: error: invalid application of
'sizeof' to incomplete type 'struct _libc_fpstate'
 #define XSAVE_OFFSET_IN_FPMEM    sizeof (struct _libc_fpstate)

To fix disable libmpx for musl builds, other projects did the same:

3ec2211548
http://git.alpinelinux.org/cgit/aports/commit/main/gcc/APKBUILD?id=1830e485126ea9a95d763317fb0c508c1ff297d2

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-10-23 14:47:07 +02:00
..
4.8.5 gcc: uClinux supports POSIX threads 2016-07-04 11:21:57 +02:00
4.9.4 gcc: bump 4.9 series to 4.9.4 2016-08-04 22:45:48 +02:00
5.4.0 gcc: add patches to fix PR70473 2016-10-15 16:38:58 +02:00
6.2.0 gcc: add patches to fix PR70473 2016-10-15 16:38:58 +02:00
arc-2016.09-eng015 toolchain: Bump ARC tools to arc-2016.09-eng015 2016-10-03 23:15:11 +02:00
gcc-final gcc: remove deprecated 4.7.x 2016-10-15 23:14:44 +02:00
gcc-initial gcc: rename option for ARC gcc 2016-09-20 21:19:24 +02:00
Config.in.host MIPS: add support for M6201 cores 2016-10-19 23:31:29 +02:00
gcc.hash toolchain: Bump ARC tools to arc-2016.09-eng015 2016-10-03 23:15:11 +02:00
gcc.mk package/gcc: disable libmpx for gcc6-based musl builds 2016-10-23 14:47:07 +02:00