samples/x86_64-unknown-mingw32/reported.by
author "Yann E. MORIN" <yann.morin.1998@free.fr>
Mon Dec 10 00:25:48 2012 +0100 (2012-12-10)
changeset 3135 3829050af02a
permissions -rw-r--r--
complibs/ppl: fix build with newer gcc

ppl-0.10.x does not build with gcc-4.6+, as it uses constructs that were
warnings with gcc-4.5 and before, but are now errors with gcc-4.6 and
above.

Fix that by passing -fpermissive in CFLAGS for ppl 0.10.

Reported-by: Jeremy Rosen <jeremy.rosen@openwide.fr>
Reported-by: Peter Korsgaard <jacmet@uclibc.org>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
diorcet@3112
     1
reporter_name="Yann Diorcet <diorcet.yann@gmail.com>"
diorcet@3112
     2
reporter_url=""
diorcet@3112
     3
reporter_comment="Config to build cross-compiler with mingw as kernel type for
diorcet@3112
     4
64 bits Windows target"