CVSROOT:        /cvs
Module name:    ports
Changes by:     [email protected]    2017/01/01 22:18:42

Modified files:
        devel/codeblocks: Makefile 

Log message:
Mark codeblocks as broken on arm.  GCC 4.4 changed the C++ symbol
mangling of va_list on arm to conform to a newer revision of the EABI
specification.  Codeblocks is built with ports gcc (4.9) but depends
on wxwidgets which has va_list in a public symbol in the form of
wxString::FormatV() and wxwidgets is built with base gcc (4.2.1).

This can be revisited when wxwidgets is built with a different compiler.

ok Josh Grosse (MAINTAINER)

Reply via email to