gcc50: use DF stddef.h by adding max_align_t
authorJohn Marino <draco@marino.st>
Fri, 13 Feb 2015 22:09:44 +0000 (23:09 +0100)
committerJohn Marino <draco@marino.st>
Sat, 14 Feb 2015 07:05:23 +0000 (08:05 +0100)
commitf5477163536cc240885298d639c4c0051f495bcf
tree653382d51ad2d2ccb0c05f1cb12235a96bfbaabf
parent516c440c63f1cb51669508bfac7e12d7b716c526
gcc50: use DF stddef.h by adding max_align_t

C11 and C++11 need the max_align_t type definition.  In order to get it,
the gcc version was installed at /usr/libdata/gcc50/stddef.h.  We'd
rather the base gcc use only system-provided headers, so the max_align_t
structure has been added to /usr/include/stddef.h

patch-from: swildner
Makefile_upgrade.inc
gnu/lib/gcc50/libgcc/Makefile
include/stddef.h