]> code.ossystems Code Review - openembedded-core.git/commit
gmp: Use __gnu_inline__ attribute in 4.2.1
authorJussi Kukkonen <jussi.kukkonen@intel.com>
Wed, 23 Sep 2015 07:34:56 +0000 (10:34 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 23 Sep 2015 10:14:47 +0000 (11:14 +0100)
commite03d95d70f8bfe57c258d270ac6b3331650dbc10
tree261fd396234d8596108acce4cd6c0e066425d818
parentfb6623e7b9f97dcd6749e441185e4183b9953171
gmp: Use __gnu_inline__ attribute in 4.2.1

gcc 5 defaults to C11 rules about "extern inline": this breaks
any code that includes gmp.h header from gmp 4.2.1 with 'multiple
definition' errors.

disable-stdc patch is no longer required because of this.

Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/gmp/gmp-4.2.1/Use-__gnu_inline__-attribute.patch [new file with mode: 0644]
meta/recipes-support/gmp/gmp-4.2.1/disable-stdc.patch [deleted file]
meta/recipes-support/gmp/gmp_4.2.1.bb